You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/locale-provider/el_GR.js

45 lines
1.2 KiB

import Pagination from '../vc-pagination/locale/el_GR'
import DatePicker from '../date-picker/locale/el_GR'
import TimePicker from '../time-picker/locale/el_GR'
import Calendar from '../calendar/locale/el_GR'
7 years ago
export default {
locale: 'el',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Μενού φίλτρων',
filterConfirm: 'ΟΚ',
filterReset: 'Επαναφορά',
emptyText: 'Δεν υπάρχουν δεδομένα',
selectAll: 'Επιλογή τρέχουσας σελίδας',
selectInvert: 'Αντιστροφή τρέχουσας σελίδας',
7 years ago
},
Modal: {
7 years ago
okText: 'ΟΚ',
cancelText: 'Άκυρο',
justOkText: 'ΟΚ',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'ΟΚ',
cancelText: 'Άκυρο',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Δεν βρέθηκε',
searchPlaceholder: 'Αναζήτηση',
itemUnit: 'αντικείμενο',
itemsUnit: 'αντικείμενα',
7 years ago
},
Select: {
notFoundContent: 'Δεν βρέθηκε',
7 years ago
},
Upload: {
7 years ago
uploading: 'Μεταφόρτωση...',
removeFile: 'Αφαίρεση αρχείου',
uploadError: 'Σφάλμα μεταφόρτωσης',
previewFile: 'Προεπισκόπηση αρχείου',
},
}