Skip to content

Commit

Permalink
i18n: update el.js (ElemeFE#9831)
Browse files Browse the repository at this point in the history
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............
  • Loading branch information
d4rth0nyx authored and Leopoldthecoder committed Feb 18, 2018
1 parent fa00fcf commit bec9dc4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/locale/lang/el.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
export default {
el: {
colorpicker: {
confirm: 'OK',
confirm: 'Εντάξει',
clear: 'Καθαρισμός'
},
datepicker: {
now: 'Τώρα',
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: 'Φεβρουάριος',
Expand Down Expand Up @@ -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: 'Συνέχεια'
Expand All @@ -92,17 +92,17 @@ export default {
confirmFilter: 'Επιβεβαίωση',
resetFilter: 'Επαναφορά',
clearFilter: 'Όλα',
sumText: 'Sum' // to be translated
sumText: 'Σύνολο'
},
tree: {
emptyText: 'Χωρίς Δεδομένα'
},
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
}
}
Expand Down

0 comments on commit bec9dc4

Please sign in to comment.