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

43 lines
1.1 KiB
JavaScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
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';
2018-03-15 13:57:42 +00:00
export default {
2018-04-21 04:51:56 +00:00
locale: 'uk',
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: 'OK',
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: 'item',
2018-04-21 04:51:56 +00:00
itemsUnit: 'items',
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
};