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
|
@@ -20,22 +20,26 @@
|
|
|
20
20
|
var _default = _exports.default = {
|
|
21
21
|
vxe: {
|
|
22
22
|
base: {
|
|
23
|
-
pleaseInput: '
|
|
24
|
-
pleaseSelect: '
|
|
23
|
+
pleaseInput: '入力してください',
|
|
24
|
+
pleaseSelect: '選択してください',
|
|
25
|
+
comma: ',',
|
|
26
|
+
fullStop: '.'
|
|
25
27
|
},
|
|
26
28
|
loading: {
|
|
27
29
|
text: 'Loading...'
|
|
28
30
|
},
|
|
29
31
|
error: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
downErr: '下载失败',
|
|
33
|
+
groupFixed: 'ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません',
|
|
34
|
+
groupMouseRange: 'ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
|
|
35
|
+
groupTag: 'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',
|
|
33
36
|
scrollErrProp: '仮想スクロールはこのパラメータを使えません: "{0}"',
|
|
34
37
|
errConflicts: 'パラメータ "{0}" と "{1}" は同時に使えません',
|
|
35
38
|
unableInsert: '指定された位置に挿入できない',
|
|
36
39
|
useErr: '"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',
|
|
37
40
|
barUnableLink: 'ツールバーはフォームを関連付けることができない',
|
|
38
41
|
expandContent: '拡張行スロットは "content" である必要があります。確認してください',
|
|
42
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. 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: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
|
|
58
|
+
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
54
59
|
delFunc: '"{0}" functionが非推奨です。"{1}"を使用してください',
|
|
55
60
|
delProp: '"{0}" propertyが非推奨です。"{1}"を使用してください',
|
|
56
61
|
delEvent: 'イベント "{0}" が廃止されました。 "{1}" を使用してください',
|
|
@@ -64,7 +69,8 @@
|
|
|
64
69
|
table: {
|
|
65
70
|
emptyText: 'データがありません',
|
|
66
71
|
allTitle: '全て選択/取消',
|
|
67
|
-
seqTitle: '
|
|
72
|
+
seqTitle: 'N/S',
|
|
73
|
+
actionTitle: 'Action',
|
|
68
74
|
confirmFilter: 'OK',
|
|
69
75
|
resetFilter: 'リセット',
|
|
70
76
|
allFilter: '全て',
|
|
@@ -79,11 +85,13 @@
|
|
|
79
85
|
customTitle: '列設定',
|
|
80
86
|
customAll: '全部',
|
|
81
87
|
customConfirm: 'OK',
|
|
88
|
+
customClose: '关闭',
|
|
89
|
+
customCancel: 'Cancel',
|
|
82
90
|
customRestore: 'リセット',
|
|
83
91
|
maxFixedCol: '最大固定列数が {0} です。'
|
|
84
92
|
},
|
|
85
93
|
grid: {
|
|
86
|
-
selectOneRecord: '1
|
|
94
|
+
selectOneRecord: '1つ以上のレコードを選択してください',
|
|
87
95
|
deleteSelectRecord: 'レコードを削除してもよろしいですか?',
|
|
88
96
|
removeSelectRecord: 'レコードを削除してもよろしいですか?',
|
|
89
97
|
dataUnchanged: 'データが変更されませんでした',
|
|
@@ -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: 'ページ',
|
|
@@ -115,7 +124,7 @@
|
|
|
115
124
|
endPageTitle: '最後ページ'
|
|
116
125
|
},
|
|
117
126
|
alert: {
|
|
118
|
-
title: '
|
|
127
|
+
title: '確認'
|
|
119
128
|
},
|
|
120
129
|
button: {
|
|
121
130
|
confirm: 'OK',
|
|
@@ -133,10 +142,12 @@
|
|
|
133
142
|
cstmDragTarget: '移動ターゲット: {0}',
|
|
134
143
|
setting: {
|
|
135
144
|
colSort: 'ソート',
|
|
136
|
-
sortHelpTip: '
|
|
145
|
+
sortHelpTip: 'ドラッグして列を並べ替えます',
|
|
137
146
|
colTitle: 'タイトル',
|
|
138
|
-
|
|
139
|
-
|
|
147
|
+
colResizable: '列の幅 (px)',
|
|
148
|
+
colVisible: '表示する',
|
|
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: '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: '閉じる'
|
|
@@ -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: '查看列表',
|
|
338
|
+
imageTitle: '上传图片',
|
|
339
|
+
fileTitle: '上传文件'
|
|
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: '将控件拖拽进来'
|
|
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: '编辑查询字段'
|
|
475
|
+
},
|
|
476
|
+
searchPopup: {
|
|
477
|
+
colTitle: '标题',
|
|
478
|
+
saveBtn: '保存'
|
|
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: '年',
|
|
488
|
+
MM: '月',
|
|
489
|
+
dd: '天',
|
|
490
|
+
HH: '时',
|
|
491
|
+
mm: '分',
|
|
492
|
+
ss: '秒'
|
|
292
493
|
}
|
|
293
494
|
},
|
|
294
495
|
/**
|