1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
import Pagination from '../vc-pagination/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';
export default {
locale: 'hu',
Pagination: Pagination,
DatePicker: DatePicker,
TimePicker: TimePicker,
Calendar: Calendar,
Table: {
filterTitle: 'Szűrők',
filterConfirm: 'Alkalmazás',
filterReset: 'Visszaállítás',
emptyText: 'Nincs adat',
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: {
notFoundContent: 'Nem található',
searchPlaceholder: 'Keresés',
itemUnit: 'elem',
itemsUnit: 'elemek'
},
Select: {
notFoundContent: 'Nem található'
},
Upload: {
uploading: 'Feltöltés...',
removeFile: 'Fájl eltávolítása',
uploadError: 'Feltöltési hiba',
previewFile: 'Fájl előnézet'
}
};