Latest updates from IceHrmPro
This commit is contained in:
44
web/node_modules/antd/es/locale/hu_HU.js
generated
vendored
Normal file
44
web/node_modules/antd/es/locale/hu_HU.js
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
import Pagination from "rc-pagination/es/locale/hu_HU";
|
||||
import DatePicker from '../date-picker/locale/hu_HU';
|
||||
import TimePicker from '../time-picker/locale/hu_HU';
|
||||
import Calendar from '../calendar/locale/hu_HU';
|
||||
var localeValues = {
|
||||
locale: 'hu',
|
||||
Pagination: Pagination,
|
||||
DatePicker: DatePicker,
|
||||
TimePicker: TimePicker,
|
||||
Calendar: Calendar,
|
||||
Table: {
|
||||
filterTitle: 'Szűrők',
|
||||
filterConfirm: 'Alkalmazás',
|
||||
filterReset: 'Visszaállítás',
|
||||
selectAll: 'Jelenlegi oldal kiválasztása',
|
||||
selectInvert: 'Jelenlegi oldal inverze',
|
||||
sortTitle: 'Rendezés'
|
||||
},
|
||||
Modal: {
|
||||
okText: 'Alkalmazás',
|
||||
cancelText: 'Visszavonás',
|
||||
justOkText: 'Alkalmazás'
|
||||
},
|
||||
Popconfirm: {
|
||||
okText: 'Alkalmazás',
|
||||
cancelText: 'Visszavonás'
|
||||
},
|
||||
Transfer: {
|
||||
searchPlaceholder: 'Keresés',
|
||||
itemUnit: 'elem',
|
||||
itemsUnit: 'elemek'
|
||||
},
|
||||
Upload: {
|
||||
uploading: 'Feltöltés...',
|
||||
removeFile: 'Fájl eltávolítása',
|
||||
uploadError: 'Feltöltési hiba',
|
||||
previewFile: 'Fájl előnézet',
|
||||
downloadFile: 'Fájl letöltése'
|
||||
},
|
||||
Empty: {
|
||||
description: 'Nincs adat'
|
||||
}
|
||||
};
|
||||
export default localeValues;
|
||||
Reference in New Issue
Block a user