Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/el_GR/Task.json
bsiggel 127fa6503b 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.
2026-02-07 16:05:21 +01:00

50 lines
1.6 KiB
JSON

{
"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": "Αναβληθέντα"
}
}