ant-design-blazor/components/locales/el-GR.json
Andrzej Bakun dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00

119 lines
4.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"locale": "el",
"Pagination": {
"items_per_page": "/ σελίδα",
"jump_to": "Μετάβαση",
"jump_to_confirm": "επιβεβαιώνω",
"page": "",
"prev_page": "Προηγούμενη Σελίδα",
"next_page": "Επόμενη Σελίδα",
"prev_5": "Προηγούμενες 5 Σελίδες",
"next_5": "Επόμενες 5 σελίδες",
"prev_3": "Προηγούμενες 3 Σελίδες",
"next_3": "Επόμενες 3 Σελίδες"
},
"DatePicker": {
"lang": {
"placeholder": "Επιλέξτε ημερομηνία",
"rangePlaceholder": [ "Αρχική ημερομηνία", "Τελική ημερομηνία" ],
"locale": "el_GR",
"today": "Σήμερα",
"now": "Τώρα",
"backToToday": "Πίσω στη σημερινή μέρα",
"ok": "Ok",
"clear": "Καθαρισμός",
"month": "Μήνας",
"year": "Έτος",
"timeSelect": "Επιλογή ώρας",
"dateSelect": "Επιλογή ημερομηνίας",
"monthSelect": "Επιλογή μήνα",
"yearSelect": "Επιλογή έτους",
"decadeSelect": "Επιλογή δεκαετίας",
"yearFormat": "yyyy",
"dateFormat": "d/M/yyyy",
"dayFormat": "d",
"dateTimeFormat": "d/M/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "Προηγούμενος μήνας (PageUp)",
"nextMonth": "Επόμενος μήνας (PageDown)",
"previousYear": "Προηγούμενο έτος (Control + αριστερά)",
"nextYear": "Επόμενο έτος (Control + δεξιά)",
"previousDecade": "Προηγούμενη δεκαετία",
"nextDecade": "Επόμενη δεκαετία",
"previousCentury": "Προηγούμενος αιώνας",
"nextCentury": "Επόμενος αιώνας"
},
"timePickerLocale": { "placeholder": "Επιλέξτε ώρα" }
},
"TimePicker": { "placeholder": "Επιλέξτε ώρα" },
"Calendar": {
"lang": {
"placeholder": "Επιλέξτε ημερομηνία",
"rangePlaceholder": [ "Αρχική ημερομηνία", "Τελική ημερομηνία" ],
"locale": "el_GR",
"today": "Σήμερα",
"now": "Τώρα",
"backToToday": "Πίσω στη σημερινή μέρα",
"ok": "Ok",
"clear": "Καθαρισμός",
"month": "Μήνας",
"year": "Έτος",
"timeSelect": "Επιλογή ώρας",
"dateSelect": "Επιλογή ημερομηνίας",
"monthSelect": "Επιλογή μήνα",
"yearSelect": "Επιλογή έτους",
"decadeSelect": "Επιλογή δεκαετίας",
"yearFormat": "yyyy",
"dateFormat": "d/M/yyyy",
"dayFormat": "d",
"dateTimeFormat": "d/M/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "Προηγούμενος μήνας (PageUp)",
"nextMonth": "Επόμενος μήνας (PageDown)",
"previousYear": "Προηγούμενο έτος (Control + αριστερά)",
"nextYear": "Επόμενο έτος (Control + δεξιά)",
"previousDecade": "Προηγούμενη δεκαετία",
"nextDecade": "Επόμενη δεκαετία",
"previousCentury": "Προηγούμενος αιώνας",
"nextCentury": "Επόμενος αιώνας"
},
"timePickerLocale": { "placeholder": "Επιλέξτε ώρα" }
},
"Table": {
"filterTitle": "Μενού φίλτρων",
"filterConfirm": "ΟΚ",
"filterReset": "Επαναφορά",
"selectAll": "Επιλογή τρέχουσας σελίδας",
"selectInvert": "Αντιστροφή τρέχουσας σελίδας"
},
"Modal": {
"okText": "ΟΚ",
"cancelText": "Άκυρο"
},
"Confirm": {
"okText": "ΟΚ",
"cancelText": "Άκυρο",
"yesText": "Ναι",
"noText": "Όχι",
"retryText": "Αναχώρηση",
"abortText": "Εγκατάλειψη",
"ignoreText": "Αγνόηση"
},
"Popconfirm": {
"okText": "ΟΚ",
"cancelText": "Άκυρο"
},
"Transfer": {
"searchPlaceholder": "Αναζήτηση",
"itemUnit": "αντικείμενο",
"itemsUnit": "αντικείμενα"
},
"Upload": {
"uploading": "Μεταφόρτωση...",
"removeFile": "Αφαίρεση αρχείου",
"uploadError": "Σφάλμα μεταφόρτωσης",
"previewFile": "Προεπισκόπηση αρχείου",
"downloadFile": "Λήψη αρχείου"
},
"Empty": { "description": "Δεν υπάρχουν δεδομένα" }
}