Latest updates from IceHrmPro
This commit is contained in:
43
web/node_modules/antd/es/locale/uk_UA.js
generated
vendored
Normal file
43
web/node_modules/antd/es/locale/uk_UA.js
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
import Pagination from "rc-pagination/es/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';
|
||||
var localeValues = {
|
||||
locale: 'uk',
|
||||
Pagination: Pagination,
|
||||
DatePicker: DatePicker,
|
||||
TimePicker: TimePicker,
|
||||
Calendar: Calendar,
|
||||
Table: {
|
||||
filterTitle: 'Фільтрувати',
|
||||
filterConfirm: 'OK',
|
||||
filterReset: 'Скинути',
|
||||
selectAll: 'Обрати всі',
|
||||
selectInvert: 'Інвертувати вибір'
|
||||
},
|
||||
Modal: {
|
||||
okText: 'Гаразд',
|
||||
cancelText: 'Скасувати',
|
||||
justOkText: 'Гаразд'
|
||||
},
|
||||
Popconfirm: {
|
||||
okText: 'Гаразд',
|
||||
cancelText: 'Скасувати'
|
||||
},
|
||||
Transfer: {
|
||||
searchPlaceholder: 'Введіть текст для пошуку',
|
||||
itemUnit: 'item',
|
||||
itemsUnit: 'items'
|
||||
},
|
||||
Upload: {
|
||||
uploading: 'Завантаження ...',
|
||||
removeFile: 'Видалити файл',
|
||||
uploadError: 'Помилка завантаження',
|
||||
previewFile: 'Попередній перегляд файлу',
|
||||
downloadFile: 'Завантажити файл'
|
||||
},
|
||||
Empty: {
|
||||
description: 'Даних немає'
|
||||
}
|
||||
};
|
||||
export default localeValues;
|
||||
Reference in New Issue
Block a user