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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
| 'use strict';
|
| Object.defineProperty(exports, '__esModule', { value: true });
|
| var hu = {
| name: "hu",
| el: {
| colorpicker: {
| confirm: "OK",
| clear: "T\xF6rl\xE9s"
| },
| datepicker: {
| now: "Most",
| today: "Ma",
| cancel: "M\xE9gse",
| clear: "T\xF6rl\xE9s",
| confirm: "OK",
| selectDate: "D\xE1tum",
| selectTime: "Id\u0151pont",
| startDate: "D\xE1tum-t\xF3l",
| startTime: "Id\u0151pont-t\xF3l",
| endDate: "D\xE1tum-ig",
| endTime: "Id\u0151pont-ig",
| prevYear: "El\u0151z\u0151 \xE9v",
| nextYear: "K\xF6vetkez\u0151 \xE9v",
| prevMonth: "El\u0151z\u0151 h\xF3nap",
| nextMonth: "K\xF6vetkez\u0151 h\xF3nap",
| year: "",
| month1: "Janu\xE1r",
| month2: "Febru\xE1r",
| month3: "M\xE1rcius",
| month4: "\xC1prilis",
| month5: "M\xE1jus",
| month6: "J\xFAnius",
| month7: "J\xFAlius",
| month8: "Augusztus",
| month9: "Szeptember",
| month10: "Okt\xF3ber",
| month11: "November",
| month12: "December",
| weeks: {
| sun: "Vas",
| mon: "H\xE9t",
| tue: "Ked",
| wed: "Sze",
| thu: "Cs\xFC",
| fri: "P\xE9n",
| sat: "Szo"
| },
| months: {
| jan: "Jan",
| feb: "Feb",
| mar: "M\xE1r",
| apr: "\xC1pr",
| may: "M\xE1j",
| jun: "J\xFAn",
| jul: "J\xFAl",
| aug: "Aug",
| sep: "Szep",
| oct: "Okt",
| nov: "Nov",
| dec: "Dec"
| }
| },
| select: {
| loading: "Bet\xF6lt\xE9s",
| noMatch: "Nincs tal\xE1lat",
| noData: "Nincs adat",
| placeholder: "V\xE1lassz"
| },
| cascader: {
| noMatch: "Nincs tal\xE1lat",
| loading: "Bet\xF6lt\xE9s",
| placeholder: "V\xE1lassz",
| noData: "Nincs adat"
| },
| pagination: {
| goto: "Ugr\xE1s",
| pagesize: "/oldal",
| total: "\xD6ssz {total}",
| pageClassifier: "",
| page: "Page",
| prev: "Go to previous page",
| next: "Go to next page",
| currentPage: "page {pager}",
| prevPages: "Previous {pager} pages",
| nextPages: "Next {pager} pages"
| },
| messagebox: {
| title: "\xDCzenet",
| confirm: "OK",
| cancel: "M\xE9gse",
| error: "Hib\xE1s adat"
| },
| upload: {
| deleteTip: "kattints a t\xF6rl\xE9shez",
| delete: "T\xF6rl\xE9s",
| preview: "El\u0151n\xE9zet",
| continue: "Tov\xE1bb"
| },
| table: {
| emptyText: "Nincs adat",
| confirmFilter: "Meger\u0151s\xEDt",
| resetFilter: "Alaphelyet",
| clearFilter: "Mind",
| sumText: "\xD6sszeg"
| },
| tree: {
| emptyText: "Nincs adat"
| },
| transfer: {
| noMatch: "Nincs tal\xE1lat",
| noData: "Nincs adat",
| titles: ["Lista 1", "Lista 2"],
| filterPlaceholder: "Kulcssz\xF3",
| noCheckedFormat: "{total} elem",
| hasCheckedFormat: "{checked}/{total} kiv\xE1lasztva"
| },
| image: {
| error: "FAILED"
| },
| pageHeader: {
| title: "Back"
| },
| popconfirm: {
| confirmButtonText: "Yes",
| cancelButtonText: "No"
| }
| }
| };
|
| exports["default"] = hu;
| //# sourceMappingURL=hu.js.map
|
|