mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
45 lines
1.2 KiB
JavaScript
45 lines
1.2 KiB
JavaScript
import Pagination from '../vc-pagination/locale/uk_UA';
|
|
import DatePicker from '../date-picker/locale/uk_UA';
|
|
import TimePicker from '../time-picker/locale/uk_UA';
|
|
import Calendar from '../calendar/locale/uk_UA';
|
|
|
|
export default {
|
|
locale : 'uk',
|
|
Pagination,
|
|
DatePicker,
|
|
TimePicker,
|
|
Calendar,
|
|
Table : {
|
|
filterTitle: 'Фільтрувати',
|
|
filterConfirm: 'OK',
|
|
filterReset: 'Скинути',
|
|
emptyText: 'Даних немає',
|
|
selectAll: 'Обрати всі',
|
|
selectInvert: 'Інвертувати вибір'
|
|
},
|
|
Modal : {
|
|
okText: 'Гаразд',
|
|
cancelText: 'Скасувати',
|
|
justOkText: 'Гаразд'
|
|
},
|
|
Popconfirm : {
|
|
okText: 'Гаразд',
|
|
cancelText: 'Скасувати'
|
|
},
|
|
Transfer : {
|
|
notFoundContent: 'Нічого не знайдено',
|
|
searchPlaceholder: 'Введіть текст для пошуку',
|
|
itemUnit: 'item',
|
|
itemsUnit: 'items'
|
|
},
|
|
Select : {
|
|
notFoundContent: 'Нічого не знайдено'
|
|
},
|
|
Upload : {
|
|
uploading: 'Завантаження ...',
|
|
removeFile: 'Видалити файл',
|
|
uploadError: 'Помилка завантаження',
|
|
previewFile: 'Попередній перегляд файлу'
|
|
}
|
|
};
|