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,47 +1,50 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Název",
|
||||
"parent": "Rodič",
|
||||
"dateStart": "Datum zahájení",
|
||||
"dateEnd": "Datum ukončení",
|
||||
"direction": "Směr",
|
||||
"duration": "Trvání",
|
||||
"description": "Popis",
|
||||
"users": "Uživatelé",
|
||||
"contacts": "Kontakty",
|
||||
"leads": "Stopy",
|
||||
"reminders": "Připomenutí",
|
||||
"account": "Organizace"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Plánovaný",
|
||||
"Held": "Uskutečněný",
|
||||
"Not Held": "Neuskutečněný"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Odchozí",
|
||||
"Inbound": "Příchozí"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"Accepted": "Přijatý",
|
||||
"Declined": "Odmítnutý",
|
||||
"Tentative": "Předběžný"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Nastavit jako uskutečněný",
|
||||
"setNotHeld": "Nastavit jako neuskutečněný"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Vytvořit volání",
|
||||
"Set Held": "Nastavit jako uskutečněný",
|
||||
"Set Not Held": "Nastavit jako neuskutečněný",
|
||||
"Send Invitations": "Poslat pozvánky"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Plánovaný",
|
||||
"held": "Uskutečněný",
|
||||
"todays": "Dnešní"
|
||||
}
|
||||
{
|
||||
"fields": {
|
||||
"name": "Název",
|
||||
"parent": "Rodič",
|
||||
"status": "Stav",
|
||||
"dateStart": "Datum zahájení",
|
||||
"dateEnd": "Datum ukončení",
|
||||
"direction": "Směr",
|
||||
"duration": "Trvání",
|
||||
"description": "Popis",
|
||||
"users": "Uživatelé",
|
||||
"contacts": "Kontakty",
|
||||
"leads": "Stopy",
|
||||
"reminders": "Připomenutí",
|
||||
"account": "Organizace",
|
||||
"acceptanceStatus": "Stav přijetí"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Plánovaný",
|
||||
"Held": "Uskutečněný",
|
||||
"Not Held": "Neuskutečněný"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Odchozí",
|
||||
"Inbound": "Příchozí"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "Žádný",
|
||||
"Accepted": "Přijatý",
|
||||
"Declined": "Odmítnutý",
|
||||
"Tentative": "Předběžný"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Nastavit jako uskutečněný",
|
||||
"setNotHeld": "Nastavit jako neuskutečněný"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Vytvořit volání",
|
||||
"Set Held": "Nastavit jako uskutečněný",
|
||||
"Set Not Held": "Nastavit jako neuskutečněný",
|
||||
"Send Invitations": "Poslat pozvánky"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Plánovaný",
|
||||
"held": "Uskutečněný",
|
||||
"todays": "Dnešní"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user