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.
Files changed (240) hide show
  1. package/2x/bundle/antd-mobile.cjs.development.js +472 -1560
  2. package/2x/bundle/antd-mobile.cjs.js +7 -7
  3. package/2x/bundle/antd-mobile.es.development.js +473 -1561
  4. package/2x/bundle/antd-mobile.es.js +7287 -8011
  5. package/2x/bundle/antd-mobile.umd.development.js +472 -1560
  6. package/2x/bundle/antd-mobile.umd.js +7 -7
  7. package/2x/bundle/css-vars-patch.css +3 -3
  8. package/2x/bundle/style.css +6 -10
  9. package/2x/cjs/components/button/button.d.ts +3 -3
  10. package/2x/cjs/components/button/button.patch.css +3 -3
  11. package/2x/cjs/components/cascader-view/use-cascader-value-extend.js +10 -5
  12. package/2x/cjs/components/checkbox/native-input.js +1 -1
  13. package/2x/cjs/components/config-provider/config-provider.d.ts +3 -2
  14. package/2x/cjs/components/error-block/create-error-block.d.ts +1 -0
  15. package/2x/cjs/components/error-block/create-error-block.js +1 -0
  16. package/2x/cjs/components/error-block/index.d.ts +0 -1
  17. package/2x/cjs/components/error-block/index.js +2 -3
  18. package/2x/cjs/components/form/form-item.js +1 -0
  19. package/2x/cjs/components/form/form.js +2 -2
  20. package/2x/cjs/components/infinite-scroll/infinite-scroll.js +8 -4
  21. package/2x/cjs/components/input/input.d.ts +2 -4
  22. package/2x/cjs/components/input/input.js +8 -17
  23. package/2x/cjs/components/input/useInputHandleKeyDown.d.ts +8 -0
  24. package/2x/cjs/components/input/useInputHandleKeyDown.js +29 -0
  25. package/2x/cjs/components/picker-view/wheel.js +7 -4
  26. package/2x/cjs/components/popover/index.d.ts +1 -1
  27. package/2x/cjs/components/popover/popover.d.ts +1 -1
  28. package/2x/cjs/components/radio/radio.css +1 -1
  29. package/2x/cjs/components/radio/radio.d.ts +1 -1
  30. package/2x/cjs/components/radio/radio.js +5 -5
  31. package/2x/cjs/components/result-page/result-page.css +5 -5
  32. package/2x/cjs/components/result-page/result-page.d.ts +1 -1
  33. package/2x/cjs/components/swipe-action/swipe-action.d.ts +1 -1
  34. package/2x/cjs/components/swiper/index.d.ts +1 -1
  35. package/2x/cjs/components/swiper/swiper.d.ts +2 -2
  36. package/2x/cjs/components/swiper/swiper.js +5 -1
  37. package/2x/cjs/components/text-area/text-area.css +0 -4
  38. package/2x/cjs/components/text-area/text-area.d.ts +6 -2
  39. package/2x/cjs/components/text-area/text-area.js +9 -1
  40. package/2x/cjs/global/css-vars-patch.css +3 -3
  41. package/2x/cjs/index.d.ts +1 -1
  42. package/2x/cjs/index.js +6 -0
  43. package/2x/cjs/locales/ar-SA.d.ts +139 -0
  44. package/2x/cjs/locales/ar-SA.js +149 -0
  45. package/2x/cjs/locales/de-DE.d.ts +139 -0
  46. package/2x/cjs/locales/de-DE.js +149 -0
  47. package/2x/cjs/locales/hu-HU.d.ts +139 -0
  48. package/2x/cjs/locales/hu-HU.js +148 -0
  49. package/2x/cjs/locales/ms-MY.d.ts +139 -0
  50. package/2x/cjs/locales/ms-MY.js +149 -0
  51. package/2x/cjs/locales/pt-BR.d.ts +139 -0
  52. package/2x/cjs/locales/pt-BR.js +144 -0
  53. package/2x/cjs/locales/th-TH.d.ts +139 -0
  54. package/2x/cjs/locales/th-TH.js +149 -0
  55. package/2x/cjs/locales/vi-VN.d.ts +139 -0
  56. package/2x/cjs/locales/vi-VN.js +149 -0
  57. package/2x/cjs/locales/zh-CN.d.ts +2 -138
  58. package/2x/cjs/locales/zh-CN.js +2 -4
  59. package/2x/cjs/locales/zh-CN.test.d.ts +1 -0
  60. package/2x/cjs/locales/zh-CN.test.js +19 -0
  61. package/2x/cjs/utils/with-default-props.js +8 -9
  62. package/2x/cjs/utils/with-stop-propagation.d.ts +1 -1
  63. package/2x/cjs/utils/with-stop-propagation.js +2 -1
  64. package/2x/es/components/button/button.d.ts +3 -3
  65. package/2x/es/components/button/button.patch.css +3 -3
  66. package/2x/es/components/cascader-view/use-cascader-value-extend.js +8 -3
  67. package/2x/es/components/checkbox/native-input.js +1 -1
  68. package/2x/es/components/config-provider/config-provider.d.ts +3 -2
  69. package/2x/es/components/error-block/create-error-block.d.ts +1 -0
  70. package/2x/es/components/error-block/create-error-block.js +1 -0
  71. package/2x/es/components/error-block/index.d.ts +0 -1
  72. package/2x/es/components/error-block/index.js +0 -1
  73. package/2x/es/components/form/form-item.js +1 -0
  74. package/2x/es/components/form/form.js +2 -2
  75. package/2x/es/components/infinite-scroll/infinite-scroll.js +8 -4
  76. package/2x/es/components/input/input.d.ts +2 -4
  77. package/2x/es/components/input/input.js +8 -17
  78. package/2x/es/components/input/useInputHandleKeyDown.d.ts +8 -0
  79. package/2x/es/components/input/useInputHandleKeyDown.js +23 -0
  80. package/2x/es/components/picker-view/wheel.js +6 -3
  81. package/2x/es/components/popover/index.d.ts +1 -1
  82. package/2x/es/components/popover/popover.d.ts +1 -1
  83. package/2x/es/components/radio/radio.css +1 -1
  84. package/2x/es/components/radio/radio.d.ts +1 -1
  85. package/2x/es/components/radio/radio.js +4 -4
  86. package/2x/es/components/result-page/result-page.css +5 -5
  87. package/2x/es/components/result-page/result-page.d.ts +1 -1
  88. package/2x/es/components/swipe-action/swipe-action.d.ts +1 -1
  89. package/2x/es/components/swiper/index.d.ts +1 -1
  90. package/2x/es/components/swiper/swiper.d.ts +2 -2
  91. package/2x/es/components/swiper/swiper.js +5 -1
  92. package/2x/es/components/text-area/text-area.css +0 -4
  93. package/2x/es/components/text-area/text-area.d.ts +6 -2
  94. package/2x/es/components/text-area/text-area.js +9 -1
  95. package/2x/es/global/css-vars-patch.css +3 -3
  96. package/2x/es/index.d.ts +1 -1
  97. package/2x/es/index.js +1 -1
  98. package/2x/es/locales/ar-SA.d.ts +139 -0
  99. package/2x/es/locales/ar-SA.js +142 -0
  100. package/2x/es/locales/de-DE.d.ts +139 -0
  101. package/2x/es/locales/de-DE.js +142 -0
  102. package/2x/es/locales/hu-HU.d.ts +139 -0
  103. package/2x/es/locales/hu-HU.js +140 -0
  104. package/2x/es/locales/ms-MY.d.ts +139 -0
  105. package/2x/es/locales/ms-MY.js +142 -0
  106. package/2x/es/locales/pt-BR.d.ts +139 -0
  107. package/2x/es/locales/pt-BR.js +137 -0
  108. package/2x/es/locales/th-TH.d.ts +139 -0
  109. package/2x/es/locales/th-TH.js +142 -0
  110. package/2x/es/locales/vi-VN.d.ts +139 -0
  111. package/2x/es/locales/vi-VN.js +142 -0
  112. package/2x/es/locales/zh-CN.d.ts +2 -138
  113. package/2x/es/locales/zh-CN.js +2 -4
  114. package/2x/es/locales/zh-CN.test.d.ts +1 -0
  115. package/2x/es/locales/zh-CN.test.js +16 -0
  116. package/2x/es/utils/with-default-props.js +8 -8
  117. package/2x/es/utils/with-stop-propagation.d.ts +1 -1
  118. package/2x/es/utils/with-stop-propagation.js +2 -1
  119. package/2x/package.json +38 -21
  120. package/bundle/antd-mobile.cjs.development.js +472 -1560
  121. package/bundle/antd-mobile.cjs.js +7 -7
  122. package/bundle/antd-mobile.compatible.umd.js +1 -1
  123. package/bundle/antd-mobile.es.development.js +473 -1561
  124. package/bundle/antd-mobile.es.js +7287 -8011
  125. package/bundle/antd-mobile.umd.development.js +472 -1560
  126. package/bundle/antd-mobile.umd.js +7 -7
  127. package/bundle/css-vars-patch.css +3 -3
  128. package/bundle/style.css +1 -1
  129. package/cjs/components/button/button.d.ts +3 -3
  130. package/cjs/components/button/button.patch.css +3 -3
  131. package/cjs/components/cascader-view/use-cascader-value-extend.js +10 -5
  132. package/cjs/components/checkbox/native-input.js +1 -1
  133. package/cjs/components/config-provider/config-provider.d.ts +3 -2
  134. package/cjs/components/error-block/create-error-block.d.ts +1 -0
  135. package/cjs/components/error-block/create-error-block.js +1 -0
  136. package/cjs/components/error-block/index.d.ts +0 -1
  137. package/cjs/components/error-block/index.js +2 -3
  138. package/cjs/components/form/form-item.js +1 -0
  139. package/cjs/components/form/form.js +2 -2
  140. package/cjs/components/infinite-scroll/infinite-scroll.js +8 -4
  141. package/cjs/components/input/input.d.ts +2 -4
  142. package/cjs/components/input/input.js +8 -17
  143. package/cjs/components/input/useInputHandleKeyDown.d.ts +8 -0
  144. package/cjs/components/input/useInputHandleKeyDown.js +29 -0
  145. package/cjs/components/picker-view/wheel.js +7 -4
  146. package/cjs/components/popover/index.d.ts +1 -1
  147. package/cjs/components/popover/popover.d.ts +1 -1
  148. package/cjs/components/radio/radio.css +1 -1
  149. package/cjs/components/radio/radio.d.ts +1 -1
  150. package/cjs/components/radio/radio.js +5 -5
  151. package/cjs/components/result-page/result-page.css +5 -5
  152. package/cjs/components/result-page/result-page.d.ts +1 -1
  153. package/cjs/components/swipe-action/swipe-action.d.ts +1 -1
  154. package/cjs/components/swiper/index.d.ts +1 -1
  155. package/cjs/components/swiper/swiper.d.ts +2 -2
  156. package/cjs/components/swiper/swiper.js +5 -1
  157. package/cjs/components/text-area/text-area.css +0 -3
  158. package/cjs/components/text-area/text-area.d.ts +6 -2
  159. package/cjs/components/text-area/text-area.js +9 -1
  160. package/cjs/global/css-vars-patch.css +3 -3
  161. package/cjs/index.d.ts +1 -1
  162. package/cjs/index.js +6 -0
  163. package/cjs/locales/ar-SA.d.ts +139 -0
  164. package/cjs/locales/ar-SA.js +149 -0
  165. package/cjs/locales/de-DE.d.ts +139 -0
  166. package/cjs/locales/de-DE.js +149 -0
  167. package/cjs/locales/hu-HU.d.ts +139 -0
  168. package/cjs/locales/hu-HU.js +148 -0
  169. package/cjs/locales/ms-MY.d.ts +139 -0
  170. package/cjs/locales/ms-MY.js +149 -0
  171. package/cjs/locales/pt-BR.d.ts +139 -0
  172. package/cjs/locales/pt-BR.js +144 -0
  173. package/cjs/locales/th-TH.d.ts +139 -0
  174. package/cjs/locales/th-TH.js +149 -0
  175. package/cjs/locales/vi-VN.d.ts +139 -0
  176. package/cjs/locales/vi-VN.js +149 -0
  177. package/cjs/locales/zh-CN.d.ts +2 -138
  178. package/cjs/locales/zh-CN.js +2 -4
  179. package/cjs/locales/zh-CN.test.d.ts +1 -0
  180. package/cjs/locales/zh-CN.test.js +19 -0
  181. package/cjs/utils/with-default-props.js +8 -9
  182. package/cjs/utils/with-stop-propagation.d.ts +1 -1
  183. package/cjs/utils/with-stop-propagation.js +2 -1
  184. package/es/components/button/button.d.ts +3 -3
  185. package/es/components/button/button.patch.css +3 -3
  186. package/es/components/cascader-view/use-cascader-value-extend.js +8 -3
  187. package/es/components/checkbox/native-input.js +1 -1
  188. package/es/components/config-provider/config-provider.d.ts +3 -2
  189. package/es/components/error-block/create-error-block.d.ts +1 -0
  190. package/es/components/error-block/create-error-block.js +1 -0
  191. package/es/components/error-block/index.d.ts +0 -1
  192. package/es/components/error-block/index.js +0 -1
  193. package/es/components/form/form-item.js +1 -0
  194. package/es/components/form/form.js +2 -2
  195. package/es/components/infinite-scroll/infinite-scroll.js +8 -4
  196. package/es/components/input/input.d.ts +2 -4
  197. package/es/components/input/input.js +8 -17
  198. package/es/components/input/useInputHandleKeyDown.d.ts +8 -0
  199. package/es/components/input/useInputHandleKeyDown.js +23 -0
  200. package/es/components/picker-view/wheel.js +6 -3
  201. package/es/components/popover/index.d.ts +1 -1
  202. package/es/components/popover/popover.d.ts +1 -1
  203. package/es/components/radio/radio.css +1 -1
  204. package/es/components/radio/radio.d.ts +1 -1
  205. package/es/components/radio/radio.js +4 -4
  206. package/es/components/result-page/result-page.css +5 -5
  207. package/es/components/result-page/result-page.d.ts +1 -1
  208. package/es/components/swipe-action/swipe-action.d.ts +1 -1
  209. package/es/components/swiper/index.d.ts +1 -1
  210. package/es/components/swiper/swiper.d.ts +2 -2
  211. package/es/components/swiper/swiper.js +5 -1
  212. package/es/components/text-area/text-area.css +0 -3
  213. package/es/components/text-area/text-area.d.ts +6 -2
  214. package/es/components/text-area/text-area.js +9 -1
  215. package/es/global/css-vars-patch.css +3 -3
  216. package/es/index.d.ts +1 -1
  217. package/es/index.js +1 -1
  218. package/es/locales/ar-SA.d.ts +139 -0
  219. package/es/locales/ar-SA.js +142 -0
  220. package/es/locales/de-DE.d.ts +139 -0
  221. package/es/locales/de-DE.js +142 -0
  222. package/es/locales/hu-HU.d.ts +139 -0
  223. package/es/locales/hu-HU.js +140 -0
  224. package/es/locales/ms-MY.d.ts +139 -0
  225. package/es/locales/ms-MY.js +142 -0
  226. package/es/locales/pt-BR.d.ts +139 -0
  227. package/es/locales/pt-BR.js +137 -0
  228. package/es/locales/th-TH.d.ts +139 -0
  229. package/es/locales/th-TH.js +142 -0
  230. package/es/locales/vi-VN.d.ts +139 -0
  231. package/es/locales/vi-VN.js +142 -0
  232. package/es/locales/zh-CN.d.ts +2 -138
  233. package/es/locales/zh-CN.js +2 -4
  234. package/es/locales/zh-CN.test.d.ts +1 -0
  235. package/es/locales/zh-CN.test.js +16 -0
  236. package/es/utils/with-default-props.js +8 -8
  237. package/es/utils/with-stop-propagation.d.ts +1 -1
  238. package/es/utils/with-stop-propagation.js +2 -1
  239. package/package.json +38 -21
  240. package/umd/antd-mobile.js +1 -1
