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: 'Please input',
|
|
24
|
-
pleaseSelect: 'Select'
|
|
24
|
+
pleaseSelect: 'Select',
|
|
25
|
+
comma: ',',
|
|
26
|
+
fullStop: '.'
|
|
25
27
|
},
|
|
26
28
|
loading: {
|
|
27
29
|
text: 'Cargando...'
|
|
28
30
|
},
|
|
29
31
|
error: {
|
|
32
|
+
downErr: 'Download failed.',
|
|
30
33
|
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
31
34
|
groupMouseRange: 'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',
|
|
32
35
|
groupTag: 'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',
|
|
@@ -36,6 +39,7 @@
|
|
|
36
39
|
useErr: 'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',
|
|
37
40
|
barUnableLink: 'La barra de herramientas no puede asociarse con la tabla.',
|
|
38
41
|
expandContent: 'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',
|
|
42
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
|
|
39
43
|
reqModule: 'Requerir el módulo "{0}".',
|
|
40
44
|
reqProp: 'Falta el parámetro necesario "{0}", lo que puede causar errores.',
|
|
41
45
|
emptyProp: 'La propiedad "{0}" no se permite estar vacía.',
|
|
@@ -50,7 +54,8 @@
|
|
|
50
54
|
noTree: 'La estructura de árbol no soporta "{0}".',
|
|
51
55
|
notProp: 'Parámetros no compatibles "{0}"',
|
|
52
56
|
checkProp: 'La casilla de verificación puede detenerse cuando la cantidad de datos es demasiado grande, se recomienda establecer el parámetro "{0}" para aumentar la velocidad de representación',
|
|
53
|
-
coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
|
|
57
|
+
coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error.',
|
|
58
|
+
uniField: 'The field "{0}" is repeatedly defined, which may cause an error.',
|
|
54
59
|
delFunc: 'La función "{0}" está en desuso, por favor use "{1}".',
|
|
55
60
|
delProp: 'La propiedad "{0}" está en desuso, por favor use "{1}".',
|
|
56
61
|
delEvent: 'El evento "{0}" está en desuso, por favor use "{1}"',
|
|
@@ -64,7 +69,8 @@
|
|
|
64
69
|
table: {
|
|
65
70
|
emptyText: 'No hay datos',
|
|
66
71
|
allTitle: 'Seleccionar todo / cancelar',
|
|
67
|
-
seqTitle: '
|
|
72
|
+
seqTitle: 'N/S',
|
|
73
|
+
actionTitle: 'Action',
|
|
68
74
|
confirmFilter: 'Confirmar',
|
|
69
75
|
resetFilter: 'Restablecer',
|
|
70
76
|
allFilter: 'Todo',
|
|
@@ -78,8 +84,10 @@
|
|
|
78
84
|
expOriginFilename: 'Exportar_original_{0}',
|
|
79
85
|
customTitle: 'Configuraciones de columna',
|
|
80
86
|
customAll: 'Todo',
|
|
81
|
-
customConfirm: '
|
|
82
|
-
|
|
87
|
+
customConfirm: 'Confirm',
|
|
88
|
+
customClose: 'Close',
|
|
89
|
+
customCancel: 'Cancel',
|
|
90
|
+
customRestore: 'Restore',
|
|
83
91
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
84
92
|
},
|
|
85
93
|
grid: {
|
|
@@ -98,6 +106,7 @@
|
|
|
98
106
|
},
|
|
99
107
|
pager: {
|
|
100
108
|
goto: 'Ir a',
|
|
109
|
+
gotoTitle: 'Number',
|
|
101
110
|
pagesize: '{0}/página',
|
|
102
111
|
total: 'Total {0} registro',
|
|
103
112
|
pageClassifier: '',
|
|
@@ -135,8 +144,10 @@
|
|
|
135
144
|
colSort: 'Sort',
|
|
136
145
|
sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
|
|
137
146
|
colTitle: 'Title',
|
|
138
|
-
|
|
139
|
-
|
|
147
|
+
colResizable: 'Column width (px)',
|
|
148
|
+
colVisible: 'Display',
|
|
149
|
+
colFixed: 'Freeze columns',
|
|
150
|
+
colFixedMax: 'Freeze columns (Max {0})',
|
|
140
151
|
fixedLeft: 'Left',
|
|
141
152
|
fixedUnset: 'Unset',
|
|
142
153
|
fixedRight: 'Right'
|
|
@@ -144,14 +155,17 @@
|
|
|
144
155
|
},
|
|
145
156
|
import: {
|
|
146
157
|
modes: {
|
|
147
|
-
covering: '
|
|
148
|
-
insert: '
|
|
158
|
+
covering: 'Overwrite mode (directly overwrite table data)',
|
|
159
|
+
insert: 'Bottom append (appends new data to the bottom of the table)',
|
|
160
|
+
insertTop: 'Top append (appends new data to the top of the table)',
|
|
161
|
+
insertBottom: 'Bottom append (appends new data to the bottom of the table)'
|
|
149
162
|
},
|
|
150
163
|
impTitle: 'Importar datos',
|
|
151
164
|
impFile: 'Nombre del archivo',
|
|
152
165
|
impSelect: 'Seleccionar archivo',
|
|
153
166
|
impType: 'Tipo de archivo',
|
|
154
167
|
impOpts: 'Configuración',
|
|
168
|
+
impMode: 'Import mode',
|
|
155
169
|
impConfirm: 'Importar',
|
|
156
170
|
impCancel: 'Cancelar'
|
|
157
171
|
},
|
|
@@ -200,9 +214,13 @@
|
|
|
200
214
|
expCancel: 'Cancelar'
|
|
201
215
|
},
|
|
202
216
|
modal: {
|
|
203
|
-
|
|
217
|
+
errTitle: 'Error',
|
|
218
|
+
zoomMin: 'Minimize',
|
|
219
|
+
zoomIn: 'Maximize',
|
|
204
220
|
zoomOut: 'Reducir',
|
|
205
|
-
close: 'Cerrar'
|
|
221
|
+
close: 'Cerrar',
|
|
222
|
+
miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
|
|
223
|
+
footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
|
|
206
224
|
},
|
|
207
225
|
drawer: {
|
|
208
226
|
close: 'Cerrar'
|
|
@@ -284,11 +302,194 @@
|
|
|
284
302
|
}
|
|
285
303
|
}
|
|
286
304
|
},
|
|
305
|
+
imagePreview: {
|
|
306
|
+
popupTitle: 'Preview',
|
|
307
|
+
operBtn: {
|
|
308
|
+
zoomOut: 'Reduce',
|
|
309
|
+
zoomIn: 'Enlarge',
|
|
310
|
+
pctFull: 'Proportional scaling',
|
|
311
|
+
pct11: 'Show original size',
|
|
312
|
+
rotateLeft: 'Rotate left',
|
|
313
|
+
rotateRight: 'Rotate right',
|
|
314
|
+
print: 'Click to print',
|
|
315
|
+
download: 'Click to download'
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
upload: {
|
|
319
|
+
fileBtnText: 'Click or drag',
|
|
320
|
+
imgBtnText: 'Click or drag',
|
|
321
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
|
|
322
|
+
imgSizeHint: 'Single {0}',
|
|
323
|
+
imgCountHint: 'Up to {0}',
|
|
324
|
+
fileTypeHint: 'Support {0} file types',
|
|
325
|
+
fileSizeHint: 'Single file size does not exceed {0}',
|
|
326
|
+
fileCountHint: 'Up to {0} file can be uploaded',
|
|
327
|
+
overCountErr: 'You can only choose {0} file!',
|
|
328
|
+
overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
|
|
329
|
+
overSizeErr: 'The size of the file is not more than {0}}!',
|
|
330
|
+
reUpload: 'Re upload',
|
|
331
|
+
uploadProgress: 'Uploading {0}%',
|
|
332
|
+
uploadErr: 'Fail to upload',
|
|
333
|
+
uploadSuccess: 'Successfully upload',
|
|
334
|
+
moreBtnText: 'More ({0})',
|
|
335
|
+
viewItemTitle: 'click to view',
|
|
336
|
+
morePopup: {
|
|
337
|
+
readTitle: 'List',
|
|
338
|
+
imageTitle: 'Upload image',
|
|
339
|
+
fileTitle: 'Upload file'
|
|
340
|
+
}
|
|
341
|
+
},
|
|
287
342
|
formDesign: {
|
|
343
|
+
formName: 'Form name',
|
|
344
|
+
defFormTitle: 'Unnamed form',
|
|
345
|
+
widgetPropTab: 'Field property',
|
|
346
|
+
widgetFormTab: 'Form property',
|
|
347
|
+
error: {
|
|
348
|
+
wdFormUni: '该类型的控件在表单中只允许添加一个',
|
|
349
|
+
wdSubUni: '该类型的控件在子表中只允许添加一个'
|
|
350
|
+
},
|
|
351
|
+
styleSetting: {
|
|
352
|
+
btn: 'Style setting',
|
|
353
|
+
title: 'Form style setting',
|
|
354
|
+
layoutTitle: 'Field layout',
|
|
355
|
+
verticalLayout: 'Vertical layout',
|
|
356
|
+
horizontalLayout: 'Horizontal layout',
|
|
357
|
+
styleTitle: 'Title style',
|
|
358
|
+
boldTitle: 'Bold title',
|
|
359
|
+
fontBold: 'Bold',
|
|
360
|
+
fontNormal: 'Normal',
|
|
361
|
+
colonTitle: 'Display colon',
|
|
362
|
+
colonVisible: 'Visible',
|
|
363
|
+
colonHidden: 'Hidden',
|
|
364
|
+
alignTitle: 'Title align',
|
|
365
|
+
widthTitle: 'Title width',
|
|
366
|
+
alignLeft: 'Left',
|
|
367
|
+
alignRight: 'Right',
|
|
368
|
+
unitPx: 'Px',
|
|
369
|
+
unitPct: 'Pct'
|
|
370
|
+
},
|
|
288
371
|
widget: {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
372
|
+
group: {
|
|
373
|
+
base: 'Base control',
|
|
374
|
+
layout: 'Layout control',
|
|
375
|
+
system: 'System control',
|
|
376
|
+
module: 'Module control',
|
|
377
|
+
chart: 'Chart control',
|
|
378
|
+
advanced: 'Advanced control'
|
|
379
|
+
},
|
|
380
|
+
copyTitle: 'Copy_{0}',
|
|
381
|
+
component: {
|
|
382
|
+
input: 'Input',
|
|
383
|
+
textarea: 'Textarea',
|
|
384
|
+
select: 'Select',
|
|
385
|
+
row: 'Row/column',
|
|
386
|
+
title: 'Title',
|
|
387
|
+
text: 'Text',
|
|
388
|
+
subtable: 'Subtable',
|
|
389
|
+
VxeSwitch: 'Yes/no',
|
|
390
|
+
VxeInput: 'Input',
|
|
391
|
+
VxeNumberInput: 'Number',
|
|
392
|
+
VxeDatePicker: 'Date',
|
|
393
|
+
VxeTextarea: 'Textarea',
|
|
394
|
+
VxeSelect: 'Select',
|
|
395
|
+
VxeTreeSelect: 'Tree select',
|
|
396
|
+
VxeRadioGroup: 'Radio',
|
|
397
|
+
VxeCheckboxGroup: 'Checkbox',
|
|
398
|
+
VxeUploadFile: 'File',
|
|
399
|
+
VxeUploadImage: 'Image'
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
widgetProp: {
|
|
403
|
+
name: 'Field name',
|
|
404
|
+
placeholder: 'Field placeholder',
|
|
405
|
+
required: 'Required',
|
|
406
|
+
multiple: 'Allow to select multiple',
|
|
407
|
+
displaySetting: {
|
|
408
|
+
name: 'Display setting',
|
|
409
|
+
pc: 'PC',
|
|
410
|
+
mobile: 'Mobile',
|
|
411
|
+
visible: 'Visible',
|
|
412
|
+
hidden: 'Hidden'
|
|
413
|
+
},
|
|
414
|
+
dataSource: {
|
|
415
|
+
name: 'Data source',
|
|
416
|
+
defValue: 'Option {0}',
|
|
417
|
+
addOption: 'Add option',
|
|
418
|
+
batchEditOption: 'Batch edit',
|
|
419
|
+
batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
|
|
420
|
+
batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
|
|
421
|
+
buildOption: 'Build option'
|
|
422
|
+
},
|
|
423
|
+
rowProp: {
|
|
424
|
+
colSize: 'Number of columns',
|
|
425
|
+
col2: 'Two columns',
|
|
426
|
+
col3: 'Three columns',
|
|
427
|
+
col4: 'Four columns',
|
|
428
|
+
col6: 'Six columns',
|
|
429
|
+
layout: 'Layout'
|
|
430
|
+
},
|
|
431
|
+
textProp: {
|
|
432
|
+
name: 'Content',
|
|
433
|
+
alignTitle: 'Align',
|
|
434
|
+
alignLeft: 'Left',
|
|
435
|
+
alignCenter: 'Center',
|
|
436
|
+
alignRight: 'Right',
|
|
437
|
+
colorTitle: 'Color',
|
|
438
|
+
sizeTitle: 'Font size',
|
|
439
|
+
boldTitle: 'Font bold',
|
|
440
|
+
fontNormal: 'Normal',
|
|
441
|
+
fontBold: 'Bold'
|
|
442
|
+
},
|
|
443
|
+
subtableProp: {
|
|
444
|
+
seqTitle: 'S/N',
|
|
445
|
+
showSeq: 'Display serial number',
|
|
446
|
+
showCheckbox: 'Allow multiple selections',
|
|
447
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
448
|
+
colPlace: 'Drag the control in.'
|
|
449
|
+
},
|
|
450
|
+
uploadProp: {
|
|
451
|
+
limitFileCount: 'File quantity limitation',
|
|
452
|
+
limitFileSize: 'File size limitation',
|
|
453
|
+
multiFile: 'Allows multiple files',
|
|
454
|
+
limitImgCount: 'Image quantity limitation',
|
|
455
|
+
limitImgSize: 'Image size limitation',
|
|
456
|
+
multiImg: 'Allows multiple images'
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
listDesign: {
|
|
461
|
+
fieldSettingTab: 'Field',
|
|
462
|
+
listSettingTab: 'Parameter',
|
|
463
|
+
searchTitle: 'Search',
|
|
464
|
+
listTitle: 'List',
|
|
465
|
+
searchField: 'Search field',
|
|
466
|
+
listField: 'List field',
|
|
467
|
+
activeBtn: {
|
|
468
|
+
ActionButtonUpdate: 'Edit',
|
|
469
|
+
ActionButtonDelete: 'Delete'
|
|
470
|
+
},
|
|
471
|
+
search: {
|
|
472
|
+
addBtn: 'Edit',
|
|
473
|
+
emptyText: 'No filter condition is configured.',
|
|
474
|
+
editPopupTitle: 'Edit search fields'
|
|
475
|
+
},
|
|
476
|
+
searchPopup: {
|
|
477
|
+
colTitle: 'Title',
|
|
478
|
+
saveBtn: 'Save'
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
text: {
|
|
482
|
+
copySuccess: 'Successfully copied to clipboard.',
|
|
483
|
+
copyError: 'The current environment does not support this operation.'
|
|
484
|
+
},
|
|
485
|
+
countdown: {
|
|
486
|
+
formats: {
|
|
487
|
+
yyyy: 'Year',
|
|
488
|
+
MM: 'Moon',
|
|
489
|
+
dd: 'Day',
|
|
490
|
+
HH: 'Hour',
|
|
491
|
+
mm: 'Minute',
|
|
492
|
+
ss: 'Second'
|
|
292
493
|
}
|
|
293
494
|
},
|
|
294
495
|
/**
|