ant-design-vue/components/locale-provider/el_GR.js

43 lines
1.2 KiB
JavaScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
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';
2018-03-15 13:57:42 +00:00
export default {
2018-04-21 04:51:56 +00:00
locale: 'el',
2018-03-15 13:57:42 +00:00
Pagination,
DatePicker,
TimePicker,
Calendar,
2018-04-21 04:51:56 +00:00
Table: {
2018-03-15 13:57:42 +00:00
filterTitle: 'Μενού φίλτρων',
filterConfirm: 'ΟΚ',
filterReset: 'Επαναφορά',
selectAll: 'Επιλογή τρέχουσας σελίδας',
2018-04-21 04:51:56 +00:00
selectInvert: 'Αντιστροφή τρέχουσας σελίδας',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Modal: {
2018-03-15 13:57:42 +00:00
okText: 'ΟΚ',
cancelText: 'Άκυρο',
2018-04-21 04:51:56 +00:00
justOkText: 'ΟΚ',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Popconfirm: {
2018-03-15 13:57:42 +00:00
okText: 'ΟΚ',
2018-04-21 04:51:56 +00:00
cancelText: 'Άκυρο',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Transfer: {
2018-03-15 13:57:42 +00:00
searchPlaceholder: 'Αναζήτηση',
itemUnit: 'αντικείμενο',
2018-04-21 04:51:56 +00:00
itemsUnit: 'αντικείμενα',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Upload: {
2018-03-15 13:57:42 +00:00
uploading: 'Μεταφόρτωση...',
removeFile: 'Αφαίρεση αρχείου',
uploadError: 'Σφάλμα μεταφόρτωσης',
2018-04-21 04:51:56 +00:00
previewFile: 'Προεπισκόπηση αρχείου',
},
Empty: {
description: 'Δεν υπάρχουν δεδομένα',
},
2019-01-12 03:33:27 +00:00
};