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,18 +1,47 @@
|
||||
{
|
||||
"fields": {
|
||||
"title": "Titulek",
|
||||
"dateFrom": "Datum od",
|
||||
"dateTo": "Datum do",
|
||||
"autorefreshInterval": "Interval automatického obnovení",
|
||||
"displayRecords": "Zobrazit záznamů",
|
||||
"isDoubleHeight": "Výška 2x",
|
||||
"mode": "Mód"
|
||||
},
|
||||
"options": {
|
||||
"mode": {
|
||||
"agendaWeek": "Týden (agenda)",
|
||||
"basicWeek": "Týden",
|
||||
"month": "Měsíc"
|
||||
}
|
||||
}
|
||||
{
|
||||
"fields": {
|
||||
"title": "Titulek",
|
||||
"dateFrom": "Datum od",
|
||||
"dateTo": "Datum do",
|
||||
"autorefreshInterval": "Interval automatického obnovení",
|
||||
"displayRecords": "Zobrazit záznamů",
|
||||
"isDoubleHeight": "Výška 2x",
|
||||
"mode": "Mód",
|
||||
"enabledScopeList": "Co má být zobrazeno",
|
||||
"users": "Uživatelé",
|
||||
"entityType": "Typ entity",
|
||||
"primaryFilter": "Základní filter",
|
||||
"boolFilterList": "Další filtry",
|
||||
"expandedLayout": "Vzhled",
|
||||
"dateFilter": "Filtr datumů",
|
||||
"skipOwn": "Nezobrazovat záznamy",
|
||||
"folder": "Složka",
|
||||
"includeShared": "Zahrnout sdílené",
|
||||
"sortBy": "Pořadí podle",
|
||||
"sortDirection": "Typ řazení"
|
||||
},
|
||||
"options": {
|
||||
"mode": {
|
||||
"agendaWeek": "Týden (agenda)",
|
||||
"basicWeek": "Týden",
|
||||
"month": "Měsíc",
|
||||
"basicDay": "Den",
|
||||
"agendaDay": "Den (agenda)",
|
||||
"timeline": "Časová osa"
|
||||
},
|
||||
"sortDirection": {
|
||||
"asc": "Vzestupně",
|
||||
"desc": "Sestupně"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"selectEntityType": "Vyberte typ entity v dashletu"
|
||||
},
|
||||
"tooltips": {
|
||||
"skipOwn": "Nezobrazovat moje akce"
|
||||
},
|
||||
"otherFields": {
|
||||
"soft": "Měkký",
|
||||
"small": "Malý"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user