vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
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.
46 lines
1.3 KiB
46 lines
1.3 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'; |
|
import type { Locale } from '../locale-provider'; |
|
|
|
const localeValues: Locale = { |
|
locale: 'el', |
|
Pagination, |
|
DatePicker, |
|
TimePicker, |
|
Calendar, |
|
Table: { |
|
filterTitle: 'Μενού φίλτρων', |
|
filterConfirm: 'ΟΚ', |
|
filterReset: 'Επαναφορά', |
|
selectAll: 'Επιλογή τρέχουσας σελίδας', |
|
selectInvert: 'Αντιστροφή τρέχουσας σελίδας', |
|
}, |
|
Modal: { |
|
okText: 'ΟΚ', |
|
cancelText: 'Άκυρο', |
|
justOkText: 'ΟΚ', |
|
}, |
|
Popconfirm: { |
|
okText: 'ΟΚ', |
|
cancelText: 'Άκυρο', |
|
}, |
|
Transfer: { |
|
searchPlaceholder: 'Αναζήτηση', |
|
itemUnit: 'αντικείμενο', |
|
itemsUnit: 'αντικείμενα', |
|
}, |
|
Upload: { |
|
uploading: 'Μεταφόρτωση...', |
|
removeFile: 'Αφαίρεση αρχείου', |
|
uploadError: 'Σφάλμα μεταφόρτωσης', |
|
previewFile: 'Προεπισκόπηση αρχείου', |
|
downloadFile: 'Λήψη αρχείου', |
|
}, |
|
Empty: { |
|
description: 'Δεν υπάρχουν δεδομένα', |
|
}, |
|
}; |
|
|
|
export default localeValues;
|
|
|