page-assist/src/assets/locale/no/knowledge.json
n4ze3m d5df8b5c5f feat: add pin/unpin functionality to chat history
Adds pin/unpin functionality to the chat history sidebar, allowing users to keep important conversations readily accessible. This improves user experience and helps organize past interactions.

This feature includes:
- Pin/unpin buttons in the chat history sidebar.
- Updated database schema to include `is_pinned` field for chat history items.
- Localized translations for pin/unpin actions.
- Updated UI to display pinned items at the top of the list.
2024-10-26 21:10:28 +05:30

40 lines
1.2 KiB
JSON

{
"addBtn": "Legg Til Ny Kunnskap",
"columns": {
"title": "Tittel",
"status": "Status",
"embeddings": "Embedding Modell",
"createdAt": "Opprettet På",
"action": "Handlinger"
},
"expandedColumns": {
"name": "Navn"
},
"confirm": {
"delete": "Er du sikker på at du vil slette denne kunnskapen?"
},
"deleteSuccess": "Kunnskap slettet med suksess",
"status": {
"pending": "Venter",
"finished": "Ferdig",
"processing": "Behandler",
"failed": "Mislyktes"
},
"addKnowledge": "Legg Til Kunnskap",
"form": {
"title": {
"label": "Kunnskapstittel",
"placeholder": "Skriv inn kunnskapstittel",
"required": "Kunnskapstittel er nødvendig"
},
"uploadFile": {
"label": "Last Opp Filer",
"uploadText": "Dra og slipp filen her og klikk for å laste opp",
"uploadHint": "Støttede filtyper: .pdf, .csv, .txt, .md, .docx",
"required": "En fil er nødvendig"
},
"submit": "Send Inn",
"success": "Kunnskap lagt til med suksess"
},
"noEmbeddingModel": "Vennligst legg til en embedding-modell fra RAG-innstillingene først"
}