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
package/es/locale/lang/ja-JP.js
CHANGED
|
@@ -1,22 +1,26 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
vxe: {
|
|
3
3
|
base: {
|
|
4
|
-
pleaseInput: '
|
|
5
|
-
pleaseSelect: '
|
|
4
|
+
pleaseInput: '入力してください',
|
|
5
|
+
pleaseSelect: '選択してください',
|
|
6
|
+
comma: ',',
|
|
7
|
+
fullStop: '.'
|
|
6
8
|
},
|
|
7
9
|
loading: {
|
|
8
10
|
text: 'Loading...'
|
|
9
11
|
},
|
|
10
12
|
error: {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
downErr: '下载失败',
|
|
14
|
+
groupFixed: 'ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません',
|
|
15
|
+
groupMouseRange: 'ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
|
|
16
|
+
groupTag: 'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',
|
|
14
17
|
scrollErrProp: '仮想スクロールはこのパラメータを使えません: "{0}"',
|
|
15
18
|
errConflicts: 'パラメータ "{0}" と "{1}" は同時に使えません',
|
|
16
19
|
unableInsert: '指定された位置に挿入できない',
|
|
17
20
|
useErr: '"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',
|
|
18
21
|
barUnableLink: 'ツールバーはフォームを関連付けることができない',
|
|
19
22
|
expandContent: '拡張行スロットは "content" である必要があります。確認してください',
|
|
23
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
|
|
20
24
|
reqModule: '"{0}" モジュールが必要です',
|
|
21
25
|
reqProp: '必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',
|
|
22
26
|
emptyProp: '"{0}" プロパティは空白が許可されていません',
|
|
@@ -32,6 +36,7 @@ export default {
|
|
|
32
36
|
notProp: 'サポートされていないパラメータ "{0}"',
|
|
33
37
|
checkProp: 'パフマンス低下になる可能性があります。パラメータ "{0}" の値を指定してください',
|
|
34
38
|
coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
|
|
39
|
+
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
35
40
|
delFunc: '"{0}" functionが非推奨です。"{1}"を使用してください',
|
|
36
41
|
delProp: '"{0}" propertyが非推奨です。"{1}"を使用してください',
|
|
37
42
|
delEvent: 'イベント "{0}" が廃止されました。 "{1}" を使用してください',
|
|
@@ -45,7 +50,8 @@ export default {
|
|
|
45
50
|
table: {
|
|
46
51
|
emptyText: 'データがありません',
|
|
47
52
|
allTitle: '全て選択/取消',
|
|
48
|
-
seqTitle: '
|
|
53
|
+
seqTitle: 'N/S',
|
|
54
|
+
actionTitle: 'Action',
|
|
49
55
|
confirmFilter: 'OK',
|
|
50
56
|
resetFilter: 'リセット',
|
|
51
57
|
allFilter: '全て',
|
|
@@ -60,11 +66,13 @@ export default {
|
|
|
60
66
|
customTitle: '列設定',
|
|
61
67
|
customAll: '全部',
|
|
62
68
|
customConfirm: 'OK',
|
|
69
|
+
customClose: '关闭',
|
|
70
|
+
customCancel: 'Cancel',
|
|
63
71
|
customRestore: 'リセット',
|
|
64
72
|
maxFixedCol: '最大固定列数が {0} です。'
|
|
65
73
|
},
|
|
66
74
|
grid: {
|
|
67
|
-
selectOneRecord: '1
|
|
75
|
+
selectOneRecord: '1つ以上のレコードを選択してください',
|
|
68
76
|
deleteSelectRecord: 'レコードを削除してもよろしいですか?',
|
|
69
77
|
removeSelectRecord: 'レコードを削除してもよろしいですか?',
|
|
70
78
|
dataUnchanged: 'データが変更されませんでした',
|
|
@@ -79,6 +87,7 @@ export default {
|
|
|
79
87
|
},
|
|
80
88
|
pager: {
|
|
81
89
|
goto: '移動',
|
|
90
|
+
gotoTitle: '页数',
|
|
82
91
|
pagesize: '{0}件/ページ',
|
|
83
92
|
total: '全 {0} 件',
|
|
84
93
|
pageClassifier: 'ページ',
|
|
@@ -96,7 +105,7 @@ export default {
|
|
|
96
105
|
endPageTitle: '最後ページ'
|
|
97
106
|
},
|
|
98
107
|
alert: {
|
|
99
|
-
title: '
|
|
108
|
+
title: '確認'
|
|
100
109
|
},
|
|
101
110
|
button: {
|
|
102
111
|
confirm: 'OK',
|
|
@@ -114,10 +123,12 @@ export default {
|
|
|
114
123
|
cstmDragTarget: '移動ターゲット: {0}',
|
|
115
124
|
setting: {
|
|
116
125
|
colSort: 'ソート',
|
|
117
|
-
sortHelpTip: '
|
|
126
|
+
sortHelpTip: 'ドラッグして列を並べ替えます',
|
|
118
127
|
colTitle: 'タイトル',
|
|
119
|
-
|
|
120
|
-
|
|
128
|
+
colResizable: '列の幅 (px)',
|
|
129
|
+
colVisible: '表示する',
|
|
130
|
+
colFixed: '列固定',
|
|
131
|
+
colFixedMax: '列固定(最大 {0} 列)',
|
|
121
132
|
fixedLeft: '左側',
|
|
122
133
|
fixedUnset: '指定しない',
|
|
123
134
|
fixedRight: '右側'
|
|
@@ -125,14 +136,17 @@ export default {
|
|
|
125
136
|
},
|
|
126
137
|
import: {
|
|
127
138
|
modes: {
|
|
128
|
-
covering: '
|
|
129
|
-
insert: '
|
|
139
|
+
covering: '上書きモード',
|
|
140
|
+
insert: '追加モード(最後行に追加)',
|
|
141
|
+
insertTop: '追加モード(先頭行に追加)',
|
|
142
|
+
insertBottom: '追加モード(最後行に追加)'
|
|
130
143
|
},
|
|
131
144
|
impTitle: 'データインポート',
|
|
132
145
|
impFile: 'ファイル名',
|
|
133
146
|
impSelect: 'ファイル選択',
|
|
134
147
|
impType: 'ファイルの種類',
|
|
135
148
|
impOpts: 'パラメータ指定',
|
|
149
|
+
impMode: 'インポートモード',
|
|
136
150
|
impConfirm: 'インポート',
|
|
137
151
|
impCancel: 'キャンセル'
|
|
138
152
|
},
|
|
@@ -181,9 +195,13 @@ export default {
|
|
|
181
195
|
expCancel: 'キャンセル'
|
|
182
196
|
},
|
|
183
197
|
modal: {
|
|
198
|
+
errTitle: 'エラー',
|
|
199
|
+
zoomMin: '最小化',
|
|
184
200
|
zoomIn: '最大化',
|
|
185
201
|
zoomOut: '縮小',
|
|
186
|
-
close: '閉じる'
|
|
202
|
+
close: '閉じる',
|
|
203
|
+
miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
|
|
204
|
+
footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
|
|
187
205
|
},
|
|
188
206
|
drawer: {
|
|
189
207
|
close: '閉じる'
|
|
@@ -265,11 +283,194 @@ export default {
|
|
|
265
283
|
}
|
|
266
284
|
}
|
|
267
285
|
},
|
|
286
|
+
imagePreview: {
|
|
287
|
+
popupTitle: 'Preview',
|
|
288
|
+
operBtn: {
|
|
289
|
+
zoomOut: 'Reduce',
|
|
290
|
+
zoomIn: 'Enlarge',
|
|
291
|
+
pctFull: 'Proportional scaling',
|
|
292
|
+
pct11: 'Show original size',
|
|
293
|
+
rotateLeft: 'Rotate left',
|
|
294
|
+
rotateRight: 'Rotate right',
|
|
295
|
+
print: 'Click to print',
|
|
296
|
+
download: 'Click to download'
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
upload: {
|
|
300
|
+
fileBtnText: 'Click or drag',
|
|
301
|
+
imgBtnText: 'Click or drag',
|
|
302
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
|
|
303
|
+
imgSizeHint: 'Single {0}',
|
|
304
|
+
imgCountHint: 'Up to {0}',
|
|
305
|
+
fileTypeHint: 'Support {0} file types',
|
|
306
|
+
fileSizeHint: 'Single file size does not exceed {0}',
|
|
307
|
+
fileCountHint: 'Up to {0} file can be uploaded',
|
|
308
|
+
overCountErr: 'You can only choose {0} file!',
|
|
309
|
+
overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
|
|
310
|
+
overSizeErr: 'The size of the file is not more than {0}}!',
|
|
311
|
+
reUpload: 'Re upload',
|
|
312
|
+
uploadProgress: 'Uploading {0}%',
|
|
313
|
+
uploadErr: 'Fail to upload',
|
|
314
|
+
uploadSuccess: 'Successfully upload',
|
|
315
|
+
moreBtnText: 'More ({0})',
|
|
316
|
+
viewItemTitle: 'click to view',
|
|
317
|
+
morePopup: {
|
|
318
|
+
readTitle: '查看列表',
|
|
319
|
+
imageTitle: '上传图片',
|
|
320
|
+
fileTitle: '上传文件'
|
|
321
|
+
}
|
|
322
|
+
},
|
|
268
323
|
formDesign: {
|
|
324
|
+
formName: 'Form name',
|
|
325
|
+
defFormTitle: 'Unnamed form',
|
|
326
|
+
widgetPropTab: 'Field property',
|
|
327
|
+
widgetFormTab: 'Form property',
|
|
328
|
+
error: {
|
|
329
|
+
wdFormUni: '该类型的控件在表单中只允许添加一个',
|
|
330
|
+
wdSubUni: '该类型的控件在子表中只允许添加一个'
|
|
331
|
+
},
|
|
332
|
+
styleSetting: {
|
|
333
|
+
btn: 'Style setting',
|
|
334
|
+
title: 'Form style setting',
|
|
335
|
+
layoutTitle: 'Field layout',
|
|
336
|
+
verticalLayout: 'Vertical layout',
|
|
337
|
+
horizontalLayout: 'Horizontal layout',
|
|
338
|
+
styleTitle: 'Title style',
|
|
339
|
+
boldTitle: 'Bold title',
|
|
340
|
+
fontBold: 'Bold',
|
|
341
|
+
fontNormal: 'Normal',
|
|
342
|
+
colonTitle: 'Display colon',
|
|
343
|
+
colonVisible: 'Visible',
|
|
344
|
+
colonHidden: 'Hidden',
|
|
345
|
+
alignTitle: 'Title align',
|
|
346
|
+
widthTitle: 'Title width',
|
|
347
|
+
alignLeft: 'Left',
|
|
348
|
+
alignRight: 'Right',
|
|
349
|
+
unitPx: 'Px',
|
|
350
|
+
unitPct: 'Pct'
|
|
351
|
+
},
|
|
269
352
|
widget: {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
353
|
+
group: {
|
|
354
|
+
base: 'Base control',
|
|
355
|
+
layout: 'Layout control',
|
|
356
|
+
system: 'System control',
|
|
357
|
+
module: 'Module control',
|
|
358
|
+
chart: 'Chart control',
|
|
359
|
+
advanced: 'Advanced control'
|
|
360
|
+
},
|
|
361
|
+
copyTitle: 'Copy_{0}',
|
|
362
|
+
component: {
|
|
363
|
+
input: 'Input',
|
|
364
|
+
textarea: 'Textarea',
|
|
365
|
+
select: 'Select',
|
|
366
|
+
row: 'Row/column',
|
|
367
|
+
title: 'Title',
|
|
368
|
+
text: 'Text',
|
|
369
|
+
subtable: 'Subtable',
|
|
370
|
+
VxeSwitch: 'Yes/no',
|
|
371
|
+
VxeInput: 'Input',
|
|
372
|
+
VxeNumberInput: 'Number',
|
|
373
|
+
VxeDatePicker: 'Date',
|
|
374
|
+
VxeTextarea: 'Textarea',
|
|
375
|
+
VxeSelect: 'Select',
|
|
376
|
+
VxeTreeSelect: 'Tree select',
|
|
377
|
+
VxeRadioGroup: 'Radio',
|
|
378
|
+
VxeCheckboxGroup: 'Checkbox',
|
|
379
|
+
VxeUploadFile: 'File',
|
|
380
|
+
VxeUploadImage: 'Image'
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
widgetProp: {
|
|
384
|
+
name: 'Field name',
|
|
385
|
+
placeholder: 'Field placeholder',
|
|
386
|
+
required: 'Required',
|
|
387
|
+
multiple: 'Allow to select multiple',
|
|
388
|
+
displaySetting: {
|
|
389
|
+
name: 'Display setting',
|
|
390
|
+
pc: 'PC',
|
|
391
|
+
mobile: 'Mobile',
|
|
392
|
+
visible: 'Visible',
|
|
393
|
+
hidden: 'Hidden'
|
|
394
|
+
},
|
|
395
|
+
dataSource: {
|
|
396
|
+
name: 'Data source',
|
|
397
|
+
defValue: 'Option {0}',
|
|
398
|
+
addOption: 'Add option',
|
|
399
|
+
batchEditOption: 'Batch edit',
|
|
400
|
+
batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
|
|
401
|
+
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.',
|
|
402
|
+
buildOption: 'Build option'
|
|
403
|
+
},
|
|
404
|
+
rowProp: {
|
|
405
|
+
colSize: 'Number of columns',
|
|
406
|
+
col2: 'Two columns',
|
|
407
|
+
col3: 'Three columns',
|
|
408
|
+
col4: 'Four columns',
|
|
409
|
+
col6: 'Six columns',
|
|
410
|
+
layout: 'Layout'
|
|
411
|
+
},
|
|
412
|
+
textProp: {
|
|
413
|
+
name: 'Content',
|
|
414
|
+
alignTitle: 'Align',
|
|
415
|
+
alignLeft: 'Left',
|
|
416
|
+
alignCenter: 'Center',
|
|
417
|
+
alignRight: 'Right',
|
|
418
|
+
colorTitle: 'Color',
|
|
419
|
+
sizeTitle: 'Font size',
|
|
420
|
+
boldTitle: 'Font bold',
|
|
421
|
+
fontNormal: 'Normal',
|
|
422
|
+
fontBold: 'Bold'
|
|
423
|
+
},
|
|
424
|
+
subtableProp: {
|
|
425
|
+
seqTitle: 'S/N',
|
|
426
|
+
showSeq: 'Display serial number',
|
|
427
|
+
showCheckbox: 'Allow multiple selections',
|
|
428
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
429
|
+
colPlace: '将控件拖拽进来'
|
|
430
|
+
},
|
|
431
|
+
uploadProp: {
|
|
432
|
+
limitFileCount: 'File quantity limitation',
|
|
433
|
+
limitFileSize: 'File size limitation',
|
|
434
|
+
multiFile: 'Allows multiple files',
|
|
435
|
+
limitImgCount: 'Image quantity limitation',
|
|
436
|
+
limitImgSize: 'Image size limitation',
|
|
437
|
+
multiImg: 'Allows multiple images'
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
listDesign: {
|
|
442
|
+
fieldSettingTab: 'Field',
|
|
443
|
+
listSettingTab: 'Parameter',
|
|
444
|
+
searchTitle: 'Search',
|
|
445
|
+
listTitle: 'List',
|
|
446
|
+
searchField: 'Search field',
|
|
447
|
+
listField: 'List field',
|
|
448
|
+
activeBtn: {
|
|
449
|
+
ActionButtonUpdate: 'Edit',
|
|
450
|
+
ActionButtonDelete: 'Delete'
|
|
451
|
+
},
|
|
452
|
+
search: {
|
|
453
|
+
addBtn: 'Edit',
|
|
454
|
+
emptyText: 'No filter condition is configured.',
|
|
455
|
+
editPopupTitle: '编辑查询字段'
|
|
456
|
+
},
|
|
457
|
+
searchPopup: {
|
|
458
|
+
colTitle: '标题',
|
|
459
|
+
saveBtn: '保存'
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
text: {
|
|
463
|
+
copySuccess: 'Successfully copied to clipboard.',
|
|
464
|
+
copyError: 'The current environment does not support this operation.'
|
|
465
|
+
},
|
|
466
|
+
countdown: {
|
|
467
|
+
formats: {
|
|
468
|
+
yyyy: '年',
|
|
469
|
+
MM: '月',
|
|
470
|
+
dd: '天',
|
|
471
|
+
HH: '时',
|
|
472
|
+
mm: '分',
|
|
473
|
+
ss: '秒'
|
|
273
474
|
}
|
|
274
475
|
},
|
|
275
476
|
/**
|