antd-mobile 5.34.0 → 5.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/2x/bundle/antd-mobile.cjs.development.js +472 -1560
- package/2x/bundle/antd-mobile.cjs.js +7 -7
- package/2x/bundle/antd-mobile.es.development.js +473 -1561
- package/2x/bundle/antd-mobile.es.js +7287 -8011
- package/2x/bundle/antd-mobile.umd.development.js +472 -1560
- package/2x/bundle/antd-mobile.umd.js +7 -7
- package/2x/bundle/css-vars-patch.css +3 -3
- package/2x/bundle/style.css +6 -10
- package/2x/cjs/components/button/button.d.ts +3 -3
- package/2x/cjs/components/button/button.patch.css +3 -3
- package/2x/cjs/components/cascader-view/use-cascader-value-extend.js +10 -5
- package/2x/cjs/components/checkbox/native-input.js +1 -1
- package/2x/cjs/components/config-provider/config-provider.d.ts +3 -2
- package/2x/cjs/components/error-block/create-error-block.d.ts +1 -0
- package/2x/cjs/components/error-block/create-error-block.js +1 -0
- package/2x/cjs/components/error-block/index.d.ts +0 -1
- package/2x/cjs/components/error-block/index.js +2 -3
- package/2x/cjs/components/form/form-item.js +1 -0
- package/2x/cjs/components/form/form.js +2 -2
- package/2x/cjs/components/infinite-scroll/infinite-scroll.js +8 -4
- package/2x/cjs/components/input/input.d.ts +2 -4
- package/2x/cjs/components/input/input.js +8 -17
- package/2x/cjs/components/input/useInputHandleKeyDown.d.ts +8 -0
- package/2x/cjs/components/input/useInputHandleKeyDown.js +29 -0
- package/2x/cjs/components/picker-view/wheel.js +7 -4
- package/2x/cjs/components/popover/index.d.ts +1 -1
- package/2x/cjs/components/popover/popover.d.ts +1 -1
- package/2x/cjs/components/radio/radio.css +1 -1
- package/2x/cjs/components/radio/radio.d.ts +1 -1
- package/2x/cjs/components/radio/radio.js +5 -5
- package/2x/cjs/components/result-page/result-page.css +5 -5
- package/2x/cjs/components/result-page/result-page.d.ts +1 -1
- package/2x/cjs/components/swipe-action/swipe-action.d.ts +1 -1
- package/2x/cjs/components/swiper/index.d.ts +1 -1
- package/2x/cjs/components/swiper/swiper.d.ts +2 -2
- package/2x/cjs/components/swiper/swiper.js +5 -1
- package/2x/cjs/components/text-area/text-area.css +0 -4
- package/2x/cjs/components/text-area/text-area.d.ts +6 -2
- package/2x/cjs/components/text-area/text-area.js +9 -1
- package/2x/cjs/global/css-vars-patch.css +3 -3
- package/2x/cjs/index.d.ts +1 -1
- package/2x/cjs/index.js +6 -0
- package/2x/cjs/locales/ar-SA.d.ts +139 -0
- package/2x/cjs/locales/ar-SA.js +149 -0
- package/2x/cjs/locales/de-DE.d.ts +139 -0
- package/2x/cjs/locales/de-DE.js +149 -0
- package/2x/cjs/locales/hu-HU.d.ts +139 -0
- package/2x/cjs/locales/hu-HU.js +148 -0
- package/2x/cjs/locales/ms-MY.d.ts +139 -0
- package/2x/cjs/locales/ms-MY.js +149 -0
- package/2x/cjs/locales/pt-BR.d.ts +139 -0
- package/2x/cjs/locales/pt-BR.js +144 -0
- package/2x/cjs/locales/th-TH.d.ts +139 -0
- package/2x/cjs/locales/th-TH.js +149 -0
- package/2x/cjs/locales/vi-VN.d.ts +139 -0
- package/2x/cjs/locales/vi-VN.js +149 -0
- package/2x/cjs/locales/zh-CN.d.ts +2 -138
- package/2x/cjs/locales/zh-CN.js +2 -4
- package/2x/cjs/locales/zh-CN.test.d.ts +1 -0
- package/2x/cjs/locales/zh-CN.test.js +19 -0
- package/2x/cjs/utils/with-default-props.js +8 -9
- package/2x/cjs/utils/with-stop-propagation.d.ts +1 -1
- package/2x/cjs/utils/with-stop-propagation.js +2 -1
- package/2x/es/components/button/button.d.ts +3 -3
- package/2x/es/components/button/button.patch.css +3 -3
- package/2x/es/components/cascader-view/use-cascader-value-extend.js +8 -3
- package/2x/es/components/checkbox/native-input.js +1 -1
- package/2x/es/components/config-provider/config-provider.d.ts +3 -2
- package/2x/es/components/error-block/create-error-block.d.ts +1 -0
- package/2x/es/components/error-block/create-error-block.js +1 -0
- package/2x/es/components/error-block/index.d.ts +0 -1
- package/2x/es/components/error-block/index.js +0 -1
- package/2x/es/components/form/form-item.js +1 -0
- package/2x/es/components/form/form.js +2 -2
- package/2x/es/components/infinite-scroll/infinite-scroll.js +8 -4
- package/2x/es/components/input/input.d.ts +2 -4
- package/2x/es/components/input/input.js +8 -17
- package/2x/es/components/input/useInputHandleKeyDown.d.ts +8 -0
- package/2x/es/components/input/useInputHandleKeyDown.js +23 -0
- package/2x/es/components/picker-view/wheel.js +6 -3
- package/2x/es/components/popover/index.d.ts +1 -1
- package/2x/es/components/popover/popover.d.ts +1 -1
- package/2x/es/components/radio/radio.css +1 -1
- package/2x/es/components/radio/radio.d.ts +1 -1
- package/2x/es/components/radio/radio.js +4 -4
- package/2x/es/components/result-page/result-page.css +5 -5
- package/2x/es/components/result-page/result-page.d.ts +1 -1
- package/2x/es/components/swipe-action/swipe-action.d.ts +1 -1
- package/2x/es/components/swiper/index.d.ts +1 -1
- package/2x/es/components/swiper/swiper.d.ts +2 -2
- package/2x/es/components/swiper/swiper.js +5 -1
- package/2x/es/components/text-area/text-area.css +0 -4
- package/2x/es/components/text-area/text-area.d.ts +6 -2
- package/2x/es/components/text-area/text-area.js +9 -1
- package/2x/es/global/css-vars-patch.css +3 -3
- package/2x/es/index.d.ts +1 -1
- package/2x/es/index.js +1 -1
- package/2x/es/locales/ar-SA.d.ts +139 -0
- package/2x/es/locales/ar-SA.js +142 -0
- package/2x/es/locales/de-DE.d.ts +139 -0
- package/2x/es/locales/de-DE.js +142 -0
- package/2x/es/locales/hu-HU.d.ts +139 -0
- package/2x/es/locales/hu-HU.js +140 -0
- package/2x/es/locales/ms-MY.d.ts +139 -0
- package/2x/es/locales/ms-MY.js +142 -0
- package/2x/es/locales/pt-BR.d.ts +139 -0
- package/2x/es/locales/pt-BR.js +137 -0
- package/2x/es/locales/th-TH.d.ts +139 -0
- package/2x/es/locales/th-TH.js +142 -0
- package/2x/es/locales/vi-VN.d.ts +139 -0
- package/2x/es/locales/vi-VN.js +142 -0
- package/2x/es/locales/zh-CN.d.ts +2 -138
- package/2x/es/locales/zh-CN.js +2 -4
- package/2x/es/locales/zh-CN.test.d.ts +1 -0
- package/2x/es/locales/zh-CN.test.js +16 -0
- package/2x/es/utils/with-default-props.js +8 -8
- package/2x/es/utils/with-stop-propagation.d.ts +1 -1
- package/2x/es/utils/with-stop-propagation.js +2 -1
- package/2x/package.json +38 -21
- package/bundle/antd-mobile.cjs.development.js +472 -1560
- package/bundle/antd-mobile.cjs.js +7 -7
- package/bundle/antd-mobile.compatible.umd.js +1 -1
- package/bundle/antd-mobile.es.development.js +473 -1561
- package/bundle/antd-mobile.es.js +7287 -8011
- package/bundle/antd-mobile.umd.development.js +472 -1560
- package/bundle/antd-mobile.umd.js +7 -7
- package/bundle/css-vars-patch.css +3 -3
- package/bundle/style.css +1 -1
- package/cjs/components/button/button.d.ts +3 -3
- package/cjs/components/button/button.patch.css +3 -3
- package/cjs/components/cascader-view/use-cascader-value-extend.js +10 -5
- package/cjs/components/checkbox/native-input.js +1 -1
- package/cjs/components/config-provider/config-provider.d.ts +3 -2
- package/cjs/components/error-block/create-error-block.d.ts +1 -0
- package/cjs/components/error-block/create-error-block.js +1 -0
- package/cjs/components/error-block/index.d.ts +0 -1
- package/cjs/components/error-block/index.js +2 -3
- package/cjs/components/form/form-item.js +1 -0
- package/cjs/components/form/form.js +2 -2
- package/cjs/components/infinite-scroll/infinite-scroll.js +8 -4
- package/cjs/components/input/input.d.ts +2 -4
- package/cjs/components/input/input.js +8 -17
- package/cjs/components/input/useInputHandleKeyDown.d.ts +8 -0
- package/cjs/components/input/useInputHandleKeyDown.js +29 -0
- package/cjs/components/picker-view/wheel.js +7 -4
- package/cjs/components/popover/index.d.ts +1 -1
- package/cjs/components/popover/popover.d.ts +1 -1
- package/cjs/components/radio/radio.css +1 -1
- package/cjs/components/radio/radio.d.ts +1 -1
- package/cjs/components/radio/radio.js +5 -5
- package/cjs/components/result-page/result-page.css +5 -5
- package/cjs/components/result-page/result-page.d.ts +1 -1
- package/cjs/components/swipe-action/swipe-action.d.ts +1 -1
- package/cjs/components/swiper/index.d.ts +1 -1
- package/cjs/components/swiper/swiper.d.ts +2 -2
- package/cjs/components/swiper/swiper.js +5 -1
- package/cjs/components/text-area/text-area.css +0 -3
- package/cjs/components/text-area/text-area.d.ts +6 -2
- package/cjs/components/text-area/text-area.js +9 -1
- package/cjs/global/css-vars-patch.css +3 -3
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +6 -0
- package/cjs/locales/ar-SA.d.ts +139 -0
- package/cjs/locales/ar-SA.js +149 -0
- package/cjs/locales/de-DE.d.ts +139 -0
- package/cjs/locales/de-DE.js +149 -0
- package/cjs/locales/hu-HU.d.ts +139 -0
- package/cjs/locales/hu-HU.js +148 -0
- package/cjs/locales/ms-MY.d.ts +139 -0
- package/cjs/locales/ms-MY.js +149 -0
- package/cjs/locales/pt-BR.d.ts +139 -0
- package/cjs/locales/pt-BR.js +144 -0
- package/cjs/locales/th-TH.d.ts +139 -0
- package/cjs/locales/th-TH.js +149 -0
- package/cjs/locales/vi-VN.d.ts +139 -0
- package/cjs/locales/vi-VN.js +149 -0
- package/cjs/locales/zh-CN.d.ts +2 -138
- package/cjs/locales/zh-CN.js +2 -4
- package/cjs/locales/zh-CN.test.d.ts +1 -0
- package/cjs/locales/zh-CN.test.js +19 -0
- package/cjs/utils/with-default-props.js +8 -9
- package/cjs/utils/with-stop-propagation.d.ts +1 -1
- package/cjs/utils/with-stop-propagation.js +2 -1
- package/es/components/button/button.d.ts +3 -3
- package/es/components/button/button.patch.css +3 -3
- package/es/components/cascader-view/use-cascader-value-extend.js +8 -3
- package/es/components/checkbox/native-input.js +1 -1
- package/es/components/config-provider/config-provider.d.ts +3 -2
- package/es/components/error-block/create-error-block.d.ts +1 -0
- package/es/components/error-block/create-error-block.js +1 -0
- package/es/components/error-block/index.d.ts +0 -1
- package/es/components/error-block/index.js +0 -1
- package/es/components/form/form-item.js +1 -0
- package/es/components/form/form.js +2 -2
- package/es/components/infinite-scroll/infinite-scroll.js +8 -4
- package/es/components/input/input.d.ts +2 -4
- package/es/components/input/input.js +8 -17
- package/es/components/input/useInputHandleKeyDown.d.ts +8 -0
- package/es/components/input/useInputHandleKeyDown.js +23 -0
- package/es/components/picker-view/wheel.js +6 -3
- package/es/components/popover/index.d.ts +1 -1
- package/es/components/popover/popover.d.ts +1 -1
- package/es/components/radio/radio.css +1 -1
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.js +4 -4
- package/es/components/result-page/result-page.css +5 -5
- package/es/components/result-page/result-page.d.ts +1 -1
- package/es/components/swipe-action/swipe-action.d.ts +1 -1
- package/es/components/swiper/index.d.ts +1 -1
- package/es/components/swiper/swiper.d.ts +2 -2
- package/es/components/swiper/swiper.js +5 -1
- package/es/components/text-area/text-area.css +0 -3
- package/es/components/text-area/text-area.d.ts +6 -2
- package/es/components/text-area/text-area.js +9 -1
- package/es/global/css-vars-patch.css +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/locales/ar-SA.d.ts +139 -0
- package/es/locales/ar-SA.js +142 -0
- package/es/locales/de-DE.d.ts +139 -0
- package/es/locales/de-DE.js +142 -0
- package/es/locales/hu-HU.d.ts +139 -0
- package/es/locales/hu-HU.js +140 -0
- package/es/locales/ms-MY.d.ts +139 -0
- package/es/locales/ms-MY.js +142 -0
- package/es/locales/pt-BR.d.ts +139 -0
- package/es/locales/pt-BR.js +137 -0
- package/es/locales/th-TH.d.ts +139 -0
- package/es/locales/th-TH.js +142 -0
- package/es/locales/vi-VN.d.ts +139 -0
- package/es/locales/vi-VN.js +142 -0
- package/es/locales/zh-CN.d.ts +2 -138
- package/es/locales/zh-CN.js +2 -4
- package/es/locales/zh-CN.test.d.ts +1 -0
- package/es/locales/zh-CN.test.js +16 -0
- package/es/utils/with-default-props.js +8 -8
- package/es/utils/with-stop-propagation.d.ts +1 -1
- package/es/utils/with-stop-propagation.js +2 -1
- package/package.json +38 -21
- package/umd/antd-mobile.js +1 -1
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
export declare const huHU: {
|
|
2
|
+
locale: string;
|
|
3
|
+
common: {
|
|
4
|
+
confirm: string;
|
|
5
|
+
cancel: string;
|
|
6
|
+
loading: string;
|
|
7
|
+
close: string;
|
|
8
|
+
};
|
|
9
|
+
Calendar: {
|
|
10
|
+
title: string;
|
|
11
|
+
confirm: string;
|
|
12
|
+
start: string;
|
|
13
|
+
end: string;
|
|
14
|
+
today: string;
|
|
15
|
+
markItems: string[];
|
|
16
|
+
yearAndMonth: string;
|
|
17
|
+
};
|
|
18
|
+
Cascader: {
|
|
19
|
+
placeholder: string;
|
|
20
|
+
};
|
|
21
|
+
Dialog: {
|
|
22
|
+
ok: string;
|
|
23
|
+
};
|
|
24
|
+
DatePicker: {
|
|
25
|
+
tillNow: string;
|
|
26
|
+
};
|
|
27
|
+
ErrorBlock: {
|
|
28
|
+
default: {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
busy: {
|
|
33
|
+
title: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
disconnected: {
|
|
37
|
+
title: string;
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
empty: {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
Form: {
|
|
46
|
+
required: string;
|
|
47
|
+
optional: string;
|
|
48
|
+
defaultValidateMessages: {
|
|
49
|
+
default: string;
|
|
50
|
+
required: string;
|
|
51
|
+
enum: string;
|
|
52
|
+
whitespace: string;
|
|
53
|
+
date: {
|
|
54
|
+
format: string;
|
|
55
|
+
parse: string;
|
|
56
|
+
invalid: string;
|
|
57
|
+
};
|
|
58
|
+
types: {
|
|
59
|
+
string: string;
|
|
60
|
+
method: string;
|
|
61
|
+
array: string;
|
|
62
|
+
object: string;
|
|
63
|
+
number: string;
|
|
64
|
+
date: string;
|
|
65
|
+
boolean: string;
|
|
66
|
+
integer: string;
|
|
67
|
+
float: string;
|
|
68
|
+
regexp: string;
|
|
69
|
+
email: string;
|
|
70
|
+
url: string;
|
|
71
|
+
hex: string;
|
|
72
|
+
};
|
|
73
|
+
string: {
|
|
74
|
+
len: string;
|
|
75
|
+
min: string;
|
|
76
|
+
max: string;
|
|
77
|
+
range: string;
|
|
78
|
+
};
|
|
79
|
+
number: {
|
|
80
|
+
len: string;
|
|
81
|
+
min: string;
|
|
82
|
+
max: string;
|
|
83
|
+
range: string;
|
|
84
|
+
};
|
|
85
|
+
array: {
|
|
86
|
+
len: string;
|
|
87
|
+
min: string;
|
|
88
|
+
max: string;
|
|
89
|
+
range: string;
|
|
90
|
+
};
|
|
91
|
+
pattern: {
|
|
92
|
+
mismatch: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
ImageUploader: {
|
|
97
|
+
uploading: string;
|
|
98
|
+
upload: string;
|
|
99
|
+
};
|
|
100
|
+
InfiniteScroll: {
|
|
101
|
+
noMore: string;
|
|
102
|
+
failedToLoad: string;
|
|
103
|
+
retry: string;
|
|
104
|
+
};
|
|
105
|
+
Input: {
|
|
106
|
+
clear: string;
|
|
107
|
+
};
|
|
108
|
+
Mask: {
|
|
109
|
+
name: string;
|
|
110
|
+
};
|
|
111
|
+
Modal: {
|
|
112
|
+
ok: string;
|
|
113
|
+
};
|
|
114
|
+
PasscodeInput: {
|
|
115
|
+
name: string;
|
|
116
|
+
};
|
|
117
|
+
PullToRefresh: {
|
|
118
|
+
pulling: string;
|
|
119
|
+
canRelease: string;
|
|
120
|
+
complete: string;
|
|
121
|
+
};
|
|
122
|
+
SearchBar: {
|
|
123
|
+
name: string;
|
|
124
|
+
};
|
|
125
|
+
Slider: {
|
|
126
|
+
name: string;
|
|
127
|
+
};
|
|
128
|
+
Stepper: {
|
|
129
|
+
decrease: string;
|
|
130
|
+
increase: string;
|
|
131
|
+
};
|
|
132
|
+
Switch: {
|
|
133
|
+
name: string;
|
|
134
|
+
};
|
|
135
|
+
Selector: {
|
|
136
|
+
name: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
export default huHU;
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.huHU = exports.default = void 0;
|
|
7
|
+
var _mergeLocale = require("../utils/merge-locale");
|
|
8
|
+
var _base = require("./base");
|
|
9
|
+
const typeTemplate = '${label} is not a valid ${type}';
|
|
10
|
+
const huHU = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
11
|
+
locale: 'hu',
|
|
12
|
+
common: {
|
|
13
|
+
confirm: 'Alkalmazás',
|
|
14
|
+
cancel: 'Visszavonás',
|
|
15
|
+
loading: 'Betöltés',
|
|
16
|
+
close: 'Bezárás'
|
|
17
|
+
},
|
|
18
|
+
Calendar: {
|
|
19
|
+
title: 'Dátum kiválasztása',
|
|
20
|
+
confirm: 'Alkalmazás',
|
|
21
|
+
today: 'ma',
|
|
22
|
+
markItems: ['Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo', 'Vas'],
|
|
23
|
+
yearAndMonth: '${year}-${month}'
|
|
24
|
+
},
|
|
25
|
+
Cascader: {
|
|
26
|
+
placeholder: 'Kiválasztás'
|
|
27
|
+
},
|
|
28
|
+
Dialog: {
|
|
29
|
+
ok: 'OK'
|
|
30
|
+
},
|
|
31
|
+
DatePicker: {
|
|
32
|
+
tillNow: 'Till Now'
|
|
33
|
+
},
|
|
34
|
+
ErrorBlock: {
|
|
35
|
+
default: {
|
|
36
|
+
title: 'Oopsz, valami hiba történt',
|
|
37
|
+
description: 'Kérjük, várjon egy percet, és próbálja újra'
|
|
38
|
+
},
|
|
39
|
+
busy: {
|
|
40
|
+
title: 'Oopsz, nem sikerült betölteni',
|
|
41
|
+
description: 'Próbálja meg frissíteni az oldalt'
|
|
42
|
+
},
|
|
43
|
+
disconnected: {
|
|
44
|
+
title: 'A hálózat elfoglalt',
|
|
45
|
+
description: 'Próbálja meg frissíteni az oldalt'
|
|
46
|
+
},
|
|
47
|
+
empty: {
|
|
48
|
+
title: "Hmm, nem találjuk amit keresel...",
|
|
49
|
+
description: 'Szeretnél új keresést indítani?'
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
Form: {
|
|
53
|
+
required: 'Kötelező',
|
|
54
|
+
optional: 'Opcionális',
|
|
55
|
+
defaultValidateMessages: {
|
|
56
|
+
default: 'Mező validációs hiba ${label}',
|
|
57
|
+
required: 'Mező kitöltése kötelező ${label}',
|
|
58
|
+
enum: '${label} tatroznia kell [${enum}]',
|
|
59
|
+
whitespace: '${label} nem lehet üres karakter',
|
|
60
|
+
date: {
|
|
61
|
+
format: '${label} dátum formátuma érvénytelen',
|
|
62
|
+
parse: '${label} nem alakítható dátummá',
|
|
63
|
+
invalid: '${label} nem érvényes dátum'
|
|
64
|
+
},
|
|
65
|
+
types: {
|
|
66
|
+
string: typeTemplate,
|
|
67
|
+
method: typeTemplate,
|
|
68
|
+
array: typeTemplate,
|
|
69
|
+
object: typeTemplate,
|
|
70
|
+
number: typeTemplate,
|
|
71
|
+
date: typeTemplate,
|
|
72
|
+
boolean: typeTemplate,
|
|
73
|
+
integer: typeTemplate,
|
|
74
|
+
float: typeTemplate,
|
|
75
|
+
regexp: typeTemplate,
|
|
76
|
+
email: typeTemplate,
|
|
77
|
+
url: typeTemplate,
|
|
78
|
+
hex: typeTemplate
|
|
79
|
+
},
|
|
80
|
+
string: {
|
|
81
|
+
len: '${label} muszáj hogy ${len} karakter hosszú legyen',
|
|
82
|
+
min: '${label} muszáj hogy legalább ${min} karakter hosszú legyen',
|
|
83
|
+
max: '${label} muszáj hogy maximum ${max} karakter hosszú legyen',
|
|
84
|
+
range: '${label} muszáj hogy ${min}-${max} karakter hosszú legyen'
|
|
85
|
+
},
|
|
86
|
+
number: {
|
|
87
|
+
len: '${label} muszáj hogy ${len} legyen',
|
|
88
|
+
min: '${label} legalább ${min} legyen',
|
|
89
|
+
max: '${label} maximum ${max} lehet',
|
|
90
|
+
range: '${label} muszáj hogy ${min}-${max} között legyen'
|
|
91
|
+
},
|
|
92
|
+
array: {
|
|
93
|
+
len: 'Muszáj ${len} legyen ${label}',
|
|
94
|
+
min: 'Legalább ${min} ${label}',
|
|
95
|
+
max: 'Maximum ${max} ${label}',
|
|
96
|
+
range: '${label} értéke ${min}-${max} között kell legyen'
|
|
97
|
+
},
|
|
98
|
+
pattern: {
|
|
99
|
+
mismatch: '${label} nem hasonlít ${pattern}'
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
ImageUploader: {
|
|
104
|
+
uploading: 'Feltöltés...',
|
|
105
|
+
upload: 'Feltöltés'
|
|
106
|
+
},
|
|
107
|
+
InfiniteScroll: {
|
|
108
|
+
noMore: 'Nincs több',
|
|
109
|
+
failedToLoad: 'Nem sikerült betölteni',
|
|
110
|
+
retry: 'Újra'
|
|
111
|
+
},
|
|
112
|
+
Input: {
|
|
113
|
+
clear: 'Törlés'
|
|
114
|
+
},
|
|
115
|
+
Mask: {
|
|
116
|
+
name: 'Maszk'
|
|
117
|
+
},
|
|
118
|
+
Modal: {
|
|
119
|
+
ok: 'OK'
|
|
120
|
+
},
|
|
121
|
+
PasscodeInput: {
|
|
122
|
+
name: 'PIN-kód'
|
|
123
|
+
},
|
|
124
|
+
PullToRefresh: {
|
|
125
|
+
pulling: 'Görgessen le a frissítéshez',
|
|
126
|
+
canRelease: 'Engedje el az azonnalli frissítéshez',
|
|
127
|
+
complete: 'Sikeresen frissítve'
|
|
128
|
+
},
|
|
129
|
+
SearchBar: {
|
|
130
|
+
name: 'Keresés'
|
|
131
|
+
},
|
|
132
|
+
Slider: {
|
|
133
|
+
name: 'Csúszka'
|
|
134
|
+
},
|
|
135
|
+
Stepper: {
|
|
136
|
+
decrease: 'csökkentés',
|
|
137
|
+
increase: 'növelés'
|
|
138
|
+
},
|
|
139
|
+
Switch: {
|
|
140
|
+
name: 'Kapcsoló'
|
|
141
|
+
},
|
|
142
|
+
Selector: {
|
|
143
|
+
name: 'Kiválasztás'
|
|
144
|
+
}
|
|
145
|
+
});
|
|
146
|
+
exports.huHU = huHU;
|
|
147
|
+
var _default = huHU;
|
|
148
|
+
exports.default = _default;
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
declare const msMY: {
|
|
2
|
+
locale: string;
|
|
3
|
+
common: {
|
|
4
|
+
confirm: string;
|
|
5
|
+
cancel: string;
|
|
6
|
+
loading: string;
|
|
7
|
+
close: string;
|
|
8
|
+
};
|
|
9
|
+
Calendar: {
|
|
10
|
+
title: string;
|
|
11
|
+
confirm: string;
|
|
12
|
+
start: string;
|
|
13
|
+
end: string;
|
|
14
|
+
today: string;
|
|
15
|
+
markItems: string[];
|
|
16
|
+
yearAndMonth: string;
|
|
17
|
+
};
|
|
18
|
+
Cascader: {
|
|
19
|
+
placeholder: string;
|
|
20
|
+
};
|
|
21
|
+
Dialog: {
|
|
22
|
+
ok: string;
|
|
23
|
+
};
|
|
24
|
+
DatePicker: {
|
|
25
|
+
tillNow: string;
|
|
26
|
+
};
|
|
27
|
+
ErrorBlock: {
|
|
28
|
+
default: {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
busy: {
|
|
33
|
+
title: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
disconnected: {
|
|
37
|
+
title: string;
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
empty: {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
Form: {
|
|
46
|
+
required: string;
|
|
47
|
+
optional: string;
|
|
48
|
+
defaultValidateMessages: {
|
|
49
|
+
default: string;
|
|
50
|
+
required: string;
|
|
51
|
+
enum: string;
|
|
52
|
+
whitespace: string;
|
|
53
|
+
date: {
|
|
54
|
+
format: string;
|
|
55
|
+
parse: string;
|
|
56
|
+
invalid: string;
|
|
57
|
+
};
|
|
58
|
+
types: {
|
|
59
|
+
string: string;
|
|
60
|
+
method: string;
|
|
61
|
+
array: string;
|
|
62
|
+
object: string;
|
|
63
|
+
number: string;
|
|
64
|
+
date: string;
|
|
65
|
+
boolean: string;
|
|
66
|
+
integer: string;
|
|
67
|
+
float: string;
|
|
68
|
+
regexp: string;
|
|
69
|
+
email: string;
|
|
70
|
+
url: string;
|
|
71
|
+
hex: string;
|
|
72
|
+
};
|
|
73
|
+
string: {
|
|
74
|
+
len: string;
|
|
75
|
+
min: string;
|
|
76
|
+
max: string;
|
|
77
|
+
range: string;
|
|
78
|
+
};
|
|
79
|
+
number: {
|
|
80
|
+
len: string;
|
|
81
|
+
min: string;
|
|
82
|
+
max: string;
|
|
83
|
+
range: string;
|
|
84
|
+
};
|
|
85
|
+
array: {
|
|
86
|
+
len: string;
|
|
87
|
+
min: string;
|
|
88
|
+
max: string;
|
|
89
|
+
range: string;
|
|
90
|
+
};
|
|
91
|
+
pattern: {
|
|
92
|
+
mismatch: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
ImageUploader: {
|
|
97
|
+
uploading: string;
|
|
98
|
+
upload: string;
|
|
99
|
+
};
|
|
100
|
+
InfiniteScroll: {
|
|
101
|
+
noMore: string;
|
|
102
|
+
failedToLoad: string;
|
|
103
|
+
retry: string;
|
|
104
|
+
};
|
|
105
|
+
Input: {
|
|
106
|
+
clear: string;
|
|
107
|
+
};
|
|
108
|
+
Mask: {
|
|
109
|
+
name: string;
|
|
110
|
+
};
|
|
111
|
+
Modal: {
|
|
112
|
+
ok: string;
|
|
113
|
+
};
|
|
114
|
+
PasscodeInput: {
|
|
115
|
+
name: string;
|
|
116
|
+
};
|
|
117
|
+
PullToRefresh: {
|
|
118
|
+
pulling: string;
|
|
119
|
+
canRelease: string;
|
|
120
|
+
complete: string;
|
|
121
|
+
};
|
|
122
|
+
SearchBar: {
|
|
123
|
+
name: string;
|
|
124
|
+
};
|
|
125
|
+
Slider: {
|
|
126
|
+
name: string;
|
|
127
|
+
};
|
|
128
|
+
Stepper: {
|
|
129
|
+
decrease: string;
|
|
130
|
+
increase: string;
|
|
131
|
+
};
|
|
132
|
+
Switch: {
|
|
133
|
+
name: string;
|
|
134
|
+
};
|
|
135
|
+
Selector: {
|
|
136
|
+
name: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
export default msMY;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _mergeLocale = require("../utils/merge-locale");
|
|
8
|
+
var _base = require("./base");
|
|
9
|
+
const typeTemplate = '${label} Bukan satu yabg sah ${type}';
|
|
10
|
+
const msMY = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
11
|
+
'locale': 'ms-MY',
|
|
12
|
+
'common': {
|
|
13
|
+
'confirm': 'OK',
|
|
14
|
+
'cancel': 'Batal',
|
|
15
|
+
'loading': 'Memuatkan',
|
|
16
|
+
'close': 'Tutup'
|
|
17
|
+
},
|
|
18
|
+
'Calendar': {
|
|
19
|
+
'title': 'Pemilihan tarikh',
|
|
20
|
+
'confirm': 'Ok',
|
|
21
|
+
'start': 'Mula',
|
|
22
|
+
'end': 'Tamat',
|
|
23
|
+
'today': 'Hari ini',
|
|
24
|
+
'markItems': ['Satu', 'Dua', 'Tiga', 'Empat', 'Lima', 'Enam', 'Hari'],
|
|
25
|
+
'yearAndMonth': 'Tahun${year} bulan ${month}'
|
|
26
|
+
},
|
|
27
|
+
'Cascader': {
|
|
28
|
+
'placeholder': 'Sila pilih'
|
|
29
|
+
},
|
|
30
|
+
'Dialog': {
|
|
31
|
+
'ok': 'Faham'
|
|
32
|
+
},
|
|
33
|
+
'DatePicker': {
|
|
34
|
+
'tillNow': 'Sehingga kini'
|
|
35
|
+
},
|
|
36
|
+
'ErrorBlock': {
|
|
37
|
+
'default': {
|
|
38
|
+
'title': 'Halaman mengalami beberapa isu kecil',
|
|
39
|
+
'description': 'Cuba kemudian'
|
|
40
|
+
},
|
|
41
|
+
'busy': {
|
|
42
|
+
'title': 'Kesesakan di hadapan',
|
|
43
|
+
'description': 'Muat semula dan cuba'
|
|
44
|
+
},
|
|
45
|
+
'disconnected': {
|
|
46
|
+
'title': 'Rangkaian agak sibuk',
|
|
47
|
+
'description': 'Untuk membantu membaiki, gerakkan jari anda.'
|
|
48
|
+
},
|
|
49
|
+
'empty': {
|
|
50
|
+
'title': 'Tidak menemui apa yang anda perlukan',
|
|
51
|
+
'description': 'Cari yang lain'
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
'Form': {
|
|
55
|
+
'required': 'Wajib',
|
|
56
|
+
'optional': 'Pilihan',
|
|
57
|
+
'defaultValidateMessages': {
|
|
58
|
+
'default': 'Ralat pengesahan medan ${label}',
|
|
59
|
+
'required': 'Sila masukkan ${label}',
|
|
60
|
+
'enum': '${label} mestilah salah satu daripada [${enum}]',
|
|
61
|
+
'whitespace': '${label} Tidak boleh menjadi watak nol',
|
|
62
|
+
'date': {
|
|
63
|
+
'format': 'Format tarikh ${label} tidak sah',
|
|
64
|
+
'parse': '${label} tidak boleh ditukar kepada tarikh',
|
|
65
|
+
'invalid': '${label} Adalah tarikh yang tidak sah'
|
|
66
|
+
},
|
|
67
|
+
'types': {
|
|
68
|
+
'string': typeTemplate,
|
|
69
|
+
'method': typeTemplate,
|
|
70
|
+
'array': typeTemplate,
|
|
71
|
+
'object': typeTemplate,
|
|
72
|
+
'number': typeTemplate,
|
|
73
|
+
'date': typeTemplate,
|
|
74
|
+
'boolean': typeTemplate,
|
|
75
|
+
'integer': typeTemplate,
|
|
76
|
+
'float': typeTemplate,
|
|
77
|
+
'regexp': typeTemplate,
|
|
78
|
+
'email': typeTemplate,
|
|
79
|
+
'url': typeTemplate,
|
|
80
|
+
'hex': typeTemplate
|
|
81
|
+
},
|
|
82
|
+
'string': {
|
|
83
|
+
'len': '${label} Mestilah ${len} aksara',
|
|
84
|
+
'min': '${label} Sekurang-kurangnya ${min} aksara',
|
|
85
|
+
'max': '${label}Maksimum ${max} aksara',
|
|
86
|
+
'range': '${label} Mesti antara ${min}-${max} aksara'
|
|
87
|
+
},
|
|
88
|
+
'number': {
|
|
89
|
+
'len': '${label} mesti sama dengan ${len}',
|
|
90
|
+
'min': 'Nilai minimum ${label} ialah ${min}',
|
|
91
|
+
'max': 'Nilai maksimum ${label} ialah ${max}',
|
|
92
|
+
'range': '${label}Mesti antara ${min}-${max}'
|
|
93
|
+
},
|
|
94
|
+
'array': {
|
|
95
|
+
'len': 'Mesti ${len} ${label}',
|
|
96
|
+
'min': 'Minimum ${min} ${label}',
|
|
97
|
+
'max': 'Maksimum ${max} ${label}',
|
|
98
|
+
'range': '${label}Kuantiti mestilah antara ${min}-${max}'
|
|
99
|
+
},
|
|
100
|
+
'pattern': {
|
|
101
|
+
'mismatch': '${label}Tidak sepadan dengan model${pattern}'
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
'ImageUploader': {
|
|
106
|
+
'uploading': 'Sedang memuat naik...',
|
|
107
|
+
'upload': 'memuat naik'
|
|
108
|
+
},
|
|
109
|
+
'InfiniteScroll': {
|
|
110
|
+
'noMore': 'Tiada lagi',
|
|
111
|
+
'failedToLoad': 'Gagal dimuatkan.',
|
|
112
|
+
'retry': 'Muat semula'
|
|
113
|
+
},
|
|
114
|
+
'Input': {
|
|
115
|
+
'clear': 'Bersihkan'
|
|
116
|
+
},
|
|
117
|
+
'Mask': {
|
|
118
|
+
'name': 'lapisan topeng latar belakang'
|
|
119
|
+
},
|
|
120
|
+
'Modal': {
|
|
121
|
+
'ok': 'Faham'
|
|
122
|
+
},
|
|
123
|
+
'PasscodeInput': {
|
|
124
|
+
'name': 'Kotak input kata laluan'
|
|
125
|
+
},
|
|
126
|
+
'PullToRefresh': {
|
|
127
|
+
'pulling': 'Tarik ke bawah untuk muat semula',
|
|
128
|
+
'canRelease': 'Lepaskan untuk memuatkan semula',
|
|
129
|
+
'complete': 'Muat semula selesai'
|
|
130
|
+
},
|
|
131
|
+
'SearchBar': {
|
|
132
|
+
'name': 'Kotak carian'
|
|
133
|
+
},
|
|
134
|
+
'Slider': {
|
|
135
|
+
'name': 'Bar input gelongsor'
|
|
136
|
+
},
|
|
137
|
+
'Stepper': {
|
|
138
|
+
'decrease': 'Menurun',
|
|
139
|
+
'increase': 'Meningkat'
|
|
140
|
+
},
|
|
141
|
+
'Switch': {
|
|
142
|
+
'name': 'Suis'
|
|
143
|
+
},
|
|
144
|
+
'Selector': {
|
|
145
|
+
'name': 'Pilih kumpulan'
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
var _default = msMY;
|
|
149
|
+
exports.default = _default;
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
declare const ptBR: {
|
|
2
|
+
locale: string;
|
|
3
|
+
common: {
|
|
4
|
+
confirm: string;
|
|
5
|
+
cancel: string;
|
|
6
|
+
loading: string;
|
|
7
|
+
close: string;
|
|
8
|
+
};
|
|
9
|
+
Calendar: {
|
|
10
|
+
title: string;
|
|
11
|
+
confirm: string;
|
|
12
|
+
start: string;
|
|
13
|
+
end: string;
|
|
14
|
+
today: string;
|
|
15
|
+
markItems: string[];
|
|
16
|
+
yearAndMonth: string;
|
|
17
|
+
};
|
|
18
|
+
Cascader: {
|
|
19
|
+
placeholder: string;
|
|
20
|
+
};
|
|
21
|
+
Dialog: {
|
|
22
|
+
ok: string;
|
|
23
|
+
};
|
|
24
|
+
DatePicker: {
|
|
25
|
+
tillNow: string;
|
|
26
|
+
};
|
|
27
|
+
ErrorBlock: {
|
|
28
|
+
default: {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
busy: {
|
|
33
|
+
title: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
disconnected: {
|
|
37
|
+
title: string;
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
empty: {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
Form: {
|
|
46
|
+
required: string;
|
|
47
|
+
optional: string;
|
|
48
|
+
defaultValidateMessages: {
|
|
49
|
+
default: string;
|
|
50
|
+
required: string;
|
|
51
|
+
enum: string;
|
|
52
|
+
whitespace: string;
|
|
53
|
+
date: {
|
|
54
|
+
format: string;
|
|
55
|
+
parse: string;
|
|
56
|
+
invalid: string;
|
|
57
|
+
};
|
|
58
|
+
types: {
|
|
59
|
+
string: string;
|
|
60
|
+
method: string;
|
|
61
|
+
array: string;
|
|
62
|
+
object: string;
|
|
63
|
+
number: string;
|
|
64
|
+
date: string;
|
|
65
|
+
boolean: string;
|
|
66
|
+
integer: string;
|
|
67
|
+
float: string;
|
|
68
|
+
regexp: string;
|
|
69
|
+
email: string;
|
|
70
|
+
url: string;
|
|
71
|
+
hex: string;
|
|
72
|
+
};
|
|
73
|
+
string: {
|
|
74
|
+
len: string;
|
|
75
|
+
min: string;
|
|
76
|
+
max: string;
|
|
77
|
+
range: string;
|
|
78
|
+
};
|
|
79
|
+
number: {
|
|
80
|
+
len: string;
|
|
81
|
+
min: string;
|
|
82
|
+
max: string;
|
|
83
|
+
range: string;
|
|
84
|
+
};
|
|
85
|
+
array: {
|
|
86
|
+
len: string;
|
|
87
|
+
min: string;
|
|
88
|
+
max: string;
|
|
89
|
+
range: string;
|
|
90
|
+
};
|
|
91
|
+
pattern: {
|
|
92
|
+
mismatch: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
ImageUploader: {
|
|
97
|
+
uploading: string;
|
|
98
|
+
upload: string;
|
|
99
|
+
};
|
|
100
|
+
InfiniteScroll: {
|
|
101
|
+
noMore: string;
|
|
102
|
+
failedToLoad: string;
|
|
103
|
+
retry: string;
|
|
104
|
+
};
|
|
105
|
+
Input: {
|
|
106
|
+
clear: string;
|
|
107
|
+
};
|
|
108
|
+
Mask: {
|
|
109
|
+
name: string;
|
|
110
|
+
};
|
|
111
|
+
Modal: {
|
|
112
|
+
ok: string;
|
|
113
|
+
};
|
|
114
|
+
PasscodeInput: {
|
|
115
|
+
name: string;
|
|
116
|
+
};
|
|
117
|
+
PullToRefresh: {
|
|
118
|
+
pulling: string;
|
|
119
|
+
canRelease: string;
|
|
120
|
+
complete: string;
|
|
121
|
+
};
|
|
122
|
+
SearchBar: {
|
|
123
|
+
name: string;
|
|
124
|
+
};
|
|
125
|
+
Slider: {
|
|
126
|
+
name: string;
|
|
127
|
+
};
|
|
128
|
+
Stepper: {
|
|
129
|
+
decrease: string;
|
|
130
|
+
increase: string;
|
|
131
|
+
};
|
|
132
|
+
Switch: {
|
|
133
|
+
name: string;
|
|
134
|
+
};
|
|
135
|
+
Selector: {
|
|
136
|
+
name: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
export default ptBR;
|