@@ -0,0 +1,139 @@
1
+ declare const deDE: {
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 deDE;
@@ -0,0 +1,142 @@
1
+ import { mergeLocale } from '../utils/merge-locale';
2
+ import { base } from './base';
3
+ const typeTemplate = '${label}ist kein gültiges${type}';
4
+ const deDE = mergeLocale(base, {
5
+ 'locale': 'de-DE',
6
+ 'common': {
7
+ 'confirm': 'Bestätigen',
8
+ 'cancel': 'Abbrechen',
9
+ 'loading': 'Wird geladen',
10
+ 'close': 'Deaktivieren'
11
+ },
12
+ 'Calendar': {
13
+ 'title': 'Datum auswählen',
14
+ 'confirm': 'Bestätigen',
15
+ 'start': 'Starten',
16
+ 'end': 'Beenden',
17
+ 'today': 'Heute',
18
+ 'markItems': ['Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag', 'Tag'],
19
+ 'yearAndMonth': '${year}Jahr${month}Monat'
20
+ },
21
+ 'Cascader': {
22
+ 'placeholder': 'Bitte auswählen'
23
+ },
24
+ 'Dialog': {
25
+ 'ok': 'OK'
26
+ },
27
+ 'DatePicker': {
28
+ 'tillNow': 'Bis heute'
29
+ },
30
+ 'ErrorBlock': {
31
+ 'default': {
32
+ 'title': 'Es gibt ein kleines Problem auf der Seite',
33
+ 'description': 'Versuche Sie es später'
34
+ },
35
+ 'busy': {
36
+ 'title': 'Stau im Voraus',
37
+ 'description': 'Einmal aktualisieren'
38
+ },
39
+ 'disconnected': {
40
+ 'title': 'Beschäftigtes Internet',
41
+ 'description': 'Beweg deine Finger und hilf mit!'
42
+ },
43
+ 'empty': {
44
+ 'title': 'Sie haben nicht gefunden, was Sie brauchen.',
45
+ 'description': 'Finden Sie etwas anderes.'
46
+ }
47
+ },
48
+ 'Form': {
49
+ 'required': 'Pflichtfeld',
50
+ 'optional': 'Optional',
51
+ 'defaultValidateMessages': {
52
+ 'default': 'Fehler bei der Feldüberprüfung${label}',
53
+ 'required': 'Bitte geben ${label}ein',
54
+ 'enum': '${label}muss einer von ihnen sein[${enum}]',
55
+ 'whitespace': '${label}kann nicht ein Nullzeichen sein',
56
+ 'date': {
57
+ 'format': '${label}Ungültiges Datumsformat',
58
+ 'parse': '${label}kann nicht in ein Datum umgewandelt werden',
59
+ 'invalid': '${label}ist ein ungültiges Datum'
60
+ },
61
+ 'types': {
62
+ 'string': typeTemplate,
63
+ 'method': typeTemplate,
64
+ 'array': typeTemplate,
65
+ 'object': typeTemplate,
66
+ 'number': typeTemplate,
67
+ 'date': typeTemplate,
68
+ 'boolean': typeTemplate,
69
+ 'integer': typeTemplate,
70
+ 'float': typeTemplate,
71
+ 'regexp': typeTemplate,
72
+ 'email': typeTemplate,
73
+ 'url': typeTemplate,
74
+ 'hex': typeTemplate
75
+ },
76
+ 'string': {
77
+ 'len': '${label} muss ${len} Zeichen lang sein',
78
+ 'min': '${label}kann mindestens ${min} Zeichen haben',
79
+ 'max': '${label}kann bis zu${max} Zeichen haben',
80
+ 'range': '${label}muss zwischen${min}-${max} Zeichen liegen'
81
+ },
82
+ 'number': {
83
+ 'len': '${label}Muss gleich${len}sein',
84
+ 'min': '${label}Der Mindestwert beträgt${min}',
85
+ 'max': '${label}Der Höchstwert beträgt ${max}',
86
+ 'range': '${label}muss zwischen${min}-${max} liegen'
87
+ },
88
+ 'array': {
89
+ 'len': 'Muss${len}sein${label}',
90
+ 'min': 'Mindestens${min}${label}',
91
+ 'max': 'Bis zu${max}${label}',
92
+ 'range': '${label}Die Anzahl muss zwischen${min}-${max} liegen'
93
+ },
94
+ 'pattern': {
95
+ 'mismatch': '${label}stimmt nicht mit dem Muster überein${pattern}'
96
+ }
97
+ }
98
+ },
99
+ 'ImageUploader': {
100
+ 'uploading': 'Beim Hochladen',
101
+ 'upload': 'Hochladen'
102
+ },
103
+ 'InfiniteScroll': {
104
+ 'noMore': "Das war's",
105
+ 'failedToLoad': 'Hochladen Fehlgeschlagen',
106
+ 'retry': 'Erneut laden'
107
+ },
108
+ 'Input': {
109
+ 'clear': 'Löschen'
110
+ },
111
+ 'Mask': {
112
+ 'name': 'Hintergrundmaske'
113
+ },
114
+ 'Modal': {
115
+ 'ok': 'OK'
116
+ },
117
+ 'PasscodeInput': {
118
+ 'name': 'Passwort-Eingabefeld'
119
+ },
120
+ 'PullToRefresh': {
121
+ 'pulling': 'Nach unten zum Aktualisieren ziehen',
122
+ 'canRelease': 'Loslassen zum sofortige aktualisieren',
123
+ 'complete': 'Erfolgreiche Aktualisierung'
124
+ },
125
+ 'SearchBar': {
126
+ 'name': 'Suchfeld'
127
+ },
128
+ 'Slider': {
129
+ 'name': 'Schieberegler für die Eingabe'
130
+ },
131
+ 'Stepper': {
132
+ 'decrease': 'Reduzieren',
133
+ 'increase': 'Erhöhen'
134
+ },
135
+ 'Switch': {
136
+ 'name': 'Schalter'
137
+ },
138
+ 'Selector': {
139
+ 'name': 'Gruppe auswählen'
140
+ }
141
+ });
142
+ export default deDE;
@@ -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,140 @@
1
+ import { mergeLocale } from '../utils/merge-locale';
2
+ import { base } from './base';
3
+ const typeTemplate = '${label} is not a valid ${type}';
4
+ export const huHU = mergeLocale(base, {
5
+ locale: 'hu',
6
+ common: {
7
+ confirm: 'Alkalmazás',
8
+ cancel: 'Visszavonás',
9
+ loading: 'Betöltés',
10
+ close: 'Bezárás'
11
+ },
12
+ Calendar: {
13
+ title: 'Dátum kiválasztása',
14
+ confirm: 'Alkalmazás',
15
+ today: 'ma',
16
+ markItems: ['Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo', 'Vas'],
17
+ yearAndMonth: '${year}-${month}'
18
+ },
19
+ Cascader: {
20
+ placeholder: 'Kiválasztás'
21
+ },
22
+ Dialog: {
23
+ ok: 'OK'
24
+ },
25
+ DatePicker: {
26
+ tillNow: 'Till Now'
27
+ },
28
+ ErrorBlock: {
29
+ default: {
30
+ title: 'Oopsz, valami hiba történt',
31
+ description: 'Kérjük, várjon egy percet, és próbálja újra'
32
+ },
33
+ busy: {
34
+ title: 'Oopsz, nem sikerült betölteni',
35
+ description: 'Próbálja meg frissíteni az oldalt'
36
+ },
37
+ disconnected: {
38
+ title: 'A hálózat elfoglalt',
39
+ description: 'Próbálja meg frissíteni az oldalt'
40
+ },
41
+ empty: {
42
+ title: "Hmm, nem találjuk amit keresel...",
43
+ description: 'Szeretnél új keresést indítani?'
44
+ }
45
+ },
46
+ Form: {
47
+ required: 'Kötelező',
48
+ optional: 'Opcionális',
49
+ defaultValidateMessages: {
50
+ default: 'Mező validációs hiba ${label}',
51
+ required: 'Mező kitöltése kötelező ${label}',
52
+ enum: '${label} tatroznia kell [${enum}]',
53
+ whitespace: '${label} nem lehet üres karakter',
54
+ date: {
55
+ format: '${label} dátum formátuma érvénytelen',
56
+ parse: '${label} nem alakítható dátummá',
57
+ invalid: '${label} nem érvényes dátum'
58
+ },
59
+ types: {
60
+ string: typeTemplate,
61
+ method: typeTemplate,
62
+ array: typeTemplate,
63
+ object: typeTemplate,
64
+ number: typeTemplate,
65
+ date: typeTemplate,
66
+ boolean: typeTemplate,
67
+ integer: typeTemplate,
68
+ float: typeTemplate,
69
+ regexp: typeTemplate,
70
+ email: typeTemplate,
71
+ url: typeTemplate,
72
+ hex: typeTemplate
73
+ },
74
+ string: {
75
+ len: '${label} muszáj hogy ${len} karakter hosszú legyen',
76
+ min: '${label} muszáj hogy legalább ${min} karakter hosszú legyen',
77
+ max: '${label} muszáj hogy maximum ${max} karakter hosszú legyen',
78
+ range: '${label} muszáj hogy ${min}-${max} karakter hosszú legyen'
79
+ },
80
+ number: {
81
+ len: '${label} muszáj hogy ${len} legyen',
82
+ min: '${label} legalább ${min} legyen',
83
+ max: '${label} maximum ${max} lehet',
84
+ range: '${label} muszáj hogy ${min}-${max} között legyen'
85
+ },
86
+ array: {
87
+ len: 'Muszáj ${len} legyen ${label}',
88
+ min: 'Legalább ${min} ${label}',
89
+ max: 'Maximum ${max} ${label}',
90
+ range: '${label} értéke ${min}-${max} között kell legyen'
91
+ },
92
+ pattern: {
93
+ mismatch: '${label} nem hasonlít ${pattern}'
94
+ }
95
+ }
96
+ },
97
+ ImageUploader: {
98
+ uploading: 'Feltöltés...',
99
+ upload: 'Feltöltés'
100
+ },
101
+ InfiniteScroll: {
102
+ noMore: 'Nincs több',
103
+ failedToLoad: 'Nem sikerült betölteni',
104
+ retry: 'Újra'
105
+ },
106
+ Input: {
107
+ clear: 'Törlés'
108
+ },
109
+ Mask: {
110
+ name: 'Maszk'
111
+ },
112
+ Modal: {
113
+ ok: 'OK'
114
+ },
115
+ PasscodeInput: {
116
+ name: 'PIN-kód'
117
+ },
118
+ PullToRefresh: {
119
+ pulling: 'Görgessen le a frissítéshez',
120
+ canRelease: 'Engedje el az azonnalli frissítéshez',
121
+ complete: 'Sikeresen frissítve'
122
+ },
123
+ SearchBar: {
124
+ name: 'Keresés'
125
+ },
126
+ Slider: {
127
+ name: 'Csúszka'
128
+ },
129
+ Stepper: {
130
+ decrease: 'csökkentés',
131
+ increase: 'növelés'
132
+ },
133
+ Switch: {
134
+ name: 'Kapcsoló'
135
+ },
136
+ Selector: {
137
+ name: 'Kiválasztás'
138
+ }
139
+ });
140
+ export default huHU;
@@ -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;