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.
ant-design-vue/components/locale-provider/uk_UA.js

45 lines
1.2 KiB

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: 'Попередній перегляд файлу'
}
};