vxe-table 4.6.3 → 4.6.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.
- package/es/custom/src/hook.js +2 -1
- package/es/icon/style.css +1 -1
- package/es/locale/lang/en-US.js +200 -86
- package/es/locale/lang/es-ES.js +200 -86
- package/es/locale/lang/ja-JP.js +200 -86
- package/es/locale/lang/zh-CN.js +200 -86
- package/es/locale/lang/zh-TC.js +200 -86
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/emits.js +1 -0
- package/es/table/src/table.js +4 -3
- package/es/toolbar/src/toolbar.js +4 -4
- package/es/tools/log.js +1 -1
- package/es/v-x-e-table/index.js +1 -1
- package/lib/custom/src/hook.js +2 -0
- package/lib/custom/src/hook.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 +213 -96
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +200 -86
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +200 -86
- package/lib/locale/lang/es-ES.js +200 -86
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +200 -86
- package/lib/locale/lang/ja-JP.js +200 -86
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +200 -86
- package/lib/locale/lang/zh-CN.js +200 -86
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +200 -86
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +200 -86
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +200 -86
- package/lib/locale/lang/zh-TC.js +200 -86
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +200 -86
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +200 -86
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/emits.js +1 -1
- package/lib/table/src/emits.min.js +1 -1
- package/lib/table/src/table.js +4 -3
- package/lib/table/src/table.min.js +1 -1
- package/lib/toolbar/src/toolbar.js +4 -4
- package/lib/toolbar/src/toolbar.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/package.json +1 -1
- package/packages/custom/src/hook.ts +2 -1
- package/packages/locale/lang/en-US.ts +202 -86
- package/packages/locale/lang/es-ES.ts +202 -86
- package/packages/locale/lang/ja-JP.ts +202 -86
- package/packages/locale/lang/zh-CN.ts +202 -86
- package/packages/locale/lang/zh-TC.ts +202 -86
- package/packages/table/src/emits.ts +1 -0
- package/packages/table/src/table.ts +4 -3
- package/packages/toolbar/src/toolbar.ts +4 -4
- package/types/plugins/extend-cell-area.d.ts +16 -0
- package/types/table.d.ts +9 -0
- /package/es/icon/style/{iconfont.1713943885733.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/es/icon/style/{iconfont.1713943885733.woff → iconfont.1714027257286.woff} +0 -0
- /package/es/icon/style/{iconfont.1713943885733.woff2 → iconfont.1714027257286.woff2} +0 -0
- /package/es/{iconfont.1713943885733.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/es/{iconfont.1713943885733.woff → iconfont.1714027257286.woff} +0 -0
- /package/es/{iconfont.1713943885733.woff2 → iconfont.1714027257286.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1713943885733.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1713943885733.woff → iconfont.1714027257286.woff} +0 -0
- /package/lib/icon/style/{iconfont.1713943885733.woff2 → iconfont.1714027257286.woff2} +0 -0
- /package/lib/{iconfont.1713943885733.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/lib/{iconfont.1713943885733.woff → iconfont.1714027257286.woff} +0 -0
- /package/lib/{iconfont.1713943885733.woff2 → iconfont.1714027257286.woff2} +0 -0
package/lib/locale/lang/en-US.js
CHANGED
|
@@ -48,92 +48,6 @@ var _default = exports.default = {
|
|
|
48
48
|
impFields: 'Import failed, please check that the field name and data format are correct.',
|
|
49
49
|
treeNotImp: 'Tree table does not support import.'
|
|
50
50
|
},
|
|
51
|
-
renderer: {
|
|
52
|
-
search: 'Search',
|
|
53
|
-
cases: {
|
|
54
|
-
equal: 'Equal',
|
|
55
|
-
unequal: 'Not equal',
|
|
56
|
-
gt: 'Greater than',
|
|
57
|
-
ge: 'Greater than or equal',
|
|
58
|
-
lt: 'Less than',
|
|
59
|
-
le: 'Less than or equal',
|
|
60
|
-
begin: 'Beginning is',
|
|
61
|
-
notbegin: 'Beginning is not',
|
|
62
|
-
endin: 'End is',
|
|
63
|
-
notendin: 'End is not',
|
|
64
|
-
include: 'Include',
|
|
65
|
-
exclude: 'Exclusive',
|
|
66
|
-
between: 'Betweenness',
|
|
67
|
-
custom: 'Custom filter',
|
|
68
|
-
insensitive: 'Case insensitive',
|
|
69
|
-
isSensitive: 'Case sensitive'
|
|
70
|
-
},
|
|
71
|
-
combination: {
|
|
72
|
-
menus: {
|
|
73
|
-
clearSort: 'Clear sort',
|
|
74
|
-
sortAsc: 'Ascending order',
|
|
75
|
-
sortDesc: 'Descending order',
|
|
76
|
-
fixedColumn: 'Fixed column',
|
|
77
|
-
fixedGroup: 'Fixed group',
|
|
78
|
-
cancelFixed: 'Clear fixed',
|
|
79
|
-
fixedLeft: 'Fixed the left',
|
|
80
|
-
fixedRight: 'Fixed the right',
|
|
81
|
-
clearFilter: 'Clear filter',
|
|
82
|
-
textOption: 'Text filter',
|
|
83
|
-
numberOption: 'Number filter'
|
|
84
|
-
},
|
|
85
|
-
popup: {
|
|
86
|
-
title: 'Custom filtering',
|
|
87
|
-
currColumnTitle: 'Current column:',
|
|
88
|
-
and: 'And',
|
|
89
|
-
or: 'Or',
|
|
90
|
-
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
91
|
-
},
|
|
92
|
-
empty: '(Empty)',
|
|
93
|
-
notData: 'No data'
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
pro: {
|
|
97
|
-
area: {
|
|
98
|
-
mergeErr: 'The operation cannot be performed on merged cells',
|
|
99
|
-
multiErr: 'The operation cannot be performed on multiple selection areas',
|
|
100
|
-
extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
|
|
101
|
-
pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation'
|
|
102
|
-
},
|
|
103
|
-
fnr: {
|
|
104
|
-
title: 'Find and replace',
|
|
105
|
-
findLabel: 'Find',
|
|
106
|
-
replaceLabel: 'Replace',
|
|
107
|
-
findTitle: 'What to find:',
|
|
108
|
-
replaceTitle: 'Replace with:',
|
|
109
|
-
tabs: {
|
|
110
|
-
find: 'Find',
|
|
111
|
-
replace: 'Replace'
|
|
112
|
-
},
|
|
113
|
-
filter: {
|
|
114
|
-
re: 'Regular Expression',
|
|
115
|
-
whole: 'Whole word',
|
|
116
|
-
sensitive: 'Case sensitive'
|
|
117
|
-
},
|
|
118
|
-
btns: {
|
|
119
|
-
findNext: 'Find next',
|
|
120
|
-
findAll: 'Find all',
|
|
121
|
-
replace: 'Replace',
|
|
122
|
-
replaceAll: 'Replace all',
|
|
123
|
-
cancel: 'Cancel'
|
|
124
|
-
},
|
|
125
|
-
header: {
|
|
126
|
-
seq: '#',
|
|
127
|
-
cell: 'Cell',
|
|
128
|
-
value: 'Value'
|
|
129
|
-
},
|
|
130
|
-
empty: '(Empty)',
|
|
131
|
-
reError: 'Invalid regular expression',
|
|
132
|
-
recordCount: 'Found {0} cells',
|
|
133
|
-
notCell: 'No matching cells were found',
|
|
134
|
-
replaceSuccess: 'Successfully replaced {0} cells'
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
51
|
table: {
|
|
138
52
|
emptyText: 'No Data',
|
|
139
53
|
allTitle: 'Select all / cancel',
|
|
@@ -194,6 +108,9 @@ var _default = exports.default = {
|
|
|
194
108
|
confirm: 'Confirm',
|
|
195
109
|
cancel: 'Cancel'
|
|
196
110
|
},
|
|
111
|
+
filter: {
|
|
112
|
+
search: '搜索'
|
|
113
|
+
},
|
|
197
114
|
custom: {
|
|
198
115
|
cstmTitle: 'Column Settings',
|
|
199
116
|
cstmRestore: 'Restore default',
|
|
@@ -338,6 +255,203 @@ var _default = exports.default = {
|
|
|
338
255
|
q4: 'Fourth quarter'
|
|
339
256
|
}
|
|
340
257
|
}
|
|
258
|
+
},
|
|
259
|
+
/**
|
|
260
|
+
* 扩展插件
|
|
261
|
+
*/
|
|
262
|
+
plugins: {
|
|
263
|
+
extendCellArea: {
|
|
264
|
+
area: {
|
|
265
|
+
mergeErr: '无法对合并单元格进行该操作',
|
|
266
|
+
multiErr: '无法对多重选择区域进行该操作',
|
|
267
|
+
extendErr: '如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同',
|
|
268
|
+
pasteMultiErr: '无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作',
|
|
269
|
+
cpInvalidErr: '该操作无法进行,您选择的区域中存在被禁止的列({0})'
|
|
270
|
+
},
|
|
271
|
+
fnr: {
|
|
272
|
+
title: '查找和替换',
|
|
273
|
+
findLabel: '查找',
|
|
274
|
+
replaceLabel: '替换',
|
|
275
|
+
findTitle: '查找内容:',
|
|
276
|
+
replaceTitle: '替换为:',
|
|
277
|
+
tabs: {
|
|
278
|
+
find: '查找',
|
|
279
|
+
replace: '替换'
|
|
280
|
+
},
|
|
281
|
+
filter: {
|
|
282
|
+
re: '正则表达式',
|
|
283
|
+
whole: '全词匹配',
|
|
284
|
+
sensitive: '区分大小写'
|
|
285
|
+
},
|
|
286
|
+
btns: {
|
|
287
|
+
findNext: '查找下一个',
|
|
288
|
+
findAll: '查找全部',
|
|
289
|
+
replace: '替换',
|
|
290
|
+
replaceAll: '替换全部',
|
|
291
|
+
cancel: '取消'
|
|
292
|
+
},
|
|
293
|
+
header: {
|
|
294
|
+
seq: '#',
|
|
295
|
+
cell: '单元格',
|
|
296
|
+
value: '值'
|
|
297
|
+
},
|
|
298
|
+
empty: '(空值)',
|
|
299
|
+
reError: '无效的正则表达式',
|
|
300
|
+
recordCount: '已找到 {0} 个单元格',
|
|
301
|
+
notCell: '找不到匹配的单元格',
|
|
302
|
+
replaceSuccess: '成功替换 {0} 个单元格'
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
filterComplexInput: {
|
|
306
|
+
menus: {
|
|
307
|
+
fixedColumn: '锁定列',
|
|
308
|
+
fixedGroup: '锁定组',
|
|
309
|
+
cancelFixed: '取消锁定',
|
|
310
|
+
fixedLeft: '锁定左侧',
|
|
311
|
+
fixedRight: '锁定右侧'
|
|
312
|
+
},
|
|
313
|
+
cases: {
|
|
314
|
+
equal: '等于',
|
|
315
|
+
gt: '大于',
|
|
316
|
+
lt: '小于',
|
|
317
|
+
begin: '开头是',
|
|
318
|
+
endin: '结尾是',
|
|
319
|
+
include: '包含',
|
|
320
|
+
isSensitive: '区分大小写'
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
filterCombination: {
|
|
324
|
+
menus: {
|
|
325
|
+
clearSort: '清除排序',
|
|
326
|
+
sortAsc: '升序',
|
|
327
|
+
sortDesc: '降序',
|
|
328
|
+
fixedColumn: '锁定列',
|
|
329
|
+
fixedGroup: '锁定组',
|
|
330
|
+
cancelFixed: '取消锁定',
|
|
331
|
+
fixedLeft: '锁定左侧',
|
|
332
|
+
fixedRight: '锁定右侧',
|
|
333
|
+
clearFilter: '清除筛选',
|
|
334
|
+
textOption: '文本筛选',
|
|
335
|
+
numberOption: '数值筛选'
|
|
336
|
+
},
|
|
337
|
+
popup: {
|
|
338
|
+
title: '自定义筛选的方式',
|
|
339
|
+
currColumnTitle: '当前列:',
|
|
340
|
+
and: '与',
|
|
341
|
+
or: '或',
|
|
342
|
+
describeHtml: '可用 ? 代表单个字符<br/>用 * 代表任意多个字符'
|
|
343
|
+
},
|
|
344
|
+
cases: {
|
|
345
|
+
equal: '等于',
|
|
346
|
+
unequal: '不等于',
|
|
347
|
+
gt: '大于',
|
|
348
|
+
ge: '大于或等于',
|
|
349
|
+
lt: '小于',
|
|
350
|
+
le: '小于或等于',
|
|
351
|
+
begin: '开头是',
|
|
352
|
+
notbegin: '开头不是',
|
|
353
|
+
endin: '结尾是',
|
|
354
|
+
notendin: '结尾不是',
|
|
355
|
+
include: '包含',
|
|
356
|
+
exclude: '不包含',
|
|
357
|
+
between: '介于',
|
|
358
|
+
custom: '自定义筛选',
|
|
359
|
+
insensitive: '不区分大小写',
|
|
360
|
+
isSensitive: '区分大小写'
|
|
361
|
+
},
|
|
362
|
+
empty: '(空白)',
|
|
363
|
+
notData: '无匹配项'
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
/**
|
|
367
|
+
* 以下废弃
|
|
368
|
+
* @deprecated
|
|
369
|
+
*/
|
|
370
|
+
renderer: {
|
|
371
|
+
search: 'Search',
|
|
372
|
+
cases: {
|
|
373
|
+
equal: 'Equal',
|
|
374
|
+
unequal: 'Not equal',
|
|
375
|
+
gt: 'Greater than',
|
|
376
|
+
ge: 'Greater than or equal',
|
|
377
|
+
lt: 'Less than',
|
|
378
|
+
le: 'Less than or equal',
|
|
379
|
+
begin: 'Beginning is',
|
|
380
|
+
notbegin: 'Beginning is not',
|
|
381
|
+
endin: 'End is',
|
|
382
|
+
notendin: 'End is not',
|
|
383
|
+
include: 'Include',
|
|
384
|
+
exclude: 'Exclusive',
|
|
385
|
+
between: 'Betweenness',
|
|
386
|
+
custom: 'Custom filter',
|
|
387
|
+
insensitive: 'Case insensitive',
|
|
388
|
+
isSensitive: 'Case sensitive'
|
|
389
|
+
},
|
|
390
|
+
combination: {
|
|
391
|
+
menus: {
|
|
392
|
+
clearSort: 'Clear sort',
|
|
393
|
+
sortAsc: 'Ascending order',
|
|
394
|
+
sortDesc: 'Descending order',
|
|
395
|
+
fixedColumn: 'Fixed column',
|
|
396
|
+
fixedGroup: 'Fixed group',
|
|
397
|
+
cancelFixed: 'Clear fixed',
|
|
398
|
+
fixedLeft: 'Fixed the left',
|
|
399
|
+
fixedRight: 'Fixed the right',
|
|
400
|
+
clearFilter: 'Clear filter',
|
|
401
|
+
textOption: 'Text filter',
|
|
402
|
+
numberOption: 'Number filter'
|
|
403
|
+
},
|
|
404
|
+
popup: {
|
|
405
|
+
title: 'Custom filtering',
|
|
406
|
+
currColumnTitle: 'Current column:',
|
|
407
|
+
and: 'And',
|
|
408
|
+
or: 'Or',
|
|
409
|
+
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
410
|
+
},
|
|
411
|
+
empty: '(Empty)',
|
|
412
|
+
notData: 'No data'
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
pro: {
|
|
416
|
+
area: {
|
|
417
|
+
mergeErr: 'The operation cannot be performed on merged cells',
|
|
418
|
+
multiErr: 'The operation cannot be performed on multiple selection areas',
|
|
419
|
+
extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
|
|
420
|
+
pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation'
|
|
421
|
+
},
|
|
422
|
+
fnr: {
|
|
423
|
+
title: 'Find and replace',
|
|
424
|
+
findLabel: 'Find',
|
|
425
|
+
replaceLabel: 'Replace',
|
|
426
|
+
findTitle: 'What to find:',
|
|
427
|
+
replaceTitle: 'Replace with:',
|
|
428
|
+
tabs: {
|
|
429
|
+
find: 'Find',
|
|
430
|
+
replace: 'Replace'
|
|
431
|
+
},
|
|
432
|
+
filter: {
|
|
433
|
+
re: 'Regular Expression',
|
|
434
|
+
whole: 'Whole word',
|
|
435
|
+
sensitive: 'Case sensitive'
|
|
436
|
+
},
|
|
437
|
+
btns: {
|
|
438
|
+
findNext: 'Find next',
|
|
439
|
+
findAll: 'Find all',
|
|
440
|
+
replace: 'Replace',
|
|
441
|
+
replaceAll: 'Replace all',
|
|
442
|
+
cancel: 'Cancel'
|
|
443
|
+
},
|
|
444
|
+
header: {
|
|
445
|
+
seq: '#',
|
|
446
|
+
cell: 'Cell',
|
|
447
|
+
value: 'Value'
|
|
448
|
+
},
|
|
449
|
+
empty: '(Empty)',
|
|
450
|
+
reError: 'Invalid regular expression',
|
|
451
|
+
recordCount: 'Found {0} cells',
|
|
452
|
+
notCell: 'No matching cells were found',
|
|
453
|
+
replaceSuccess: 'Successfully replaced {0} cells'
|
|
454
|
+
}
|
|
341
455
|
}
|
|
342
456
|
}
|
|
343
457
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangEnUS=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the fixed columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',errConflicts:'Argument "{0}" conflicts with "{1}"',unableInsert:"Unable to insert to the specified location.",useErr:'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',barUnableLink:"Toolbar cannot associate table.",expandContent:'Expand row slot should be "content", please check if it is correct.',reqModule:'require "{0}" module.',reqProp:'Missing the necessary "{0}" parameter, which can cause error.',emptyProp:'The property "{0}" is not allowed to be empty.',errProp:'Unsupported parameter "{0}", possibly "{1}".',colRepet:'column.{0}="{0}" is duplicated, which may make some features unusable',notFunc:'method "{0}" not exist.',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" does not exist',noTree:'The tree structure does not support "{0}".',notProp:'Unsupported parameters "{0}"',checkProp:'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'The function "{0}" is deprecated, please use "{1}".',delProp:'The property "{0}" is deprecated, please use "{1}".',delEvent:'The event "{0}" is deprecated, please use "{1}"',removeProp:'The property "{0}" is deprecated and is not recommended, which may cause error.',errFormat:'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',notType:'Unsupported file types "{0}"',notExp:"The browser does not support import / export.",impFields:"Import failed, please check that the field name and data format are correct.",treeNotImp:"Tree table does not support import."},renderer:{search:"Search",cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},combination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Fixed column",fixedGroup:"Fixed group",cancelFixed:"Clear fixed",fixedLeft:"Fixed the left",fixedRight:"Fixed the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},empty:"(Empty)",notData:"No data"}},pro:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}},table:{emptyText:"No Data",allTitle:"Select all / cancel",seqTitle:"#",confirmFilter:"Confirm",resetFilter:"Reset",allFilter:"All",sortAsc:"Ascending: lowest to highest",sortDesc:"Descending: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export success",expFilename:"Export_{0}",expOriginFilename:"Export_original_{0}",customTitle:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",maxFixedCol:"The maximum number of fixed columns cannot exceed {0}"},grid:{selectOneRecord:"Please choose at least one piece of record!",deleteSelectRecord:"Are you sure you want to delete the selected record?",removeSelectRecord:"Are you sure you want to remove the selected record?",dataUnchanged:"Data unchanged! ",delSuccess:"Successfully deleted the selected record!",saveSuccess:"Saved successfully!",operError:"Error occurred, operation failed!"},select:{search:"Search",loadingText:"Loading",emptyText:"No Data"},pager:{goto:"Go to",pagesize:"{0}/page",total:"Total {0} record",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"Message notification"},button:{confirm:"Confirm",cancel:"Cancel"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm"},import:{modes:{covering:"Covering",insert:"Insert"},impTitle:"Import data",impFile:"Filename",impSelect:"Select file",impType:"File type",impOpts:"Settings",impConfirm:"Import",impCancel:"Cancel"},export:{types:{csv:"CSV (Comma separated) (*.csv)",html:"Web Page (*.html)",xml:"XML Data(*.xml)",txt:"Text (Tab delimited) (*.txt)",xls:"Excel 97-2003 Workbook(*.xls)",xlsx:"Excel Workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Current data (data of current page)",selected:"Selected data (data selected on the current page)",all:"Full data (including all paging data)"},printTitle:"Print data",expTitle:"Export data",expName:"Filename",expNamePlaceholder:"Please enter filename",expSheetName:"Title",expSheetNamePlaceholder:"Please enter a title",expType:"Save the type",expMode:"Select data",expCurrentColumn:"All the field",expColumn:"Select field",expOpts:"Settings",expOptHeader:"Header",expHeaderTitle:"Do I need a header",expOptFooter:"Footer",expFooterTitle:"Do you need the footer table",expOptColgroup:"Group header",expColgroupTitle:"If it exists, headers with grouping structure are supported",expOptMerge:"Merge",expMergeTitle:"If it exists, cells with merged structures are supported",expOptAllExpand:"Expand nodes",expAllExpandTitle:"If it exists, all data with tree structure can be expanded",expOptUseStyle:"Styles",expUseStyleTitle:"If it exists, cells with styles are supported",expOptOriginal:"Source data",expOriginalTitle:"If it is source data, import into the table is supported",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{zoomIn:"Maximization",zoomOut:"Reduction",close:"Close"},form:{folding:"Folding",unfolding:"Unfolding"},toolbar:{import:"Import",export:"Export",print:"Printing",refresh:"Refresh",zoomIn:"Full screen",zoomOut:"Reduction",custom:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",fixedLeft:"Fixed on the left side",fixedRight:"Fixed on the right side",cancelfixed:"Unfixed"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Week] WW, yyyy",month:"MM/yyyy",quarter:"[Quarter] q, yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"Jan",m1:"Feb",m2:"Mar",m3:"Apr",m4:"May",m5:"Jun",m6:"Jul",m7:"Aug",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dec"},quarters:{q1:"First quarter",q2:"Second quarter",q3:"Third quarter",q4:"Fourth quarter"}}}}}});
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangEnUS=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the fixed columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',errConflicts:'Argument "{0}" conflicts with "{1}"',unableInsert:"Unable to insert to the specified location.",useErr:'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',barUnableLink:"Toolbar cannot associate table.",expandContent:'Expand row slot should be "content", please check if it is correct.',reqModule:'require "{0}" module.',reqProp:'Missing the necessary "{0}" parameter, which can cause error.',emptyProp:'The property "{0}" is not allowed to be empty.',errProp:'Unsupported parameter "{0}", possibly "{1}".',colRepet:'column.{0}="{0}" is duplicated, which may make some features unusable',notFunc:'method "{0}" not exist.',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" does not exist',noTree:'The tree structure does not support "{0}".',notProp:'Unsupported parameters "{0}"',checkProp:'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'The function "{0}" is deprecated, please use "{1}".',delProp:'The property "{0}" is deprecated, please use "{1}".',delEvent:'The event "{0}" is deprecated, please use "{1}"',removeProp:'The property "{0}" is deprecated and is not recommended, which may cause error.',errFormat:'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',notType:'Unsupported file types "{0}"',notExp:"The browser does not support import / export.",impFields:"Import failed, please check that the field name and data format are correct.",treeNotImp:"Tree table does not support import."},table:{emptyText:"No Data",allTitle:"Select all / cancel",seqTitle:"#",confirmFilter:"Confirm",resetFilter:"Reset",allFilter:"All",sortAsc:"Ascending: lowest to highest",sortDesc:"Descending: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export success",expFilename:"Export_{0}",expOriginFilename:"Export_original_{0}",customTitle:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",maxFixedCol:"The maximum number of fixed columns cannot exceed {0}"},grid:{selectOneRecord:"Please choose at least one piece of record!",deleteSelectRecord:"Are you sure you want to delete the selected record?",removeSelectRecord:"Are you sure you want to remove the selected record?",dataUnchanged:"Data unchanged! ",delSuccess:"Successfully deleted the selected record!",saveSuccess:"Saved successfully!",operError:"Error occurred, operation failed!"},select:{search:"Search",loadingText:"Loading",emptyText:"No Data"},pager:{goto:"Go to",pagesize:"{0}/page",total:"Total {0} record",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"Message notification"},button:{confirm:"Confirm",cancel:"Cancel"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm"},import:{modes:{covering:"Covering",insert:"Insert"},impTitle:"Import data",impFile:"Filename",impSelect:"Select file",impType:"File type",impOpts:"Settings",impConfirm:"Import",impCancel:"Cancel"},export:{types:{csv:"CSV (Comma separated) (*.csv)",html:"Web Page (*.html)",xml:"XML Data(*.xml)",txt:"Text (Tab delimited) (*.txt)",xls:"Excel 97-2003 Workbook(*.xls)",xlsx:"Excel Workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Current data (data of current page)",selected:"Selected data (data selected on the current page)",all:"Full data (including all paging data)"},printTitle:"Print data",expTitle:"Export data",expName:"Filename",expNamePlaceholder:"Please enter filename",expSheetName:"Title",expSheetNamePlaceholder:"Please enter a title",expType:"Save the type",expMode:"Select data",expCurrentColumn:"All the field",expColumn:"Select field",expOpts:"Settings",expOptHeader:"Header",expHeaderTitle:"Do I need a header",expOptFooter:"Footer",expFooterTitle:"Do you need the footer table",expOptColgroup:"Group header",expColgroupTitle:"If it exists, headers with grouping structure are supported",expOptMerge:"Merge",expMergeTitle:"If it exists, cells with merged structures are supported",expOptAllExpand:"Expand nodes",expAllExpandTitle:"If it exists, all data with tree structure can be expanded",expOptUseStyle:"Styles",expUseStyleTitle:"If it exists, cells with styles are supported",expOptOriginal:"Source data",expOriginalTitle:"If it is source data, import into the table is supported",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{zoomIn:"Maximization",zoomOut:"Reduction",close:"Close"},form:{folding:"Folding",unfolding:"Unfolding"},toolbar:{import:"Import",export:"Export",print:"Printing",refresh:"Refresh",zoomIn:"Full screen",zoomOut:"Reduction",custom:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",fixedLeft:"Fixed on the left side",fixedRight:"Fixed on the right side",cancelfixed:"Unfixed"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Week] WW, yyyy",month:"MM/yyyy",quarter:"[Quarter] q, yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"Jan",m1:"Feb",m2:"Mar",m3:"Apr",m4:"May",m5:"Jun",m6:"Jul",m7:"Aug",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dec"},quarters:{q1:"First quarter",q2:"Second quarter",q3:"Third quarter",q4:"Fourth quarter"}}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作",cpInvalidErr:"该操作无法进行,您选择的区域中存在被禁止的列({0})"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},empty:"(空白)",notData:"无匹配项"}},renderer:{search:"Search",cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},combination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Fixed column",fixedGroup:"Fixed group",cancelFixed:"Clear fixed",fixedLeft:"Fixed the left",fixedRight:"Fixed the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},empty:"(Empty)",notData:"No data"}},pro:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}}}}});
|
|
@@ -61,92 +61,6 @@
|
|
|
61
61
|
impFields: 'Import failed, please check that the field name and data format are correct.',
|
|
62
62
|
treeNotImp: 'Tree table does not support import.'
|
|
63
63
|
},
|
|
64
|
-
renderer: {
|
|
65
|
-
search: 'Search',
|
|
66
|
-
cases: {
|
|
67
|
-
equal: 'Equal',
|
|
68
|
-
unequal: 'Not equal',
|
|
69
|
-
gt: 'Greater than',
|
|
70
|
-
ge: 'Greater than or equal',
|
|
71
|
-
lt: 'Less than',
|
|
72
|
-
le: 'Less than or equal',
|
|
73
|
-
begin: 'Beginning is',
|
|
74
|
-
notbegin: 'Beginning is not',
|
|
75
|
-
endin: 'End is',
|
|
76
|
-
notendin: 'End is not',
|
|
77
|
-
include: 'Include',
|
|
78
|
-
exclude: 'Exclusive',
|
|
79
|
-
between: 'Betweenness',
|
|
80
|
-
custom: 'Custom filter',
|
|
81
|
-
insensitive: 'Case insensitive',
|
|
82
|
-
isSensitive: 'Case sensitive'
|
|
83
|
-
},
|
|
84
|
-
combination: {
|
|
85
|
-
menus: {
|
|
86
|
-
clearSort: 'Clear sort',
|
|
87
|
-
sortAsc: 'Ascending order',
|
|
88
|
-
sortDesc: 'Descending order',
|
|
89
|
-
fixedColumn: 'Fixed column',
|
|
90
|
-
fixedGroup: 'Fixed group',
|
|
91
|
-
cancelFixed: 'Clear fixed',
|
|
92
|
-
fixedLeft: 'Fixed the left',
|
|
93
|
-
fixedRight: 'Fixed the right',
|
|
94
|
-
clearFilter: 'Clear filter',
|
|
95
|
-
textOption: 'Text filter',
|
|
96
|
-
numberOption: 'Number filter'
|
|
97
|
-
},
|
|
98
|
-
popup: {
|
|
99
|
-
title: 'Custom filtering',
|
|
100
|
-
currColumnTitle: 'Current column:',
|
|
101
|
-
and: 'And',
|
|
102
|
-
or: 'Or',
|
|
103
|
-
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
104
|
-
},
|
|
105
|
-
empty: '(Empty)',
|
|
106
|
-
notData: 'No data'
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
pro: {
|
|
110
|
-
area: {
|
|
111
|
-
mergeErr: 'The operation cannot be performed on merged cells',
|
|
112
|
-
multiErr: 'The operation cannot be performed on multiple selection areas',
|
|
113
|
-
extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
|
|
114
|
-
pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation'
|
|
115
|
-
},
|
|
116
|
-
fnr: {
|
|
117
|
-
title: 'Find and replace',
|
|
118
|
-
findLabel: 'Find',
|
|
119
|
-
replaceLabel: 'Replace',
|
|
120
|
-
findTitle: 'What to find:',
|
|
121
|
-
replaceTitle: 'Replace with:',
|
|
122
|
-
tabs: {
|
|
123
|
-
find: 'Find',
|
|
124
|
-
replace: 'Replace'
|
|
125
|
-
},
|
|
126
|
-
filter: {
|
|
127
|
-
re: 'Regular Expression',
|
|
128
|
-
whole: 'Whole word',
|
|
129
|
-
sensitive: 'Case sensitive'
|
|
130
|
-
},
|
|
131
|
-
btns: {
|
|
132
|
-
findNext: 'Find next',
|
|
133
|
-
findAll: 'Find all',
|
|
134
|
-
replace: 'Replace',
|
|
135
|
-
replaceAll: 'Replace all',
|
|
136
|
-
cancel: 'Cancel'
|
|
137
|
-
},
|
|
138
|
-
header: {
|
|
139
|
-
seq: '#',
|
|
140
|
-
cell: 'Cell',
|
|
141
|
-
value: 'Value'
|
|
142
|
-
},
|
|
143
|
-
empty: '(Empty)',
|
|
144
|
-
reError: 'Invalid regular expression',
|
|
145
|
-
recordCount: 'Found {0} cells',
|
|
146
|
-
notCell: 'No matching cells were found',
|
|
147
|
-
replaceSuccess: 'Successfully replaced {0} cells'
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
64
|
table: {
|
|
151
65
|
emptyText: 'No Data',
|
|
152
66
|
allTitle: 'Select all / cancel',
|
|
@@ -207,6 +121,9 @@
|
|
|
207
121
|
confirm: 'Confirm',
|
|
208
122
|
cancel: 'Cancel'
|
|
209
123
|
},
|
|
124
|
+
filter: {
|
|
125
|
+
search: '搜索'
|
|
126
|
+
},
|
|
210
127
|
custom: {
|
|
211
128
|
cstmTitle: 'Column Settings',
|
|
212
129
|
cstmRestore: 'Restore default',
|
|
@@ -351,6 +268,203 @@
|
|
|
351
268
|
q4: 'Fourth quarter'
|
|
352
269
|
}
|
|
353
270
|
}
|
|
271
|
+
},
|
|
272
|
+
/**
|
|
273
|
+
* 扩展插件
|
|
274
|
+
*/
|
|
275
|
+
plugins: {
|
|
276
|
+
extendCellArea: {
|
|
277
|
+
area: {
|
|
278
|
+
mergeErr: '无法对合并单元格进行该操作',
|
|
279
|
+
multiErr: '无法对多重选择区域进行该操作',
|
|
280
|
+
extendErr: '如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同',
|
|
281
|
+
pasteMultiErr: '无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作',
|
|
282
|
+
cpInvalidErr: '该操作无法进行,您选择的区域中存在被禁止的列({0})'
|
|
283
|
+
},
|
|
284
|
+
fnr: {
|
|
285
|
+
title: '查找和替换',
|
|
286
|
+
findLabel: '查找',
|
|
287
|
+
replaceLabel: '替换',
|
|
288
|
+
findTitle: '查找内容:',
|
|
289
|
+
replaceTitle: '替换为:',
|
|
290
|
+
tabs: {
|
|
291
|
+
find: '查找',
|
|
292
|
+
replace: '替换'
|
|
293
|
+
},
|
|
294
|
+
filter: {
|
|
295
|
+
re: '正则表达式',
|
|
296
|
+
whole: '全词匹配',
|
|
297
|
+
sensitive: '区分大小写'
|
|
298
|
+
},
|
|
299
|
+
btns: {
|
|
300
|
+
findNext: '查找下一个',
|
|
301
|
+
findAll: '查找全部',
|
|
302
|
+
replace: '替换',
|
|
303
|
+
replaceAll: '替换全部',
|
|
304
|
+
cancel: '取消'
|
|
305
|
+
},
|
|
306
|
+
header: {
|
|
307
|
+
seq: '#',
|
|
308
|
+
cell: '单元格',
|
|
309
|
+
value: '值'
|
|
310
|
+
},
|
|
311
|
+
empty: '(空值)',
|
|
312
|
+
reError: '无效的正则表达式',
|
|
313
|
+
recordCount: '已找到 {0} 个单元格',
|
|
314
|
+
notCell: '找不到匹配的单元格',
|
|
315
|
+
replaceSuccess: '成功替换 {0} 个单元格'
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
filterComplexInput: {
|
|
319
|
+
menus: {
|
|
320
|
+
fixedColumn: '锁定列',
|
|
321
|
+
fixedGroup: '锁定组',
|
|
322
|
+
cancelFixed: '取消锁定',
|
|
323
|
+
fixedLeft: '锁定左侧',
|
|
324
|
+
fixedRight: '锁定右侧'
|
|
325
|
+
},
|
|
326
|
+
cases: {
|
|
327
|
+
equal: '等于',
|
|
328
|
+
gt: '大于',
|
|
329
|
+
lt: '小于',
|
|
330
|
+
begin: '开头是',
|
|
331
|
+
endin: '结尾是',
|
|
332
|
+
include: '包含',
|
|
333
|
+
isSensitive: '区分大小写'
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
filterCombination: {
|
|
337
|
+
menus: {
|
|
338
|
+
clearSort: '清除排序',
|
|
339
|
+
sortAsc: '升序',
|
|
340
|
+
sortDesc: '降序',
|
|
341
|
+
fixedColumn: '锁定列',
|
|
342
|
+
fixedGroup: '锁定组',
|
|
343
|
+
cancelFixed: '取消锁定',
|
|
344
|
+
fixedLeft: '锁定左侧',
|
|
345
|
+
fixedRight: '锁定右侧',
|
|
346
|
+
clearFilter: '清除筛选',
|
|
347
|
+
textOption: '文本筛选',
|
|
348
|
+
numberOption: '数值筛选'
|
|
349
|
+
},
|
|
350
|
+
popup: {
|
|
351
|
+
title: '自定义筛选的方式',
|
|
352
|
+
currColumnTitle: '当前列:',
|
|
353
|
+
and: '与',
|
|
354
|
+
or: '或',
|
|
355
|
+
describeHtml: '可用 ? 代表单个字符<br/>用 * 代表任意多个字符'
|
|
356
|
+
},
|
|
357
|
+
cases: {
|
|
358
|
+
equal: '等于',
|
|
359
|
+
unequal: '不等于',
|
|
360
|
+
gt: '大于',
|
|
361
|
+
ge: '大于或等于',
|
|
362
|
+
lt: '小于',
|
|
363
|
+
le: '小于或等于',
|
|
364
|
+
begin: '开头是',
|
|
365
|
+
notbegin: '开头不是',
|
|
366
|
+
endin: '结尾是',
|
|
367
|
+
notendin: '结尾不是',
|
|
368
|
+
include: '包含',
|
|
369
|
+
exclude: '不包含',
|
|
370
|
+
between: '介于',
|
|
371
|
+
custom: '自定义筛选',
|
|
372
|
+
insensitive: '不区分大小写',
|
|
373
|
+
isSensitive: '区分大小写'
|
|
374
|
+
},
|
|
375
|
+
empty: '(空白)',
|
|
376
|
+
notData: '无匹配项'
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
/**
|
|
380
|
+
* 以下废弃
|
|
381
|
+
* @deprecated
|
|
382
|
+
*/
|
|
383
|
+
renderer: {
|
|
384
|
+
search: 'Search',
|
|
385
|
+
cases: {
|
|
386
|
+
equal: 'Equal',
|
|
387
|
+
unequal: 'Not equal',
|
|
388
|
+
gt: 'Greater than',
|
|
389
|
+
ge: 'Greater than or equal',
|
|
390
|
+
lt: 'Less than',
|
|
391
|
+
le: 'Less than or equal',
|
|
392
|
+
begin: 'Beginning is',
|
|
393
|
+
notbegin: 'Beginning is not',
|
|
394
|
+
endin: 'End is',
|
|
395
|
+
notendin: 'End is not',
|
|
396
|
+
include: 'Include',
|
|
397
|
+
exclude: 'Exclusive',
|
|
398
|
+
between: 'Betweenness',
|
|
399
|
+
custom: 'Custom filter',
|
|
400
|
+
insensitive: 'Case insensitive',
|
|
401
|
+
isSensitive: 'Case sensitive'
|
|
402
|
+
},
|
|
403
|
+
combination: {
|
|
404
|
+
menus: {
|
|
405
|
+
clearSort: 'Clear sort',
|
|
406
|
+
sortAsc: 'Ascending order',
|
|
407
|
+
sortDesc: 'Descending order',
|
|
408
|
+
fixedColumn: 'Fixed column',
|
|
409
|
+
fixedGroup: 'Fixed group',
|
|
410
|
+
cancelFixed: 'Clear fixed',
|
|
411
|
+
fixedLeft: 'Fixed the left',
|
|
412
|
+
fixedRight: 'Fixed the right',
|
|
413
|
+
clearFilter: 'Clear filter',
|
|
414
|
+
textOption: 'Text filter',
|
|
415
|
+
numberOption: 'Number filter'
|
|
416
|
+
},
|
|
417
|
+
popup: {
|
|
418
|
+
title: 'Custom filtering',
|
|
419
|
+
currColumnTitle: 'Current column:',
|
|
420
|
+
and: 'And',
|
|
421
|
+
or: 'Or',
|
|
422
|
+
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
423
|
+
},
|
|
424
|
+
empty: '(Empty)',
|
|
425
|
+
notData: 'No data'
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
pro: {
|
|
429
|
+
area: {
|
|
430
|
+
mergeErr: 'The operation cannot be performed on merged cells',
|
|
431
|
+
multiErr: 'The operation cannot be performed on multiple selection areas',
|
|
432
|
+
extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
|
|
433
|
+
pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation'
|
|
434
|
+
},
|
|
435
|
+
fnr: {
|
|
436
|
+
title: 'Find and replace',
|
|
437
|
+
findLabel: 'Find',
|
|
438
|
+
replaceLabel: 'Replace',
|
|
439
|
+
findTitle: 'What to find:',
|
|
440
|
+
replaceTitle: 'Replace with:',
|
|
441
|
+
tabs: {
|
|
442
|
+
find: 'Find',
|
|
443
|
+
replace: 'Replace'
|
|
444
|
+
},
|
|
445
|
+
filter: {
|
|
446
|
+
re: 'Regular Expression',
|
|
447
|
+
whole: 'Whole word',
|
|
448
|
+
sensitive: 'Case sensitive'
|
|
449
|
+
},
|
|
450
|
+
btns: {
|
|
451
|
+
findNext: 'Find next',
|
|
452
|
+
findAll: 'Find all',
|
|
453
|
+
replace: 'Replace',
|
|
454
|
+
replaceAll: 'Replace all',
|
|
455
|
+
cancel: 'Cancel'
|
|
456
|
+
},
|
|
457
|
+
header: {
|
|
458
|
+
seq: '#',
|
|
459
|
+
cell: 'Cell',
|
|
460
|
+
value: 'Value'
|
|
461
|
+
},
|
|
462
|
+
empty: '(Empty)',
|
|
463
|
+
reError: 'Invalid regular expression',
|
|
464
|
+
recordCount: 'Found {0} cells',
|
|
465
|
+
notCell: 'No matching cells were found',
|
|
466
|
+
replaceSuccess: 'Successfully replaced {0} cells'
|
|
467
|
+
}
|
|
354
468
|
}
|
|
355
469
|
}
|
|
356
470
|
};
|