- Updated copyright headers in 3,055 core application files - Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026' - Added 123 new files from EspoCRM core updates - Removed 4 deprecated files - Total changes: 61,637 insertions, 54,283 deletions This is a routine maintenance update for the new year 2026.
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"fields": {
|
|
"name": "Navn",
|
|
"number": "Nummer",
|
|
"account": "Konto",
|
|
"contact": "Kontakt",
|
|
"contacts": "Kontakter",
|
|
"priority": "Prioritet",
|
|
"description": "Beskrivelse",
|
|
"lead": "Ledetråd",
|
|
"attachments": "Vedlegg",
|
|
"inboundEmail": "Epostkonto for gruppe",
|
|
"originalEmail": "Opprinnelig e-post",
|
|
"isInternal": "Skjult fra portalen"
|
|
},
|
|
"links": {
|
|
"account": "Konto",
|
|
"contact": "Kontakt (primær)",
|
|
"Contacts": "Kontakter",
|
|
"meetings": "Møter",
|
|
"calls": "Samtaler",
|
|
"tasks": "Gjøremål",
|
|
"emails": "Eposter",
|
|
"articles": "Kunnskapsbaseartikler",
|
|
"lead": "Ledetråd",
|
|
"attachments": "Vedlegg",
|
|
"inboundEmail": "Epostkonto for gruppe"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"New": "Ny",
|
|
"Assigned": "Tildelt",
|
|
"Pending": "Venter",
|
|
"Closed": "Lukket",
|
|
"Rejected": "Avslått",
|
|
"Duplicate": "Dupliser"
|
|
},
|
|
"priority": {
|
|
"Low": "Lav",
|
|
"Normal": "Vanlig",
|
|
"High": "Høy",
|
|
"Urgent": "Haster"
|
|
},
|
|
"type": {
|
|
"Question": "Spørsmål",
|
|
"Incident": "Hendelse"
|
|
}
|
|
},
|
|
"labels": {
|
|
"Create Case": "Opprett sak",
|
|
"Close": "Lukk",
|
|
"Reject": "Avslå",
|
|
"Closed": "Lukket",
|
|
"Rejected": "Avslått"
|
|
},
|
|
"presetFilters": {
|
|
"open": "Åpen",
|
|
"closed": "Lukket"
|
|
}
|
|
} |