choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
54 lines (53 loc) • 1.55 kB
JavaScript
import Pagination from '../rc-components/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';
export default {
locale: 'el',
Pagination: Pagination,
DatePicker: DatePicker,
TimePicker: TimePicker,
Calendar: Calendar,
Table: {
filterTitle: 'Μενού φίλτρων',
filterConfirm: 'ΟΚ',
filterReset: 'Επαναφορά',
emptyText: 'Δεν υπάρχουν δεδομένα',
selectAll: 'Επιλογή τρέχουσας σελίδας',
selectInvert: 'Αντιστροφή τρέχουσας σελίδας'
},
Modal: {
okText: 'ΟΚ',
cancelText: 'Άκυρο',
justOkText: 'ΟΚ'
},
Popconfirm: {
okText: 'ΟΚ',
cancelText: 'Άκυρο'
},
Transfer: {
notFoundContent: 'Δεν βρέθηκε',
searchPlaceholder: 'Αναζήτηση',
itemUnit: 'αντικείμενο',
itemsUnit: 'αντικείμενα'
},
Select: {
notFoundContent: 'Δεν βρέθηκε'
},
Upload: {
uploading: 'Μεταφόρτωση...',
removeFile: 'Αφαίρεση αρχείου',
uploadError: 'Σφάλμα μεταφόρτωσης',
previewFile: 'Προεπισκόπηση αρχείου'
},
Collapse: {
fold: 'Fold',
unfold: 'Unfold'
},
Notification: {
total: 'Συνολικά',
message: 'μηνύματα',
closeAll: 'Κλεί τα όλα'
}
};
//# sourceMappingURL=el_GR.js.map