@maxax/ui 1.0.0 → 1.0.2
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/dist/components/basic-button-action/BasicButtonCreate.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonCreate.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonDelete.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonDelete.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonEdit.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonEdit.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonExport.vue.d.ts +23 -0
- package/dist/components/basic-button-action/BasicButtonExport.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonImport.vue.d.ts +71 -0
- package/dist/components/basic-button-action/BasicButtonImport.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonPrint.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonPrint.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/index.d.ts +16 -0
- package/dist/components/basic-button-action/index.d.ts.map +1 -0
- package/dist/components/basic-button-action/interface.d.ts +19 -0
- package/dist/components/basic-button-action/interface.d.ts.map +1 -0
- package/dist/components/basic-checkbox-group/BasicCheckboxGroup.d.ts +2 -0
- package/dist/components/basic-checkbox-group/BasicCheckboxGroup.d.ts.map +1 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +2 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts.map +1 -1
- package/dist/components/basic-table/BasicTable.vue.d.ts +214 -194
- package/dist/components/basic-table/BasicTable.vue.d.ts.map +1 -1
- package/dist/components/basic-table/helper.d.ts +1 -3
- package/dist/components/basic-table/helper.d.ts.map +1 -1
- package/dist/components/basic-table/hooks/use-table-config.d.ts +5 -0
- package/dist/components/basic-table/hooks/use-table-config.d.ts.map +1 -1
- package/dist/components/basic-table/index.d.ts +3 -3
- package/dist/components/basic-table/index.d.ts.map +1 -1
- package/dist/components/basic-table/setting.d.ts +0 -3
- package/dist/components/basic-table/setting.d.ts.map +1 -1
- package/dist/components/basic-table/vxe-table.d.ts +3 -3
- package/dist/components/basic-table/vxe-table.d.ts.map +1 -1
- package/dist/components/basic-upload/BasicUpload.d.ts +2 -2
- package/dist/components/basic-upload-core/AjaxUploader.d.ts +1 -1
- package/dist/components/basic-upload-core/AjaxUploader.d.ts.map +1 -1
- package/dist/components/basic-upload-core/BasicUploadCore.d.ts +1 -1
- package/dist/components/config-provider/ConfigProvider.d.ts +8 -2
- package/dist/components/config-provider/ConfigProvider.d.ts.map +1 -1
- package/dist/components/config-provider/hooks/use-global-config.d.ts +1 -0
- package/dist/components/config-provider/hooks/use-global-config.d.ts.map +1 -1
- package/dist/components/config-provider/interface.d.ts +5 -2
- package/dist/components/config-provider/interface.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/use-table-config.d.ts +2 -1
- package/dist/composable/use-table-config.d.ts.map +1 -1
- package/dist/composable/use-theme-overrides.d.ts +5 -0
- package/dist/composable/use-theme-overrides.d.ts.map +1 -0
- package/dist/constants/context.d.ts +3 -0
- package/dist/constants/context.d.ts.map +1 -1
- package/dist/index.cjs +548 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +544 -292
- package/dist/index.mjs.map +1 -1
- package/dist/locales.cjs +528 -112
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.mjs +528 -112
- package/dist/locales.mjs.map +1 -1
- package/dist/style.css +4 -0
- package/package.json +6 -6
package/dist/locales.mjs
CHANGED
|
@@ -13,7 +13,7 @@ default_1$3 = enUS$1.default = {
|
|
|
13
13
|
fullStop: "。"
|
|
14
14
|
},
|
|
15
15
|
loading: {
|
|
16
|
-
text: "
|
|
16
|
+
text: "Loading..."
|
|
17
17
|
},
|
|
18
18
|
error: {
|
|
19
19
|
downErr: "Download failed",
|
|
@@ -23,7 +23,9 @@ default_1$3 = enUS$1.default = {
|
|
|
23
23
|
groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
|
|
24
24
|
scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
|
|
25
25
|
errConflicts: 'Parameter "{0}" conflicts with "{1}"',
|
|
26
|
+
modelConflicts: 'The bound field values "{0}" and "{1}" conflict, an error will occur.',
|
|
26
27
|
notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
|
|
28
|
+
reqSupportProp: 'When using "{0}", "{1}" should be set; otherwise, an error may occur.',
|
|
27
29
|
notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
|
|
28
30
|
unableInsert: "Cannot be inserted into the specified location, please check whether the parameters are correct",
|
|
29
31
|
useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
|
|
@@ -42,11 +44,13 @@ default_1$3 = enUS$1.default = {
|
|
|
42
44
|
notCommands: 'The global directive "{0}" does not exist',
|
|
43
45
|
notSlot: 'Slot "{0}" does not exist',
|
|
44
46
|
noTree: '"{0}" is not supported in the tree structure',
|
|
47
|
+
noGroup: '"{0}" is not supported in the aggregation grouping',
|
|
45
48
|
notProp: 'Unsupported parameter "{0}"',
|
|
46
49
|
checkProp: 'When the data volume is too large, the check box may be stuttered. It is recommended to set the parameter "{0}" to improve rendering speed',
|
|
47
50
|
coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
|
|
48
51
|
uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
|
|
49
52
|
repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
|
|
53
|
+
repeatProp: 'Repeat parameters {0}="{1}", which may cause an error',
|
|
50
54
|
delFunc: 'Method "{0}" is deprecated, please use "{1}"',
|
|
51
55
|
delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
|
|
52
56
|
delEvent: 'Event "{0}" is deprecated, please use "{1}"',
|
|
@@ -59,16 +63,18 @@ default_1$3 = enUS$1.default = {
|
|
|
59
63
|
treeCrossDrag: "Only drag the first level",
|
|
60
64
|
treeDragChild: "Parents cannot drag to their own children",
|
|
61
65
|
reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
|
|
62
|
-
errMaxRow: "Exceeding the maximum supported data volume {0} rows, this may cause an error"
|
|
66
|
+
errMaxRow: "Exceeding the maximum supported data volume {0} rows, this may cause an error",
|
|
67
|
+
useNew: "It is not recommended to use {0}. Please use {1} instead.",
|
|
68
|
+
errorVersion: "Version mismatch. Current version is {0}, while the minimum supported version is {1}."
|
|
63
69
|
},
|
|
64
70
|
table: {
|
|
65
71
|
emptyText: "No data yet",
|
|
66
72
|
allTitle: "Select all/cancel",
|
|
67
|
-
seqTitle: "
|
|
68
|
-
actionTitle: "
|
|
69
|
-
confirmFilter: "
|
|
73
|
+
seqTitle: "No.",
|
|
74
|
+
actionTitle: "Operate",
|
|
75
|
+
confirmFilter: "Filter",
|
|
70
76
|
resetFilter: "Reset",
|
|
71
|
-
allFilter: "
|
|
77
|
+
allFilter: "All",
|
|
72
78
|
sortAsc: "Ascending order: lowest to highest",
|
|
73
79
|
sortDesc: "Descending order: highest to lowest",
|
|
74
80
|
filter: "Enable filtering for selected columns",
|
|
@@ -79,16 +85,18 @@ default_1$3 = enUS$1.default = {
|
|
|
79
85
|
expFilename: "Export_{0}",
|
|
80
86
|
expOriginFilename: "Export_source_{0}",
|
|
81
87
|
customTitle: "Column settings",
|
|
82
|
-
customAll: "
|
|
83
|
-
customConfirm: "
|
|
84
|
-
customClose: "
|
|
88
|
+
customAll: "All",
|
|
89
|
+
customConfirm: "Confirm",
|
|
90
|
+
customClose: "Closure",
|
|
85
91
|
customCancel: "Cancel",
|
|
86
92
|
customRestore: "Restore default",
|
|
87
93
|
maxFixedCol: "The maximum number of frozen columns cannot exceed {0}",
|
|
94
|
+
maxGroupCol: "The maximum number of grouping fields cannot exceed {0}",
|
|
88
95
|
dragTip: "Move: {0}",
|
|
89
96
|
resizeColTip: "Width: {0} pixels",
|
|
90
97
|
resizeRowTip: "Height: {0} pixels",
|
|
91
|
-
rowGroupContentTotal: "{0} ({1})"
|
|
98
|
+
rowGroupContentTotal: "{0} ({1})",
|
|
99
|
+
menuLoading: "加载中..."
|
|
92
100
|
},
|
|
93
101
|
grid: {
|
|
94
102
|
selectOneRecord: "Please select at least one record!",
|
|
@@ -100,8 +108,26 @@ default_1$3 = enUS$1.default = {
|
|
|
100
108
|
operError: "An error occurred and the operation failed!"
|
|
101
109
|
},
|
|
102
110
|
select: {
|
|
103
|
-
|
|
104
|
-
|
|
111
|
+
clear: "Clear",
|
|
112
|
+
allChecked: "All",
|
|
113
|
+
total: "{0} / {1}",
|
|
114
|
+
search: "Search",
|
|
115
|
+
loadingText: "Loading",
|
|
116
|
+
emptyText: "No data yet",
|
|
117
|
+
maxOpt: "The maximum number that can be selected cannot exceed {0}.",
|
|
118
|
+
overSizeErr: "The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!",
|
|
119
|
+
searchEmpty: "No matching data found!"
|
|
120
|
+
},
|
|
121
|
+
tree: {
|
|
122
|
+
searchEmpty: "未匹配到数据!"
|
|
123
|
+
},
|
|
124
|
+
treeSelect: {
|
|
125
|
+
clearChecked: "Clear",
|
|
126
|
+
allChecked: "Check all",
|
|
127
|
+
allExpand: "Expand all",
|
|
128
|
+
clearExpand: "Collapse all",
|
|
129
|
+
total: "Selected {0}",
|
|
130
|
+
search: "Search",
|
|
105
131
|
emptyText: "No data yet"
|
|
106
132
|
},
|
|
107
133
|
pager: {
|
|
@@ -127,7 +153,7 @@ default_1$3 = enUS$1.default = {
|
|
|
127
153
|
title: "System prompts"
|
|
128
154
|
},
|
|
129
155
|
button: {
|
|
130
|
-
confirm: "
|
|
156
|
+
confirm: "Confirm",
|
|
131
157
|
cancel: "Cancel",
|
|
132
158
|
clear: "Clear"
|
|
133
159
|
},
|
|
@@ -143,7 +169,7 @@ default_1$3 = enUS$1.default = {
|
|
|
143
169
|
cstmDragTarget: "Move: {0}",
|
|
144
170
|
setting: {
|
|
145
171
|
colSort: "Sort",
|
|
146
|
-
sortHelpTip: "Click and drag the
|
|
172
|
+
sortHelpTip: "Click and drag the icons to adjust the order.",
|
|
147
173
|
colTitle: "Column title",
|
|
148
174
|
colResizable: "Column width (pixels)",
|
|
149
175
|
colVisible: "Whether to display",
|
|
@@ -162,7 +188,7 @@ default_1$3 = enUS$1.default = {
|
|
|
162
188
|
insertBottom: "Append at the bottom (append new data at the bottom of the table)"
|
|
163
189
|
},
|
|
164
190
|
impTitle: "Import data",
|
|
165
|
-
impFile: "
|
|
191
|
+
impFile: "File name",
|
|
166
192
|
impSelect: "Select file",
|
|
167
193
|
impType: "File type",
|
|
168
194
|
impOpts: "Parameter settings",
|
|
@@ -188,9 +214,9 @@ default_1$3 = enUS$1.default = {
|
|
|
188
214
|
},
|
|
189
215
|
printTitle: "Print data",
|
|
190
216
|
expTitle: "Export data",
|
|
191
|
-
expName: "
|
|
217
|
+
expName: "File name",
|
|
192
218
|
expNamePlaceholder: "Please enter a file name",
|
|
193
|
-
expSheetName: "
|
|
219
|
+
expSheetName: "Title",
|
|
194
220
|
expSheetNamePlaceholder: "Please enter a title",
|
|
195
221
|
expType: "Save type",
|
|
196
222
|
expMode: "Select data",
|
|
@@ -237,12 +263,12 @@ default_1$3 = enUS$1.default = {
|
|
|
237
263
|
import: "Import",
|
|
238
264
|
export: "Export",
|
|
239
265
|
print: "Print",
|
|
240
|
-
refresh: "
|
|
241
|
-
zoomIn: "
|
|
266
|
+
refresh: "Refresh",
|
|
267
|
+
zoomIn: "Full screen",
|
|
242
268
|
zoomOut: "reduction",
|
|
243
269
|
custom: "Column settings",
|
|
244
|
-
customAll: "
|
|
245
|
-
customConfirm: "
|
|
270
|
+
customAll: "All",
|
|
271
|
+
customConfirm: "Confirm",
|
|
246
272
|
customRestore: "Reset",
|
|
247
273
|
fixedLeft: "Freeze left",
|
|
248
274
|
fixedRight: "Freeze right",
|
|
@@ -341,6 +367,7 @@ default_1$3 = enUS$1.default = {
|
|
|
341
367
|
overCountErr: "Only {0} files can be selected at most!",
|
|
342
368
|
overCountExtraErr: "The maximum number of {0} has been exceeded, and the excess {1} files will be ignored!",
|
|
343
369
|
overSizeErr: "The maximum file size cannot exceed {0}!",
|
|
370
|
+
manualUpload: "点击上传",
|
|
344
371
|
reUpload: "Re-upload",
|
|
345
372
|
uploadProgress: "Uploading {0}%",
|
|
346
373
|
uploadErr: "Upload failed",
|
|
@@ -358,8 +385,9 @@ default_1$3 = enUS$1.default = {
|
|
|
358
385
|
},
|
|
359
386
|
colorPicker: {
|
|
360
387
|
clear: "Clear",
|
|
361
|
-
confirm: "
|
|
362
|
-
copySuccess: "Copyed to clipboard: {0}"
|
|
388
|
+
confirm: "Confirm",
|
|
389
|
+
copySuccess: "Copyed to clipboard: {0}",
|
|
390
|
+
hex: "HEX"
|
|
363
391
|
},
|
|
364
392
|
formDesign: {
|
|
365
393
|
formName: "Form name",
|
|
@@ -465,7 +493,7 @@ default_1$3 = enUS$1.default = {
|
|
|
465
493
|
fontBold: "Bold"
|
|
466
494
|
},
|
|
467
495
|
subtableProp: {
|
|
468
|
-
seqTitle: "
|
|
496
|
+
seqTitle: "No.",
|
|
469
497
|
showSeq: "Show serial number",
|
|
470
498
|
showCheckbox: "Multiple choices are allowed",
|
|
471
499
|
errSubDrag: "The subtable does not support this control, please use other controls",
|
|
@@ -516,6 +544,35 @@ default_1$3 = enUS$1.default = {
|
|
|
516
544
|
ss: "Second"
|
|
517
545
|
}
|
|
518
546
|
},
|
|
547
|
+
gantt: {
|
|
548
|
+
tFullFormat: {
|
|
549
|
+
year: "{yy}",
|
|
550
|
+
quarter: "Quarter {q} of year {yy}",
|
|
551
|
+
month: "{yy}-{M}",
|
|
552
|
+
week: "Week {W} of year {yy}",
|
|
553
|
+
day: "{yy}-{M}-{d}",
|
|
554
|
+
hour: "{yy}-{M}-{d} {H}",
|
|
555
|
+
minute: "{yy}-{M}-{d} {H}:{m}"
|
|
556
|
+
},
|
|
557
|
+
tSimpleFormat: {
|
|
558
|
+
year: "{yy}",
|
|
559
|
+
quarter: "Quarter {q}",
|
|
560
|
+
month: "{M}",
|
|
561
|
+
week: "Week {W}",
|
|
562
|
+
day: "{d}",
|
|
563
|
+
hour: "{H}",
|
|
564
|
+
minute: "{m}"
|
|
565
|
+
},
|
|
566
|
+
dayss: {
|
|
567
|
+
w0: "Sun",
|
|
568
|
+
w1: "Mon",
|
|
569
|
+
w2: "Tue",
|
|
570
|
+
w3: "Wed",
|
|
571
|
+
w4: "Thu",
|
|
572
|
+
w5: "Fri",
|
|
573
|
+
w6: "Sat"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
519
576
|
plugins: {
|
|
520
577
|
extendCellArea: {
|
|
521
578
|
area: {
|
|
@@ -564,6 +621,25 @@ default_1$3 = enUS$1.default = {
|
|
|
564
621
|
replaceSuccess: "Successfully replaced {0} cells"
|
|
565
622
|
}
|
|
566
623
|
},
|
|
624
|
+
extendPivotTable: {
|
|
625
|
+
aggregation: {
|
|
626
|
+
grouping: "Group",
|
|
627
|
+
values: "Values",
|
|
628
|
+
groupPlaceholder: "Drag here to set row groups",
|
|
629
|
+
valuesPlaceholder: "Drag here to aggregate",
|
|
630
|
+
dragExistCol: "The column already exists",
|
|
631
|
+
sortHelpTip: "Click and drag the icons to adjust the order."
|
|
632
|
+
},
|
|
633
|
+
aggFuncs: {
|
|
634
|
+
sum: "Sum",
|
|
635
|
+
count: "Count",
|
|
636
|
+
avg: "Avg",
|
|
637
|
+
min: "Min",
|
|
638
|
+
max: "Max",
|
|
639
|
+
first: "First",
|
|
640
|
+
last: "Last"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
567
643
|
filterComplexInput: {
|
|
568
644
|
menus: {
|
|
569
645
|
fixedColumn: "Freeze column",
|
|
@@ -574,10 +650,10 @@ default_1$3 = enUS$1.default = {
|
|
|
574
650
|
},
|
|
575
651
|
cases: {
|
|
576
652
|
equal: "equal",
|
|
577
|
-
gt: "Greater
|
|
578
|
-
lt: "Less
|
|
579
|
-
begin: "
|
|
580
|
-
endin: "
|
|
653
|
+
gt: "Greater",
|
|
654
|
+
lt: "Less",
|
|
655
|
+
begin: "Start",
|
|
656
|
+
endin: "End",
|
|
581
657
|
include: "Include",
|
|
582
658
|
isSensitive: "case sensitive"
|
|
583
659
|
}
|
|
@@ -594,30 +670,53 @@ default_1$3 = enUS$1.default = {
|
|
|
594
670
|
fixedLeft: "Freeze left",
|
|
595
671
|
fixedRight: "Freeze right",
|
|
596
672
|
clearFilter: "Clear Filter",
|
|
597
|
-
textOption: "Text
|
|
598
|
-
numberOption: "
|
|
673
|
+
textOption: "Text filters",
|
|
674
|
+
numberOption: "Number filters",
|
|
675
|
+
dateOption: "Date filters"
|
|
599
676
|
},
|
|
600
677
|
popup: {
|
|
601
678
|
title: "Custom filtering methods",
|
|
602
|
-
currColumnTitle: "
|
|
679
|
+
currColumnTitle: "Show rows where:",
|
|
603
680
|
and: "and",
|
|
604
681
|
or: "or",
|
|
605
682
|
describeHtml: "Available? Represents a single character<br/>Use * Represents any multiple characters"
|
|
606
683
|
},
|
|
607
684
|
cases: {
|
|
608
685
|
equal: "equal",
|
|
609
|
-
unequal: "Not equal
|
|
610
|
-
gt: "Greater
|
|
611
|
-
ge: "Greater
|
|
612
|
-
lt: "Less
|
|
613
|
-
le: "Less
|
|
614
|
-
begin: "
|
|
686
|
+
unequal: "Not equal",
|
|
687
|
+
gt: "Greater",
|
|
688
|
+
ge: "Greater or equal",
|
|
689
|
+
lt: "Less",
|
|
690
|
+
le: "Less or equal",
|
|
691
|
+
begin: "Start",
|
|
615
692
|
notbegin: "It's not at the beginning",
|
|
616
|
-
endin: "
|
|
693
|
+
endin: "End",
|
|
617
694
|
notendin: "The ending is not",
|
|
618
695
|
include: "Include",
|
|
619
696
|
exclude: "Not included",
|
|
620
697
|
between: "Between",
|
|
698
|
+
isAfter: "Is after",
|
|
699
|
+
eqAfter: "Is after or equal to",
|
|
700
|
+
isBefore: "Is before",
|
|
701
|
+
eqBefore: "Is before or equal to",
|
|
702
|
+
top10: "Top 10",
|
|
703
|
+
aboveAverage: "Above average",
|
|
704
|
+
belowAverage: "Below average",
|
|
705
|
+
before: "Before",
|
|
706
|
+
after: "After",
|
|
707
|
+
tomorrow: "Tomorrow",
|
|
708
|
+
today: "Today",
|
|
709
|
+
yesterday: "Yesterday",
|
|
710
|
+
nextWeek: "Next Week",
|
|
711
|
+
thisWeek: "This Week",
|
|
712
|
+
lastWeek: "Last Week",
|
|
713
|
+
nextMonth: "Next Month",
|
|
714
|
+
thisMonth: "This Month",
|
|
715
|
+
lastMonth: "Last Month",
|
|
716
|
+
nextYear: "Next Year",
|
|
717
|
+
thisYear: "This Year",
|
|
718
|
+
lastYear: "Last Year",
|
|
719
|
+
yearToDate: "Year to Date",
|
|
621
720
|
custom: "Custom filter",
|
|
622
721
|
insensitive: "Case insensitive",
|
|
623
722
|
isSensitive: "case sensitive"
|
|
@@ -671,18 +770,21 @@ default_1$3 = enUS$1.default = {
|
|
|
671
770
|
search: "search",
|
|
672
771
|
cases: {
|
|
673
772
|
equal: "equal",
|
|
674
|
-
unequal: "Not equal
|
|
675
|
-
gt: "Greater
|
|
676
|
-
ge: "Greater
|
|
677
|
-
lt: "Less
|
|
678
|
-
le: "Less
|
|
679
|
-
begin: "
|
|
773
|
+
unequal: "Not equal",
|
|
774
|
+
gt: "Greater",
|
|
775
|
+
ge: "Greater or equal",
|
|
776
|
+
lt: "Less",
|
|
777
|
+
le: "Less or equal",
|
|
778
|
+
begin: "Start",
|
|
680
779
|
notbegin: "It's not at the beginning",
|
|
681
|
-
endin: "
|
|
780
|
+
endin: "End",
|
|
682
781
|
notendin: "The ending is not",
|
|
683
782
|
include: "Include",
|
|
684
783
|
exclude: "Not included",
|
|
685
784
|
between: "Between",
|
|
785
|
+
top10: "Top 10",
|
|
786
|
+
aboveAverage: "Above average",
|
|
787
|
+
belowAverage: "Below average",
|
|
686
788
|
custom: "Custom filter",
|
|
687
789
|
insensitive: "Case insensitive",
|
|
688
790
|
isSensitive: "case sensitive"
|
|
@@ -699,12 +801,13 @@ default_1$3 = enUS$1.default = {
|
|
|
699
801
|
fixedLeft: "Freeze left",
|
|
700
802
|
fixedRight: "Freeze right",
|
|
701
803
|
clearFilter: "Clear Filter",
|
|
702
|
-
textOption: "Text
|
|
703
|
-
numberOption: "
|
|
804
|
+
textOption: "Text filters",
|
|
805
|
+
numberOption: "Number filters",
|
|
806
|
+
dateOption: "Date filters"
|
|
704
807
|
},
|
|
705
808
|
popup: {
|
|
706
809
|
title: "Custom filtering methods",
|
|
707
|
-
currColumnTitle: "
|
|
810
|
+
currColumnTitle: "Show rows where:",
|
|
708
811
|
and: "and",
|
|
709
812
|
or: "or",
|
|
710
813
|
describeHtml: "Available? Represents a single character<br/>Use * Represents any multiple characters"
|
|
@@ -739,7 +842,9 @@ default_1$2 = zhCN$1.default = {
|
|
|
739
842
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
740
843
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
741
844
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
845
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
742
846
|
notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
|
|
847
|
+
reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
|
|
743
848
|
notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
|
|
744
849
|
unableInsert: "无法插入到指定位置,请检查参数是否正确",
|
|
745
850
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
@@ -758,11 +863,13 @@ default_1$2 = zhCN$1.default = {
|
|
|
758
863
|
notCommands: '全局指令 "{0}" 不存在',
|
|
759
864
|
notSlot: '插槽 "{0}" 不存在',
|
|
760
865
|
noTree: '树结构不支持 "{0}"',
|
|
866
|
+
noGroup: '数据分组后不支持 "{0}"',
|
|
761
867
|
notProp: '不支持的参数 "{0}"',
|
|
762
868
|
checkProp: '当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',
|
|
763
869
|
coverProp: '"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',
|
|
764
870
|
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
765
871
|
repeatKey: '主键重复 {0}="{1}",这可能会出现错误',
|
|
872
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
766
873
|
delFunc: '方法 "{0}" 已废弃,请使用 "{1}"',
|
|
767
874
|
delProp: '参数 "{0}" 已废弃,请使用 "{1}"',
|
|
768
875
|
delEvent: '事件 "{0}" 已废弃,请使用 "{1}"',
|
|
@@ -775,7 +882,9 @@ default_1$2 = zhCN$1.default = {
|
|
|
775
882
|
treeCrossDrag: "只能拖拽第一层级",
|
|
776
883
|
treeDragChild: "父级不能拖拽到自己的子级中",
|
|
777
884
|
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
778
|
-
errMaxRow: "超过支持的最大数据量 {0} 行,这可能会导致出现错误"
|
|
885
|
+
errMaxRow: "超过支持的最大数据量 {0} 行,这可能会导致出现错误",
|
|
886
|
+
useNew: "不建议使用 {0},请使用 {1}",
|
|
887
|
+
errorVersion: "版本不匹配,当前版本 {0},最低支持版本为 {1}"
|
|
779
888
|
},
|
|
780
889
|
table: {
|
|
781
890
|
emptyText: "暂无数据",
|
|
@@ -801,10 +910,12 @@ default_1$2 = zhCN$1.default = {
|
|
|
801
910
|
customCancel: "取消",
|
|
802
911
|
customRestore: "恢复默认",
|
|
803
912
|
maxFixedCol: "最大冻结列的数量不能超过 {0} 个",
|
|
913
|
+
maxGroupCol: "最大分组字段的数量不能超过 {0} 个",
|
|
804
914
|
dragTip: "移动:{0}",
|
|
805
915
|
resizeColTip: "宽:{0} 像素",
|
|
806
916
|
resizeRowTip: "高:{0} 像素",
|
|
807
|
-
rowGroupContentTotal: "{0}({1})"
|
|
917
|
+
rowGroupContentTotal: "{0}({1})",
|
|
918
|
+
menuLoading: "加载中..."
|
|
808
919
|
},
|
|
809
920
|
grid: {
|
|
810
921
|
selectOneRecord: "请至少选择一条记录!",
|
|
@@ -816,8 +927,26 @@ default_1$2 = zhCN$1.default = {
|
|
|
816
927
|
operError: "发生错误,操作失败!"
|
|
817
928
|
},
|
|
818
929
|
select: {
|
|
930
|
+
clear: "清除",
|
|
931
|
+
allChecked: "全选",
|
|
932
|
+
total: "{0} / {1}",
|
|
819
933
|
search: "搜索",
|
|
820
934
|
loadingText: "加载中",
|
|
935
|
+
emptyText: "暂无数据",
|
|
936
|
+
maxSize: "最大可选择的数量不能超过 {0} 个",
|
|
937
|
+
overSizeErr: "已超出最大可选数量 {0} 个,超出部分将被忽略!",
|
|
938
|
+
searchEmpty: "未匹配到数据!"
|
|
939
|
+
},
|
|
940
|
+
tree: {
|
|
941
|
+
searchEmpty: "未匹配到数据!"
|
|
942
|
+
},
|
|
943
|
+
treeSelect: {
|
|
944
|
+
clearChecked: "清除",
|
|
945
|
+
allChecked: "全选",
|
|
946
|
+
allExpand: "全部展开",
|
|
947
|
+
clearExpand: "全部收起",
|
|
948
|
+
total: "已选 {0}",
|
|
949
|
+
search: "搜索",
|
|
821
950
|
emptyText: "暂无数据"
|
|
822
951
|
},
|
|
823
952
|
pager: {
|
|
@@ -859,7 +988,7 @@ default_1$2 = zhCN$1.default = {
|
|
|
859
988
|
cstmDragTarget: "移动:{0}",
|
|
860
989
|
setting: {
|
|
861
990
|
colSort: "排序",
|
|
862
|
-
sortHelpTip: "
|
|
991
|
+
sortHelpTip: "点击并拖动图标可以调整顺序",
|
|
863
992
|
colTitle: "列标题",
|
|
864
993
|
colResizable: "列宽(像素)",
|
|
865
994
|
colVisible: "是否显示",
|
|
@@ -1057,6 +1186,7 @@ default_1$2 = zhCN$1.default = {
|
|
|
1057
1186
|
overCountErr: "最多只能选择{0}个文件!",
|
|
1058
1187
|
overCountExtraErr: "已超出最大数量{0}个,超出的{1}个文件将被忽略!",
|
|
1059
1188
|
overSizeErr: "文件大小最大不能超过{0}!",
|
|
1189
|
+
manualUpload: "点击上传",
|
|
1060
1190
|
reUpload: "重新上传",
|
|
1061
1191
|
uploadProgress: "上传中 {0}%",
|
|
1062
1192
|
uploadErr: "上传失败",
|
|
@@ -1075,7 +1205,8 @@ default_1$2 = zhCN$1.default = {
|
|
|
1075
1205
|
colorPicker: {
|
|
1076
1206
|
clear: "清除",
|
|
1077
1207
|
confirm: "确认",
|
|
1078
|
-
copySuccess: "已复制到剪贴板:{0}"
|
|
1208
|
+
copySuccess: "已复制到剪贴板:{0}",
|
|
1209
|
+
hex: "十六进制"
|
|
1079
1210
|
},
|
|
1080
1211
|
formDesign: {
|
|
1081
1212
|
formName: "表单名称",
|
|
@@ -1232,6 +1363,37 @@ default_1$2 = zhCN$1.default = {
|
|
|
1232
1363
|
ss: "秒"
|
|
1233
1364
|
}
|
|
1234
1365
|
},
|
|
1366
|
+
gantt: {
|
|
1367
|
+
tFullFormat: {
|
|
1368
|
+
year: "{yy}年",
|
|
1369
|
+
quarter: "{yy}年第{q}季度",
|
|
1370
|
+
month: "{yy}年{M}月",
|
|
1371
|
+
week: "{yy}年第{W}周",
|
|
1372
|
+
day: "{yy}年{M}月{E}日",
|
|
1373
|
+
date: "{yy}年{M}月{d}日",
|
|
1374
|
+
hour: "{yy}年 {M}月{d}日{H}时",
|
|
1375
|
+
minute: "{yy}年{M}月{d}日{H}时{m}分"
|
|
1376
|
+
},
|
|
1377
|
+
tSimpleFormat: {
|
|
1378
|
+
year: "{yy}年",
|
|
1379
|
+
quarter: "{q}季度",
|
|
1380
|
+
month: "{M}月",
|
|
1381
|
+
week: "{W}周",
|
|
1382
|
+
day: "{d}",
|
|
1383
|
+
date: "{d}",
|
|
1384
|
+
hour: "{H}时",
|
|
1385
|
+
minute: "{m}分"
|
|
1386
|
+
},
|
|
1387
|
+
dayss: {
|
|
1388
|
+
w0: "日",
|
|
1389
|
+
w1: "一",
|
|
1390
|
+
w2: "二",
|
|
1391
|
+
w3: "三",
|
|
1392
|
+
w4: "四",
|
|
1393
|
+
w5: "五",
|
|
1394
|
+
w6: "六"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1235
1397
|
plugins: {
|
|
1236
1398
|
extendCellArea: {
|
|
1237
1399
|
area: {
|
|
@@ -1280,6 +1442,25 @@ default_1$2 = zhCN$1.default = {
|
|
|
1280
1442
|
replaceSuccess: "成功替换 {0} 个单元格"
|
|
1281
1443
|
}
|
|
1282
1444
|
},
|
|
1445
|
+
extendPivotTable: {
|
|
1446
|
+
aggregation: {
|
|
1447
|
+
grouping: "分组",
|
|
1448
|
+
values: "值",
|
|
1449
|
+
groupPlaceholder: "拖至此处进行分组",
|
|
1450
|
+
valuesPlaceholder: "拖至此处进行聚合",
|
|
1451
|
+
dragExistCol: "该列已存在",
|
|
1452
|
+
sortHelpTip: "点击并拖动图标可以调整顺序"
|
|
1453
|
+
},
|
|
1454
|
+
aggFuncs: {
|
|
1455
|
+
sum: "求和",
|
|
1456
|
+
count: "计数",
|
|
1457
|
+
avg: "平均值",
|
|
1458
|
+
min: "最小值",
|
|
1459
|
+
max: "最大值",
|
|
1460
|
+
first: "首个值",
|
|
1461
|
+
last: "末尾值"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1283
1464
|
filterComplexInput: {
|
|
1284
1465
|
menus: {
|
|
1285
1466
|
fixedColumn: "冻结列",
|
|
@@ -1311,11 +1492,12 @@ default_1$2 = zhCN$1.default = {
|
|
|
1311
1492
|
fixedRight: "冻结右侧",
|
|
1312
1493
|
clearFilter: "清除筛选",
|
|
1313
1494
|
textOption: "文本筛选",
|
|
1314
|
-
numberOption: "数值筛选"
|
|
1495
|
+
numberOption: "数值筛选",
|
|
1496
|
+
dateOption: "日期筛选"
|
|
1315
1497
|
},
|
|
1316
1498
|
popup: {
|
|
1317
1499
|
title: "自定义筛选的方式",
|
|
1318
|
-
currColumnTitle: "
|
|
1500
|
+
currColumnTitle: "显示行:",
|
|
1319
1501
|
and: "与",
|
|
1320
1502
|
or: "或",
|
|
1321
1503
|
describeHtml: "可用 ? 代表单个字符<br/>用 * 代表任意多个字符"
|
|
@@ -1334,6 +1516,28 @@ default_1$2 = zhCN$1.default = {
|
|
|
1334
1516
|
include: "包含",
|
|
1335
1517
|
exclude: "不包含",
|
|
1336
1518
|
between: "介于",
|
|
1519
|
+
isAfter: "在以下日期之后",
|
|
1520
|
+
eqAfter: "在以下日期之后或与之相同",
|
|
1521
|
+
isBefore: "在以下日期之前",
|
|
1522
|
+
eqBefore: "在以下日期之前或与之相同",
|
|
1523
|
+
top10: "前10项",
|
|
1524
|
+
aboveAverage: "高于平均值",
|
|
1525
|
+
belowAverage: "低于平均值",
|
|
1526
|
+
before: "之前",
|
|
1527
|
+
after: "之后",
|
|
1528
|
+
tomorrow: "明天",
|
|
1529
|
+
today: "今天",
|
|
1530
|
+
yesterday: "昨天",
|
|
1531
|
+
nextWeek: "下周",
|
|
1532
|
+
thisWeek: "本周",
|
|
1533
|
+
lastWeek: "上周",
|
|
1534
|
+
nextMonth: "下月",
|
|
1535
|
+
thisMonth: "本月",
|
|
1536
|
+
lastMonth: "上月",
|
|
1537
|
+
nextYear: "明年",
|
|
1538
|
+
thisYear: "今年",
|
|
1539
|
+
lastYear: "去年",
|
|
1540
|
+
yearToDate: "本年度截止到现在",
|
|
1337
1541
|
custom: "自定义筛选",
|
|
1338
1542
|
insensitive: "不区分大小写",
|
|
1339
1543
|
isSensitive: "区分大小写"
|
|
@@ -1399,6 +1603,9 @@ default_1$2 = zhCN$1.default = {
|
|
|
1399
1603
|
include: "包含",
|
|
1400
1604
|
exclude: "不包含",
|
|
1401
1605
|
between: "介于",
|
|
1606
|
+
top10: "前10项",
|
|
1607
|
+
aboveAverage: "高于平均值",
|
|
1608
|
+
belowAverage: "低于平均值",
|
|
1402
1609
|
custom: "自定义筛选",
|
|
1403
1610
|
insensitive: "不区分大小写",
|
|
1404
1611
|
isSensitive: "区分大小写"
|
|
@@ -1416,11 +1623,12 @@ default_1$2 = zhCN$1.default = {
|
|
|
1416
1623
|
fixedRight: "冻结到右侧",
|
|
1417
1624
|
clearFilter: "清除筛选",
|
|
1418
1625
|
textOption: "文本筛选",
|
|
1419
|
-
numberOption: "数值筛选"
|
|
1626
|
+
numberOption: "数值筛选",
|
|
1627
|
+
dateOption: "日期筛选"
|
|
1420
1628
|
},
|
|
1421
1629
|
popup: {
|
|
1422
1630
|
title: "自定义筛选的方式",
|
|
1423
|
-
currColumnTitle: "
|
|
1631
|
+
currColumnTitle: "显示行:",
|
|
1424
1632
|
and: "与",
|
|
1425
1633
|
or: "或",
|
|
1426
1634
|
describeHtml: "可用 ? 代表单个字符<br/>用 * 代表任意多个字符"
|
|
@@ -1445,7 +1653,7 @@ default_1$1 = enUS.default = {
|
|
|
1445
1653
|
fullStop: "。"
|
|
1446
1654
|
},
|
|
1447
1655
|
loading: {
|
|
1448
|
-
text: "
|
|
1656
|
+
text: "Loading..."
|
|
1449
1657
|
},
|
|
1450
1658
|
error: {
|
|
1451
1659
|
downErr: "Download failed",
|
|
@@ -1455,7 +1663,9 @@ default_1$1 = enUS.default = {
|
|
|
1455
1663
|
groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
|
|
1456
1664
|
scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
|
|
1457
1665
|
errConflicts: 'Parameter "{0}" conflicts with "{1}"',
|
|
1666
|
+
modelConflicts: 'The bound field values "{0}" and "{1}" conflict, an error will occur.',
|
|
1458
1667
|
notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
|
|
1668
|
+
reqSupportProp: 'When using "{0}", "{1}" should be set; otherwise, an error may occur.',
|
|
1459
1669
|
notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
|
|
1460
1670
|
unableInsert: "Cannot be inserted into the specified location, please check whether the parameters are correct",
|
|
1461
1671
|
useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
|
|
@@ -1474,11 +1684,13 @@ default_1$1 = enUS.default = {
|
|
|
1474
1684
|
notCommands: 'The global directive "{0}" does not exist',
|
|
1475
1685
|
notSlot: 'Slot "{0}" does not exist',
|
|
1476
1686
|
noTree: '"{0}" is not supported in the tree structure',
|
|
1687
|
+
noGroup: '"{0}" is not supported in the aggregation grouping',
|
|
1477
1688
|
notProp: 'Unsupported parameter "{0}"',
|
|
1478
1689
|
checkProp: 'When the data volume is too large, the check box may be stuttered. It is recommended to set the parameter "{0}" to improve rendering speed',
|
|
1479
1690
|
coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
|
|
1480
1691
|
uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
|
|
1481
1692
|
repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
|
|
1693
|
+
repeatProp: 'Repeat parameters {0}="{1}", which may cause an error',
|
|
1482
1694
|
delFunc: 'Method "{0}" is deprecated, please use "{1}"',
|
|
1483
1695
|
delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
|
|
1484
1696
|
delEvent: 'Event "{0}" is deprecated, please use "{1}"',
|
|
@@ -1491,16 +1703,18 @@ default_1$1 = enUS.default = {
|
|
|
1491
1703
|
treeCrossDrag: "Only drag the first level",
|
|
1492
1704
|
treeDragChild: "Parents cannot drag to their own children",
|
|
1493
1705
|
reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
|
|
1494
|
-
errMaxRow: "Exceeding the maximum supported data volume {0} rows, this may cause an error"
|
|
1706
|
+
errMaxRow: "Exceeding the maximum supported data volume {0} rows, this may cause an error",
|
|
1707
|
+
useNew: "It is not recommended to use {0}. Please use {1} instead.",
|
|
1708
|
+
errorVersion: "Version mismatch. Current version is {0}, while the minimum supported version is {1}."
|
|
1495
1709
|
},
|
|
1496
1710
|
table: {
|
|
1497
1711
|
emptyText: "No data yet",
|
|
1498
1712
|
allTitle: "Select all/cancel",
|
|
1499
|
-
seqTitle: "
|
|
1500
|
-
actionTitle: "
|
|
1501
|
-
confirmFilter: "
|
|
1713
|
+
seqTitle: "No.",
|
|
1714
|
+
actionTitle: "Operate",
|
|
1715
|
+
confirmFilter: "Filter",
|
|
1502
1716
|
resetFilter: "Reset",
|
|
1503
|
-
allFilter: "
|
|
1717
|
+
allFilter: "All",
|
|
1504
1718
|
sortAsc: "Ascending order: lowest to highest",
|
|
1505
1719
|
sortDesc: "Descending order: highest to lowest",
|
|
1506
1720
|
filter: "Enable filtering for selected columns",
|
|
@@ -1511,16 +1725,18 @@ default_1$1 = enUS.default = {
|
|
|
1511
1725
|
expFilename: "Export_{0}",
|
|
1512
1726
|
expOriginFilename: "Export_source_{0}",
|
|
1513
1727
|
customTitle: "Column settings",
|
|
1514
|
-
customAll: "
|
|
1515
|
-
customConfirm: "
|
|
1516
|
-
customClose: "
|
|
1728
|
+
customAll: "All",
|
|
1729
|
+
customConfirm: "Confirm",
|
|
1730
|
+
customClose: "Closure",
|
|
1517
1731
|
customCancel: "Cancel",
|
|
1518
1732
|
customRestore: "Restore default",
|
|
1519
1733
|
maxFixedCol: "The maximum number of frozen columns cannot exceed {0}",
|
|
1734
|
+
maxGroupCol: "The maximum number of grouping fields cannot exceed {0}",
|
|
1520
1735
|
dragTip: "Move: {0}",
|
|
1521
1736
|
resizeColTip: "Width: {0} pixels",
|
|
1522
1737
|
resizeRowTip: "Height: {0} pixels",
|
|
1523
|
-
rowGroupContentTotal: "{0} ({1})"
|
|
1738
|
+
rowGroupContentTotal: "{0} ({1})",
|
|
1739
|
+
menuLoading: "加载中..."
|
|
1524
1740
|
},
|
|
1525
1741
|
grid: {
|
|
1526
1742
|
selectOneRecord: "Please select at least one record!",
|
|
@@ -1532,8 +1748,26 @@ default_1$1 = enUS.default = {
|
|
|
1532
1748
|
operError: "An error occurred and the operation failed!"
|
|
1533
1749
|
},
|
|
1534
1750
|
select: {
|
|
1535
|
-
|
|
1536
|
-
|
|
1751
|
+
clear: "Clear",
|
|
1752
|
+
allChecked: "All",
|
|
1753
|
+
total: "{0} / {1}",
|
|
1754
|
+
search: "Search",
|
|
1755
|
+
loadingText: "Loading",
|
|
1756
|
+
emptyText: "No data yet",
|
|
1757
|
+
maxOpt: "The maximum number that can be selected cannot exceed {0}.",
|
|
1758
|
+
overSizeErr: "The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!",
|
|
1759
|
+
searchEmpty: "No matching data found!"
|
|
1760
|
+
},
|
|
1761
|
+
tree: {
|
|
1762
|
+
searchEmpty: "未匹配到数据!"
|
|
1763
|
+
},
|
|
1764
|
+
treeSelect: {
|
|
1765
|
+
clearChecked: "Clear",
|
|
1766
|
+
allChecked: "Check all",
|
|
1767
|
+
allExpand: "Expand all",
|
|
1768
|
+
clearExpand: "Collapse all",
|
|
1769
|
+
total: "Selected {0}",
|
|
1770
|
+
search: "Search",
|
|
1537
1771
|
emptyText: "No data yet"
|
|
1538
1772
|
},
|
|
1539
1773
|
pager: {
|
|
@@ -1559,7 +1793,7 @@ default_1$1 = enUS.default = {
|
|
|
1559
1793
|
title: "System prompts"
|
|
1560
1794
|
},
|
|
1561
1795
|
button: {
|
|
1562
|
-
confirm: "
|
|
1796
|
+
confirm: "Confirm",
|
|
1563
1797
|
cancel: "Cancel",
|
|
1564
1798
|
clear: "Clear"
|
|
1565
1799
|
},
|
|
@@ -1575,7 +1809,7 @@ default_1$1 = enUS.default = {
|
|
|
1575
1809
|
cstmDragTarget: "Move: {0}",
|
|
1576
1810
|
setting: {
|
|
1577
1811
|
colSort: "Sort",
|
|
1578
|
-
sortHelpTip: "Click and drag the
|
|
1812
|
+
sortHelpTip: "Click and drag the icons to adjust the order.",
|
|
1579
1813
|
colTitle: "Column title",
|
|
1580
1814
|
colResizable: "Column width (pixels)",
|
|
1581
1815
|
colVisible: "Whether to display",
|
|
@@ -1594,7 +1828,7 @@ default_1$1 = enUS.default = {
|
|
|
1594
1828
|
insertBottom: "Append at the bottom (append new data at the bottom of the table)"
|
|
1595
1829
|
},
|
|
1596
1830
|
impTitle: "Import data",
|
|
1597
|
-
impFile: "
|
|
1831
|
+
impFile: "File name",
|
|
1598
1832
|
impSelect: "Select file",
|
|
1599
1833
|
impType: "File type",
|
|
1600
1834
|
impOpts: "Parameter settings",
|
|
@@ -1620,9 +1854,9 @@ default_1$1 = enUS.default = {
|
|
|
1620
1854
|
},
|
|
1621
1855
|
printTitle: "Print data",
|
|
1622
1856
|
expTitle: "Export data",
|
|
1623
|
-
expName: "
|
|
1857
|
+
expName: "File name",
|
|
1624
1858
|
expNamePlaceholder: "Please enter a file name",
|
|
1625
|
-
expSheetName: "
|
|
1859
|
+
expSheetName: "Title",
|
|
1626
1860
|
expSheetNamePlaceholder: "Please enter a title",
|
|
1627
1861
|
expType: "Save type",
|
|
1628
1862
|
expMode: "Select data",
|
|
@@ -1669,12 +1903,12 @@ default_1$1 = enUS.default = {
|
|
|
1669
1903
|
import: "Import",
|
|
1670
1904
|
export: "Export",
|
|
1671
1905
|
print: "Print",
|
|
1672
|
-
refresh: "
|
|
1673
|
-
zoomIn: "
|
|
1906
|
+
refresh: "Refresh",
|
|
1907
|
+
zoomIn: "Full screen",
|
|
1674
1908
|
zoomOut: "reduction",
|
|
1675
1909
|
custom: "Column settings",
|
|
1676
|
-
customAll: "
|
|
1677
|
-
customConfirm: "
|
|
1910
|
+
customAll: "All",
|
|
1911
|
+
customConfirm: "Confirm",
|
|
1678
1912
|
customRestore: "Reset",
|
|
1679
1913
|
fixedLeft: "Freeze left",
|
|
1680
1914
|
fixedRight: "Freeze right",
|
|
@@ -1773,6 +2007,7 @@ default_1$1 = enUS.default = {
|
|
|
1773
2007
|
overCountErr: "Only {0} files can be selected at most!",
|
|
1774
2008
|
overCountExtraErr: "The maximum number of {0} has been exceeded, and the excess {1} files will be ignored!",
|
|
1775
2009
|
overSizeErr: "The maximum file size cannot exceed {0}!",
|
|
2010
|
+
manualUpload: "点击上传",
|
|
1776
2011
|
reUpload: "Re-upload",
|
|
1777
2012
|
uploadProgress: "Uploading {0}%",
|
|
1778
2013
|
uploadErr: "Upload failed",
|
|
@@ -1790,8 +2025,9 @@ default_1$1 = enUS.default = {
|
|
|
1790
2025
|
},
|
|
1791
2026
|
colorPicker: {
|
|
1792
2027
|
clear: "Clear",
|
|
1793
|
-
confirm: "
|
|
1794
|
-
copySuccess: "Copyed to clipboard: {0}"
|
|
2028
|
+
confirm: "Confirm",
|
|
2029
|
+
copySuccess: "Copyed to clipboard: {0}",
|
|
2030
|
+
hex: "HEX"
|
|
1795
2031
|
},
|
|
1796
2032
|
formDesign: {
|
|
1797
2033
|
formName: "Form name",
|
|
@@ -1897,7 +2133,7 @@ default_1$1 = enUS.default = {
|
|
|
1897
2133
|
fontBold: "Bold"
|
|
1898
2134
|
},
|
|
1899
2135
|
subtableProp: {
|
|
1900
|
-
seqTitle: "
|
|
2136
|
+
seqTitle: "No.",
|
|
1901
2137
|
showSeq: "Show serial number",
|
|
1902
2138
|
showCheckbox: "Multiple choices are allowed",
|
|
1903
2139
|
errSubDrag: "The subtable does not support this control, please use other controls",
|
|
@@ -1948,6 +2184,35 @@ default_1$1 = enUS.default = {
|
|
|
1948
2184
|
ss: "Second"
|
|
1949
2185
|
}
|
|
1950
2186
|
},
|
|
2187
|
+
gantt: {
|
|
2188
|
+
tFullFormat: {
|
|
2189
|
+
year: "{yy}",
|
|
2190
|
+
quarter: "Quarter {q} of year {yy}",
|
|
2191
|
+
month: "{yy}-{M}",
|
|
2192
|
+
week: "Week {W} of year {yy}",
|
|
2193
|
+
day: "{yy}-{M}-{d}",
|
|
2194
|
+
hour: "{yy}-{M}-{d} {H}",
|
|
2195
|
+
minute: "{yy}-{M}-{d} {H}:{m}"
|
|
2196
|
+
},
|
|
2197
|
+
tSimpleFormat: {
|
|
2198
|
+
year: "{yy}",
|
|
2199
|
+
quarter: "Quarter {q}",
|
|
2200
|
+
month: "{M}",
|
|
2201
|
+
week: "Week {W}",
|
|
2202
|
+
day: "{d}",
|
|
2203
|
+
hour: "{H}",
|
|
2204
|
+
minute: "{m}"
|
|
2205
|
+
},
|
|
2206
|
+
dayss: {
|
|
2207
|
+
w0: "Sun",
|
|
2208
|
+
w1: "Mon",
|
|
2209
|
+
w2: "Tue",
|
|
2210
|
+
w3: "Wed",
|
|
2211
|
+
w4: "Thu",
|
|
2212
|
+
w5: "Fri",
|
|
2213
|
+
w6: "Sat"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
1951
2216
|
plugins: {
|
|
1952
2217
|
extendCellArea: {
|
|
1953
2218
|
area: {
|
|
@@ -1996,6 +2261,25 @@ default_1$1 = enUS.default = {
|
|
|
1996
2261
|
replaceSuccess: "Successfully replaced {0} cells"
|
|
1997
2262
|
}
|
|
1998
2263
|
},
|
|
2264
|
+
extendPivotTable: {
|
|
2265
|
+
aggregation: {
|
|
2266
|
+
grouping: "Group",
|
|
2267
|
+
values: "Values",
|
|
2268
|
+
groupPlaceholder: "Drag here to set row groups",
|
|
2269
|
+
valuesPlaceholder: "Drag here to aggregate",
|
|
2270
|
+
dragExistCol: "The column already exists",
|
|
2271
|
+
sortHelpTip: "Click and drag the icons to adjust the order."
|
|
2272
|
+
},
|
|
2273
|
+
aggFuncs: {
|
|
2274
|
+
sum: "Sum",
|
|
2275
|
+
count: "Count",
|
|
2276
|
+
avg: "Avg",
|
|
2277
|
+
min: "Min",
|
|
2278
|
+
max: "Max",
|
|
2279
|
+
first: "First",
|
|
2280
|
+
last: "Last"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
1999
2283
|
filterComplexInput: {
|
|
2000
2284
|
menus: {
|
|
2001
2285
|
fixedColumn: "Freeze column",
|
|
@@ -2006,10 +2290,10 @@ default_1$1 = enUS.default = {
|
|
|
2006
2290
|
},
|
|
2007
2291
|
cases: {
|
|
2008
2292
|
equal: "equal",
|
|
2009
|
-
gt: "Greater
|
|
2010
|
-
lt: "Less
|
|
2011
|
-
begin: "
|
|
2012
|
-
endin: "
|
|
2293
|
+
gt: "Greater",
|
|
2294
|
+
lt: "Less",
|
|
2295
|
+
begin: "Start",
|
|
2296
|
+
endin: "End",
|
|
2013
2297
|
include: "Include",
|
|
2014
2298
|
isSensitive: "case sensitive"
|
|
2015
2299
|
}
|
|
@@ -2026,30 +2310,53 @@ default_1$1 = enUS.default = {
|
|
|
2026
2310
|
fixedLeft: "Freeze left",
|
|
2027
2311
|
fixedRight: "Freeze right",
|
|
2028
2312
|
clearFilter: "Clear Filter",
|
|
2029
|
-
textOption: "Text
|
|
2030
|
-
numberOption: "
|
|
2313
|
+
textOption: "Text filters",
|
|
2314
|
+
numberOption: "Number filters",
|
|
2315
|
+
dateOption: "Date filters"
|
|
2031
2316
|
},
|
|
2032
2317
|
popup: {
|
|
2033
2318
|
title: "Custom filtering methods",
|
|
2034
|
-
currColumnTitle: "
|
|
2319
|
+
currColumnTitle: "Show rows where:",
|
|
2035
2320
|
and: "and",
|
|
2036
2321
|
or: "or",
|
|
2037
2322
|
describeHtml: "Available? Represents a single character<br/>Use * Represents any multiple characters"
|
|
2038
2323
|
},
|
|
2039
2324
|
cases: {
|
|
2040
2325
|
equal: "equal",
|
|
2041
|
-
unequal: "Not equal
|
|
2042
|
-
gt: "Greater
|
|
2043
|
-
ge: "Greater
|
|
2044
|
-
lt: "Less
|
|
2045
|
-
le: "Less
|
|
2046
|
-
begin: "
|
|
2326
|
+
unequal: "Not equal",
|
|
2327
|
+
gt: "Greater",
|
|
2328
|
+
ge: "Greater or equal",
|
|
2329
|
+
lt: "Less",
|
|
2330
|
+
le: "Less or equal",
|
|
2331
|
+
begin: "Start",
|
|
2047
2332
|
notbegin: "It's not at the beginning",
|
|
2048
|
-
endin: "
|
|
2333
|
+
endin: "End",
|
|
2049
2334
|
notendin: "The ending is not",
|
|
2050
2335
|
include: "Include",
|
|
2051
2336
|
exclude: "Not included",
|
|
2052
2337
|
between: "Between",
|
|
2338
|
+
isAfter: "Is after",
|
|
2339
|
+
eqAfter: "Is after or equal to",
|
|
2340
|
+
isBefore: "Is before",
|
|
2341
|
+
eqBefore: "Is before or equal to",
|
|
2342
|
+
top10: "Top 10",
|
|
2343
|
+
aboveAverage: "Above average",
|
|
2344
|
+
belowAverage: "Below average",
|
|
2345
|
+
before: "Before",
|
|
2346
|
+
after: "After",
|
|
2347
|
+
tomorrow: "Tomorrow",
|
|
2348
|
+
today: "Today",
|
|
2349
|
+
yesterday: "Yesterday",
|
|
2350
|
+
nextWeek: "Next Week",
|
|
2351
|
+
thisWeek: "This Week",
|
|
2352
|
+
lastWeek: "Last Week",
|
|
2353
|
+
nextMonth: "Next Month",
|
|
2354
|
+
thisMonth: "This Month",
|
|
2355
|
+
lastMonth: "Last Month",
|
|
2356
|
+
nextYear: "Next Year",
|
|
2357
|
+
thisYear: "This Year",
|
|
2358
|
+
lastYear: "Last Year",
|
|
2359
|
+
yearToDate: "Year to Date",
|
|
2053
2360
|
custom: "Custom filter",
|
|
2054
2361
|
insensitive: "Case insensitive",
|
|
2055
2362
|
isSensitive: "case sensitive"
|
|
@@ -2103,18 +2410,21 @@ default_1$1 = enUS.default = {
|
|
|
2103
2410
|
search: "search",
|
|
2104
2411
|
cases: {
|
|
2105
2412
|
equal: "equal",
|
|
2106
|
-
unequal: "Not equal
|
|
2107
|
-
gt: "Greater
|
|
2108
|
-
ge: "Greater
|
|
2109
|
-
lt: "Less
|
|
2110
|
-
le: "Less
|
|
2111
|
-
begin: "
|
|
2413
|
+
unequal: "Not equal",
|
|
2414
|
+
gt: "Greater",
|
|
2415
|
+
ge: "Greater or equal",
|
|
2416
|
+
lt: "Less",
|
|
2417
|
+
le: "Less or equal",
|
|
2418
|
+
begin: "Start",
|
|
2112
2419
|
notbegin: "It's not at the beginning",
|
|
2113
|
-
endin: "
|
|
2420
|
+
endin: "End",
|
|
2114
2421
|
notendin: "The ending is not",
|
|
2115
2422
|
include: "Include",
|
|
2116
2423
|
exclude: "Not included",
|
|
2117
2424
|
between: "Between",
|
|
2425
|
+
top10: "Top 10",
|
|
2426
|
+
aboveAverage: "Above average",
|
|
2427
|
+
belowAverage: "Below average",
|
|
2118
2428
|
custom: "Custom filter",
|
|
2119
2429
|
insensitive: "Case insensitive",
|
|
2120
2430
|
isSensitive: "case sensitive"
|
|
@@ -2131,12 +2441,13 @@ default_1$1 = enUS.default = {
|
|
|
2131
2441
|
fixedLeft: "Freeze left",
|
|
2132
2442
|
fixedRight: "Freeze right",
|
|
2133
2443
|
clearFilter: "Clear Filter",
|
|
2134
|
-
textOption: "Text
|
|
2135
|
-
numberOption: "
|
|
2444
|
+
textOption: "Text filters",
|
|
2445
|
+
numberOption: "Number filters",
|
|
2446
|
+
dateOption: "Date filters"
|
|
2136
2447
|
},
|
|
2137
2448
|
popup: {
|
|
2138
2449
|
title: "Custom filtering methods",
|
|
2139
|
-
currColumnTitle: "
|
|
2450
|
+
currColumnTitle: "Show rows where:",
|
|
2140
2451
|
and: "and",
|
|
2141
2452
|
or: "or",
|
|
2142
2453
|
describeHtml: "Available? Represents a single character<br/>Use * Represents any multiple characters"
|
|
@@ -2171,7 +2482,9 @@ default_1 = zhCN.default = {
|
|
|
2171
2482
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
2172
2483
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
2173
2484
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
2485
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
2174
2486
|
notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
|
|
2487
|
+
reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
|
|
2175
2488
|
notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
|
|
2176
2489
|
unableInsert: "无法插入到指定位置,请检查参数是否正确",
|
|
2177
2490
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
@@ -2190,11 +2503,13 @@ default_1 = zhCN.default = {
|
|
|
2190
2503
|
notCommands: '全局指令 "{0}" 不存在',
|
|
2191
2504
|
notSlot: '插槽 "{0}" 不存在',
|
|
2192
2505
|
noTree: '树结构不支持 "{0}"',
|
|
2506
|
+
noGroup: '数据分组后不支持 "{0}"',
|
|
2193
2507
|
notProp: '不支持的参数 "{0}"',
|
|
2194
2508
|
checkProp: '当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',
|
|
2195
2509
|
coverProp: '"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',
|
|
2196
2510
|
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
2197
2511
|
repeatKey: '主键重复 {0}="{1}",这可能会出现错误',
|
|
2512
|
+
repeatProp: '参数重复 {0}="{1}",这可能会出现错误',
|
|
2198
2513
|
delFunc: '方法 "{0}" 已废弃,请使用 "{1}"',
|
|
2199
2514
|
delProp: '参数 "{0}" 已废弃,请使用 "{1}"',
|
|
2200
2515
|
delEvent: '事件 "{0}" 已废弃,请使用 "{1}"',
|
|
@@ -2207,7 +2522,9 @@ default_1 = zhCN.default = {
|
|
|
2207
2522
|
treeCrossDrag: "只能拖拽第一层级",
|
|
2208
2523
|
treeDragChild: "父级不能拖拽到自己的子级中",
|
|
2209
2524
|
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
2210
|
-
errMaxRow: "超过支持的最大数据量 {0} 行,这可能会导致出现错误"
|
|
2525
|
+
errMaxRow: "超过支持的最大数据量 {0} 行,这可能会导致出现错误",
|
|
2526
|
+
useNew: "不建议使用 {0},请使用 {1}",
|
|
2527
|
+
errorVersion: "版本不匹配,当前版本 {0},最低支持版本为 {1}"
|
|
2211
2528
|
},
|
|
2212
2529
|
table: {
|
|
2213
2530
|
emptyText: "暂无数据",
|
|
@@ -2233,10 +2550,12 @@ default_1 = zhCN.default = {
|
|
|
2233
2550
|
customCancel: "取消",
|
|
2234
2551
|
customRestore: "恢复默认",
|
|
2235
2552
|
maxFixedCol: "最大冻结列的数量不能超过 {0} 个",
|
|
2553
|
+
maxGroupCol: "最大分组字段的数量不能超过 {0} 个",
|
|
2236
2554
|
dragTip: "移动:{0}",
|
|
2237
2555
|
resizeColTip: "宽:{0} 像素",
|
|
2238
2556
|
resizeRowTip: "高:{0} 像素",
|
|
2239
|
-
rowGroupContentTotal: "{0}({1})"
|
|
2557
|
+
rowGroupContentTotal: "{0}({1})",
|
|
2558
|
+
menuLoading: "加载中..."
|
|
2240
2559
|
},
|
|
2241
2560
|
grid: {
|
|
2242
2561
|
selectOneRecord: "请至少选择一条记录!",
|
|
@@ -2248,8 +2567,26 @@ default_1 = zhCN.default = {
|
|
|
2248
2567
|
operError: "发生错误,操作失败!"
|
|
2249
2568
|
},
|
|
2250
2569
|
select: {
|
|
2570
|
+
clear: "清除",
|
|
2571
|
+
allChecked: "全选",
|
|
2572
|
+
total: "{0} / {1}",
|
|
2251
2573
|
search: "搜索",
|
|
2252
2574
|
loadingText: "加载中",
|
|
2575
|
+
emptyText: "暂无数据",
|
|
2576
|
+
maxSize: "最大可选择的数量不能超过 {0} 个",
|
|
2577
|
+
overSizeErr: "已超出最大可选数量 {0} 个,超出部分将被忽略!",
|
|
2578
|
+
searchEmpty: "未匹配到数据!"
|
|
2579
|
+
},
|
|
2580
|
+
tree: {
|
|
2581
|
+
searchEmpty: "未匹配到数据!"
|
|
2582
|
+
},
|
|
2583
|
+
treeSelect: {
|
|
2584
|
+
clearChecked: "清除",
|
|
2585
|
+
allChecked: "全选",
|
|
2586
|
+
allExpand: "全部展开",
|
|
2587
|
+
clearExpand: "全部收起",
|
|
2588
|
+
total: "已选 {0}",
|
|
2589
|
+
search: "搜索",
|
|
2253
2590
|
emptyText: "暂无数据"
|
|
2254
2591
|
},
|
|
2255
2592
|
pager: {
|
|
@@ -2291,7 +2628,7 @@ default_1 = zhCN.default = {
|
|
|
2291
2628
|
cstmDragTarget: "移动:{0}",
|
|
2292
2629
|
setting: {
|
|
2293
2630
|
colSort: "排序",
|
|
2294
|
-
sortHelpTip: "
|
|
2631
|
+
sortHelpTip: "点击并拖动图标可以调整顺序",
|
|
2295
2632
|
colTitle: "列标题",
|
|
2296
2633
|
colResizable: "列宽(像素)",
|
|
2297
2634
|
colVisible: "是否显示",
|
|
@@ -2489,6 +2826,7 @@ default_1 = zhCN.default = {
|
|
|
2489
2826
|
overCountErr: "最多只能选择{0}个文件!",
|
|
2490
2827
|
overCountExtraErr: "已超出最大数量{0}个,超出的{1}个文件将被忽略!",
|
|
2491
2828
|
overSizeErr: "文件大小最大不能超过{0}!",
|
|
2829
|
+
manualUpload: "点击上传",
|
|
2492
2830
|
reUpload: "重新上传",
|
|
2493
2831
|
uploadProgress: "上传中 {0}%",
|
|
2494
2832
|
uploadErr: "上传失败",
|
|
@@ -2507,7 +2845,8 @@ default_1 = zhCN.default = {
|
|
|
2507
2845
|
colorPicker: {
|
|
2508
2846
|
clear: "清除",
|
|
2509
2847
|
confirm: "确认",
|
|
2510
|
-
copySuccess: "已复制到剪贴板:{0}"
|
|
2848
|
+
copySuccess: "已复制到剪贴板:{0}",
|
|
2849
|
+
hex: "十六进制"
|
|
2511
2850
|
},
|
|
2512
2851
|
formDesign: {
|
|
2513
2852
|
formName: "表单名称",
|
|
@@ -2664,6 +3003,37 @@ default_1 = zhCN.default = {
|
|
|
2664
3003
|
ss: "秒"
|
|
2665
3004
|
}
|
|
2666
3005
|
},
|
|
3006
|
+
gantt: {
|
|
3007
|
+
tFullFormat: {
|
|
3008
|
+
year: "{yy}年",
|
|
3009
|
+
quarter: "{yy}年第{q}季度",
|
|
3010
|
+
month: "{yy}年{M}月",
|
|
3011
|
+
week: "{yy}年第{W}周",
|
|
3012
|
+
day: "{yy}年{M}月{E}日",
|
|
3013
|
+
date: "{yy}年{M}月{d}日",
|
|
3014
|
+
hour: "{yy}年 {M}月{d}日{H}时",
|
|
3015
|
+
minute: "{yy}年{M}月{d}日{H}时{m}分"
|
|
3016
|
+
},
|
|
3017
|
+
tSimpleFormat: {
|
|
3018
|
+
year: "{yy}年",
|
|
3019
|
+
quarter: "{q}季度",
|
|
3020
|
+
month: "{M}月",
|
|
3021
|
+
week: "{W}周",
|
|
3022
|
+
day: "{d}",
|
|
3023
|
+
date: "{d}",
|
|
3024
|
+
hour: "{H}时",
|
|
3025
|
+
minute: "{m}分"
|
|
3026
|
+
},
|
|
3027
|
+
dayss: {
|
|
3028
|
+
w0: "日",
|
|
3029
|
+
w1: "一",
|
|
3030
|
+
w2: "二",
|
|
3031
|
+
w3: "三",
|
|
3032
|
+
w4: "四",
|
|
3033
|
+
w5: "五",
|
|
3034
|
+
w6: "六"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
2667
3037
|
plugins: {
|
|
2668
3038
|
extendCellArea: {
|
|
2669
3039
|
area: {
|
|
@@ -2712,6 +3082,25 @@ default_1 = zhCN.default = {
|
|
|
2712
3082
|
replaceSuccess: "成功替换 {0} 个单元格"
|
|
2713
3083
|
}
|
|
2714
3084
|
},
|
|
3085
|
+
extendPivotTable: {
|
|
3086
|
+
aggregation: {
|
|
3087
|
+
grouping: "分组",
|
|
3088
|
+
values: "值",
|
|
3089
|
+
groupPlaceholder: "拖至此处进行分组",
|
|
3090
|
+
valuesPlaceholder: "拖至此处进行聚合",
|
|
3091
|
+
dragExistCol: "该列已存在",
|
|
3092
|
+
sortHelpTip: "点击并拖动图标可以调整顺序"
|
|
3093
|
+
},
|
|
3094
|
+
aggFuncs: {
|
|
3095
|
+
sum: "求和",
|
|
3096
|
+
count: "计数",
|
|
3097
|
+
avg: "平均值",
|
|
3098
|
+
min: "最小值",
|
|
3099
|
+
max: "最大值",
|
|
3100
|
+
first: "首个值",
|
|
3101
|
+
last: "末尾值"
|
|
3102
|
+
}
|
|
3103
|
+
},
|
|
2715
3104
|
filterComplexInput: {
|
|
2716
3105
|
menus: {
|
|
2717
3106
|
fixedColumn: "冻结列",
|
|
@@ -2743,11 +3132,12 @@ default_1 = zhCN.default = {
|
|
|
2743
3132
|
fixedRight: "冻结右侧",
|
|
2744
3133
|
clearFilter: "清除筛选",
|
|
2745
3134
|
textOption: "文本筛选",
|
|
2746
|
-
numberOption: "数值筛选"
|
|
3135
|
+
numberOption: "数值筛选",
|
|
3136
|
+
dateOption: "日期筛选"
|
|
2747
3137
|
},
|
|
2748
3138
|
popup: {
|
|
2749
3139
|
title: "自定义筛选的方式",
|
|
2750
|
-
currColumnTitle: "
|
|
3140
|
+
currColumnTitle: "显示行:",
|
|
2751
3141
|
and: "与",
|
|
2752
3142
|
or: "或",
|
|
2753
3143
|
describeHtml: "可用 ? 代表单个字符<br/>用 * 代表任意多个字符"
|
|
@@ -2766,6 +3156,28 @@ default_1 = zhCN.default = {
|
|
|
2766
3156
|
include: "包含",
|
|
2767
3157
|
exclude: "不包含",
|
|
2768
3158
|
between: "介于",
|
|
3159
|
+
isAfter: "在以下日期之后",
|
|
3160
|
+
eqAfter: "在以下日期之后或与之相同",
|
|
3161
|
+
isBefore: "在以下日期之前",
|
|
3162
|
+
eqBefore: "在以下日期之前或与之相同",
|
|
3163
|
+
top10: "前10项",
|
|
3164
|
+
aboveAverage: "高于平均值",
|
|
3165
|
+
belowAverage: "低于平均值",
|
|
3166
|
+
before: "之前",
|
|
3167
|
+
after: "之后",
|
|
3168
|
+
tomorrow: "明天",
|
|
3169
|
+
today: "今天",
|
|
3170
|
+
yesterday: "昨天",
|
|
3171
|
+
nextWeek: "下周",
|
|
3172
|
+
thisWeek: "本周",
|
|
3173
|
+
lastWeek: "上周",
|
|
3174
|
+
nextMonth: "下月",
|
|
3175
|
+
thisMonth: "本月",
|
|
3176
|
+
lastMonth: "上月",
|
|
3177
|
+
nextYear: "明年",
|
|
3178
|
+
thisYear: "今年",
|
|
3179
|
+
lastYear: "去年",
|
|
3180
|
+
yearToDate: "本年度截止到现在",
|
|
2769
3181
|
custom: "自定义筛选",
|
|
2770
3182
|
insensitive: "不区分大小写",
|
|
2771
3183
|
isSensitive: "区分大小写"
|
|
@@ -2831,6 +3243,9 @@ default_1 = zhCN.default = {
|
|
|
2831
3243
|
include: "包含",
|
|
2832
3244
|
exclude: "不包含",
|
|
2833
3245
|
between: "介于",
|
|
3246
|
+
top10: "前10项",
|
|
3247
|
+
aboveAverage: "高于平均值",
|
|
3248
|
+
belowAverage: "低于平均值",
|
|
2834
3249
|
custom: "自定义筛选",
|
|
2835
3250
|
insensitive: "不区分大小写",
|
|
2836
3251
|
isSensitive: "区分大小写"
|
|
@@ -2848,11 +3263,12 @@ default_1 = zhCN.default = {
|
|
|
2848
3263
|
fixedRight: "冻结到右侧",
|
|
2849
3264
|
clearFilter: "清除筛选",
|
|
2850
3265
|
textOption: "文本筛选",
|
|
2851
|
-
numberOption: "数值筛选"
|
|
3266
|
+
numberOption: "数值筛选",
|
|
3267
|
+
dateOption: "日期筛选"
|
|
2852
3268
|
},
|
|
2853
3269
|
popup: {
|
|
2854
3270
|
title: "自定义筛选的方式",
|
|
2855
|
-
currColumnTitle: "
|
|
3271
|
+
currColumnTitle: "显示行:",
|
|
2856
3272
|
and: "与",
|
|
2857
3273
|
or: "或",
|
|
2858
3274
|
describeHtml: "可用 ? 代表单个字符<br/>用 * 代表任意多个字符"
|