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:
50
application/Espo/Modules/Crm/Resources/i18n/el_GR/Task.json
Normal file
50
application/Espo/Modules/Crm/Resources/i18n/el_GR/Task.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Όνομα",
|
||||
"parent": "Γονικό",
|
||||
"status": "Κατάσταση",
|
||||
"dateStart": "Ημερομηνία Έναρξης",
|
||||
"dateEnd": "Ημερομηνία λήξης ",
|
||||
"dateStartDate": "Ημερομηνία Έναρξης (όλη την ημέρα)",
|
||||
"dateEndDate": "Ημερομηνία λήξης (όλη την ημέρα)",
|
||||
"priority": "Προτεραιότητα",
|
||||
"description": "Περιγραφή",
|
||||
"isOverdue": "Σε καθυστέρηση",
|
||||
"account": "Εταιρία",
|
||||
"dateCompleted": "Ημερομηνία που ολοκληρώθηκε",
|
||||
"attachments": "Συνημμένα",
|
||||
"reminders": "Υπενθυμίσεις",
|
||||
"contact": "Επαφή"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Συνημμένα",
|
||||
"account": "Εταιρία",
|
||||
"contact": "Επαφή"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Δεν άρχισε ακόμα",
|
||||
"Started": "Έχει αρχίσει",
|
||||
"Completed": "Έτοιμα",
|
||||
"Canceled": "Ακυρώθηκε",
|
||||
"Deferred": "Αναβλήθηκαν"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Χαμηλή",
|
||||
"Normal": "Κανονική",
|
||||
"High": "Υψηλή",
|
||||
"Urgent": "Επείγον"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Δημιουργία Εργασίας",
|
||||
"Complete": "Ολοκληρώθηκε",
|
||||
"overdue": "Παρέλευση "
|
||||
},
|
||||
"presetFilters": {
|
||||
"completed": "Ολοκληρωμένα",
|
||||
"todays": "Σημερινές",
|
||||
"overdue": "Καθυστερημένα",
|
||||
"deferred": "Αναβληθέντα"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user