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............
pull/9835/head
d4rth0nyx 2018-02-18 13:11:37 +02:00 committed by 杨奕
parent fa00fcfbf9
commit bec9dc48cf
1 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
export default {
el: {
colorpicker: {
confirm: 'OK',
confirm: 'Εντάξει',
clear: 'Καθαρισμός'
},
datepicker: {
@ -9,17 +9,17 @@ export default {
today: 'Σήμερα',
cancel: 'Ακύρωση',
clear: 'Καθαρισμός',
confirm: 'OK',
confirm: 'Εντάξει',
selectDate: 'Επιλέξτε ημέρα',
selectTime: 'Επιλέξτε ώρα',
startDate: 'Ημερομηνία Έναρξης',
startTime: 'Ωρα Έναρξης',
endDate: 'Ημερομηνία Λήξης',
endTime: 'Ωρα Λήξης',
prevYear: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
prevYear: 'Προηγούμενο Έτος',
nextYear: 'Επόμενο Έτος',
prevMonth: 'Προηγούμενος Μήνας',
nextMonth: 'Επόμενος Μήνας',
year: 'Έτος',
month1: 'Ιανουάριος',
month2: 'Φεβρουάριος',
@ -77,12 +77,12 @@ export default {
},
messagebox: {
title: 'Μήνυμα',
confirm: 'OK',
confirm: 'Εντάξει',
cancel: 'Ακύρωση',
error: 'Άκυρη εισαγωγή'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'Πάτησε Διαγραφή για αφαίρεση',
delete: 'Διαγραφή',
preview: 'Προεπισκόπηση',
continue: 'Συνέχεια'
@ -92,7 +92,7 @@ export default {
confirmFilter: 'Επιβεβαίωση',
resetFilter: 'Επαναφορά',
clearFilter: 'Όλα',
sumText: 'Sum' // to be translated
sumText: 'Σύνολο'
},
tree: {
emptyText: 'Χωρίς Δεδομένα'
@ -100,9 +100,9 @@ export default {
transfer: {
noMatch: 'Δεν βρέθηκαν αποτελέσματα',
noData: 'Χωρίς δεδομένα',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
noCheckedFormat: '{total} items', // to be translated
titles: ['Λίστα 1', 'Λίστα 2'],
filterPlaceholder: 'Αναζήτηση',
noCheckedFormat: '{total} Αντικείμενα',
hasCheckedFormat: '{checked}/{total} checked' // to be translated
}
}