@vxe-ui/core 0.12.3 → 1.0.0
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/src/core.js +4 -2
- package/es/src/event.js +3 -4
- package/es/src/log.js +4 -3
- package/lib/index.umd.js +10 -8
- package/lib/index.umd.min.js +1 -1
- package/lib/src/core.js +3 -1
- package/lib/src/core.min.js +1 -1
- package/lib/src/event.js +5 -7
- package/lib/src/event.min.js +1 -1
- package/lib/src/log.js +4 -3
- package/lib/src/log.min.js +1 -1
- package/package.json +1 -1
- package/packages/src/core.ts +4 -1
- package/packages/src/event.ts +5 -6
- package/packages/src/log.ts +5 -3
- package/types/core/global-event.d.ts +6 -3
- package/types/core/index.d.ts +5 -1
- package/types/tool/common.d.ts +0 -1
- package/es/language/en-US.d.ts +0 -2
- package/es/language/en-US.js +0 -553
- package/es/language/es-ES.d.ts +0 -2
- package/es/language/es-ES.js +0 -553
- package/es/language/ja-JP.d.ts +0 -2
- package/es/language/ja-JP.js +0 -553
- package/es/language/pt-BR.d.ts +0 -2
- package/es/language/pt-BR.js +0 -553
- package/es/language/zh-CN.d.ts +0 -2
- package/es/language/zh-CN.js +0 -553
- package/es/language/zh-HK.d.ts +0 -2
- package/es/language/zh-HK.js +0 -2
- package/es/language/zh-MO.d.ts +0 -2
- package/es/language/zh-MO.js +0 -2
- package/es/language/zh-TC.d.ts +0 -2
- package/es/language/zh-TC.js +0 -553
- package/es/language/zh-TW.d.ts +0 -2
- package/es/language/zh-TW.js +0 -2
- package/lib/language/en-US.d.ts +0 -2
- package/lib/language/en-US.js +0 -559
- package/lib/language/en-US.min.js +0 -1
- package/lib/language/en-US.umd.js +0 -573
- package/lib/language/es-ES.d.ts +0 -2
- package/lib/language/es-ES.js +0 -559
- package/lib/language/es-ES.min.js +0 -1
- package/lib/language/es-ES.umd.js +0 -573
- package/lib/language/ja-JP.d.ts +0 -2
- package/lib/language/ja-JP.js +0 -559
- package/lib/language/ja-JP.min.js +0 -1
- package/lib/language/ja-JP.umd.js +0 -573
- package/lib/language/pt-BR.d.ts +0 -2
- package/lib/language/pt-BR.js +0 -559
- package/lib/language/pt-BR.min.js +0 -1
- package/lib/language/pt-BR.umd.js +0 -573
- package/lib/language/zh-CN.d.ts +0 -2
- package/lib/language/zh-CN.js +0 -559
- package/lib/language/zh-CN.min.js +0 -1
- package/lib/language/zh-CN.umd.js +0 -573
- package/lib/language/zh-HK.d.ts +0 -2
- package/lib/language/zh-HK.js +0 -9
- package/lib/language/zh-HK.min.js +0 -1
- package/lib/language/zh-HK.umd.js +0 -573
- package/lib/language/zh-MO.d.ts +0 -2
- package/lib/language/zh-MO.js +0 -9
- package/lib/language/zh-MO.min.js +0 -1
- package/lib/language/zh-MO.umd.js +0 -573
- package/lib/language/zh-TC.d.ts +0 -2
- package/lib/language/zh-TC.js +0 -559
- package/lib/language/zh-TC.min.js +0 -1
- package/lib/language/zh-TC.umd.js +0 -573
- package/lib/language/zh-TW.d.ts +0 -2
- package/lib/language/zh-TW.js +0 -9
- package/lib/language/zh-TW.min.js +0 -1
- package/lib/language/zh-TW.umd.js +0 -573
- package/packages/language/en-US.ts +0 -555
- package/packages/language/es-ES.ts +0 -555
- package/packages/language/ja-JP.ts +0 -555
- package/packages/language/pt-BR.ts +0 -555
- package/packages/language/zh-CN.ts +0 -555
- package/packages/language/zh-HK.ts +0 -3
- package/packages/language/zh-MO.ts +0 -3
- package/packages/language/zh-TC.ts +0 -555
- package/packages/language/zh-TW.ts +0 -3
|
@@ -1,573 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
if (typeof define === "function" && define.amd) {
|
|
3
|
-
define("vxe-language.en-US", ["exports"], factory);
|
|
4
|
-
} else if (typeof exports !== "undefined") {
|
|
5
|
-
factory(exports);
|
|
6
|
-
} else {
|
|
7
|
-
var mod = {
|
|
8
|
-
exports: {}
|
|
9
|
-
};
|
|
10
|
-
factory(mod.exports);
|
|
11
|
-
global.VxeLanguageEnUs = mod.exports;
|
|
12
|
-
}
|
|
13
|
-
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
|
|
14
|
-
"use strict";
|
|
15
|
-
|
|
16
|
-
Object.defineProperty(_exports, "__esModule", {
|
|
17
|
-
value: true
|
|
18
|
-
});
|
|
19
|
-
_exports.default = void 0;
|
|
20
|
-
var _default = _exports.default = {
|
|
21
|
-
vxe: {
|
|
22
|
-
base: {
|
|
23
|
-
pleaseInput: 'Please input',
|
|
24
|
-
pleaseSelect: 'Select'
|
|
25
|
-
},
|
|
26
|
-
loading: {
|
|
27
|
-
text: 'Loading...'
|
|
28
|
-
},
|
|
29
|
-
error: {
|
|
30
|
-
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
31
|
-
groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
|
|
32
|
-
groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
|
|
33
|
-
scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
|
|
34
|
-
errConflicts: 'Argument "{0}" conflicts with "{1}"',
|
|
35
|
-
unableInsert: 'Unable to insert to the specified location.',
|
|
36
|
-
useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
|
|
37
|
-
barUnableLink: 'Toolbar cannot associate table.',
|
|
38
|
-
expandContent: 'Expand row slot should be "content", please check if it is correct.',
|
|
39
|
-
reqModule: 'require "{0}" module.',
|
|
40
|
-
reqProp: 'Missing the necessary "{0}" parameter, which can cause error.',
|
|
41
|
-
emptyProp: 'The property "{0}" is not allowed to be empty.',
|
|
42
|
-
errProp: 'Unsupported parameter "{0}", possibly "{1}".',
|
|
43
|
-
colRepet: 'column.{0}="{0}" is duplicated, which may make some features unusable',
|
|
44
|
-
notFunc: 'method "{0}" not exist.',
|
|
45
|
-
errFunc: 'The argument "{0}" is not a method',
|
|
46
|
-
notValidators: 'Global validators "{0}" no existe.',
|
|
47
|
-
notFormats: 'Global formats "{0}" no existe.',
|
|
48
|
-
notCommands: 'Global commands "{0}" no existe.',
|
|
49
|
-
notSlot: 'slot "{0}" does not exist',
|
|
50
|
-
noTree: 'The tree structure does not support "{0}".',
|
|
51
|
-
notProp: 'Unsupported parameters "{0}"',
|
|
52
|
-
checkProp: 'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',
|
|
53
|
-
coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
|
|
54
|
-
delFunc: 'The function "{0}" is deprecated, please use "{1}".',
|
|
55
|
-
delProp: 'The property "{0}" is deprecated, please use "{1}".',
|
|
56
|
-
delEvent: 'The event "{0}" is deprecated, please use "{1}"',
|
|
57
|
-
removeProp: 'The property "{0}" is deprecated and is not recommended, which may cause error.',
|
|
58
|
-
errFormat: 'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',
|
|
59
|
-
notType: 'Unsupported file types "{0}"',
|
|
60
|
-
notExp: 'The browser does not support import / export.',
|
|
61
|
-
impFields: 'Import failed, please check that the field name and data format are correct.',
|
|
62
|
-
treeNotImp: 'Tree table does not support import.'
|
|
63
|
-
},
|
|
64
|
-
table: {
|
|
65
|
-
emptyText: 'No Data',
|
|
66
|
-
allTitle: 'Select all / cancel',
|
|
67
|
-
seqTitle: '#',
|
|
68
|
-
confirmFilter: 'Confirm',
|
|
69
|
-
resetFilter: 'Reset',
|
|
70
|
-
allFilter: 'All',
|
|
71
|
-
sortAsc: 'Ascending: lowest to highest',
|
|
72
|
-
sortDesc: 'Descending: highest to lowest',
|
|
73
|
-
filter: 'Enable filtering on selected columns',
|
|
74
|
-
impSuccess: 'Successfully imported {0} records',
|
|
75
|
-
expLoading: 'Exporting',
|
|
76
|
-
expSuccess: 'Export success',
|
|
77
|
-
expFilename: 'Export_{0}',
|
|
78
|
-
expOriginFilename: 'Export_original_{0}',
|
|
79
|
-
customTitle: 'Column settings',
|
|
80
|
-
customAll: 'All',
|
|
81
|
-
customConfirm: 'Confirm',
|
|
82
|
-
customRestore: 'Reset',
|
|
83
|
-
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
84
|
-
},
|
|
85
|
-
grid: {
|
|
86
|
-
selectOneRecord: 'Please choose at least one piece of record!',
|
|
87
|
-
deleteSelectRecord: 'Are you sure you want to delete the selected record?',
|
|
88
|
-
removeSelectRecord: 'Are you sure you want to remove the selected record?',
|
|
89
|
-
dataUnchanged: 'Data unchanged! ',
|
|
90
|
-
delSuccess: 'Successfully deleted the selected record!',
|
|
91
|
-
saveSuccess: 'Saved successfully!',
|
|
92
|
-
operError: 'Error occurred, operation failed!'
|
|
93
|
-
},
|
|
94
|
-
select: {
|
|
95
|
-
search: 'Search',
|
|
96
|
-
loadingText: 'Loading',
|
|
97
|
-
emptyText: 'No Data'
|
|
98
|
-
},
|
|
99
|
-
pager: {
|
|
100
|
-
goto: 'Go to',
|
|
101
|
-
pagesize: '{0}/page',
|
|
102
|
-
total: 'Total {0} record',
|
|
103
|
-
pageClassifier: '',
|
|
104
|
-
homePage: 'Home',
|
|
105
|
-
homePageTitle: 'Home page',
|
|
106
|
-
prevPage: 'Previous page',
|
|
107
|
-
prevPageTitle: 'Previous page',
|
|
108
|
-
nextPage: 'next page',
|
|
109
|
-
nextPageTitle: 'next page',
|
|
110
|
-
prevJump: 'Jump previous page',
|
|
111
|
-
prevJumpTitle: 'Jump previous page',
|
|
112
|
-
nextJump: 'Jump next page',
|
|
113
|
-
nextJumpTitle: 'Jump next page',
|
|
114
|
-
endPage: 'End page',
|
|
115
|
-
endPageTitle: 'End'
|
|
116
|
-
},
|
|
117
|
-
alert: {
|
|
118
|
-
title: 'System messages'
|
|
119
|
-
},
|
|
120
|
-
button: {
|
|
121
|
-
confirm: 'Confirm',
|
|
122
|
-
cancel: 'Cancel'
|
|
123
|
-
},
|
|
124
|
-
filter: {
|
|
125
|
-
search: '搜索'
|
|
126
|
-
},
|
|
127
|
-
custom: {
|
|
128
|
-
cstmTitle: 'Column Settings',
|
|
129
|
-
cstmRestore: 'Restore default',
|
|
130
|
-
cstmCancel: 'Cancelar',
|
|
131
|
-
cstmConfirm: 'Confirm',
|
|
132
|
-
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
133
|
-
cstmDragTarget: 'Moving target: {0}',
|
|
134
|
-
setting: {
|
|
135
|
-
colSort: 'Sort',
|
|
136
|
-
sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
|
|
137
|
-
colTitle: 'Title',
|
|
138
|
-
colVisible: 'Visible',
|
|
139
|
-
colFixed: 'Freeze columns (Max. {0})',
|
|
140
|
-
fixedLeft: 'Left',
|
|
141
|
-
fixedUnset: 'Unset',
|
|
142
|
-
fixedRight: 'Right'
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
import: {
|
|
146
|
-
modes: {
|
|
147
|
-
covering: 'Covering',
|
|
148
|
-
insert: 'Insert'
|
|
149
|
-
},
|
|
150
|
-
impTitle: 'Import data',
|
|
151
|
-
impFile: 'Filename',
|
|
152
|
-
impSelect: 'Select file',
|
|
153
|
-
impType: 'File type',
|
|
154
|
-
impOpts: 'Settings',
|
|
155
|
-
impConfirm: 'Import',
|
|
156
|
-
impCancel: 'Cancel'
|
|
157
|
-
},
|
|
158
|
-
export: {
|
|
159
|
-
types: {
|
|
160
|
-
csv: 'CSV (Comma separated) (*.csv)',
|
|
161
|
-
html: 'Web Page (*.html)',
|
|
162
|
-
xml: 'XML Data(*.xml)',
|
|
163
|
-
txt: 'Text (Tab delimited) (*.txt)',
|
|
164
|
-
xls: 'Excel 97-2003 Workbook(*.xls)',
|
|
165
|
-
xlsx: 'Excel Workbook (*.xlsx)',
|
|
166
|
-
pdf: 'PDF (*.pdf)'
|
|
167
|
-
},
|
|
168
|
-
modes: {
|
|
169
|
-
current: 'Current data (data of current page)',
|
|
170
|
-
selected: 'Selected data (data selected on the current page)',
|
|
171
|
-
all: 'Full data (including all paging data)'
|
|
172
|
-
},
|
|
173
|
-
printTitle: 'Print data',
|
|
174
|
-
expTitle: 'Export data',
|
|
175
|
-
expName: 'Filename',
|
|
176
|
-
expNamePlaceholder: 'Please enter filename',
|
|
177
|
-
expSheetName: 'Title',
|
|
178
|
-
expSheetNamePlaceholder: 'Please enter a title',
|
|
179
|
-
expType: 'Save the type',
|
|
180
|
-
expMode: 'Select data',
|
|
181
|
-
expCurrentColumn: 'All the field',
|
|
182
|
-
expColumn: 'Select field',
|
|
183
|
-
expOpts: 'Settings',
|
|
184
|
-
expOptHeader: 'Header',
|
|
185
|
-
expHeaderTitle: 'Do I need a header',
|
|
186
|
-
expOptFooter: 'Footer',
|
|
187
|
-
expFooterTitle: 'Do you need the footer table',
|
|
188
|
-
expOptColgroup: 'Group header',
|
|
189
|
-
expColgroupTitle: 'If it exists, headers with grouping structure are supported',
|
|
190
|
-
expOptMerge: 'Merge',
|
|
191
|
-
expMergeTitle: 'If it exists, cells with merged structures are supported',
|
|
192
|
-
expOptAllExpand: 'Expand nodes',
|
|
193
|
-
expAllExpandTitle: 'If it exists, all data with tree structure can be expanded',
|
|
194
|
-
expOptUseStyle: 'Styles',
|
|
195
|
-
expUseStyleTitle: 'If it exists, cells with styles are supported',
|
|
196
|
-
expOptOriginal: 'Source data',
|
|
197
|
-
expOriginalTitle: 'If it is source data, import into the table is supported',
|
|
198
|
-
expPrint: 'Print',
|
|
199
|
-
expConfirm: 'Export',
|
|
200
|
-
expCancel: 'Cancel'
|
|
201
|
-
},
|
|
202
|
-
modal: {
|
|
203
|
-
zoomIn: 'Maximization',
|
|
204
|
-
zoomOut: 'Reduction',
|
|
205
|
-
close: 'Close'
|
|
206
|
-
},
|
|
207
|
-
drawer: {
|
|
208
|
-
close: 'Close'
|
|
209
|
-
},
|
|
210
|
-
form: {
|
|
211
|
-
folding: 'Folding',
|
|
212
|
-
unfolding: 'Unfolding'
|
|
213
|
-
},
|
|
214
|
-
toolbar: {
|
|
215
|
-
import: 'Import',
|
|
216
|
-
export: 'Export',
|
|
217
|
-
print: 'Printing',
|
|
218
|
-
refresh: 'Refresh',
|
|
219
|
-
zoomIn: 'Full screen',
|
|
220
|
-
zoomOut: 'Reduction',
|
|
221
|
-
custom: 'Column settings',
|
|
222
|
-
customAll: 'All',
|
|
223
|
-
customConfirm: 'Confirm',
|
|
224
|
-
customRestore: 'Reset',
|
|
225
|
-
fixedLeft: 'Freeze on the left',
|
|
226
|
-
fixedRight: 'Freeze on the right',
|
|
227
|
-
cancelFixed: 'Unfreeze column'
|
|
228
|
-
},
|
|
229
|
-
input: {
|
|
230
|
-
date: {
|
|
231
|
-
m1: 'January',
|
|
232
|
-
m2: 'February',
|
|
233
|
-
m3: 'March',
|
|
234
|
-
m4: 'April',
|
|
235
|
-
m5: 'May',
|
|
236
|
-
m6: 'June',
|
|
237
|
-
m7: 'July',
|
|
238
|
-
m8: 'August',
|
|
239
|
-
m9: 'September',
|
|
240
|
-
m10: 'October',
|
|
241
|
-
m11: 'November',
|
|
242
|
-
m12: 'December',
|
|
243
|
-
quarterLabel: '{0}',
|
|
244
|
-
monthLabel: '{0}',
|
|
245
|
-
dayLabel: '{1} {0}',
|
|
246
|
-
labelFormat: {
|
|
247
|
-
date: 'dd/MM/yyyy',
|
|
248
|
-
time: 'HH:mm:ss',
|
|
249
|
-
datetime: 'yyyy-MM-dd HH:mm:ss',
|
|
250
|
-
week: '[Week] WW, yyyy',
|
|
251
|
-
month: 'MM/yyyy',
|
|
252
|
-
quarter: '[Quarter] q, yyyy',
|
|
253
|
-
year: 'yyyy'
|
|
254
|
-
},
|
|
255
|
-
weeks: {
|
|
256
|
-
w: 'Week',
|
|
257
|
-
w0: 'Sun',
|
|
258
|
-
w1: 'Mon',
|
|
259
|
-
w2: 'Tue',
|
|
260
|
-
w3: 'Wed',
|
|
261
|
-
w4: 'Thu',
|
|
262
|
-
w5: 'Fri',
|
|
263
|
-
w6: 'Sat'
|
|
264
|
-
},
|
|
265
|
-
months: {
|
|
266
|
-
m0: 'Jan',
|
|
267
|
-
m1: 'Feb',
|
|
268
|
-
m2: 'Mar',
|
|
269
|
-
m3: 'Apr',
|
|
270
|
-
m4: 'May',
|
|
271
|
-
m5: 'Jun',
|
|
272
|
-
m6: 'Jul',
|
|
273
|
-
m7: 'Aug',
|
|
274
|
-
m8: 'Sep',
|
|
275
|
-
m9: 'Oct',
|
|
276
|
-
m10: 'Nov',
|
|
277
|
-
m11: 'Dec'
|
|
278
|
-
},
|
|
279
|
-
quarters: {
|
|
280
|
-
q1: 'First quarter',
|
|
281
|
-
q2: 'Second quarter',
|
|
282
|
-
q3: 'Third quarter',
|
|
283
|
-
q4: 'Fourth quarter'
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
formDesign: {
|
|
288
|
-
formName: 'Form name',
|
|
289
|
-
defFormTitle: 'Unnamed form',
|
|
290
|
-
widgetPropTab: 'Field property',
|
|
291
|
-
widgetFormTab: 'Form property',
|
|
292
|
-
styleSetting: {
|
|
293
|
-
btn: 'Style setting',
|
|
294
|
-
title: 'Form style setting',
|
|
295
|
-
layoutTitle: 'Field layout',
|
|
296
|
-
verticalLayout: 'Vertical layout',
|
|
297
|
-
horizontalLayout: 'Horizontal layout',
|
|
298
|
-
styleTitle: 'Title style',
|
|
299
|
-
boldTitle: 'Bold title',
|
|
300
|
-
fontBold: 'Bold',
|
|
301
|
-
fontNormal: 'Normal',
|
|
302
|
-
colonTitle: 'Display colon',
|
|
303
|
-
colonVisible: 'Visible',
|
|
304
|
-
colonHidden: 'Hidden',
|
|
305
|
-
alignTitle: 'Title align',
|
|
306
|
-
widthTitle: 'Title width',
|
|
307
|
-
alignLeft: 'Left',
|
|
308
|
-
alignRight: 'Right',
|
|
309
|
-
unitPx: 'Px',
|
|
310
|
-
unitPct: 'Pct'
|
|
311
|
-
},
|
|
312
|
-
widget: {
|
|
313
|
-
group: {
|
|
314
|
-
base: 'Base control',
|
|
315
|
-
layout: 'Layout control',
|
|
316
|
-
advanced: 'Advanced control'
|
|
317
|
-
},
|
|
318
|
-
copyTitle: 'Copy_{0}',
|
|
319
|
-
component: {
|
|
320
|
-
input: 'Input',
|
|
321
|
-
textarea: 'Textarea',
|
|
322
|
-
select: 'Select',
|
|
323
|
-
row: 'Row/column',
|
|
324
|
-
title: 'Text',
|
|
325
|
-
VxeSwitch: 'Yes/no',
|
|
326
|
-
VxeInput: 'Input',
|
|
327
|
-
VxeTextarea: 'Textarea',
|
|
328
|
-
VxeSelect: 'Select',
|
|
329
|
-
VxeRadioGroup: 'Radio',
|
|
330
|
-
VxeCheckboxGroup: 'Checkbox'
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
widgetProp: {
|
|
334
|
-
name: 'Field name',
|
|
335
|
-
placeholder: 'Field placeholder',
|
|
336
|
-
required: 'Required',
|
|
337
|
-
displaySetting: {
|
|
338
|
-
name: 'Display setting',
|
|
339
|
-
pc: 'PC',
|
|
340
|
-
mobile: 'Mobile',
|
|
341
|
-
visible: 'Visible',
|
|
342
|
-
hidden: 'Hidden'
|
|
343
|
-
},
|
|
344
|
-
dataSource: {
|
|
345
|
-
name: 'Data source',
|
|
346
|
-
defValue: 'Option {0}',
|
|
347
|
-
addOption: 'Add option',
|
|
348
|
-
batchEditOption: 'Batch edit',
|
|
349
|
-
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
350
|
-
buildOption: 'Build option'
|
|
351
|
-
},
|
|
352
|
-
rowProp: {
|
|
353
|
-
colSize: 'Number of columns',
|
|
354
|
-
col2: 'Two columns',
|
|
355
|
-
col3: 'Three columns',
|
|
356
|
-
col4: 'Four columns',
|
|
357
|
-
col6: 'Six columns',
|
|
358
|
-
layout: 'Layout'
|
|
359
|
-
},
|
|
360
|
-
textProp: {
|
|
361
|
-
name: 'Content',
|
|
362
|
-
alignTitle: 'Align',
|
|
363
|
-
alignLeft: 'Left',
|
|
364
|
-
alignCenter: 'Center',
|
|
365
|
-
alignRight: 'Right',
|
|
366
|
-
colorTitle: 'Color',
|
|
367
|
-
sizeTitle: 'Font size',
|
|
368
|
-
boldTitle: 'Font bold',
|
|
369
|
-
fontNormal: 'Normal',
|
|
370
|
-
fontBold: 'Bold'
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
/**
|
|
375
|
-
* 扩展插件
|
|
376
|
-
*/
|
|
377
|
-
plugins: {
|
|
378
|
-
extendCellArea: {
|
|
379
|
-
area: {
|
|
380
|
-
mergeErr: 'The operation cannot be performed on merged cells',
|
|
381
|
-
multiErr: 'The operation cannot be performed on multiple selection areas',
|
|
382
|
-
extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
|
|
383
|
-
pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation',
|
|
384
|
-
cpInvalidErr: 'This operation cannot be performed because there are prohibited columns in the area you selected ({0})'
|
|
385
|
-
},
|
|
386
|
-
fnr: {
|
|
387
|
-
title: 'Find and replace',
|
|
388
|
-
findLabel: 'Find',
|
|
389
|
-
replaceLabel: 'Replace',
|
|
390
|
-
findTitle: 'What to find:',
|
|
391
|
-
replaceTitle: 'Replace with:',
|
|
392
|
-
tabs: {
|
|
393
|
-
find: 'Find',
|
|
394
|
-
replace: 'Replace'
|
|
395
|
-
},
|
|
396
|
-
filter: {
|
|
397
|
-
re: 'Regular Expression',
|
|
398
|
-
whole: 'Whole word',
|
|
399
|
-
sensitive: 'Case sensitive'
|
|
400
|
-
},
|
|
401
|
-
btns: {
|
|
402
|
-
findNext: 'Find next',
|
|
403
|
-
findAll: 'Find all',
|
|
404
|
-
replace: 'Replace',
|
|
405
|
-
replaceAll: 'Replace all',
|
|
406
|
-
cancel: 'Cancel'
|
|
407
|
-
},
|
|
408
|
-
header: {
|
|
409
|
-
seq: '#',
|
|
410
|
-
cell: 'Cell',
|
|
411
|
-
value: 'Value'
|
|
412
|
-
},
|
|
413
|
-
empty: '(Empty)',
|
|
414
|
-
reError: 'Invalid regular expression',
|
|
415
|
-
recordCount: 'Found {0} cells',
|
|
416
|
-
notCell: 'No matching cells were found',
|
|
417
|
-
replaceSuccess: 'Successfully replaced {0} cells'
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
filterComplexInput: {
|
|
421
|
-
menus: {
|
|
422
|
-
fixedColumn: 'Freeze column',
|
|
423
|
-
fixedGroup: 'Freeze group',
|
|
424
|
-
cancelFixed: 'Clear freeze',
|
|
425
|
-
fixedLeft: 'Freeze the left',
|
|
426
|
-
fixedRight: 'Freeze the right'
|
|
427
|
-
},
|
|
428
|
-
cases: {
|
|
429
|
-
equal: 'Equal',
|
|
430
|
-
gt: 'Greater than',
|
|
431
|
-
lt: 'Less than',
|
|
432
|
-
begin: 'Beginning is',
|
|
433
|
-
endin: 'End is',
|
|
434
|
-
include: 'Include',
|
|
435
|
-
isSensitive: 'Case sensitive'
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
filterCombination: {
|
|
439
|
-
menus: {
|
|
440
|
-
clearSort: 'Clear sort',
|
|
441
|
-
sortAsc: 'Ascending order',
|
|
442
|
-
sortDesc: 'Descending order',
|
|
443
|
-
fixedColumn: 'Freeze column',
|
|
444
|
-
fixedGroup: 'Freeze group',
|
|
445
|
-
cancelFixed: 'Clear freeze',
|
|
446
|
-
fixedLeft: 'Freeze the left',
|
|
447
|
-
fixedRight: 'Freeze the right',
|
|
448
|
-
clearFilter: 'Clear filter',
|
|
449
|
-
textOption: 'Text filter',
|
|
450
|
-
numberOption: 'Number filter'
|
|
451
|
-
},
|
|
452
|
-
popup: {
|
|
453
|
-
title: 'Custom filtering',
|
|
454
|
-
currColumnTitle: 'Current column:',
|
|
455
|
-
and: 'And',
|
|
456
|
-
or: 'Or',
|
|
457
|
-
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
458
|
-
},
|
|
459
|
-
cases: {
|
|
460
|
-
equal: 'Equal',
|
|
461
|
-
unequal: 'Not equal',
|
|
462
|
-
gt: 'Greater than',
|
|
463
|
-
ge: 'Greater than or equal',
|
|
464
|
-
lt: 'Less than',
|
|
465
|
-
le: 'Less than or equal',
|
|
466
|
-
begin: 'Beginning is',
|
|
467
|
-
notbegin: 'Beginning is not',
|
|
468
|
-
endin: 'End is',
|
|
469
|
-
notendin: 'End is not',
|
|
470
|
-
include: 'Include',
|
|
471
|
-
exclude: 'Exclusive',
|
|
472
|
-
between: 'Betweenness',
|
|
473
|
-
custom: 'Custom filter',
|
|
474
|
-
insensitive: 'Case insensitive',
|
|
475
|
-
isSensitive: 'Case sensitive'
|
|
476
|
-
},
|
|
477
|
-
empty: '(Empty)',
|
|
478
|
-
notData: 'No data'
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
/**
|
|
482
|
-
* 以下废弃
|
|
483
|
-
* @deprecated
|
|
484
|
-
*/
|
|
485
|
-
renderer: {
|
|
486
|
-
search: 'Search',
|
|
487
|
-
cases: {
|
|
488
|
-
equal: 'Equal',
|
|
489
|
-
unequal: 'Not equal',
|
|
490
|
-
gt: 'Greater than',
|
|
491
|
-
ge: 'Greater than or equal',
|
|
492
|
-
lt: 'Less than',
|
|
493
|
-
le: 'Less than or equal',
|
|
494
|
-
begin: 'Beginning is',
|
|
495
|
-
notbegin: 'Beginning is not',
|
|
496
|
-
endin: 'End is',
|
|
497
|
-
notendin: 'End is not',
|
|
498
|
-
include: 'Include',
|
|
499
|
-
exclude: 'Exclusive',
|
|
500
|
-
between: 'Betweenness',
|
|
501
|
-
custom: 'Custom filter',
|
|
502
|
-
insensitive: 'Case insensitive',
|
|
503
|
-
isSensitive: 'Case sensitive'
|
|
504
|
-
},
|
|
505
|
-
combination: {
|
|
506
|
-
menus: {
|
|
507
|
-
clearSort: 'Clear sort',
|
|
508
|
-
sortAsc: 'Ascending order',
|
|
509
|
-
sortDesc: 'Descending order',
|
|
510
|
-
fixedColumn: 'Fixed column',
|
|
511
|
-
fixedGroup: 'Fixed group',
|
|
512
|
-
cancelFixed: 'Clear fixed',
|
|
513
|
-
fixedLeft: 'Fixed the left',
|
|
514
|
-
fixedRight: 'Fixed the right',
|
|
515
|
-
clearFilter: 'Clear filter',
|
|
516
|
-
textOption: 'Text filter',
|
|
517
|
-
numberOption: 'Number filter'
|
|
518
|
-
},
|
|
519
|
-
popup: {
|
|
520
|
-
title: 'Custom filtering',
|
|
521
|
-
currColumnTitle: 'Current column:',
|
|
522
|
-
and: 'And',
|
|
523
|
-
or: 'Or',
|
|
524
|
-
describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
|
|
525
|
-
},
|
|
526
|
-
empty: '(Empty)',
|
|
527
|
-
notData: 'No data'
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
pro: {
|
|
531
|
-
area: {
|
|
532
|
-
mergeErr: 'The operation cannot be performed on merged cells',
|
|
533
|
-
multiErr: 'The operation cannot be performed on multiple selection areas',
|
|
534
|
-
extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
|
|
535
|
-
pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation'
|
|
536
|
-
},
|
|
537
|
-
fnr: {
|
|
538
|
-
title: 'Find and replace',
|
|
539
|
-
findLabel: 'Find',
|
|
540
|
-
replaceLabel: 'Replace',
|
|
541
|
-
findTitle: 'What to find:',
|
|
542
|
-
replaceTitle: 'Replace with:',
|
|
543
|
-
tabs: {
|
|
544
|
-
find: 'Find',
|
|
545
|
-
replace: 'Replace'
|
|
546
|
-
},
|
|
547
|
-
filter: {
|
|
548
|
-
re: 'Regular Expression',
|
|
549
|
-
whole: 'Whole word',
|
|
550
|
-
sensitive: 'Case sensitive'
|
|
551
|
-
},
|
|
552
|
-
btns: {
|
|
553
|
-
findNext: 'Find next',
|
|
554
|
-
findAll: 'Find all',
|
|
555
|
-
replace: 'Replace',
|
|
556
|
-
replaceAll: 'Replace all',
|
|
557
|
-
cancel: 'Cancel'
|
|
558
|
-
},
|
|
559
|
-
header: {
|
|
560
|
-
seq: '#',
|
|
561
|
-
cell: 'Cell',
|
|
562
|
-
value: 'Value'
|
|
563
|
-
},
|
|
564
|
-
empty: '(Empty)',
|
|
565
|
-
reError: 'Invalid regular expression',
|
|
566
|
-
recordCount: 'Found {0} cells',
|
|
567
|
-
notCell: 'No matching cells were found',
|
|
568
|
-
replaceSuccess: 'Successfully replaced {0} cells'
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
};
|
|
573
|
-
});
|
package/lib/language/es-ES.d.ts
DELETED