Commit bec9dc48 authored by d4rth0nyx's avatar d4rth0nyx Committed by 杨奕

i18n: update el.js (#9831)

Hello from Greece to element-ui community. Just change confirm from "ok" to "Εντάξει". More correct Greek word for "ok". Also attempts for
* PrevYear, 
* nextYear, 
* prevMonth, 
* nextMonth. 
*deleteTip,
sumText,
Titles-Lists,
filterPlaceholder,
noCheckedFormat,
Just direct translation, not tested on components yet. Any comment or recommendation accepted.....
by the way, keep up the good work, and im lover of dark themes............
parent fa00fcfb
export default { export default {
el: { el: {
colorpicker: { colorpicker: {
confirm: 'OK', confirm: 'Εντάξει',
clear: 'Καθαρισμός' clear: 'Καθαρισμός'
}, },
datepicker: { datepicker: {
...@@ -9,17 +9,17 @@ export default { ...@@ -9,17 +9,17 @@ export default {
today: 'Σήμερα', today: 'Σήμερα',
cancel: 'Ακύρωση', cancel: 'Ακύρωση',
clear: 'Καθαρισμός', clear: 'Καθαρισμός',
confirm: 'OK', confirm: 'Εντάξει',
selectDate: 'Επιλέξτε ημέρα', selectDate: 'Επιλέξτε ημέρα',
selectTime: 'Επιλέξτε ώρα', selectTime: 'Επιλέξτε ώρα',
startDate: 'Ημερομηνία Έναρξης', startDate: 'Ημερομηνία Έναρξης',
startTime: 'Ωρα Έναρξης', startTime: 'Ωρα Έναρξης',
endDate: 'Ημερομηνία Λήξης', endDate: 'Ημερομηνία Λήξης',
endTime: 'Ωρα Λήξης', endTime: 'Ωρα Λήξης',
prevYear: 'Previous Year', // to be translated prevYear: 'Προηγούμενο Έτος',
nextYear: 'Next Year', // to be translated nextYear: 'Επόμενο Έτος',
prevMonth: 'Previous Month', // to be translated prevMonth: 'Προηγούμενος Μήνας',
nextMonth: 'Next Month', // to be translated nextMonth: 'Επόμενος Μήνας',
year: 'Έτος', year: 'Έτος',
month1: 'Ιανουάριος', month1: 'Ιανουάριος',
month2: 'Φεβρουάριος', month2: 'Φεβρουάριος',
...@@ -77,12 +77,12 @@ export default { ...@@ -77,12 +77,12 @@ export default {
}, },
messagebox: { messagebox: {
title: 'Μήνυμα', title: 'Μήνυμα',
confirm: 'OK', confirm: 'Εντάξει',
cancel: 'Ακύρωση', cancel: 'Ακύρωση',
error: 'Άκυρη εισαγωγή' error: 'Άκυρη εισαγωγή'
}, },
upload: { upload: {
deleteTip: 'press delete to remove', // to be translated deleteTip: 'Πάτησε Διαγραφή για αφαίρεση',
delete: 'Διαγραφή', delete: 'Διαγραφή',
preview: 'Προεπισκόπηση', preview: 'Προεπισκόπηση',
continue: 'Συνέχεια' continue: 'Συνέχεια'
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
confirmFilter: 'Επιβεβαίωση', confirmFilter: 'Επιβεβαίωση',
resetFilter: 'Επαναφορά', resetFilter: 'Επαναφορά',
clearFilter: 'Όλα', clearFilter: 'Όλα',
sumText: 'Sum' // to be translated sumText: 'Σύνολο'
}, },
tree: { tree: {
emptyText: 'Χωρίς Δεδομένα' emptyText: 'Χωρίς Δεδομένα'
...@@ -100,9 +100,9 @@ export default { ...@@ -100,9 +100,9 @@ export default {
transfer: { transfer: {
noMatch: 'Δεν βρέθηκαν αποτελέσματα', noMatch: 'Δεν βρέθηκαν αποτελέσματα',
noData: 'Χωρίς δεδομένα', noData: 'Χωρίς δεδομένα',
titles: ['List 1', 'List 2'], // to be translated titles: ['Λίστα 1', 'Λίστα 2'],
filterPlaceholder: 'Enter keyword', // to be translated filterPlaceholder: 'Αναζήτηση',
noCheckedFormat: '{total} items', // to be translated noCheckedFormat: '{total} Αντικείμενα',
hasCheckedFormat: '{checked}/{total} checked' // to be translated hasCheckedFormat: '{checked}/{total} checked' // to be translated
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment