yc-design-vue 1.8.2 → 1.8.4

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 (167) hide show
  1. package/es/Progress/ProgressCircle.vue.js +1 -1
  2. package/es/Typography/TypographyBase.vue.js +2 -2
  3. package/es/_shared/icons/IconCopy.vue.js +17 -1
  4. package/es/_shared/icons/IconCopy.vue2.js +1 -17
  5. package/es/_shared/icons/IconEdit.vue.js +17 -1
  6. package/es/_shared/icons/IconEdit.vue2.js +1 -17
  7. package/es/_shared/icons/IconExclamation.vue.js +1 -28
  8. package/es/_shared/icons/IconExclamation.vue2.js +28 -1
  9. package/es/_shared/locale/i18n.js +6 -5
  10. package/es/_shared/locale/lang/ar-eg.json.js +251 -0
  11. package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
  12. package/es/_shared/locale/lang/de-de.json.js +251 -0
  13. package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
  14. package/es/_shared/locale/lang/en-us.json.js +256 -0
  15. package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
  16. package/es/_shared/locale/lang/es-es.json.js +251 -0
  17. package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  18. package/es/_shared/locale/lang/fr-fr.json.js +251 -0
  19. package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
  20. package/es/_shared/locale/lang/id-id.json.js +251 -0
  21. package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
  22. package/es/_shared/locale/lang/it-it.json.js +251 -0
  23. package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  24. package/es/_shared/locale/lang/ja-jp.json.js +301 -0
  25. package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
  26. package/es/_shared/locale/lang/km-kh.json.js +251 -0
  27. package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  28. package/es/_shared/locale/lang/ko-kr.json.js +251 -0
  29. package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
  30. package/es/_shared/locale/lang/ms-my.json.js +251 -0
  31. package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  32. package/es/_shared/locale/lang/nl-nl.json.js +301 -0
  33. package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  34. package/es/_shared/locale/lang/pt-pt.json.js +251 -0
  35. package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  36. package/es/_shared/locale/lang/ru-ru.json.js +301 -0
  37. package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
  38. package/es/_shared/locale/lang/th-th.json.js +251 -0
  39. package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  40. package/es/_shared/locale/lang/vi-vn.json.js +251 -0
  41. package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  42. package/es/_shared/locale/lang/zh-cn.json.js +301 -0
  43. package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  44. package/es/_shared/locale/lang/zh-tw.json.js +301 -0
  45. package/lib/Progress/ProgressCircle.vue.js +1 -1
  46. package/lib/Typography/TypographyBase.vue.js +1 -1
  47. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  48. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  49. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  50. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  51. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  52. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  53. package/lib/_shared/locale/i18n.js +1 -1
  54. package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
  55. package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
  56. package/lib/_shared/locale/lang/de-de.json.js +1 -0
  57. package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
  58. package/lib/_shared/locale/lang/en-us.json.js +1 -0
  59. package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
  60. package/lib/_shared/locale/lang/es-es.json.js +1 -0
  61. package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
  62. package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
  63. package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
  64. package/lib/_shared/locale/lang/id-id.json.js +1 -0
  65. package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
  66. package/lib/_shared/locale/lang/it-it.json.js +1 -0
  67. package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
  68. package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
  69. package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
  70. package/lib/_shared/locale/lang/km-kh.json.js +1 -0
  71. package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
  72. package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
  73. package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
  74. package/lib/_shared/locale/lang/ms-my.json.js +1 -0
  75. package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
  76. package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
  77. package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
  78. package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
  79. package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
  80. package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
  81. package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
  82. package/lib/_shared/locale/lang/th-th.json.js +1 -0
  83. package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
  84. package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
  85. package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
  86. package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
  87. package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
  88. package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
  89. package/package.json +1 -1
  90. package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
  91. package/es/_shared/locale/lang/ar-eg.js +0 -153
  92. package/es/_shared/locale/lang/de-de.d.ts +0 -205
  93. package/es/_shared/locale/lang/de-de.js +0 -153
  94. package/es/_shared/locale/lang/en-us.d.ts +0 -253
  95. package/es/_shared/locale/lang/en-us.js +0 -158
  96. package/es/_shared/locale/lang/es-es.d.ts +0 -205
  97. package/es/_shared/locale/lang/es-es.js +0 -153
  98. package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
  99. package/es/_shared/locale/lang/fr-fr.js +0 -153
  100. package/es/_shared/locale/lang/id-id.d.ts +0 -205
  101. package/es/_shared/locale/lang/id-id.js +0 -153
  102. package/es/_shared/locale/lang/it-it.d.ts +0 -205
  103. package/es/_shared/locale/lang/it-it.js +0 -153
  104. package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
  105. package/es/_shared/locale/lang/ja-jp.js +0 -201
  106. package/es/_shared/locale/lang/km-kh.d.ts +0 -205
  107. package/es/_shared/locale/lang/km-kh.js +0 -153
  108. package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
  109. package/es/_shared/locale/lang/ko-kr.js +0 -153
  110. package/es/_shared/locale/lang/ms-my.d.ts +0 -205
  111. package/es/_shared/locale/lang/ms-my.js +0 -153
  112. package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
  113. package/es/_shared/locale/lang/nl-nl.js +0 -201
  114. package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
  115. package/es/_shared/locale/lang/pt-pt.js +0 -153
  116. package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
  117. package/es/_shared/locale/lang/ru-ru.js +0 -201
  118. package/es/_shared/locale/lang/th-th.d.ts +0 -205
  119. package/es/_shared/locale/lang/th-th.js +0 -153
  120. package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
  121. package/es/_shared/locale/lang/vi-vn.js +0 -153
  122. package/es/_shared/locale/lang/zh-cn.js +0 -201
  123. package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
  124. package/es/_shared/locale/lang/zh-tw.js +0 -201
  125. package/es/node_modules/b-validate/es/is.js +0 -27
  126. package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
  127. package/es/node_modules/b-validate/es/rules/base.js +0 -86
  128. package/es/node_modules/b-validate/es/util.js +0 -25
  129. package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
  130. package/lib/_shared/locale/lang/ar-eg.js +0 -1
  131. package/lib/_shared/locale/lang/de-de.d.ts +0 -205
  132. package/lib/_shared/locale/lang/de-de.js +0 -1
  133. package/lib/_shared/locale/lang/en-us.d.ts +0 -253
  134. package/lib/_shared/locale/lang/en-us.js +0 -1
  135. package/lib/_shared/locale/lang/es-es.d.ts +0 -205
  136. package/lib/_shared/locale/lang/es-es.js +0 -1
  137. package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
  138. package/lib/_shared/locale/lang/fr-fr.js +0 -1
  139. package/lib/_shared/locale/lang/id-id.d.ts +0 -205
  140. package/lib/_shared/locale/lang/id-id.js +0 -1
  141. package/lib/_shared/locale/lang/it-it.d.ts +0 -205
  142. package/lib/_shared/locale/lang/it-it.js +0 -1
  143. package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
  144. package/lib/_shared/locale/lang/ja-jp.js +0 -1
  145. package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
  146. package/lib/_shared/locale/lang/km-kh.js +0 -1
  147. package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
  148. package/lib/_shared/locale/lang/ko-kr.js +0 -1
  149. package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
  150. package/lib/_shared/locale/lang/ms-my.js +0 -1
  151. package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
  152. package/lib/_shared/locale/lang/nl-nl.js +0 -1
  153. package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
  154. package/lib/_shared/locale/lang/pt-pt.js +0 -1
  155. package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
  156. package/lib/_shared/locale/lang/ru-ru.js +0 -1
  157. package/lib/_shared/locale/lang/th-th.d.ts +0 -205
  158. package/lib/_shared/locale/lang/th-th.js +0 -1
  159. package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
  160. package/lib/_shared/locale/lang/vi-vn.js +0 -1
  161. package/lib/_shared/locale/lang/zh-cn.js +0 -1
  162. package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
  163. package/lib/_shared/locale/lang/zh-tw.js +0 -1
  164. package/lib/node_modules/b-validate/es/is.js +0 -1
  165. package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
  166. package/lib/node_modules/b-validate/es/rules/base.js +0 -1
  167. package/lib/node_modules/b-validate/es/util.js +0 -1
