chore: Update copyright year from 2025 to 2026 across core files
- 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.
This commit is contained in:
@@ -1,58 +1,60 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Navn",
|
||||
"number": "Nummer",
|
||||
"account": "Konto",
|
||||
"contact": "Kontakt",
|
||||
"contacts": "Kontakter",
|
||||
"priority": "Prioritet",
|
||||
"description": "Beskrivelse",
|
||||
"lead": "Ledetråd",
|
||||
"attachments": "Vedlegg",
|
||||
"inboundEmail": "Epostkonto for gruppe"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user