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 {
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
}
}
......
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