vxe-pc-ui 3.3.53 → 3.3.55
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/icon/style.css +1 -1
- package/es/language/de-DE.js +490 -490
- package/es/language/en-US.js +438 -438
- package/es/language/it-IT.js +692 -0
- package/es/language/ru-RU.js +36 -36
- package/es/language/th-TH.js +692 -0
- package/es/language/zh-CHT.js +19 -19
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.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 +4 -4
- package/lib/index.umd.min.js +1 -1
- package/lib/language/de-DE.js +490 -490
- package/lib/language/de-DE.min.js +1 -1
- package/lib/language/en-US.js +438 -438
- package/lib/language/en-US.min.js +1 -1
- package/lib/language/en-US.umd.js +438 -438
- package/lib/language/it-IT.js +698 -0
- package/lib/language/it-IT.min.js +1 -0
- package/lib/language/ru-RU.js +36 -36
- package/lib/language/ru-RU.min.js +1 -1
- package/lib/language/ru-RU.umd.js +36 -36
- package/lib/language/th-TH.js +698 -0
- package/lib/language/th-TH.min.js +1 -0
- package/lib/language/zh-CHT.js +19 -19
- package/lib/language/zh-CHT.min.js +1 -1
- package/lib/language/zh-CHT.umd.js +19 -19
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/button/src/button.ts +2 -1
- package/packages/color-picker/src/color-picker.ts +2 -1
- package/packages/date-picker/src/date-picker.ts +2 -1
- package/packages/form/src/form.ts +2 -1
- package/packages/icon-picker/src/icon-picker.ts +2 -1
- package/packages/input/src/input.ts +2 -1
- package/packages/language/de-DE.ts +492 -491
- package/packages/language/en-US.ts +438 -438
- package/packages/language/it-IT.ts +692 -0
- package/packages/language/ru-RU.ts +36 -36
- package/packages/language/th-TH.ts +692 -0
- package/packages/language/zh-CHT.ts +19 -19
- package/packages/pager/src/pager.ts +2 -1
- package/packages/pulldown/src/pulldown.ts +2 -1
- package/packages/select/src/select.ts +2 -1
- package/packages/table-select/src/table-select.ts +3 -1
- package/packages/tree-select/src/tree-select.ts +2 -1
- package/packages/upload/src/upload.ts +2 -1
- package/types/all.d.ts +5 -5
- /package/es/icon/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/es/icon/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/es/icon/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
- /package/es/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/es/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/es/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/lib/icon/style/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
- /package/lib/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
- /package/lib/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
- /package/lib/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
package/es/language/en-US.js
CHANGED
|
@@ -1,234 +1,234 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
vxe: {
|
|
3
3
|
base: {
|
|
4
|
-
pleaseInput: 'Please
|
|
5
|
-
pleaseSelect: '
|
|
6
|
-
comma: '
|
|
7
|
-
fullStop: '
|
|
4
|
+
pleaseInput: 'Please enter',
|
|
5
|
+
pleaseSelect: 'Please select',
|
|
6
|
+
comma: ',',
|
|
7
|
+
fullStop: '。'
|
|
8
8
|
},
|
|
9
9
|
loading: {
|
|
10
|
-
text: '
|
|
10
|
+
text: 'loading...'
|
|
11
11
|
},
|
|
12
12
|
error: {
|
|
13
|
-
downErr: 'Download failed
|
|
14
|
-
groupFixed: 'If
|
|
15
|
-
groupMouseRange: '
|
|
16
|
-
groupTag: 'Grouping column
|
|
17
|
-
scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled
|
|
18
|
-
errConflicts: '
|
|
19
|
-
unableInsert: 'Unable to insert
|
|
20
|
-
useErr: '
|
|
21
|
-
barUnableLink: '
|
|
22
|
-
expandContent: '
|
|
23
|
-
reqComp: '
|
|
24
|
-
reqModule: '
|
|
25
|
-
reqProp: '
|
|
26
|
-
emptyProp: '
|
|
27
|
-
errProp: 'Unsupported parameter "{0}",
|
|
28
|
-
colRepet: 'column.{0}="{
|
|
29
|
-
notFunc: '
|
|
30
|
-
errFunc: '
|
|
31
|
-
notValidators: 'Global
|
|
32
|
-
notFormats: 'Global
|
|
33
|
-
notCommands: 'Global
|
|
34
|
-
notSlot: '
|
|
35
|
-
noTree: 'The tree structure does not support "{0}"
|
|
36
|
-
notProp: 'Unsupported
|
|
37
|
-
checkProp: '
|
|
38
|
-
coverProp: 'The parameter "{1}"
|
|
39
|
-
uniField: '
|
|
40
|
-
repeatKey: '
|
|
41
|
-
delFunc: '
|
|
42
|
-
delProp: '
|
|
43
|
-
delEvent: '
|
|
44
|
-
removeProp: '
|
|
45
|
-
errFormat: '
|
|
46
|
-
notType: 'Unsupported file
|
|
47
|
-
notExp: '
|
|
48
|
-
impFields: 'Import failed, please check
|
|
49
|
-
treeNotImp: 'Tree
|
|
50
|
-
treeCrossDrag: 'Only
|
|
51
|
-
treeDragChild: '
|
|
52
|
-
reqPlugin: 'Optional
|
|
13
|
+
downErr: 'Download failed',
|
|
14
|
+
groupFixed: 'If using group headers, frozen columns must be set by group',
|
|
15
|
+
groupMouseRange: 'The group header and "{0}" cannot be used at the same time, which may cause an error.',
|
|
16
|
+
groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
|
|
17
|
+
scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled',
|
|
18
|
+
errConflicts: 'Parameters "{0}" conflict with "{1}"',
|
|
19
|
+
unableInsert: 'Unable to insert into the specified position, please check whether the parameters are correct',
|
|
20
|
+
useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',
|
|
21
|
+
barUnableLink: 'The toolbar cannot be associated with the table',
|
|
22
|
+
expandContent: 'The slot to expand the row should be "content", please check if it is correct',
|
|
23
|
+
reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
|
|
24
|
+
reqModule: 'Missing module "{0}"',
|
|
25
|
+
reqProp: 'The required "{0}" parameter is missing, which may result in an error',
|
|
26
|
+
emptyProp: 'Parameter "{0}" is not allowed to be empty',
|
|
27
|
+
errProp: 'Unsupported parameter "{0}", possible "{1}"',
|
|
28
|
+
colRepet: 'column.{0}="{1}" is repeated, which may cause some functions to become unusable',
|
|
29
|
+
notFunc: 'Method "{0}" does not exist',
|
|
30
|
+
errFunc: 'Parameter "{0}" is not a method',
|
|
31
|
+
notValidators: 'Global check "{0}" does not exist',
|
|
32
|
+
notFormats: 'Global format "{0}" does not exist',
|
|
33
|
+
notCommands: 'Global directive "{0}" does not exist',
|
|
34
|
+
notSlot: 'Slot "{0}" does not exist',
|
|
35
|
+
noTree: 'The tree structure does not support "{0}"',
|
|
36
|
+
notProp: 'Unsupported parameter "{0}"',
|
|
37
|
+
checkProp: 'When the amount of data is too large, it may cause the check box to freeze. It is recommended to set the parameter "{0}" to improve the rendering speed.',
|
|
38
|
+
coverProp: 'The parameter "{1}" of "{0}" is defined repeatedly, which may cause an error.',
|
|
39
|
+
uniField: 'Field name "{0}" is defined repeatedly, which may cause an error',
|
|
40
|
+
repeatKey: 'Duplicate primary key {0}="{1}", this may cause an error',
|
|
41
|
+
delFunc: 'Method "{0}" is deprecated, please use "{1}"',
|
|
42
|
+
delProp: 'Parameter "{0}" is obsolete, please use "{1}"',
|
|
43
|
+
delEvent: 'Event "{0}" is deprecated, please use "{1}"',
|
|
44
|
+
removeProp: 'Parameter "{0}" is deprecated and is not recommended and may result in errors',
|
|
45
|
+
errFormat: 'Global formatting content should be defined using "VXETable.formats". The method of mounting "formatter={0}" is no longer recommended.',
|
|
46
|
+
notType: 'Unsupported file type "{0}"',
|
|
47
|
+
notExp: 'This browser does not support import/export functionality',
|
|
48
|
+
impFields: 'Import failed, please check whether the field name and data format are correct',
|
|
49
|
+
treeNotImp: 'Tree tables do not support importing',
|
|
50
|
+
treeCrossDrag: 'Only the first level can be dragged',
|
|
51
|
+
treeDragChild: 'A parent cannot be dragged into its own children',
|
|
52
|
+
reqPlugin: 'Optional extension "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
53
53
|
},
|
|
54
54
|
table: {
|
|
55
|
-
emptyText: 'No
|
|
56
|
-
allTitle: 'Select all
|
|
57
|
-
seqTitle: '
|
|
58
|
-
actionTitle: '
|
|
59
|
-
confirmFilter: '
|
|
60
|
-
resetFilter: '
|
|
61
|
-
allFilter: '
|
|
62
|
-
sortAsc: 'Ascending: lowest to highest',
|
|
63
|
-
sortDesc: 'Descending: highest to lowest',
|
|
55
|
+
emptyText: 'No data yet',
|
|
56
|
+
allTitle: 'Select all/Cancel',
|
|
57
|
+
seqTitle: 'serial number',
|
|
58
|
+
actionTitle: 'operate',
|
|
59
|
+
confirmFilter: 'filter',
|
|
60
|
+
resetFilter: 'reset',
|
|
61
|
+
allFilter: 'all',
|
|
62
|
+
sortAsc: 'Ascending order: lowest to highest',
|
|
63
|
+
sortDesc: 'Descending order: highest to lowest',
|
|
64
64
|
filter: 'Enable filtering on selected columns',
|
|
65
65
|
impSuccess: 'Successfully imported {0} records',
|
|
66
66
|
expLoading: 'Exporting',
|
|
67
|
-
expSuccess: 'Export
|
|
68
|
-
expError: 'Export
|
|
67
|
+
expSuccess: 'Export successful',
|
|
68
|
+
expError: 'Export failed',
|
|
69
69
|
expFilename: 'Export_{0}',
|
|
70
|
-
expOriginFilename: '
|
|
70
|
+
expOriginFilename: 'export_source_{0}',
|
|
71
71
|
customTitle: 'Column settings',
|
|
72
|
-
customAll: '
|
|
73
|
-
customConfirm: '
|
|
74
|
-
customClose: '
|
|
72
|
+
customAll: 'all',
|
|
73
|
+
customConfirm: 'confirm',
|
|
74
|
+
customClose: 'closure',
|
|
75
75
|
customCancel: 'Cancel',
|
|
76
|
-
customRestore: 'Restore',
|
|
77
|
-
maxFixedCol: 'The maximum number of
|
|
78
|
-
dragTip: '
|
|
76
|
+
customRestore: 'Restore default',
|
|
77
|
+
maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
|
|
78
|
+
dragTip: 'Move: {0}'
|
|
79
79
|
},
|
|
80
80
|
grid: {
|
|
81
|
-
selectOneRecord: 'Please
|
|
82
|
-
deleteSelectRecord: 'Are you sure you want to delete the selected
|
|
83
|
-
removeSelectRecord: 'Are you sure you want to remove the selected
|
|
84
|
-
dataUnchanged: '
|
|
85
|
-
delSuccess: '
|
|
81
|
+
selectOneRecord: 'Please select at least one record!',
|
|
82
|
+
deleteSelectRecord: 'Are you sure you want to delete the selected records?',
|
|
83
|
+
removeSelectRecord: 'Are you sure you want to remove the selected records?',
|
|
84
|
+
dataUnchanged: 'The data has not been changed!',
|
|
85
|
+
delSuccess: 'Selected records successfully deleted!',
|
|
86
86
|
saveSuccess: 'Saved successfully!',
|
|
87
|
-
operError: '
|
|
87
|
+
operError: 'An error occurred and the operation failed!'
|
|
88
88
|
},
|
|
89
89
|
select: {
|
|
90
|
-
search: '
|
|
91
|
-
loadingText: '
|
|
92
|
-
emptyText: 'No
|
|
90
|
+
search: 'search',
|
|
91
|
+
loadingText: 'loading',
|
|
92
|
+
emptyText: 'No data yet'
|
|
93
93
|
},
|
|
94
94
|
pager: {
|
|
95
95
|
goto: 'Go to',
|
|
96
|
-
gotoTitle: 'Number',
|
|
97
|
-
pagesize: '{0}/page',
|
|
96
|
+
gotoTitle: 'Number of pages',
|
|
97
|
+
pagesize: '{0} items/page',
|
|
98
98
|
total: 'Total {0} records',
|
|
99
|
-
pageClassifier: '',
|
|
100
|
-
homePage: '
|
|
101
|
-
homePageTitle: '
|
|
99
|
+
pageClassifier: 'Page',
|
|
100
|
+
homePage: 'front page',
|
|
101
|
+
homePageTitle: 'front page',
|
|
102
102
|
prevPage: 'Previous page',
|
|
103
103
|
prevPageTitle: 'Previous page',
|
|
104
|
-
nextPage: '
|
|
105
|
-
nextPageTitle: '
|
|
106
|
-
prevJump: 'Jump
|
|
107
|
-
prevJumpTitle: 'Jump
|
|
108
|
-
nextJump: 'Jump
|
|
109
|
-
nextJumpTitle: 'Jump
|
|
110
|
-
endPage: '
|
|
111
|
-
endPageTitle: '
|
|
104
|
+
nextPage: 'Next page',
|
|
105
|
+
nextPageTitle: 'Next page',
|
|
106
|
+
prevJump: 'Jump page up',
|
|
107
|
+
prevJumpTitle: 'Jump page up',
|
|
108
|
+
nextJump: 'Jump page down',
|
|
109
|
+
nextJumpTitle: 'Jump page down',
|
|
110
|
+
endPage: 'Last page',
|
|
111
|
+
endPageTitle: 'Last page'
|
|
112
112
|
},
|
|
113
113
|
alert: {
|
|
114
|
-
title: 'System
|
|
114
|
+
title: 'System prompt'
|
|
115
115
|
},
|
|
116
116
|
button: {
|
|
117
|
-
confirm: '
|
|
117
|
+
confirm: 'confirm',
|
|
118
118
|
cancel: 'Cancel'
|
|
119
119
|
},
|
|
120
120
|
filter: {
|
|
121
|
-
search: '
|
|
121
|
+
search: 'search'
|
|
122
122
|
},
|
|
123
123
|
custom: {
|
|
124
|
-
cstmTitle: 'Column
|
|
124
|
+
cstmTitle: 'Column settings',
|
|
125
125
|
cstmRestore: 'Restore default',
|
|
126
|
-
cstmCancel: '
|
|
127
|
-
cstmConfirm: '
|
|
128
|
-
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
129
|
-
cstmDragTarget: '
|
|
126
|
+
cstmCancel: 'Cancel',
|
|
127
|
+
cstmConfirm: 'Sure',
|
|
128
|
+
cstmConfirmRestore: 'Please confirm whether to restore to the default column configuration?',
|
|
129
|
+
cstmDragTarget: 'Move: {0}',
|
|
130
130
|
setting: {
|
|
131
|
-
colSort: '
|
|
132
|
-
sortHelpTip: 'Click and drag the icon to adjust
|
|
133
|
-
colTitle: 'Column
|
|
134
|
-
colResizable: 'Column width (
|
|
135
|
-
colVisible: '
|
|
131
|
+
colSort: 'sort',
|
|
132
|
+
sortHelpTip: 'Click and drag the icon to adjust column ordering',
|
|
133
|
+
colTitle: 'Column header',
|
|
134
|
+
colResizable: 'Column width (pixels)',
|
|
135
|
+
colVisible: 'Whether to display',
|
|
136
136
|
colFixed: 'Freeze columns',
|
|
137
|
-
colFixedMax: 'Freeze columns (
|
|
138
|
-
fixedLeft: '
|
|
139
|
-
fixedUnset: '
|
|
140
|
-
fixedRight: '
|
|
137
|
+
colFixedMax: 'Freeze columns (up to {0} columns)',
|
|
138
|
+
fixedLeft: 'left side',
|
|
139
|
+
fixedUnset: 'Not set',
|
|
140
|
+
fixedRight: 'right side'
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
import: {
|
|
144
144
|
modes: {
|
|
145
|
-
covering: '
|
|
146
|
-
insert: '
|
|
147
|
-
insertTop: 'Top append (
|
|
148
|
-
insertBottom: '
|
|
145
|
+
covering: 'Overwriting method (directly overwrite table data)',
|
|
146
|
+
insert: 'Append at the bottom (append new data at the bottom of the table)',
|
|
147
|
+
insertTop: 'Top append (append new data at the top of the table)',
|
|
148
|
+
insertBottom: 'Append at the bottom (append new data at the bottom of the table)'
|
|
149
149
|
},
|
|
150
150
|
impTitle: 'Import data',
|
|
151
|
-
impFile: '
|
|
151
|
+
impFile: 'file name',
|
|
152
152
|
impSelect: 'Select file',
|
|
153
153
|
impType: 'File type',
|
|
154
|
-
impOpts: '
|
|
155
|
-
impMode: '
|
|
156
|
-
impConfirm: '
|
|
154
|
+
impOpts: 'Parameter settings',
|
|
155
|
+
impMode: 'import mode',
|
|
156
|
+
impConfirm: 'import',
|
|
157
157
|
impCancel: 'Cancel'
|
|
158
158
|
},
|
|
159
159
|
export: {
|
|
160
160
|
types: {
|
|
161
|
-
csv: 'CSV (
|
|
162
|
-
html: 'Web
|
|
163
|
-
xml: 'XML
|
|
164
|
-
txt: 'Text (
|
|
165
|
-
xls: 'Excel 97-2003
|
|
166
|
-
xlsx: 'Excel
|
|
161
|
+
csv: 'CSV (comma separated)(*.csv)',
|
|
162
|
+
html: 'Web page (*.html)',
|
|
163
|
+
xml: 'XML data (*.xml)',
|
|
164
|
+
txt: 'Text file (tab delimited) (*.txt)',
|
|
165
|
+
xls: 'Excel 97-2003 workbook (*.xls)',
|
|
166
|
+
xlsx: 'Excel workbook (*.xlsx)',
|
|
167
167
|
pdf: 'PDF (*.pdf)'
|
|
168
168
|
},
|
|
169
169
|
modes: {
|
|
170
|
-
current: 'Current data (data of current page)',
|
|
171
|
-
selected: 'Selected data (data
|
|
172
|
-
all: 'Full data (including all
|
|
170
|
+
current: 'Current data (data of the current page)',
|
|
171
|
+
selected: 'Selected data (selected data on the current page)',
|
|
172
|
+
all: 'Full data (including all paginated data)'
|
|
173
173
|
},
|
|
174
174
|
printTitle: 'Print data',
|
|
175
175
|
expTitle: 'Export data',
|
|
176
|
-
expName: '
|
|
177
|
-
expNamePlaceholder: 'Please enter
|
|
178
|
-
expSheetName: '
|
|
176
|
+
expName: 'file name',
|
|
177
|
+
expNamePlaceholder: 'Please enter a file name',
|
|
178
|
+
expSheetName: 'title',
|
|
179
179
|
expSheetNamePlaceholder: 'Please enter a title',
|
|
180
|
-
expType: '
|
|
180
|
+
expType: 'save type',
|
|
181
181
|
expMode: 'Select data',
|
|
182
|
-
expCurrentColumn: 'All
|
|
182
|
+
expCurrentColumn: 'All fields',
|
|
183
183
|
expColumn: 'Select field',
|
|
184
|
-
expOpts: '
|
|
184
|
+
expOpts: 'Parameter settings',
|
|
185
185
|
expOptHeader: 'Header',
|
|
186
|
-
expHeaderTitle: '
|
|
187
|
-
expOptFooter: '
|
|
188
|
-
expFooterTitle: '
|
|
186
|
+
expHeaderTitle: 'Is a header required?',
|
|
187
|
+
expOptFooter: 'end of table',
|
|
188
|
+
expFooterTitle: 'Is a table footer required?',
|
|
189
189
|
expOptColgroup: 'Group header',
|
|
190
|
-
expColgroupTitle: 'If
|
|
191
|
-
expOptMerge: '
|
|
192
|
-
expMergeTitle: '
|
|
193
|
-
expOptAllExpand: 'Expand
|
|
194
|
-
expAllExpandTitle: 'If it exists, all data with
|
|
195
|
-
expOptUseStyle: '
|
|
196
|
-
expUseStyleTitle: '
|
|
197
|
-
expOptOriginal: '
|
|
198
|
-
expOriginalTitle: 'If it is source data,
|
|
190
|
+
expColgroupTitle: 'If present, headers with grouping structures are supported',
|
|
191
|
+
expOptMerge: 'merge',
|
|
192
|
+
expMergeTitle: 'Supports cells with merge structures if present',
|
|
193
|
+
expOptAllExpand: 'Expand level',
|
|
194
|
+
expAllExpandTitle: 'If it exists, it supports expanding all data with hierarchical structure.',
|
|
195
|
+
expOptUseStyle: 'style',
|
|
196
|
+
expUseStyleTitle: 'Styled cells are supported if present',
|
|
197
|
+
expOptOriginal: 'source data',
|
|
198
|
+
expOriginalTitle: 'If it is source data, it supports importing into the table',
|
|
199
199
|
expPrint: 'Print',
|
|
200
200
|
expConfirm: 'Export',
|
|
201
201
|
expCancel: 'Cancel'
|
|
202
202
|
},
|
|
203
203
|
modal: {
|
|
204
|
-
errTitle: 'Error',
|
|
205
|
-
zoomMin: '
|
|
206
|
-
zoomIn: '
|
|
207
|
-
zoomOut: '
|
|
208
|
-
close: '
|
|
209
|
-
miniMaxSize: 'The number of minimized
|
|
210
|
-
footPropErr: '
|
|
204
|
+
errTitle: 'Error message',
|
|
205
|
+
zoomMin: 'minimize',
|
|
206
|
+
zoomIn: 'maximize',
|
|
207
|
+
zoomOut: 'reduction',
|
|
208
|
+
close: 'closure',
|
|
209
|
+
miniMaxSize: 'The number of minimized windows cannot exceed {0}',
|
|
210
|
+
footPropErr: 'show-footer is only used to enable table footer and needs to be used with show-confirm-button | show-cancel-button | slot'
|
|
211
211
|
},
|
|
212
212
|
drawer: {
|
|
213
|
-
close: '
|
|
213
|
+
close: 'closure'
|
|
214
214
|
},
|
|
215
215
|
form: {
|
|
216
|
-
folding: '
|
|
217
|
-
unfolding: '
|
|
216
|
+
folding: 'close',
|
|
217
|
+
unfolding: 'Expand'
|
|
218
218
|
},
|
|
219
219
|
toolbar: {
|
|
220
|
-
import: '
|
|
220
|
+
import: 'import',
|
|
221
221
|
export: 'Export',
|
|
222
|
-
print: '
|
|
223
|
-
refresh: '
|
|
224
|
-
zoomIn: '
|
|
225
|
-
zoomOut: '
|
|
222
|
+
print: 'Print',
|
|
223
|
+
refresh: 'refresh',
|
|
224
|
+
zoomIn: 'full screen',
|
|
225
|
+
zoomOut: 'reduction',
|
|
226
226
|
custom: 'Column settings',
|
|
227
|
-
customAll: '
|
|
228
|
-
customConfirm: '
|
|
229
|
-
customRestore: '
|
|
230
|
-
fixedLeft: '
|
|
231
|
-
fixedRight: '
|
|
227
|
+
customAll: 'all',
|
|
228
|
+
customConfirm: 'confirm',
|
|
229
|
+
customRestore: 'reset',
|
|
230
|
+
fixedLeft: 'frozen on left',
|
|
231
|
+
fixedRight: 'frozen on right',
|
|
232
232
|
cancelFixed: 'Unfreeze column'
|
|
233
233
|
},
|
|
234
234
|
input: {
|
|
@@ -238,455 +238,455 @@ export default {
|
|
|
238
238
|
m3: 'March',
|
|
239
239
|
m4: 'April',
|
|
240
240
|
m5: 'May',
|
|
241
|
-
m6: 'June',
|
|
241
|
+
m6: 'June 06',
|
|
242
242
|
m7: 'July',
|
|
243
243
|
m8: 'August',
|
|
244
244
|
m9: 'September',
|
|
245
245
|
m10: 'October',
|
|
246
246
|
m11: 'November',
|
|
247
247
|
m12: 'December',
|
|
248
|
-
quarterLabel: '{0}',
|
|
249
|
-
monthLabel: '{0}',
|
|
250
|
-
dayLabel: '{
|
|
248
|
+
quarterLabel: '{0} years',
|
|
249
|
+
monthLabel: '{0} years',
|
|
250
|
+
dayLabel: '{0} year {1}',
|
|
251
251
|
labelFormat: {
|
|
252
|
-
date: 'dd
|
|
252
|
+
date: 'yyyy-MM-dd',
|
|
253
253
|
time: 'HH:mm:ss',
|
|
254
254
|
datetime: 'yyyy-MM-dd HH:mm:ss',
|
|
255
|
-
week: '
|
|
256
|
-
month: 'MM
|
|
257
|
-
quarter: '
|
|
255
|
+
week: 'Week WW of year yyyy',
|
|
256
|
+
month: 'yyyy-MM',
|
|
257
|
+
quarter: 'quarter q of year yyyy',
|
|
258
258
|
year: 'yyyy'
|
|
259
259
|
},
|
|
260
260
|
weeks: {
|
|
261
|
-
w: '
|
|
262
|
-
w0: '
|
|
263
|
-
w1: '
|
|
264
|
-
w2: '
|
|
265
|
-
w3: '
|
|
266
|
-
w4: '
|
|
267
|
-
w5: '
|
|
268
|
-
w6: '
|
|
261
|
+
w: 'week',
|
|
262
|
+
w0: 'Sunday',
|
|
263
|
+
w1: 'on Monday',
|
|
264
|
+
w2: 'Tuesday',
|
|
265
|
+
w3: 'Wednesday',
|
|
266
|
+
w4: 'Thursday',
|
|
267
|
+
w5: 'Friday',
|
|
268
|
+
w6: 'Saturday'
|
|
269
269
|
},
|
|
270
270
|
months: {
|
|
271
|
-
m0: '
|
|
272
|
-
m1: '
|
|
273
|
-
m2: '
|
|
274
|
-
m3: '
|
|
271
|
+
m0: 'January',
|
|
272
|
+
m1: 'February',
|
|
273
|
+
m2: 'March',
|
|
274
|
+
m3: 'April',
|
|
275
275
|
m4: 'May',
|
|
276
|
-
m5: '
|
|
277
|
-
m6: '
|
|
278
|
-
m7: '
|
|
279
|
-
m8: '
|
|
280
|
-
m9: '
|
|
281
|
-
m10: '
|
|
282
|
-
m11: '
|
|
276
|
+
m5: 'June',
|
|
277
|
+
m6: 'July',
|
|
278
|
+
m7: 'August',
|
|
279
|
+
m8: 'September',
|
|
280
|
+
m9: 'October',
|
|
281
|
+
m10: 'November',
|
|
282
|
+
m11: 'December'
|
|
283
283
|
},
|
|
284
284
|
quarters: {
|
|
285
|
-
q1: '
|
|
286
|
-
q2: '
|
|
287
|
-
q3: '
|
|
288
|
-
q4: '
|
|
285
|
+
q1: 'first quarter',
|
|
286
|
+
q2: 'second quarter',
|
|
287
|
+
q3: 'third quarter',
|
|
288
|
+
q4: 'fourth quarter'
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
numberInput: {
|
|
293
|
-
currencySymbol: '
|
|
293
|
+
currencySymbol: '¥'
|
|
294
294
|
},
|
|
295
295
|
imagePreview: {
|
|
296
296
|
popupTitle: 'Preview',
|
|
297
297
|
operBtn: {
|
|
298
|
-
zoomOut: '
|
|
299
|
-
zoomIn: '
|
|
300
|
-
pctFull: '
|
|
298
|
+
zoomOut: 'zoom out',
|
|
299
|
+
zoomIn: 'enlarge',
|
|
300
|
+
pctFull: 'proportional scaling',
|
|
301
301
|
pct11: 'Show original size',
|
|
302
302
|
rotateLeft: 'Rotate left',
|
|
303
303
|
rotateRight: 'Rotate right',
|
|
304
|
-
print: 'Click to print',
|
|
305
|
-
download: 'Click to download'
|
|
304
|
+
print: 'Click to print picture',
|
|
305
|
+
download: 'Click to download image'
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
upload: {
|
|
309
|
-
fileBtnText: 'Click or drag',
|
|
310
|
-
imgBtnText: 'Click or drag',
|
|
311
|
-
dragPlaceholder: 'Please drag and drop the file into this area to upload it
|
|
312
|
-
imgSizeHint: '
|
|
313
|
-
imgCountHint: '
|
|
314
|
-
fileTypeHint: '
|
|
315
|
-
fileSizeHint: '
|
|
316
|
-
fileCountHint: 'Up to {0}
|
|
317
|
-
uploadTypeErr: 'File type
|
|
318
|
-
overCountErr: '
|
|
319
|
-
overCountExtraErr: '
|
|
320
|
-
overSizeErr: 'The
|
|
321
|
-
reUpload: '
|
|
309
|
+
fileBtnText: 'Click or drag to upload',
|
|
310
|
+
imgBtnText: 'Click or drag to upload',
|
|
311
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it',
|
|
312
|
+
imgSizeHint: 'Leaflet {0}',
|
|
313
|
+
imgCountHint: 'Maximum {0} pictures',
|
|
314
|
+
fileTypeHint: 'Supported {0} file types',
|
|
315
|
+
fileSizeHint: 'The size of a single file does not exceed {0}',
|
|
316
|
+
fileCountHint: 'Up to {0} files can be uploaded',
|
|
317
|
+
uploadTypeErr: 'File type mismatch!',
|
|
318
|
+
overCountErr: 'Only {0} files can be selected!',
|
|
319
|
+
overCountExtraErr: 'The maximum number of {0} files has been exceeded. The excess {1} files will be ignored!',
|
|
320
|
+
overSizeErr: 'The maximum file size cannot exceed {0}!',
|
|
321
|
+
reUpload: 'Reupload',
|
|
322
322
|
uploadProgress: 'Uploading {0}%',
|
|
323
|
-
uploadErr: '
|
|
324
|
-
uploadSuccess: '
|
|
323
|
+
uploadErr: 'Upload failed',
|
|
324
|
+
uploadSuccess: 'Upload successful',
|
|
325
325
|
moreBtnText: 'More ({0})',
|
|
326
|
-
viewItemTitle: '
|
|
326
|
+
viewItemTitle: 'Click to view',
|
|
327
327
|
morePopup: {
|
|
328
|
-
readTitle: '
|
|
329
|
-
imageTitle: 'Upload
|
|
330
|
-
fileTitle: 'Upload
|
|
328
|
+
readTitle: 'View list',
|
|
329
|
+
imageTitle: 'Upload pictures',
|
|
330
|
+
fileTitle: 'Upload files'
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
empty: {
|
|
334
|
-
defText: 'No
|
|
334
|
+
defText: 'No data yet'
|
|
335
335
|
},
|
|
336
336
|
colorPicker: {
|
|
337
337
|
clear: 'Clear',
|
|
338
|
-
confirm: '
|
|
338
|
+
confirm: 'confirm',
|
|
339
339
|
copySuccess: 'Copied to clipboard: {0}'
|
|
340
340
|
},
|
|
341
341
|
formDesign: {
|
|
342
|
-
formName: '
|
|
343
|
-
defFormTitle: '
|
|
344
|
-
widgetPropTab: '
|
|
345
|
-
widgetFormTab: '
|
|
342
|
+
formName: 'form name',
|
|
343
|
+
defFormTitle: 'unnamed form',
|
|
344
|
+
widgetPropTab: 'Control properties',
|
|
345
|
+
widgetFormTab: 'form properties',
|
|
346
346
|
error: {
|
|
347
|
-
wdFormUni: 'Only one control of this type is allowed to be added to the form
|
|
348
|
-
wdSubUni: 'Only one control of this type is allowed to be added to
|
|
347
|
+
wdFormUni: 'Only one control of this type is allowed to be added to the form',
|
|
348
|
+
wdSubUni: 'Only one control of this type is allowed to be added to the subtable'
|
|
349
349
|
},
|
|
350
350
|
styleSetting: {
|
|
351
|
-
btn: 'Style
|
|
352
|
-
title: 'Form style
|
|
353
|
-
layoutTitle: '
|
|
354
|
-
verticalLayout: '
|
|
351
|
+
btn: 'Style settings',
|
|
352
|
+
title: 'Form style settings',
|
|
353
|
+
layoutTitle: 'Control layout',
|
|
354
|
+
verticalLayout: 'Top and bottom layout',
|
|
355
355
|
horizontalLayout: 'Horizontal layout',
|
|
356
356
|
styleTitle: 'Title style',
|
|
357
|
-
boldTitle: '
|
|
357
|
+
boldTitle: 'Title bold',
|
|
358
358
|
fontBold: 'Bold',
|
|
359
|
-
fontNormal: '
|
|
360
|
-
colonTitle: '
|
|
361
|
-
colonVisible: '
|
|
362
|
-
colonHidden: '
|
|
363
|
-
alignTitle: '
|
|
364
|
-
widthTitle: '
|
|
365
|
-
alignLeft: '
|
|
366
|
-
alignRight: '
|
|
367
|
-
unitPx: '
|
|
368
|
-
unitPct: '
|
|
359
|
+
fontNormal: 'conventional',
|
|
360
|
+
colonTitle: 'Show colon',
|
|
361
|
+
colonVisible: 'show',
|
|
362
|
+
colonHidden: 'hide',
|
|
363
|
+
alignTitle: 'Alignment',
|
|
364
|
+
widthTitle: 'title width',
|
|
365
|
+
alignLeft: 'On the left',
|
|
366
|
+
alignRight: 'On the right',
|
|
367
|
+
unitPx: 'Pixel',
|
|
368
|
+
unitPct: 'percentage'
|
|
369
369
|
},
|
|
370
370
|
widget: {
|
|
371
371
|
group: {
|
|
372
|
-
base: '
|
|
373
|
-
layout: 'Layout
|
|
374
|
-
system: 'System
|
|
375
|
-
module: '
|
|
376
|
-
chart: '
|
|
377
|
-
advanced: 'Advanced
|
|
372
|
+
base: 'Basic controls',
|
|
373
|
+
layout: 'Layout controls',
|
|
374
|
+
system: 'System controls',
|
|
375
|
+
module: 'module control',
|
|
376
|
+
chart: 'chart control',
|
|
377
|
+
advanced: 'Advanced controls'
|
|
378
378
|
},
|
|
379
379
|
copyTitle: 'Copy_{0}',
|
|
380
380
|
component: {
|
|
381
|
-
input: 'Input',
|
|
382
|
-
textarea: '
|
|
383
|
-
select: '
|
|
384
|
-
row: '
|
|
385
|
-
title: '
|
|
386
|
-
text: '
|
|
381
|
+
input: 'Input box',
|
|
382
|
+
textarea: 'text field',
|
|
383
|
+
select: 'drop down selection',
|
|
384
|
+
row: 'One row and multiple columns',
|
|
385
|
+
title: 'title',
|
|
386
|
+
text: 'text',
|
|
387
387
|
subtable: 'Subtable',
|
|
388
|
-
VxeSwitch: '
|
|
389
|
-
VxeInput: 'Input',
|
|
390
|
-
VxeNumberInput: '
|
|
391
|
-
VxeDatePicker: '
|
|
392
|
-
VxeTextarea: '
|
|
393
|
-
VxeSelect: '
|
|
394
|
-
VxeTreeSelect: '
|
|
395
|
-
VxeRadioGroup: '
|
|
396
|
-
VxeCheckboxGroup: '
|
|
397
|
-
VxeUploadFile: '
|
|
398
|
-
VxeUploadImage: '
|
|
399
|
-
VxeRate: '
|
|
400
|
-
VxeSlider: '
|
|
388
|
+
VxeSwitch: 'whether',
|
|
389
|
+
VxeInput: 'Input box',
|
|
390
|
+
VxeNumberInput: 'number',
|
|
391
|
+
VxeDatePicker: 'date',
|
|
392
|
+
VxeTextarea: 'text field',
|
|
393
|
+
VxeSelect: 'drop down selection',
|
|
394
|
+
VxeTreeSelect: 'tree selection',
|
|
395
|
+
VxeRadioGroup: 'radio button',
|
|
396
|
+
VxeCheckboxGroup: 'checkbox',
|
|
397
|
+
VxeUploadFile: 'document',
|
|
398
|
+
VxeUploadImage: 'picture',
|
|
399
|
+
VxeRate: 'score',
|
|
400
|
+
VxeSlider: 'slider'
|
|
401
401
|
}
|
|
402
402
|
},
|
|
403
403
|
widgetProp: {
|
|
404
|
-
name: '
|
|
405
|
-
placeholder: '
|
|
406
|
-
required: 'Required',
|
|
407
|
-
multiple: 'Allow
|
|
404
|
+
name: 'Control name',
|
|
405
|
+
placeholder: 'prompt',
|
|
406
|
+
required: 'Required verification',
|
|
407
|
+
multiple: 'Allow multiple selections',
|
|
408
408
|
displaySetting: {
|
|
409
|
-
name: '
|
|
409
|
+
name: 'display settings',
|
|
410
410
|
pc: 'PC',
|
|
411
|
-
mobile: 'Mobile',
|
|
412
|
-
visible: '
|
|
413
|
-
hidden: '
|
|
411
|
+
mobile: 'Mobile version',
|
|
412
|
+
visible: 'show',
|
|
413
|
+
hidden: 'hide'
|
|
414
414
|
},
|
|
415
415
|
dataSource: {
|
|
416
|
-
name: '
|
|
416
|
+
name: 'data source',
|
|
417
417
|
defValue: 'Option {0}',
|
|
418
|
-
addOption: 'Add
|
|
419
|
-
batchEditOption: 'Batch
|
|
420
|
-
batchEditTip: 'Each row corresponds to an option,
|
|
421
|
-
batchEditSubTip: 'Each row corresponds to an option. If
|
|
422
|
-
buildOption: 'Build
|
|
418
|
+
addOption: 'Add options',
|
|
419
|
+
batchEditOption: 'Batch editing',
|
|
420
|
+
batchEditTip: 'Each row corresponds to an option, and supports copying and pasting directly from tables, Excel, and WPS.',
|
|
421
|
+
batchEditSubTip: 'Each row corresponds to an option. If it is a group, the sub-items can start with a space or a tab key. Direct copy and paste from tables, Excel, and WPS is supported.',
|
|
422
|
+
buildOption: 'Build options'
|
|
423
423
|
},
|
|
424
424
|
rowProp: {
|
|
425
425
|
colSize: 'Number of columns',
|
|
426
|
-
col2: '
|
|
427
|
-
col3: '
|
|
428
|
-
col4: '
|
|
429
|
-
col6: '
|
|
430
|
-
layout: '
|
|
426
|
+
col2: 'two columns',
|
|
427
|
+
col3: 'three columns',
|
|
428
|
+
col4: 'four columns',
|
|
429
|
+
col6: 'six columns',
|
|
430
|
+
layout: 'layout'
|
|
431
431
|
},
|
|
432
432
|
textProp: {
|
|
433
|
-
name: '
|
|
434
|
-
alignTitle: '
|
|
435
|
-
alignLeft: '
|
|
436
|
-
alignCenter: '
|
|
437
|
-
alignRight: '
|
|
438
|
-
colorTitle: '
|
|
439
|
-
sizeTitle: '
|
|
440
|
-
boldTitle: '
|
|
441
|
-
fontNormal: '
|
|
433
|
+
name: 'content',
|
|
434
|
+
alignTitle: 'Alignment',
|
|
435
|
+
alignLeft: 'On the left',
|
|
436
|
+
alignCenter: 'center',
|
|
437
|
+
alignRight: 'On the right',
|
|
438
|
+
colorTitle: 'Font color',
|
|
439
|
+
sizeTitle: 'font size',
|
|
440
|
+
boldTitle: 'Bold font',
|
|
441
|
+
fontNormal: 'conventional',
|
|
442
442
|
fontBold: 'Bold'
|
|
443
443
|
},
|
|
444
444
|
subtableProp: {
|
|
445
|
-
seqTitle: '
|
|
445
|
+
seqTitle: 'serial number',
|
|
446
446
|
showSeq: 'Display serial number',
|
|
447
447
|
showCheckbox: 'Allow multiple selections',
|
|
448
|
-
errSubDrag: 'The
|
|
449
|
-
colPlace: 'Drag the control in
|
|
448
|
+
errSubDrag: 'The subtable does not support this control, please use other controls',
|
|
449
|
+
colPlace: 'Drag the control in'
|
|
450
450
|
},
|
|
451
451
|
uploadProp: {
|
|
452
|
-
limitFileCount: 'File quantity
|
|
453
|
-
limitFileSize: 'File size
|
|
454
|
-
multiFile: '
|
|
455
|
-
limitImgCount: '
|
|
456
|
-
limitImgSize: 'Image size
|
|
457
|
-
multiImg: '
|
|
452
|
+
limitFileCount: 'File quantity limit',
|
|
453
|
+
limitFileSize: 'File size limit',
|
|
454
|
+
multiFile: 'Allow multiple file uploads',
|
|
455
|
+
limitImgCount: 'Picture quantity limit',
|
|
456
|
+
limitImgSize: 'Image size limit',
|
|
457
|
+
multiImg: 'Allow multiple images to be uploaded'
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
461
|
listDesign: {
|
|
462
|
-
fieldSettingTab: 'Field',
|
|
463
|
-
listSettingTab: 'Parameter',
|
|
464
|
-
searchTitle: '
|
|
465
|
-
listTitle: '
|
|
466
|
-
searchField: '
|
|
467
|
-
listField: '
|
|
462
|
+
fieldSettingTab: 'Field settings',
|
|
463
|
+
listSettingTab: 'Parameter settings',
|
|
464
|
+
searchTitle: 'Query conditions',
|
|
465
|
+
listTitle: 'list field',
|
|
466
|
+
searchField: 'Query field',
|
|
467
|
+
listField: 'list field',
|
|
468
468
|
activeBtn: {
|
|
469
|
-
ActionButtonUpdate: '
|
|
470
|
-
ActionButtonDelete: '
|
|
469
|
+
ActionButtonUpdate: 'edit',
|
|
470
|
+
ActionButtonDelete: 'delete'
|
|
471
471
|
},
|
|
472
472
|
search: {
|
|
473
|
-
addBtn: '
|
|
474
|
-
emptyText: 'No
|
|
475
|
-
editPopupTitle: 'Edit
|
|
473
|
+
addBtn: 'edit',
|
|
474
|
+
emptyText: 'No query conditions configured',
|
|
475
|
+
editPopupTitle: 'Edit query fields'
|
|
476
476
|
},
|
|
477
477
|
searchPopup: {
|
|
478
|
-
colTitle: '
|
|
479
|
-
saveBtn: '
|
|
478
|
+
colTitle: 'title',
|
|
479
|
+
saveBtn: 'save'
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
text: {
|
|
483
|
-
copySuccess: '
|
|
484
|
-
copyError: 'The current environment does not support this operation
|
|
483
|
+
copySuccess: 'Copied to clipboard',
|
|
484
|
+
copyError: 'The current environment does not support this operation'
|
|
485
485
|
},
|
|
486
486
|
countdown: {
|
|
487
487
|
formats: {
|
|
488
488
|
yyyy: 'Year',
|
|
489
|
-
MM: '
|
|
490
|
-
dd: '
|
|
491
|
-
HH: '
|
|
492
|
-
mm: '
|
|
489
|
+
MM: 'moon',
|
|
490
|
+
dd: 'sky',
|
|
491
|
+
HH: 'hour',
|
|
492
|
+
mm: 'point',
|
|
493
493
|
ss: 'Second'
|
|
494
494
|
}
|
|
495
495
|
},
|
|
496
496
|
plugins: {
|
|
497
497
|
extendCellArea: {
|
|
498
498
|
area: {
|
|
499
|
-
mergeErr: '
|
|
500
|
-
multiErr: '
|
|
501
|
-
selectErr: 'Unable to operate
|
|
502
|
-
extendErr: 'If the extended
|
|
503
|
-
pasteMultiErr: '
|
|
504
|
-
cpInvalidErr: '
|
|
499
|
+
mergeErr: 'This operation cannot be performed on merged cells',
|
|
500
|
+
multiErr: 'This operation cannot be performed on multiple selection areas',
|
|
501
|
+
selectErr: 'Unable to operate on cells in the specified range',
|
|
502
|
+
extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
|
|
503
|
+
pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation',
|
|
504
|
+
cpInvalidErr: 'The operation cannot be performed. There are prohibited columns ({0}) in the range you selected.'
|
|
505
505
|
},
|
|
506
506
|
fnr: {
|
|
507
507
|
title: 'Find and replace',
|
|
508
508
|
findLabel: 'Find',
|
|
509
|
-
replaceLabel: '
|
|
510
|
-
findTitle: '
|
|
509
|
+
replaceLabel: 'replace',
|
|
510
|
+
findTitle: 'Find what:',
|
|
511
511
|
replaceTitle: 'Replace with:',
|
|
512
512
|
tabs: {
|
|
513
513
|
find: 'Find',
|
|
514
|
-
replace: '
|
|
514
|
+
replace: 'replace'
|
|
515
515
|
},
|
|
516
516
|
filter: {
|
|
517
|
-
re: '
|
|
518
|
-
whole: '
|
|
519
|
-
sensitive: '
|
|
517
|
+
re: 'regular expression',
|
|
518
|
+
whole: 'whole word match',
|
|
519
|
+
sensitive: 'case sensitive'
|
|
520
520
|
},
|
|
521
521
|
btns: {
|
|
522
522
|
findNext: 'Find next',
|
|
523
523
|
findAll: 'Find all',
|
|
524
|
-
replace: '
|
|
524
|
+
replace: 'replace',
|
|
525
525
|
replaceAll: 'Replace all',
|
|
526
526
|
cancel: 'Cancel'
|
|
527
527
|
},
|
|
528
528
|
header: {
|
|
529
529
|
seq: '#',
|
|
530
|
-
cell: '
|
|
531
|
-
value: '
|
|
530
|
+
cell: 'cell',
|
|
531
|
+
value: 'value'
|
|
532
532
|
},
|
|
533
533
|
body: {
|
|
534
|
-
row: '
|
|
535
|
-
col: '
|
|
534
|
+
row: 'Row: {0}',
|
|
535
|
+
col: 'Column: {0}'
|
|
536
536
|
},
|
|
537
|
-
empty: '(
|
|
537
|
+
empty: '(null value)',
|
|
538
538
|
reError: 'Invalid regular expression',
|
|
539
|
-
recordCount: '
|
|
540
|
-
notCell: 'No matching
|
|
539
|
+
recordCount: '{0} cells found',
|
|
540
|
+
notCell: 'No matching cell found',
|
|
541
541
|
replaceSuccess: 'Successfully replaced {0} cells'
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
filterComplexInput: {
|
|
545
545
|
menus: {
|
|
546
|
-
fixedColumn: 'Freeze
|
|
547
|
-
fixedGroup: '
|
|
548
|
-
cancelFixed: '
|
|
549
|
-
fixedLeft: '
|
|
550
|
-
fixedRight: '
|
|
546
|
+
fixedColumn: 'Freeze columns',
|
|
547
|
+
fixedGroup: 'freeze group',
|
|
548
|
+
cancelFixed: 'Unfreeze',
|
|
549
|
+
fixedLeft: 'freeze left',
|
|
550
|
+
fixedRight: 'freeze right'
|
|
551
551
|
},
|
|
552
552
|
cases: {
|
|
553
|
-
equal: '
|
|
554
|
-
gt: '
|
|
555
|
-
lt: '
|
|
556
|
-
begin: '
|
|
557
|
-
endin: '
|
|
553
|
+
equal: 'equal',
|
|
554
|
+
gt: 'greater than',
|
|
555
|
+
lt: 'less than',
|
|
556
|
+
begin: 'The beginning is',
|
|
557
|
+
endin: 'The end is',
|
|
558
558
|
include: 'Include',
|
|
559
|
-
isSensitive: '
|
|
559
|
+
isSensitive: 'case sensitive'
|
|
560
560
|
}
|
|
561
561
|
},
|
|
562
562
|
filterCombination: {
|
|
563
563
|
menus: {
|
|
564
564
|
clearSort: 'Clear sort',
|
|
565
565
|
sortAsc: 'Ascending order',
|
|
566
|
-
sortDesc: '
|
|
567
|
-
fixedColumn: 'Freeze
|
|
568
|
-
fixedGroup: '
|
|
569
|
-
cancelFixed: '
|
|
570
|
-
fixedLeft: '
|
|
571
|
-
fixedRight: '
|
|
572
|
-
clearFilter: 'Clear
|
|
573
|
-
textOption: '
|
|
574
|
-
numberOption: '
|
|
566
|
+
sortDesc: 'descending order',
|
|
567
|
+
fixedColumn: 'Freeze columns',
|
|
568
|
+
fixedGroup: 'freeze group',
|
|
569
|
+
cancelFixed: 'Unfreeze',
|
|
570
|
+
fixedLeft: 'freeze left',
|
|
571
|
+
fixedRight: 'freeze right',
|
|
572
|
+
clearFilter: 'Clear filters',
|
|
573
|
+
textOption: 'text filter',
|
|
574
|
+
numberOption: 'numerical filter'
|
|
575
575
|
},
|
|
576
576
|
popup: {
|
|
577
|
-
title: '
|
|
577
|
+
title: 'How to customize filtering',
|
|
578
578
|
currColumnTitle: 'Current column:',
|
|
579
|
-
and: '
|
|
580
|
-
or: '
|
|
581
|
-
describeHtml: '
|
|
579
|
+
and: 'and',
|
|
580
|
+
or: 'or',
|
|
581
|
+
describeHtml: 'Available ? represents a single character<br/>Use * to represent any number of characters'
|
|
582
582
|
},
|
|
583
583
|
cases: {
|
|
584
|
-
equal: '
|
|
585
|
-
unequal: '
|
|
586
|
-
gt: '
|
|
587
|
-
ge: '
|
|
588
|
-
lt: '
|
|
589
|
-
le: '
|
|
590
|
-
begin: '
|
|
591
|
-
notbegin: '
|
|
592
|
-
endin: '
|
|
593
|
-
notendin: '
|
|
584
|
+
equal: 'equal',
|
|
585
|
+
unequal: 'not equal to',
|
|
586
|
+
gt: 'greater than',
|
|
587
|
+
ge: 'greater than or equal to',
|
|
588
|
+
lt: 'less than',
|
|
589
|
+
le: 'less than or equal to',
|
|
590
|
+
begin: 'The beginning is',
|
|
591
|
+
notbegin: 'Not at the beginning',
|
|
592
|
+
endin: 'The end is',
|
|
593
|
+
notendin: 'The ending is not',
|
|
594
594
|
include: 'Include',
|
|
595
|
-
exclude: '
|
|
596
|
-
between: '
|
|
595
|
+
exclude: 'Not included',
|
|
596
|
+
between: 'between',
|
|
597
597
|
custom: 'Custom filter',
|
|
598
|
-
insensitive: '
|
|
599
|
-
isSensitive: '
|
|
598
|
+
insensitive: 'Not case sensitive',
|
|
599
|
+
isSensitive: 'case sensitive'
|
|
600
600
|
},
|
|
601
|
-
empty: '(
|
|
602
|
-
notData: 'No
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
renderer: {
|
|
606
|
-
search: 'Search',
|
|
607
|
-
cases: {
|
|
608
|
-
equal: 'Equal',
|
|
609
|
-
unequal: 'Not equal',
|
|
610
|
-
gt: 'Greater than',
|
|
611
|
-
ge: 'Greater than or equal',
|
|
612
|
-
lt: 'Less than',
|
|
613
|
-
le: 'Less than or equal',
|
|
614
|
-
begin: 'Beginning is',
|
|
615
|
-
notbegin: 'Beginning is not',
|
|
616
|
-
endin: 'End is',
|
|
617
|
-
notendin: 'End is not',
|
|
618
|
-
include: 'Include',
|
|
619
|
-
exclude: 'Exclusive',
|
|
620
|
-
between: 'Betweenness',
|
|
621
|
-
custom: 'Custom filter',
|
|
622
|
-
insensitive: 'Case insensitive',
|
|
623
|
-
isSensitive: 'Case sensitive'
|
|
624
|
-
},
|
|
625
|
-
combination: {
|
|
626
|
-
menus: {
|
|
627
|
-
clearSort: 'Clear sort',
|
|
628
|
-
sortAsc: 'Ascending order',
|
|
629
|
-
sortDesc: 'Descending order',
|
|
630
|
-
fixedColumn: 'Fixed column',
|
|
631
|
-
fixedGroup: 'Fixed group',
|
|
632
|
-
cancelFixed: 'Clear fixed',
|
|
633
|
-
fixedLeft: 'Fixed the left',
|
|
634
|
-
fixedRight: 'Fixed the right',
|
|
635
|
-
clearFilter: 'Clear filter',
|
|
636
|
-
textOption: 'Text filter',
|
|
637
|
-
numberOption: 'Number filter'
|
|
638
|
-
},
|
|
639
|
-
popup: {
|
|
640
|
-
title: 'Custom filtering',
|
|
641
|
-
currColumnTitle: 'Current column:',
|
|
642
|
-
and: 'And',
|
|
643
|
-
or: 'Or',
|
|
644
|
-
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
645
|
-
},
|
|
646
|
-
empty: '(Empty)',
|
|
647
|
-
notData: 'No data'
|
|
601
|
+
empty: '(blank)',
|
|
602
|
+
notData: 'No match'
|
|
648
603
|
}
|
|
649
604
|
},
|
|
650
605
|
pro: {
|
|
651
606
|
area: {
|
|
652
|
-
mergeErr: '
|
|
653
|
-
multiErr: '
|
|
654
|
-
extendErr: 'If the extended
|
|
655
|
-
pasteMultiErr: '
|
|
607
|
+
mergeErr: 'This operation cannot be performed on merged cells',
|
|
608
|
+
multiErr: 'This operation cannot be performed on multiple selection areas',
|
|
609
|
+
extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
|
|
610
|
+
pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation'
|
|
656
611
|
},
|
|
657
612
|
fnr: {
|
|
658
613
|
title: 'Find and replace',
|
|
659
614
|
findLabel: 'Find',
|
|
660
|
-
replaceLabel: '
|
|
661
|
-
findTitle: '
|
|
615
|
+
replaceLabel: 'replace',
|
|
616
|
+
findTitle: 'Find what:',
|
|
662
617
|
replaceTitle: 'Replace with:',
|
|
663
618
|
tabs: {
|
|
664
619
|
find: 'Find',
|
|
665
|
-
replace: '
|
|
620
|
+
replace: 'replace'
|
|
666
621
|
},
|
|
667
622
|
filter: {
|
|
668
|
-
re: '
|
|
669
|
-
whole: '
|
|
670
|
-
sensitive: '
|
|
623
|
+
re: 'regular expression',
|
|
624
|
+
whole: 'whole word match',
|
|
625
|
+
sensitive: 'case sensitive'
|
|
671
626
|
},
|
|
672
627
|
btns: {
|
|
673
628
|
findNext: 'Find next',
|
|
674
629
|
findAll: 'Find all',
|
|
675
|
-
replace: '
|
|
630
|
+
replace: 'replace',
|
|
676
631
|
replaceAll: 'Replace all',
|
|
677
632
|
cancel: 'Cancel'
|
|
678
633
|
},
|
|
679
634
|
header: {
|
|
680
635
|
seq: '#',
|
|
681
|
-
cell: '
|
|
682
|
-
value: '
|
|
636
|
+
cell: 'cell',
|
|
637
|
+
value: 'value'
|
|
683
638
|
},
|
|
684
|
-
empty: '(
|
|
639
|
+
empty: '(null value)',
|
|
685
640
|
reError: 'Invalid regular expression',
|
|
686
|
-
recordCount: '
|
|
687
|
-
notCell: 'No matching
|
|
641
|
+
recordCount: '{0} cells found',
|
|
642
|
+
notCell: 'No matching cell found',
|
|
688
643
|
replaceSuccess: 'Successfully replaced {0} cells'
|
|
689
644
|
}
|
|
645
|
+
},
|
|
646
|
+
renderer: {
|
|
647
|
+
search: 'search',
|
|
648
|
+
cases: {
|
|
649
|
+
equal: 'equal',
|
|
650
|
+
unequal: 'not equal to',
|
|
651
|
+
gt: 'greater than',
|
|
652
|
+
ge: 'greater than or equal to',
|
|
653
|
+
lt: 'less than',
|
|
654
|
+
le: 'less than or equal to',
|
|
655
|
+
begin: 'The beginning is',
|
|
656
|
+
notbegin: 'Not at the beginning',
|
|
657
|
+
endin: 'The end is',
|
|
658
|
+
notendin: 'The ending is not',
|
|
659
|
+
include: 'Include',
|
|
660
|
+
exclude: 'Not included',
|
|
661
|
+
between: 'between',
|
|
662
|
+
custom: 'Custom filter',
|
|
663
|
+
insensitive: 'Not case sensitive',
|
|
664
|
+
isSensitive: 'case sensitive'
|
|
665
|
+
},
|
|
666
|
+
combination: {
|
|
667
|
+
menus: {
|
|
668
|
+
clearSort: 'Clear sort',
|
|
669
|
+
sortAsc: 'Ascending order',
|
|
670
|
+
sortDesc: 'descending order',
|
|
671
|
+
fixedColumn: 'Freeze columns',
|
|
672
|
+
fixedGroup: 'freeze group',
|
|
673
|
+
cancelFixed: 'Unfreeze',
|
|
674
|
+
fixedLeft: 'freeze to left',
|
|
675
|
+
fixedRight: 'freeze to right',
|
|
676
|
+
clearFilter: 'Clear filters',
|
|
677
|
+
textOption: 'text filter',
|
|
678
|
+
numberOption: 'numerical filter'
|
|
679
|
+
},
|
|
680
|
+
popup: {
|
|
681
|
+
title: 'How to customize filtering',
|
|
682
|
+
currColumnTitle: 'Current column:',
|
|
683
|
+
and: 'and',
|
|
684
|
+
or: 'or',
|
|
685
|
+
describeHtml: 'Available ? represents a single character<br/>Use * to represent any number of characters'
|
|
686
|
+
},
|
|
687
|
+
empty: '(blank)',
|
|
688
|
+
notData: 'No match'
|
|
689
|
+
}
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
692
|
};
|