@@ -0,0 +1,301 @@
1
+ const empty = {
2
+ description: "暂无数据"
3
+ };
4
+ const drawer = {
5
+ okText: "确定",
6
+ cancelText: "取消"
7
+ };
8
+ const popconfirm = {
9
+ okText: "确定",
10
+ cancelText: "取消"
11
+ };
12
+ const modal = {
13
+ okText: "确定",
14
+ cancelText: "取消"
15
+ };
16
+ const pagination = {
17
+ goto: "前往",
18
+ page: "页",
19
+ countPerPage: "条/页",
20
+ total: "共 {0} 条"
21
+ };
22
+ const calendar = {
23
+ formatYear: "YYYY 年",
24
+ formatMonth: "YYYY 年 MM 月",
25
+ today: "今天",
26
+ view: {
27
+ month: "月",
28
+ year: "年",
29
+ week: "周",
30
+ day: "日"
31
+ },
32
+ month: {
33
+ long: {
34
+ January: "一月",
35
+ February: "二月",
36
+ March: "三月",
37
+ April: "四月",
38
+ May: "五月",
39
+ June: "六月",
40
+ July: "七月",
41
+ August: "八月",
42
+ September: "九月",
43
+ October: "十月",
44
+ November: "十一月",
45
+ December: "十二月"
46
+ },
47
+ short: {
48
+ January: "一月",
49
+ February: "二月",
50
+ March: "三月",
51
+ April: "四月",
52
+ May: "五月",
53
+ June: "六月",
54
+ July: "七月",
55
+ August: "八月",
56
+ September: "九月",
57
+ October: "十月",
58
+ November: "十一月",
59
+ December: "十二月"
60
+ }
61
+ },
62
+ week: {
63
+ long: {
64
+ self: "周",
65
+ monday: "周一",
66
+ tuesday: "周二",
67
+ wednesday: "周三",
68
+ thursday: "周四",
69
+ friday: "周五",
70
+ saturday: "周六",
71
+ sunday: "周日"
72
+ },
73
+ short: {
74
+ self: "周",
75
+ monday: "一",
76
+ tuesday: "二",
77
+ wednesday: "三",
78
+ thursday: "四",
79
+ friday: "五",
80
+ saturday: "六",
81
+ sunday: "日"
82
+ }
83
+ }
84
+ };
85
+ const image = {
86
+ loading: "加载中"
87
+ };
88
+ const imagePreview = {
89
+ fullScreen: "全屏",
90
+ rotateRight: "向右旋转",
91
+ rotateLeft: "向左旋转",
92
+ zoomIn: "放大",
93
+ zoomOut: "缩小",
94
+ originalSize: "原始尺寸"
95
+ };
96
+ const typography = {
97
+ copied: "已复制",
98
+ copy: "复制",
99
+ expand: "展开",
100
+ collapse: "折叠",
101
+ edit: "编辑"
102
+ };
103
+ const colorPicker = {
104
+ history: "最近使用颜色",
105
+ preset: "系统预设颜色",
106
+ empty: "暂无"
107
+ };
108
+ const table = {
109
+ okText: "确定",
110
+ resetText: "重置"
111
+ };
112
+ const upload = {
113
+ start: "开始",
114
+ cancel: "取消",
115
+ "delete": "删除",
116
+ retry: "点击重试",
117
+ buttonText: "点击上传",
118
+ preview: "预览",
119
+ drag: "点击或拖拽文件到此处上传",
120
+ dragHover: "释放文件并开始上传",
121
+ error: "上传失败"
122
+ };
123
+ const datePicker = {
124
+ view: {
125
+ month: "月",
126
+ year: "年",
127
+ week: "周",
128
+ day: "日"
129
+ },
130
+ month: {
131
+ long: {
132
+ January: "一月",
133
+ February: "二月",
134
+ March: "三月",
135
+ April: "四月",
136
+ May: "五月",
137
+ June: "六月",
138
+ July: "七月",
139
+ August: "八月",
140
+ September: "九月",
141
+ October: "十月",
142
+ November: "十一月",
143
+ December: "十二月"
144
+ },
145
+ short: {
146
+ January: "一月",
147
+ February: "二月",
148
+ March: "三月",
149
+ April: "四月",
150
+ May: "五月",
151
+ June: "六月",
152
+ July: "七月",
153
+ August: "八月",
154
+ September: "九月",
155
+ October: "十月",
156
+ November: "十一月",
157
+ December: "十二月"
158
+ }
159
+ },
160
+ week: {
161
+ long: {
162
+ self: "周",
163
+ monday: "周一",
164
+ tuesday: "周二",
165
+ wednesday: "周三",
166
+ thursday: "周四",
167
+ friday: "周五",
168
+ saturday: "周六",
169
+ sunday: "周日"
170
+ },
171
+ short: {
172
+ self: "周",
173
+ monday: "一",
174
+ tuesday: "二",
175
+ wednesday: "三",
176
+ thursday: "四",
177
+ friday: "五",
178
+ saturday: "六",
179
+ sunday: "日"
180
+ }
181
+ },
182
+ placeholder: {
183
+ date: "请选择日期",
184
+ week: "请选择周",
185
+ month: "请选择月份",
186
+ year: "请选择年份",
187
+ quarter: "请选择季度",
188
+ time: "请选择时间"
189
+ },
190
+ rangePlaceholder: {
191
+ date: [
192
+ "开始日期",
193
+ "结束日期"
194
+ ],
195
+ week: [
196
+ "开始周",
197
+ "结束周"
198
+ ],
199
+ month: [
200
+ "开始月份",
201
+ "结束月份"
202
+ ],
203
+ year: [
204
+ "开始年份",
205
+ "结束年份"
206
+ ],
207
+ quarter: [
208
+ "开始季度",
209
+ "结束季度"
210
+ ],
211
+ time: [
212
+ "开始时间",
213
+ "结束时间"
214
+ ]
215
+ },
216
+ selectTime: "选择时间",
217
+ today: "今天",
218
+ now: "此刻",
219
+ ok: "确定"
220
+ };
221
+ const form = {
222
+ validateMessages: {
223
+ required: "#{field} 是必填项",
224
+ type: {
225
+ string: "#{field} 不是合法的文本类型",
226
+ number: "#{field} 不是合法的数字类型",
227
+ boolean: "#{field} 不是合法的布尔类型",
228
+ array: "#{field} 不是合法的数组类型",
229
+ object: "#{field} 不是合法的对象类型",
230
+ url: "#{field} 不是合法的 url 地址",
231
+ email: "#{field} 不是合法的邮箱地址",
232
+ ip: "#{field} 不是合法的 IP 地址"
233
+ },
234
+ number: {
235
+ min: "`#{value}` 小于最小值 `#{min}`",
236
+ max: "`#{value}` 大于最大值 `#{max}`",
237
+ equal: "`#{value}` 不等于 `#{equal}`",
238
+ range: "`#{value}` 不在 `#{min} ~ #{max}` 范围内",
239
+ positive: "`#{value}` 不是正数",
240
+ negative: "`#{value}` 不是负数"
241
+ },
242
+ array: {
243
+ length: "`#{field}` 个数不等于 #{length}",
244
+ minLength: "`#{field}` 个数最少为 #{minLength}",
245
+ maxLength: "`#{field}` 个数最多为 #{maxLength}",
246
+ includes: "#{field} 不包含 #{includes}",
247
+ deepEqual: "#{field} 不等于 #{deepEqual}",
248
+ empty: "`#{field}` 不是空数组"
249
+ },
250
+ string: {
251
+ minLength: "字符数最少为 #{minLength}",
252
+ maxLength: "字符数最多为 #{maxLength}",
253
+ length: "字符数必须是 #{length}",
254
+ match: "`#{value}` 不符合模式 #{pattern}",
255
+ uppercase: "`#{value}` 必须全大写",
256
+ lowercase: "`#{value}` 必须全小写"
257
+ },
258
+ object: {
259
+ deepEqual: "`#{field}` 不等于期望值",
260
+ hasKeys: "`#{field}` 不包含必须字段",
261
+ empty: "`#{field}` 不是对象"
262
+ },
263
+ boolean: {
264
+ "true": "期望是 `true`",
265
+ "false": "期望是 `false`"
266
+ }
267
+ }
268
+ };
269
+ const zhCN = {
270
+ empty,
271
+ drawer,
272
+ popconfirm,
273
+ modal,
274
+ pagination,
275
+ calendar,
276
+ image,
277
+ imagePreview,
278
+ typography,
279
+ colorPicker,
280
+ table,
281
+ upload,
282
+ datePicker,
283
+ form
284
+ };
285
+ export {
286
+ calendar,
287
+ colorPicker,
288
+ datePicker,
289
+ zhCN as default,
290
+ drawer,
291
+ empty,
292
+ form,
293
+ image,
294
+ imagePreview,
295
+ modal,
296
+ pagination,
297
+ popconfirm,
298
+ table,
299
+ typography,
300
+ upload
301
+ };
@@ -0,0 +1,255 @@
1
+ declare const _default: {
2
+ "empty": {
3
+ "description": "無資料"
4
+ },
5
+ "drawer": {
6
+ "okText": "確認",
7
+ "cancelText": "取消"
8
+ },
9
+ "popconfirm": {
10
+ "okText": "確認",
11
+ "cancelText": "取消"
12
+ },
13
+ "modal": {
14
+ "okText": "確認",
15
+ "cancelText": "取消"
16
+ },
17
+ "pagination": {
18
+ "goto": "前往",
19
+ "page": "頁",
20
+ "countPerPage": "項/頁",
21
+ "total": "共 {0} 項"
22
+ },
23
+ "table": {
24
+ "okText": "確認",
25
+ "resetText": "重置"
26
+ },
27
+ "upload": {
28
+ "start": "開始",
29
+ "cancel": "取消",
30
+ "delete": "删除",
31
+ "retry": "點擊重試",
32
+ "buttonText": "點擊上傳",
33
+ "preview": "預覽",
34
+ "drag": "點擊或拖拽文件到此處上傳",
35
+ "dragHover": "釋放文件並開始上傳",
36
+ "error": "上傳失敗"
37
+ },
38
+ "calendar": {
39
+ "formatYear": "YYYY 年",
40
+ "formatMonth": "YYYY 年 MM 月",
41
+ "today": "今天",
42
+ "view": {
43
+ "month": "月",
44
+ "year": "年",
45
+ "week": "周",
46
+ "day": "日"
47
+ },
48
+ "month": {
49
+ "long": {
50
+ "January": "一月",
51
+ "February": "二月",
52
+ "March": "三月",
53
+ "April": "四月",
54
+ "May": "五月",
55
+ "June": "六月",
56
+ "July": "七月",
57
+ "August": "八月",
58
+ "September": "九月",
59
+ "October": "十月",
60
+ "November": "十一月",
61
+ "December": "十二月"
62
+ },
63
+ "short": {
64
+ "January": "一月",
65
+ "February": "二月",
66
+ "March": "三月",
67
+ "April": "四月",
68
+ "May": "五月",
69
+ "June": "六月",
70
+ "July": "七月",
71
+ "August": "八月",
72
+ "September": "九月",
73
+ "October": "十月",
74
+ "November": "十一月",
75
+ "December": "十二月"
76
+ }
77
+ },
78
+ "week": {
79
+ "long": {
80
+ "self": "周",
81
+ "monday": "周一",
82
+ "tuesday": "周二",
83
+ "wednesday": "周三",
84
+ "thursday": "周四",
85
+ "friday": "周五",
86
+ "saturday": "周六",
87
+ "sunday": "周日"
88
+ },
89
+ "short": {
90
+ "self": "周",
91
+ "monday": "一",
92
+ "tuesday": "二",
93
+ "wednesday": "三",
94
+ "thursday": "四",
95
+ "friday": "五",
96
+ "saturday": "六",
97
+ "sunday": "日"
98
+ }
99
+ }
100
+ },
101
+ "datePicker": {
102
+ "view": {
103
+ "month": "月",
104
+ "year": "年",
105
+ "week": "周",
106
+ "day": "日"
107
+ },
108
+ "month": {
109
+ "long": {
110
+ "January": "一月",
111
+ "February": "二月",
112
+ "March": "三月",
113
+ "April": "四月",
114
+ "May": "五月",
115
+ "June": "六月",
116
+ "July": "七月",
117
+ "August": "八月",
118
+ "September": "九月",
119
+ "October": "十月",
120
+ "November": "十一月",
121
+ "December": "十二月"
122
+ },
123
+ "short": {
124
+ "January": "一月",
125
+ "February": "二月",
126
+ "March": "三月",
127
+ "April": "四月",
128
+ "May": "五月",
129
+ "June": "六月",
130
+ "July": "七月",
131
+ "August": "八月",
132
+ "September": "九月",
133
+ "October": "十月",
134
+ "November": "十一月",
135
+ "December": "十二月"
136
+ }
137
+ },
138
+ "week": {
139
+ "long": {
140
+ "self": "周",
141
+ "monday": "周一",
142
+ "tuesday": "周二",
143
+ "wednesday": "周三",
144
+ "thursday": "周四",
145
+ "friday": "周五",
146
+ "saturday": "周六",
147
+ "sunday": "周日"
148
+ },
149
+ "short": {
150
+ "self": "周",
151
+ "monday": "一",
152
+ "tuesday": "二",
153
+ "wednesday": "三",
154
+ "thursday": "四",
155
+ "friday": "五",
156
+ "saturday": "六",
157
+ "sunday": "日"
158
+ }
159
+ },
160
+ "placeholder": {
161
+ "date": "請選擇日期",
162
+ "week": "請選擇周",
163
+ "month": "請選擇月份",
164
+ "year": "請選擇年份",
165
+ "quarter": "請選擇季度",
166
+ "time": "請選擇時間"
167
+ },
168
+ "rangePlaceholder": {
169
+ "date": ["開始日期", "結束日期"],
170
+ "week": ["開始周", "結束周"],
171
+ "month": ["開始月份", "結束月份"],
172
+ "year": ["開始年份", "結束年份"],
173
+ "quarter": ["開始季度", "結束季度"],
174
+ "time": ["開始時間", "結束時間"]
175
+ },
176
+ "selectTime": "選擇時間",
177
+ "today": "今天",
178
+ "now": "此刻",
179
+ "ok": "確認"
180
+ },
181
+ "image": {
182
+ "loading": "載入中"
183
+ },
184
+ "imagePreview": {
185
+ "fullScreen": "全屏",
186
+ "rotateRight": "向右旋轉",
187
+ "rotateLeft": "向左旋轉",
188
+ "zoomIn": "放大",
189
+ "zoomOut": "縮小",
190
+ "originalSize": "原始尺寸"
191
+ },
192
+ "typography": {
193
+ "copied": "已複製",
194
+ "copy": "複製",
195
+ "expand": "展開",
196
+ "collapse": "折疊",
197
+ "edit": "編輯"
198
+ },
199
+ "form": {
200
+ "validateMessages": {
201
+ "required": "#{field} 是必填項",
202
+ "type": {
203
+ "string": "#{value} 不是合法的文本類型",
204
+ "number": "#{value} 不是合法的數字類型",
205
+ "boolean": "#{value} 不是合法的布爾類型",
206
+ "array": "#{value} 不是合法的數組類型",
207
+ "object": "#{value} 不是合法的對像類型",
208
+ "url": "#{value} 不是合法的 url 地址",
209
+ "email": "#{value} 不是合法的郵箱地址",
210
+ "ip": "#{value} 不是合法的 IP 地址"
211
+ },
212
+ "number": {
213
+ "min": "`#{value}` 小於最小值 `#{min}`",
214
+ "max": "`#{value}` 大於最大值 `#{max}`",
215
+ "equal": "`#{value}` 不等於 `#{equal}`",
216
+ "range": "`#{value}` 不在 `#{min} ~ #{max}` 範圍內",
217
+ "positive": "`#{value}` 不是正數",
218
+ "negative": "`#{value}` 不是負數"
219
+ },
220
+ "array": {
221
+ "length": "`#{value}` 個數不等於 #{length}",
222
+ "minLength": "`#{value}` 個數最少為 #{minLength}",
223
+ "maxLength": "`#{value}` 個數最多為 #{maxLength}",
224
+ "includes": "#{value} 不包含 #{includes}",
225
+ "deepEqual": "#{value} 不等於 #{deepEqual}",
226
+ "empty": "`#{value}` 不是空數組"
227
+ },
228
+ "string": {
229
+ "minLength": "字符數最少為 #{minLength}",
230
+ "maxLength": "字符數最多為 #{maxLength}",
231
+ "length": "`#{value}` 字符數不等於 #{length}",
232
+ "match": "`#{value}` 不符合模式 #{pattern}",
233
+ "uppercase": "`#{value}` 不是全大寫",
234
+ "lowercase": "`#{value}` 不是全小寫"
235
+ },
236
+ "object": {
237
+ "deepEqual": "`#{value}` 不等於 #{deepEqual}",
238
+ "hasKeys": "`#{value}` 不包含字段 #{keys}",
239
+ "empty": "`#{value}` 不是對象"
240
+ },
241
+ "boolean": {
242
+ "true": "期望是 `true`",
243
+ "false": "期望是 `false`"
244
+ }
245
+ }
246
+ },
247
+ "colorPicker": {
248
+ "history": "最近使用顏色",
249
+ "preset": "系統預設顏色",
250
+ "empty": "暫無"
251
+ }
252
+ }
253
+ ;
254
+
255
+ export default _default;