vxe-table 4.6.18 → 4.6.20
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/es/grid/src/grid.js +3 -3
- package/es/icon/style.css +1 -1
- package/es/input/src/input.js +8 -6
- package/es/locale/lang/en-US.js +214 -13
- package/es/locale/lang/es-ES.js +215 -14
- package/es/locale/lang/hu-HU.d.ts +2 -0
- package/es/locale/lang/hu-HU.js +672 -0
- package/es/locale/lang/ja-JP.js +218 -17
- package/es/locale/lang/ko-KR.d.ts +2 -0
- package/es/locale/lang/ko-KR.js +674 -0
- package/es/locale/lang/pt-BR.js +214 -13
- package/es/locale/lang/ru-RU.d.ts +2 -0
- package/es/locale/lang/ru-RU.js +674 -0
- package/es/locale/lang/uk-UA.d.ts +2 -0
- package/es/locale/lang/uk-UA.js +674 -0
- package/es/locale/lang/vi-VN.js +674 -0
- package/es/locale/lang/zh-CHT.d.ts +2 -0
- package/es/locale/lang/zh-CHT.js +674 -0
- package/es/locale/lang/zh-CN.js +211 -10
- package/es/locale/lang/zh-HK.js +2 -2
- package/es/locale/lang/zh-MO.js +2 -2
- package/es/locale/lang/zh-TC.js +2 -473
- package/es/locale/lang/zh-TW.js +2 -2
- package/es/modal/src/modal.js +6 -1
- package/es/radio/style.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/columnInfo.js +2 -2
- package/es/table/src/table.js +6 -4
- package/es/tools/log.js +1 -1
- package/es/v-x-e-table/index.js +1 -1
- package/es/vxe-radio/style.css +1 -1
- package/lib/grid/src/grid.js +3 -3
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +317 -52
- package/lib/index.umd.min.js +1 -1
- package/lib/input/src/input.js +14 -4
- package/lib/input/src/input.min.js +1 -1
- package/lib/locale/lang/en-US.js +214 -13
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +214 -13
- package/lib/locale/lang/es-ES.js +215 -14
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +215 -14
- package/lib/locale/lang/hu-HU.d.ts +2 -0
- package/lib/locale/lang/hu-HU.js +678 -0
- package/lib/locale/lang/hu-HU.min.js +1 -0
- package/lib/locale/lang/hu-HU.umd.js +692 -0
- package/lib/locale/lang/ja-JP.js +218 -17
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +218 -17
- package/lib/locale/lang/ko-KR.d.ts +2 -0
- package/lib/locale/lang/ko-KR.js +680 -0
- package/lib/locale/lang/ko-KR.min.js +1 -0
- package/lib/locale/lang/ko-KR.umd.js +694 -0
- package/lib/locale/lang/pt-BR.js +214 -13
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +214 -13
- package/lib/locale/lang/ru-RU.d.ts +2 -0
- package/lib/locale/lang/ru-RU.js +680 -0
- package/lib/locale/lang/ru-RU.min.js +1 -0
- package/lib/locale/lang/ru-RU.umd.js +694 -0
- package/lib/locale/lang/uk-UA.d.ts +2 -0
- package/lib/locale/lang/uk-UA.js +680 -0
- package/lib/locale/lang/uk-UA.min.js +1 -0
- package/lib/locale/lang/uk-UA.umd.js +694 -0
- package/lib/locale/lang/vi-VN.js +680 -0
- package/lib/locale/lang/vi-VN.min.js +1 -0
- package/lib/locale/lang/zh-CHT.d.ts +2 -0
- package/lib/locale/lang/zh-CHT.js +680 -0
- package/lib/locale/lang/zh-CHT.min.js +1 -0
- package/lib/locale/lang/zh-CHT.umd.js +694 -0
- package/lib/locale/lang/zh-CN.js +211 -10
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +211 -10
- package/lib/locale/lang/zh-HK.js +2 -2
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +7 -477
- package/lib/locale/lang/zh-MO.js +2 -2
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +7 -477
- package/lib/locale/lang/zh-TC.js +3 -473
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +7 -477
- package/lib/locale/lang/zh-TW.js +2 -2
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +7 -477
- package/lib/modal/src/modal.js +5 -0
- package/lib/modal/src/modal.min.js +1 -1
- package/lib/radio/style/style.css +1 -1
- package/lib/radio/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/columnInfo.js +2 -2
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/table.js +6 -4
- package/lib/table/src/table.min.js +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/vxe-radio/style/style.css +1 -1
- package/lib/vxe-radio/style/style.min.css +1 -1
- package/package.json +4 -4
- package/packages/grid/src/grid.ts +3 -3
- package/packages/input/src/input.ts +8 -6
- package/packages/locale/lang/en-US.ts +214 -13
- package/packages/locale/lang/es-ES.ts +215 -14
- package/packages/locale/lang/hu-HU.ts +674 -0
- package/packages/locale/lang/ja-JP.ts +218 -17
- package/packages/locale/lang/ko-KR.ts +676 -0
- package/packages/locale/lang/pt-BR.ts +214 -13
- package/packages/locale/lang/ru-RU.ts +676 -0
- package/packages/locale/lang/uk-UA.ts +676 -0
- package/packages/locale/lang/vi-VN.ts +676 -0
- package/packages/locale/lang/zh-CHT.ts +676 -0
- package/packages/locale/lang/zh-CN.ts +211 -10
- package/packages/locale/lang/zh-HK.ts +2 -2
- package/packages/locale/lang/zh-MO.ts +2 -2
- package/packages/locale/lang/zh-TC.ts +2 -474
- package/packages/locale/lang/zh-TW.ts +2 -2
- package/packages/modal/src/modal.ts +6 -1
- package/packages/table/src/columnInfo.ts +2 -2
- package/packages/table/src/table.ts +6 -4
- package/styles/checkbox.scss +1 -1
- package/styles/custom.scss +1 -1
- package/styles/export.scss +1 -1
- package/styles/radio.scss +1 -1
- package/styles/variable.scss +18 -18
- package/types/v-x-e-table/formats.d.ts +5 -0
- package/types/v-x-e-table/index.d.ts +1 -1
- /package/es/icon/style/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/es/icon/style/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
- /package/es/icon/style/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
- /package/es/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/es/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
- /package/es/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
- /package/lib/icon/style/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
- /package/lib/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/lib/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
- /package/lib/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
|
@@ -21,12 +21,15 @@
|
|
|
21
21
|
vxe: {
|
|
22
22
|
base: {
|
|
23
23
|
pleaseInput: '请输入',
|
|
24
|
-
pleaseSelect: '请选择'
|
|
24
|
+
pleaseSelect: '请选择',
|
|
25
|
+
comma: ',',
|
|
26
|
+
fullStop: '。'
|
|
25
27
|
},
|
|
26
28
|
loading: {
|
|
27
29
|
text: '加载中...'
|
|
28
30
|
},
|
|
29
31
|
error: {
|
|
32
|
+
downErr: '下载失败',
|
|
30
33
|
groupFixed: '如果使用分组表头,冻结列必须按组设置',
|
|
31
34
|
groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
|
|
32
35
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
@@ -36,6 +39,7 @@
|
|
|
36
39
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
37
40
|
barUnableLink: '工具栏无法关联表格',
|
|
38
41
|
expandContent: '展开行的插槽应该是 "content",请检查是否正确',
|
|
42
|
+
reqComp: '缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',
|
|
39
43
|
reqModule: '缺少 "{0}" 模块',
|
|
40
44
|
reqProp: '缺少必要的 "{0}" 参数,这可能会导致出现错误',
|
|
41
45
|
emptyProp: '参数 "{0}" 不允许为空',
|
|
@@ -51,6 +55,7 @@
|
|
|
51
55
|
notProp: '不支持的参数 "{0}"',
|
|
52
56
|
checkProp: '当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',
|
|
53
57
|
coverProp: '"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',
|
|
58
|
+
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
54
59
|
delFunc: '方法 "{0}" 已废弃,请使用 "{1}"',
|
|
55
60
|
delProp: '参数 "{0}" 已废弃,请使用 "{1}"',
|
|
56
61
|
delEvent: '事件 "{0}" 已废弃,请使用 "{1}"',
|
|
@@ -64,7 +69,8 @@
|
|
|
64
69
|
table: {
|
|
65
70
|
emptyText: '暂无数据',
|
|
66
71
|
allTitle: '全选/取消',
|
|
67
|
-
seqTitle: '
|
|
72
|
+
seqTitle: '序号',
|
|
73
|
+
actionTitle: '操作',
|
|
68
74
|
confirmFilter: '筛选',
|
|
69
75
|
resetFilter: '重置',
|
|
70
76
|
allFilter: '全部',
|
|
@@ -79,7 +85,9 @@
|
|
|
79
85
|
customTitle: '列设置',
|
|
80
86
|
customAll: '全部',
|
|
81
87
|
customConfirm: '确认',
|
|
82
|
-
|
|
88
|
+
customClose: '关闭',
|
|
89
|
+
customCancel: '取消',
|
|
90
|
+
customRestore: '恢复默认',
|
|
83
91
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
84
92
|
},
|
|
85
93
|
grid: {
|
|
@@ -98,6 +106,7 @@
|
|
|
98
106
|
},
|
|
99
107
|
pager: {
|
|
100
108
|
goto: '前往',
|
|
109
|
+
gotoTitle: '页数',
|
|
101
110
|
pagesize: '{0}条/页',
|
|
102
111
|
total: '共 {0} 条记录',
|
|
103
112
|
pageClassifier: '页',
|
|
@@ -135,8 +144,10 @@
|
|
|
135
144
|
colSort: '排序',
|
|
136
145
|
sortHelpTip: '点击并拖动图标可以调整列的排序',
|
|
137
146
|
colTitle: '标题',
|
|
147
|
+
colResizable: '列宽(像素)',
|
|
138
148
|
colVisible: '是否显示',
|
|
139
|
-
colFixed: '
|
|
149
|
+
colFixed: '冻结列',
|
|
150
|
+
colFixedMax: '冻结列(最多 {0} 列)',
|
|
140
151
|
fixedLeft: '左侧',
|
|
141
152
|
fixedUnset: '不设置',
|
|
142
153
|
fixedRight: '右侧'
|
|
@@ -144,14 +155,17 @@
|
|
|
144
155
|
},
|
|
145
156
|
import: {
|
|
146
157
|
modes: {
|
|
147
|
-
covering: '
|
|
148
|
-
insert: '
|
|
158
|
+
covering: '覆盖方式(直接覆盖表格数据)',
|
|
159
|
+
insert: '底部追加(在表格的底部追加新数据)',
|
|
160
|
+
insertTop: '顶部追加(在表格的顶部追加新数据)',
|
|
161
|
+
insertBottom: '底部追加(在表格的底部追加新数据)'
|
|
149
162
|
},
|
|
150
163
|
impTitle: '导入数据',
|
|
151
164
|
impFile: '文件名',
|
|
152
165
|
impSelect: '选择文件',
|
|
153
166
|
impType: '文件类型',
|
|
154
167
|
impOpts: '参数设置',
|
|
168
|
+
impMode: '导入模式',
|
|
155
169
|
impConfirm: '导入',
|
|
156
170
|
impCancel: '取消'
|
|
157
171
|
},
|
|
@@ -200,9 +214,13 @@
|
|
|
200
214
|
expCancel: '取消'
|
|
201
215
|
},
|
|
202
216
|
modal: {
|
|
217
|
+
errTitle: '错误提示',
|
|
218
|
+
zoomMin: '最小化',
|
|
203
219
|
zoomIn: '最大化',
|
|
204
220
|
zoomOut: '还原',
|
|
205
|
-
close: '关闭'
|
|
221
|
+
close: '关闭',
|
|
222
|
+
miniMaxSize: '最小化窗口的数量不能超过 {0} 个',
|
|
223
|
+
footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
|
|
206
224
|
},
|
|
207
225
|
drawer: {
|
|
208
226
|
close: '关闭'
|
|
@@ -284,11 +302,194 @@
|
|
|
284
302
|
}
|
|
285
303
|
}
|
|
286
304
|
},
|
|
305
|
+
imagePreview: {
|
|
306
|
+
popupTitle: '预览',
|
|
307
|
+
operBtn: {
|
|
308
|
+
zoomOut: '缩小',
|
|
309
|
+
zoomIn: '放大',
|
|
310
|
+
pctFull: '等比例缩放',
|
|
311
|
+
pct11: '显示原始尺寸',
|
|
312
|
+
rotateLeft: '向左旋转',
|
|
313
|
+
rotateRight: '向右旋转',
|
|
314
|
+
print: '点击打印图片',
|
|
315
|
+
download: '点击下载图片'
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
upload: {
|
|
319
|
+
fileBtnText: '点击或拖拽上传',
|
|
320
|
+
imgBtnText: '点击或拖拽上传',
|
|
321
|
+
dragPlaceholder: '请把文件拖放到这个区域即可上传',
|
|
322
|
+
imgSizeHint: '单张{0}',
|
|
323
|
+
imgCountHint: '最多{0}张',
|
|
324
|
+
fileTypeHint: '支持 {0} 文件类型',
|
|
325
|
+
fileSizeHint: '单个文件大小不超过{0}',
|
|
326
|
+
fileCountHint: '最多可上传{0}个文件',
|
|
327
|
+
overCountErr: '最多只能选择{0}个文件!',
|
|
328
|
+
overCountExtraErr: '已超出最大数量{0}个,超出的{1}个文件将被忽略!',
|
|
329
|
+
overSizeErr: '文件大小最大不能超过{0}!',
|
|
330
|
+
reUpload: '重新上传',
|
|
331
|
+
uploadProgress: '上传中 {0}%',
|
|
332
|
+
uploadErr: '上传失败',
|
|
333
|
+
uploadSuccess: '上传成功',
|
|
334
|
+
moreBtnText: '更多({0})',
|
|
335
|
+
viewItemTitle: '点击查看',
|
|
336
|
+
morePopup: {
|
|
337
|
+
readTitle: '查看列表',
|
|
338
|
+
imageTitle: '上传图片',
|
|
339
|
+
fileTitle: '上传文件'
|
|
340
|
+
}
|
|
341
|
+
},
|
|
287
342
|
formDesign: {
|
|
343
|
+
formName: '表单名称',
|
|
344
|
+
defFormTitle: '未命名的表单',
|
|
345
|
+
widgetPropTab: '控件属性',
|
|
346
|
+
widgetFormTab: '表单属性',
|
|
347
|
+
error: {
|
|
348
|
+
wdFormUni: '该类型的控件在表单中只允许添加一个',
|
|
349
|
+
wdSubUni: '该类型的控件在子表中只允许添加一个'
|
|
350
|
+
},
|
|
351
|
+
styleSetting: {
|
|
352
|
+
btn: '样式设置',
|
|
353
|
+
title: '表单的样式设置',
|
|
354
|
+
layoutTitle: '控件布局',
|
|
355
|
+
verticalLayout: '上下布局',
|
|
356
|
+
horizontalLayout: '横向布局',
|
|
357
|
+
styleTitle: '标题样式',
|
|
358
|
+
boldTitle: '标题加粗',
|
|
359
|
+
fontBold: '加粗',
|
|
360
|
+
fontNormal: '常规',
|
|
361
|
+
colonTitle: '显示冒号',
|
|
362
|
+
colonVisible: '显示',
|
|
363
|
+
colonHidden: '隐藏',
|
|
364
|
+
alignTitle: '对齐方式',
|
|
365
|
+
widthTitle: '标题宽度',
|
|
366
|
+
alignLeft: '居左',
|
|
367
|
+
alignRight: '居右',
|
|
368
|
+
unitPx: '像素',
|
|
369
|
+
unitPct: '百分比'
|
|
370
|
+
},
|
|
288
371
|
widget: {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
372
|
+
group: {
|
|
373
|
+
base: '基础控件',
|
|
374
|
+
layout: '布局控件',
|
|
375
|
+
system: '系统控件',
|
|
376
|
+
module: '模块控件',
|
|
377
|
+
chart: '图表控件',
|
|
378
|
+
advanced: '高级控件'
|
|
379
|
+
},
|
|
380
|
+
copyTitle: '副本_{0}',
|
|
381
|
+
component: {
|
|
382
|
+
input: '输入框',
|
|
383
|
+
textarea: '文本域',
|
|
384
|
+
select: '下拉选择',
|
|
385
|
+
row: '一行多列',
|
|
386
|
+
title: '标题',
|
|
387
|
+
text: '文本',
|
|
388
|
+
subtable: '子表',
|
|
389
|
+
VxeSwitch: '是/否',
|
|
390
|
+
VxeInput: '输入框',
|
|
391
|
+
VxeNumberInput: '数字',
|
|
392
|
+
VxeDatePicker: '日期',
|
|
393
|
+
VxeTextarea: '文本域',
|
|
394
|
+
VxeSelect: '下拉选择',
|
|
395
|
+
VxeTreeSelect: '树形选择',
|
|
396
|
+
VxeRadioGroup: '单选框',
|
|
397
|
+
VxeCheckboxGroup: '复选框',
|
|
398
|
+
VxeUploadFile: '文件',
|
|
399
|
+
VxeUploadImage: '图片'
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
widgetProp: {
|
|
403
|
+
name: '控件名称',
|
|
404
|
+
placeholder: '提示语',
|
|
405
|
+
required: '必填校验',
|
|
406
|
+
multiple: '允许多选',
|
|
407
|
+
displaySetting: {
|
|
408
|
+
name: '显示设置',
|
|
409
|
+
pc: '电脑端',
|
|
410
|
+
mobile: '手机端',
|
|
411
|
+
visible: '显示',
|
|
412
|
+
hidden: '隐藏'
|
|
413
|
+
},
|
|
414
|
+
dataSource: {
|
|
415
|
+
name: '数据源',
|
|
416
|
+
defValue: '选项{0}',
|
|
417
|
+
addOption: '添加选项',
|
|
418
|
+
batchEditOption: '批量编辑',
|
|
419
|
+
batchEditTip: '每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。',
|
|
420
|
+
batchEditSubTip: '每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。',
|
|
421
|
+
buildOption: '生成选项'
|
|
422
|
+
},
|
|
423
|
+
rowProp: {
|
|
424
|
+
colSize: '列数',
|
|
425
|
+
col2: '两列',
|
|
426
|
+
col3: '三列',
|
|
427
|
+
col4: '四列',
|
|
428
|
+
col6: '六列',
|
|
429
|
+
layout: '布局'
|
|
430
|
+
},
|
|
431
|
+
textProp: {
|
|
432
|
+
name: '内容',
|
|
433
|
+
alignTitle: '对齐方式',
|
|
434
|
+
alignLeft: '居左',
|
|
435
|
+
alignCenter: '居中',
|
|
436
|
+
alignRight: '居右',
|
|
437
|
+
colorTitle: '字体颜色',
|
|
438
|
+
sizeTitle: '字体大小',
|
|
439
|
+
boldTitle: '字体加粗',
|
|
440
|
+
fontNormal: '常规',
|
|
441
|
+
fontBold: '加粗'
|
|
442
|
+
},
|
|
443
|
+
subtableProp: {
|
|
444
|
+
seqTitle: '序号',
|
|
445
|
+
showSeq: '显示序号',
|
|
446
|
+
showCheckbox: '允许多选',
|
|
447
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
448
|
+
colPlace: '将控件拖拽进来'
|
|
449
|
+
},
|
|
450
|
+
uploadProp: {
|
|
451
|
+
limitFileCount: '文件数量限制',
|
|
452
|
+
limitFileSize: '文件大小限制',
|
|
453
|
+
multiFile: '允许上传多个文件',
|
|
454
|
+
limitImgCount: '图片数量限制',
|
|
455
|
+
limitImgSize: '图片大小限制',
|
|
456
|
+
multiImg: '允许上传多张图片'
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
listDesign: {
|
|
461
|
+
fieldSettingTab: '字段设置',
|
|
462
|
+
listSettingTab: '参数设置',
|
|
463
|
+
searchTitle: '查询条件',
|
|
464
|
+
listTitle: '列表字段',
|
|
465
|
+
searchField: '查询字段',
|
|
466
|
+
listField: '列表字段',
|
|
467
|
+
activeBtn: {
|
|
468
|
+
ActionButtonUpdate: '编辑',
|
|
469
|
+
ActionButtonDelete: '删除'
|
|
470
|
+
},
|
|
471
|
+
search: {
|
|
472
|
+
addBtn: '编辑',
|
|
473
|
+
emptyText: '未配置查询条件',
|
|
474
|
+
editPopupTitle: '编辑查询字段'
|
|
475
|
+
},
|
|
476
|
+
searchPopup: {
|
|
477
|
+
colTitle: '标题',
|
|
478
|
+
saveBtn: '保存'
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
text: {
|
|
482
|
+
copySuccess: '已复制到剪贴板',
|
|
483
|
+
copyError: '当前环境不支持该操作'
|
|
484
|
+
},
|
|
485
|
+
countdown: {
|
|
486
|
+
formats: {
|
|
487
|
+
yyyy: '年',
|
|
488
|
+
MM: '月',
|
|
489
|
+
dd: '天',
|
|
490
|
+
HH: '时',
|
|
491
|
+
mm: '分',
|
|
492
|
+
ss: '秒'
|
|
292
493
|
}
|
|
293
494
|
},
|
|
294
495
|
/**
|
package/lib/locale/lang/zh-HK.js
CHANGED
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var
|
|
7
|
+
var _zhCHT = _interopRequireDefault(require("./zh-CHT"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
var _default = exports.default =
|
|
9
|
+
var _default = exports.default = _zhCHT.default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,
|
|
1
|
+
!function(e,f){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-HK",["exports","./zh-CHT"],f):"undefined"!=typeof exports?f(exports,require("./zh-CHT")):(f(f={},e.zhCHT),e.vxeTableLangZhHK=f)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e,f){"use strict";var t;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,f=(t=f)&&t.__esModule?t:{default:t};e.default=f.default});
|