vxe-table 4.7.28 → 4.7.29
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/locale/lang/en-US.js +148 -8
- package/es/locale/lang/es-ES.js +149 -9
- package/es/locale/lang/ja-JP.js +149 -9
- package/es/locale/lang/pt-BR.js +149 -9
- package/es/locale/lang/zh-CN.js +145 -5
- package/es/locale/lang/zh-TC.js +149 -9
- package/es/table/module/export/hook.js +12 -2
- package/es/ui/index.js +2 -2
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +3 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +148 -8
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +148 -8
- package/lib/locale/lang/es-ES.js +149 -9
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +149 -9
- package/lib/locale/lang/ja-JP.js +149 -9
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +149 -9
- package/lib/locale/lang/pt-BR.js +149 -9
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +149 -9
- package/lib/locale/lang/zh-CN.js +145 -5
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +145 -5
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +149 -9
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +149 -9
- package/lib/locale/lang/zh-TC.js +149 -9
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +149 -9
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +149 -9
- package/lib/ui/index.js +2 -2
- 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/locale/lang/en-US.ts +148 -8
- package/packages/locale/lang/es-ES.ts +149 -9
- package/packages/locale/lang/ja-JP.ts +149 -9
- package/packages/locale/lang/pt-BR.ts +149 -9
- package/packages/locale/lang/zh-CN.ts +145 -5
- package/packages/locale/lang/zh-TC.ts +149 -9
- package/packages/table/module/export/hook.ts +12 -2
package/lib/locale/lang/en-US.js
CHANGED
|
@@ -12,7 +12,9 @@ var _default = exports.default = {
|
|
|
12
12
|
vxe: {
|
|
13
13
|
base: {
|
|
14
14
|
pleaseInput: 'Please input',
|
|
15
|
-
pleaseSelect: 'Select'
|
|
15
|
+
pleaseSelect: 'Select',
|
|
16
|
+
comma: ',',
|
|
17
|
+
fullStop: '.'
|
|
16
18
|
},
|
|
17
19
|
loading: {
|
|
18
20
|
text: 'Loading...'
|
|
@@ -55,7 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
table: {
|
|
56
58
|
emptyText: 'No Data',
|
|
57
59
|
allTitle: 'Select all / cancel',
|
|
58
|
-
seqTitle: 'S
|
|
60
|
+
seqTitle: 'N/S',
|
|
59
61
|
confirmFilter: 'Confirm',
|
|
60
62
|
resetFilter: 'Reset',
|
|
61
63
|
allFilter: 'All',
|
|
@@ -70,7 +72,8 @@ var _default = exports.default = {
|
|
|
70
72
|
customTitle: 'Column settings',
|
|
71
73
|
customAll: 'All',
|
|
72
74
|
customConfirm: 'Confirm',
|
|
73
|
-
|
|
75
|
+
customCancel: 'Cancel',
|
|
76
|
+
customRestore: 'Restore',
|
|
74
77
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
75
78
|
},
|
|
76
79
|
grid: {
|
|
@@ -126,7 +129,8 @@ var _default = exports.default = {
|
|
|
126
129
|
colSort: 'Sort',
|
|
127
130
|
sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
|
|
128
131
|
colTitle: 'Title',
|
|
129
|
-
|
|
132
|
+
colResizable: 'Column width (px)',
|
|
133
|
+
colVisible: 'Display',
|
|
130
134
|
colFixed: 'Freeze columns (Max. {0})',
|
|
131
135
|
fixedLeft: 'Left',
|
|
132
136
|
fixedUnset: 'Unset',
|
|
@@ -191,7 +195,9 @@ var _default = exports.default = {
|
|
|
191
195
|
expCancel: 'Cancel'
|
|
192
196
|
},
|
|
193
197
|
modal: {
|
|
194
|
-
|
|
198
|
+
errTitle: 'Error',
|
|
199
|
+
zoomMin: 'Minimize',
|
|
200
|
+
zoomIn: 'Maximize',
|
|
195
201
|
zoomOut: 'Reduction',
|
|
196
202
|
close: 'Close'
|
|
197
203
|
},
|
|
@@ -275,13 +281,147 @@ var _default = exports.default = {
|
|
|
275
281
|
}
|
|
276
282
|
}
|
|
277
283
|
},
|
|
284
|
+
imagePreview: {
|
|
285
|
+
popupTitle: 'Preview',
|
|
286
|
+
operBtn: {
|
|
287
|
+
zoomOut: 'Reduce',
|
|
288
|
+
zoomIn: 'Enlarge',
|
|
289
|
+
pctFull: 'Proportional scaling',
|
|
290
|
+
pct11: 'Show original size',
|
|
291
|
+
rotateLeft: 'Rotate left',
|
|
292
|
+
rotateRight: 'Rotate right',
|
|
293
|
+
print: 'Click to print',
|
|
294
|
+
download: 'Click to download'
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
upload: {
|
|
298
|
+
fileBtnText: 'Click or drag',
|
|
299
|
+
imgBtnText: 'Click or drag',
|
|
300
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
|
|
301
|
+
imgSizeHint: 'Single {0}',
|
|
302
|
+
imgCountHint: 'Up to {0}',
|
|
303
|
+
fileTypeHint: 'Support {0} file types',
|
|
304
|
+
fileSizeHint: 'Single file size does not exceed {0}',
|
|
305
|
+
fileCountHint: 'Up to {0} file can be uploaded',
|
|
306
|
+
overCountErr: 'You can only choose {0} file!',
|
|
307
|
+
overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
|
|
308
|
+
overSizeErr: 'The size of the file is not more than {0}}!',
|
|
309
|
+
reUpload: 'Re upload',
|
|
310
|
+
uploadProgress: 'Uploading {0}%',
|
|
311
|
+
uploadErr: 'Fail to upload',
|
|
312
|
+
uploadSuccess: 'Successfully upload'
|
|
313
|
+
},
|
|
278
314
|
formDesign: {
|
|
315
|
+
formName: 'Form name',
|
|
316
|
+
defFormTitle: 'Unnamed form',
|
|
317
|
+
widgetPropTab: 'Field property',
|
|
318
|
+
widgetFormTab: 'Form property',
|
|
319
|
+
styleSetting: {
|
|
320
|
+
btn: 'Style setting',
|
|
321
|
+
title: 'Form style setting',
|
|
322
|
+
layoutTitle: 'Field layout',
|
|
323
|
+
verticalLayout: 'Vertical layout',
|
|
324
|
+
horizontalLayout: 'Horizontal layout',
|
|
325
|
+
styleTitle: 'Title style',
|
|
326
|
+
boldTitle: 'Bold title',
|
|
327
|
+
fontBold: 'Bold',
|
|
328
|
+
fontNormal: 'Normal',
|
|
329
|
+
colonTitle: 'Display colon',
|
|
330
|
+
colonVisible: 'Visible',
|
|
331
|
+
colonHidden: 'Hidden',
|
|
332
|
+
alignTitle: 'Title align',
|
|
333
|
+
widthTitle: 'Title width',
|
|
334
|
+
alignLeft: 'Left',
|
|
335
|
+
alignRight: 'Right',
|
|
336
|
+
unitPx: 'Px',
|
|
337
|
+
unitPct: 'Pct'
|
|
338
|
+
},
|
|
279
339
|
widget: {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
340
|
+
group: {
|
|
341
|
+
base: 'Base control',
|
|
342
|
+
layout: 'Layout control',
|
|
343
|
+
advanced: 'Advanced control'
|
|
344
|
+
},
|
|
345
|
+
copyTitle: 'Copy_{0}',
|
|
346
|
+
component: {
|
|
347
|
+
input: 'Input',
|
|
348
|
+
textarea: 'Textarea',
|
|
349
|
+
select: 'Select',
|
|
350
|
+
row: 'Row/column',
|
|
351
|
+
title: 'Text',
|
|
352
|
+
subtable: 'Subtable',
|
|
353
|
+
VxeSwitch: 'Yes/no',
|
|
354
|
+
VxeInput: 'Input',
|
|
355
|
+
VxeNumberInput: 'Number',
|
|
356
|
+
VxeDatePicker: 'Date',
|
|
357
|
+
VxeTextarea: 'Textarea',
|
|
358
|
+
VxeSelect: 'Select',
|
|
359
|
+
VxeRadioGroup: 'Radio',
|
|
360
|
+
VxeCheckboxGroup: 'Checkbox',
|
|
361
|
+
VxeUploadFile: 'File',
|
|
362
|
+
VxeUploadImage: 'Image'
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
widgetProp: {
|
|
366
|
+
name: 'Field name',
|
|
367
|
+
placeholder: 'Field placeholder',
|
|
368
|
+
required: 'Required',
|
|
369
|
+
displaySetting: {
|
|
370
|
+
name: 'Display setting',
|
|
371
|
+
pc: 'PC',
|
|
372
|
+
mobile: 'Mobile',
|
|
373
|
+
visible: 'Visible',
|
|
374
|
+
hidden: 'Hidden'
|
|
375
|
+
},
|
|
376
|
+
dataSource: {
|
|
377
|
+
name: 'Data source',
|
|
378
|
+
defValue: 'Option {0}',
|
|
379
|
+
addOption: 'Add option',
|
|
380
|
+
batchEditOption: 'Batch edit',
|
|
381
|
+
batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
|
|
382
|
+
batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
|
|
383
|
+
buildOption: 'Build option'
|
|
384
|
+
},
|
|
385
|
+
rowProp: {
|
|
386
|
+
colSize: 'Number of columns',
|
|
387
|
+
col2: 'Two columns',
|
|
388
|
+
col3: 'Three columns',
|
|
389
|
+
col4: 'Four columns',
|
|
390
|
+
col6: 'Six columns',
|
|
391
|
+
layout: 'Layout'
|
|
392
|
+
},
|
|
393
|
+
textProp: {
|
|
394
|
+
name: 'Content',
|
|
395
|
+
alignTitle: 'Align',
|
|
396
|
+
alignLeft: 'Left',
|
|
397
|
+
alignCenter: 'Center',
|
|
398
|
+
alignRight: 'Right',
|
|
399
|
+
colorTitle: 'Color',
|
|
400
|
+
sizeTitle: 'Font size',
|
|
401
|
+
boldTitle: 'Font bold',
|
|
402
|
+
fontNormal: 'Normal',
|
|
403
|
+
fontBold: 'Bold'
|
|
404
|
+
},
|
|
405
|
+
subtableProp: {
|
|
406
|
+
seqTitle: 'S/N',
|
|
407
|
+
showSeq: 'Display serial number',
|
|
408
|
+
showCheckbox: 'Allow multiple selections',
|
|
409
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
410
|
+
},
|
|
411
|
+
uploadProp: {
|
|
412
|
+
limitFileCount: 'File quantity limitation',
|
|
413
|
+
limitFileSize: 'File size limitation',
|
|
414
|
+
multiFile: 'Allows multiple files',
|
|
415
|
+
limitImgCount: 'Image quantity limitation',
|
|
416
|
+
limitImgSize: 'Image size limitation',
|
|
417
|
+
multiImg: 'Allows multiple images'
|
|
418
|
+
}
|
|
283
419
|
}
|
|
284
420
|
},
|
|
421
|
+
listDesign: {
|
|
422
|
+
fieldSettingTab: 'Field setting',
|
|
423
|
+
listSettingTab: 'List setting'
|
|
424
|
+
},
|
|
285
425
|
/**
|
|
286
426
|
* 扩展插件
|
|
287
427
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangEnUS=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',errConflicts:'Argument "{0}" conflicts with "{1}"',unableInsert:"Unable to insert to the specified location.",useErr:'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',barUnableLink:"Toolbar cannot associate table.",expandContent:'Expand row slot should be "content", please check if it is correct.',reqModule:'require "{0}" module.',reqProp:'Missing the necessary "{0}" parameter, which can cause error.',emptyProp:'The property "{0}" is not allowed to be empty.',errProp:'Unsupported parameter "{0}", possibly "{1}".',colRepet:'column.{0}="{0}" is duplicated, which may make some features unusable',notFunc:'method "{0}" not exist.',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" does not exist',noTree:'The tree structure does not support "{0}".',notProp:'Unsupported parameters "{0}"',checkProp:'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'The function "{0}" is deprecated, please use "{1}".',delProp:'The property "{0}" is deprecated, please use "{1}".',delEvent:'The event "{0}" is deprecated, please use "{1}"',removeProp:'The property "{0}" is deprecated and is not recommended, which may cause error.',errFormat:'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',notType:'Unsupported file types "{0}"',notExp:"The browser does not support import / export.",impFields:"Import failed, please check that the field name and data format are correct.",treeNotImp:"Tree table does not support import."},table:{emptyText:"No Data",allTitle:"Select all / cancel",seqTitle:"S/N",confirmFilter:"Confirm",resetFilter:"Reset",allFilter:"All",sortAsc:"Ascending: lowest to highest",sortDesc:"Descending: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export success",expFilename:"Export_{0}",expOriginFilename:"Export_original_{0}",customTitle:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"Please choose at least one piece of record!",deleteSelectRecord:"Are you sure you want to delete the selected record?",removeSelectRecord:"Are you sure you want to remove the selected record?",dataUnchanged:"Data unchanged! ",delSuccess:"Successfully deleted the selected record!",saveSuccess:"Saved successfully!",operError:"Error occurred, operation failed!"},select:{search:"Search",loadingText:"Loading",emptyText:"No Data"},pager:{goto:"Go to",pagesize:"{0}/page",total:"Total {0} record",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirm",cancel:"Cancel"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm",cstmConfirmRestore:"Please confirm whether to restore the default column configuration?",cstmDragTarget:"Moving target: {0}",setting:{colSort:"Sort",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"Title",colVisible:"Visible",colFixed:"Freeze columns (Max. {0})",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},import:{modes:{covering:"Covering",insert:"Insert"},impTitle:"Import data",impFile:"Filename",impSelect:"Select file",impType:"File type",impOpts:"Settings",impConfirm:"Import",impCancel:"Cancel"},export:{types:{csv:"CSV (Comma separated) (*.csv)",html:"Web Page (*.html)",xml:"XML Data(*.xml)",txt:"Text (Tab delimited) (*.txt)",xls:"Excel 97-2003 Workbook(*.xls)",xlsx:"Excel Workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Current data (data of current page)",selected:"Selected data (data selected on the current page)",all:"Full data (including all paging data)"},printTitle:"Print data",expTitle:"Export data",expName:"Filename",expNamePlaceholder:"Please enter filename",expSheetName:"Title",expSheetNamePlaceholder:"Please enter a title",expType:"Save the type",expMode:"Select data",expCurrentColumn:"All the field",expColumn:"Select field",expOpts:"Settings",expOptHeader:"Header",expHeaderTitle:"Do I need a header",expOptFooter:"Footer",expFooterTitle:"Do you need the footer table",expOptColgroup:"Group header",expColgroupTitle:"If it exists, headers with grouping structure are supported",expOptMerge:"Merge",expMergeTitle:"If it exists, cells with merged structures are supported",expOptAllExpand:"Expand nodes",expAllExpandTitle:"If it exists, all data with tree structure can be expanded",expOptUseStyle:"Styles",expUseStyleTitle:"If it exists, cells with styles are supported",expOptOriginal:"Source data",expOriginalTitle:"If it is source data, import into the table is supported",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{zoomIn:"Maximization",zoomOut:"Reduction",close:"Close"},drawer:{close:"Close"},form:{folding:"Folding",unfolding:"Unfolding"},toolbar:{import:"Import",export:"Export",print:"Printing",refresh:"Refresh",zoomIn:"Full screen",zoomOut:"Reduction",custom:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Week] WW, yyyy",month:"MM/yyyy",quarter:"[Quarter] q, yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"Jan",m1:"Feb",m2:"Mar",m3:"Apr",m4:"May",m5:"Jun",m6:"Jul",m7:"Aug",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dec"},quarters:{q1:"First quarter",q2:"Second quarter",q3:"Third quarter",q4:"Fourth quarter"}}},formDesign:{widget:{input:"Input",textarea:"Textarea",select:"Select"}},plugins:{extendCellArea:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation",cpInvalidErr:"This operation cannot be performed because there are prohibited columns in the area you selected ({0})"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}},filterComplexInput:{menus:{fixedColumn:"Freeze column",fixedGroup:"Freeze group",cancelFixed:"Clear freeze",fixedLeft:"Freeze the left",fixedRight:"Freeze the right"},cases:{equal:"Equal",gt:"Greater than",lt:"Less than",begin:"Beginning is",endin:"End is",include:"Include",isSensitive:"Case sensitive"}},filterCombination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Freeze column",fixedGroup:"Freeze group",cancelFixed:"Clear freeze",fixedLeft:"Freeze the left",fixedRight:"Freeze the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},empty:"(Empty)",notData:"No data"}},renderer:{search:"Search",cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},combination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Fixed column",fixedGroup:"Fixed group",cancelFixed:"Clear fixed",fixedLeft:"Fixed the left",fixedRight:"Fixed the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},empty:"(Empty)",notData:"No data"}},pro:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}}}}});
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangEnUS=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select",comma:",",fullStop:"."},loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',errConflicts:'Argument "{0}" conflicts with "{1}"',unableInsert:"Unable to insert to the specified location.",useErr:'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',barUnableLink:"Toolbar cannot associate table.",expandContent:'Expand row slot should be "content", please check if it is correct.',reqModule:'require "{0}" module.',reqProp:'Missing the necessary "{0}" parameter, which can cause error.',emptyProp:'The property "{0}" is not allowed to be empty.',errProp:'Unsupported parameter "{0}", possibly "{1}".',colRepet:'column.{0}="{0}" is duplicated, which may make some features unusable',notFunc:'method "{0}" not exist.',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" does not exist',noTree:'The tree structure does not support "{0}".',notProp:'Unsupported parameters "{0}"',checkProp:'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'The function "{0}" is deprecated, please use "{1}".',delProp:'The property "{0}" is deprecated, please use "{1}".',delEvent:'The event "{0}" is deprecated, please use "{1}"',removeProp:'The property "{0}" is deprecated and is not recommended, which may cause error.',errFormat:'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',notType:'Unsupported file types "{0}"',notExp:"The browser does not support import / export.",impFields:"Import failed, please check that the field name and data format are correct.",treeNotImp:"Tree table does not support import."},table:{emptyText:"No Data",allTitle:"Select all / cancel",seqTitle:"N/S",confirmFilter:"Confirm",resetFilter:"Reset",allFilter:"All",sortAsc:"Ascending: lowest to highest",sortDesc:"Descending: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export success",expFilename:"Export_{0}",expOriginFilename:"Export_original_{0}",customTitle:"Column settings",customAll:"All",customConfirm:"Confirm",customCancel:"Cancel",customRestore:"Restore",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"Please choose at least one piece of record!",deleteSelectRecord:"Are you sure you want to delete the selected record?",removeSelectRecord:"Are you sure you want to remove the selected record?",dataUnchanged:"Data unchanged! ",delSuccess:"Successfully deleted the selected record!",saveSuccess:"Saved successfully!",operError:"Error occurred, operation failed!"},select:{search:"Search",loadingText:"Loading",emptyText:"No Data"},pager:{goto:"Go to",pagesize:"{0}/page",total:"Total {0} record",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirm",cancel:"Cancel"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm",cstmConfirmRestore:"Please confirm whether to restore the default column configuration?",cstmDragTarget:"Moving target: {0}",setting:{colSort:"Sort",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"Title",colResizable:"Column width (px)",colVisible:"Display",colFixed:"Freeze columns (Max. {0})",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},import:{modes:{covering:"Covering",insert:"Insert"},impTitle:"Import data",impFile:"Filename",impSelect:"Select file",impType:"File type",impOpts:"Settings",impConfirm:"Import",impCancel:"Cancel"},export:{types:{csv:"CSV (Comma separated) (*.csv)",html:"Web Page (*.html)",xml:"XML Data(*.xml)",txt:"Text (Tab delimited) (*.txt)",xls:"Excel 97-2003 Workbook(*.xls)",xlsx:"Excel Workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Current data (data of current page)",selected:"Selected data (data selected on the current page)",all:"Full data (including all paging data)"},printTitle:"Print data",expTitle:"Export data",expName:"Filename",expNamePlaceholder:"Please enter filename",expSheetName:"Title",expSheetNamePlaceholder:"Please enter a title",expType:"Save the type",expMode:"Select data",expCurrentColumn:"All the field",expColumn:"Select field",expOpts:"Settings",expOptHeader:"Header",expHeaderTitle:"Do I need a header",expOptFooter:"Footer",expFooterTitle:"Do you need the footer table",expOptColgroup:"Group header",expColgroupTitle:"If it exists, headers with grouping structure are supported",expOptMerge:"Merge",expMergeTitle:"If it exists, cells with merged structures are supported",expOptAllExpand:"Expand nodes",expAllExpandTitle:"If it exists, all data with tree structure can be expanded",expOptUseStyle:"Styles",expUseStyleTitle:"If it exists, cells with styles are supported",expOptOriginal:"Source data",expOriginalTitle:"If it is source data, import into the table is supported",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{errTitle:"Error",zoomMin:"Minimize",zoomIn:"Maximize",zoomOut:"Reduction",close:"Close"},drawer:{close:"Close"},form:{folding:"Folding",unfolding:"Unfolding"},toolbar:{import:"Import",export:"Export",print:"Printing",refresh:"Refresh",zoomIn:"Full screen",zoomOut:"Reduction",custom:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Reset",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Week] WW, yyyy",month:"MM/yyyy",quarter:"[Quarter] q, yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"Jan",m1:"Feb",m2:"Mar",m3:"Apr",m4:"May",m5:"Jun",m6:"Jul",m7:"Aug",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dec"},quarters:{q1:"First quarter",q2:"Second quarter",q3:"Third quarter",q4:"Fourth quarter"}}},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"Reduce",zoomIn:"Enlarge",pctFull:"Proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print",download:"Click to download"}},upload:{fileBtnText:"Click or drag",imgBtnText:"Click or drag",dragPlaceholder:"Please drag and drop the file into this area to upload it.",imgSizeHint:"Single {0}",imgCountHint:"Up to {0}",fileTypeHint:"Support {0} file types",fileSizeHint:"Single file size does not exceed {0}",fileCountHint:"Up to {0} file can be uploaded",overCountErr:"You can only choose {0} file!",overCountExtraErr:"It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!",overSizeErr:"The size of the file is not more than {0}}!",reUpload:"Re upload",uploadProgress:"Uploading {0}%",uploadErr:"Fail to upload",uploadSuccess:"Successfully upload"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",styleSetting:{btn:"Style setting",title:"Form style setting",layoutTitle:"Field layout",verticalLayout:"Vertical layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Bold title",fontBold:"Bold",fontNormal:"Normal",colonTitle:"Display colon",colonVisible:"Visible",colonHidden:"Hidden",alignTitle:"Title align",widthTitle:"Title width",alignLeft:"Left",alignRight:"Right",unitPx:"Px",unitPct:"Pct"},widget:{group:{base:"Base control",layout:"Layout control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",displaySetting:{name:"Display setting",pc:"PC",mobile:"Mobile",visible:"Visible",hidden:"Hidden"},dataSource:{name:"Data source",defValue:"Option {0}",addOption:"Add option",batchEditOption:"Batch edit",batchEditTip:"Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"},textProp:{name:"Content",alignTitle:"Align",alignLeft:"Left",alignCenter:"Center",alignRight:"Right",colorTitle:"Color",sizeTitle:"Font size",boldTitle:"Font bold",fontNormal:"Normal",fontBold:"Bold"},subtableProp:{seqTitle:"S/N",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The sub table does not support this control. Please use another control."},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field setting",listSettingTab:"List setting"},plugins:{extendCellArea:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation",cpInvalidErr:"This operation cannot be performed because there are prohibited columns in the area you selected ({0})"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}},filterComplexInput:{menus:{fixedColumn:"Freeze column",fixedGroup:"Freeze group",cancelFixed:"Clear freeze",fixedLeft:"Freeze the left",fixedRight:"Freeze the right"},cases:{equal:"Equal",gt:"Greater than",lt:"Less than",begin:"Beginning is",endin:"End is",include:"Include",isSensitive:"Case sensitive"}},filterCombination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Freeze column",fixedGroup:"Freeze group",cancelFixed:"Clear freeze",fixedLeft:"Freeze the left",fixedRight:"Freeze the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},empty:"(Empty)",notData:"No data"}},renderer:{search:"Search",cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},combination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Fixed column",fixedGroup:"Fixed group",cancelFixed:"Clear fixed",fixedLeft:"Fixed the left",fixedRight:"Fixed the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},empty:"(Empty)",notData:"No data"}},pro:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}}}}});
|
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
vxe: {
|
|
26
26
|
base: {
|
|
27
27
|
pleaseInput: 'Please input',
|
|
28
|
-
pleaseSelect: 'Select'
|
|
28
|
+
pleaseSelect: 'Select',
|
|
29
|
+
comma: ',',
|
|
30
|
+
fullStop: '.'
|
|
29
31
|
},
|
|
30
32
|
loading: {
|
|
31
33
|
text: 'Loading...'
|
|
@@ -68,7 +70,7 @@
|
|
|
68
70
|
table: {
|
|
69
71
|
emptyText: 'No Data',
|
|
70
72
|
allTitle: 'Select all / cancel',
|
|
71
|
-
seqTitle: 'S
|
|
73
|
+
seqTitle: 'N/S',
|
|
72
74
|
confirmFilter: 'Confirm',
|
|
73
75
|
resetFilter: 'Reset',
|
|
74
76
|
allFilter: 'All',
|
|
@@ -83,7 +85,8 @@
|
|
|
83
85
|
customTitle: 'Column settings',
|
|
84
86
|
customAll: 'All',
|
|
85
87
|
customConfirm: 'Confirm',
|
|
86
|
-
|
|
88
|
+
customCancel: 'Cancel',
|
|
89
|
+
customRestore: 'Restore',
|
|
87
90
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
88
91
|
},
|
|
89
92
|
grid: {
|
|
@@ -139,7 +142,8 @@
|
|
|
139
142
|
colSort: 'Sort',
|
|
140
143
|
sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
|
|
141
144
|
colTitle: 'Title',
|
|
142
|
-
|
|
145
|
+
colResizable: 'Column width (px)',
|
|
146
|
+
colVisible: 'Display',
|
|
143
147
|
colFixed: 'Freeze columns (Max. {0})',
|
|
144
148
|
fixedLeft: 'Left',
|
|
145
149
|
fixedUnset: 'Unset',
|
|
@@ -204,7 +208,9 @@
|
|
|
204
208
|
expCancel: 'Cancel'
|
|
205
209
|
},
|
|
206
210
|
modal: {
|
|
207
|
-
|
|
211
|
+
errTitle: 'Error',
|
|
212
|
+
zoomMin: 'Minimize',
|
|
213
|
+
zoomIn: 'Maximize',
|
|
208
214
|
zoomOut: 'Reduction',
|
|
209
215
|
close: 'Close'
|
|
210
216
|
},
|
|
@@ -288,13 +294,147 @@
|
|
|
288
294
|
}
|
|
289
295
|
}
|
|
290
296
|
},
|
|
297
|
+
imagePreview: {
|
|
298
|
+
popupTitle: 'Preview',
|
|
299
|
+
operBtn: {
|
|
300
|
+
zoomOut: 'Reduce',
|
|
301
|
+
zoomIn: 'Enlarge',
|
|
302
|
+
pctFull: 'Proportional scaling',
|
|
303
|
+
pct11: 'Show original size',
|
|
304
|
+
rotateLeft: 'Rotate left',
|
|
305
|
+
rotateRight: 'Rotate right',
|
|
306
|
+
print: 'Click to print',
|
|
307
|
+
download: 'Click to download'
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
upload: {
|
|
311
|
+
fileBtnText: 'Click or drag',
|
|
312
|
+
imgBtnText: 'Click or drag',
|
|
313
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
|
|
314
|
+
imgSizeHint: 'Single {0}',
|
|
315
|
+
imgCountHint: 'Up to {0}',
|
|
316
|
+
fileTypeHint: 'Support {0} file types',
|
|
317
|
+
fileSizeHint: 'Single file size does not exceed {0}',
|
|
318
|
+
fileCountHint: 'Up to {0} file can be uploaded',
|
|
319
|
+
overCountErr: 'You can only choose {0} file!',
|
|
320
|
+
overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
|
|
321
|
+
overSizeErr: 'The size of the file is not more than {0}}!',
|
|
322
|
+
reUpload: 'Re upload',
|
|
323
|
+
uploadProgress: 'Uploading {0}%',
|
|
324
|
+
uploadErr: 'Fail to upload',
|
|
325
|
+
uploadSuccess: 'Successfully upload'
|
|
326
|
+
},
|
|
291
327
|
formDesign: {
|
|
328
|
+
formName: 'Form name',
|
|
329
|
+
defFormTitle: 'Unnamed form',
|
|
330
|
+
widgetPropTab: 'Field property',
|
|
331
|
+
widgetFormTab: 'Form property',
|
|
332
|
+
styleSetting: {
|
|
333
|
+
btn: 'Style setting',
|
|
334
|
+
title: 'Form style setting',
|
|
335
|
+
layoutTitle: 'Field layout',
|
|
336
|
+
verticalLayout: 'Vertical layout',
|
|
337
|
+
horizontalLayout: 'Horizontal layout',
|
|
338
|
+
styleTitle: 'Title style',
|
|
339
|
+
boldTitle: 'Bold title',
|
|
340
|
+
fontBold: 'Bold',
|
|
341
|
+
fontNormal: 'Normal',
|
|
342
|
+
colonTitle: 'Display colon',
|
|
343
|
+
colonVisible: 'Visible',
|
|
344
|
+
colonHidden: 'Hidden',
|
|
345
|
+
alignTitle: 'Title align',
|
|
346
|
+
widthTitle: 'Title width',
|
|
347
|
+
alignLeft: 'Left',
|
|
348
|
+
alignRight: 'Right',
|
|
349
|
+
unitPx: 'Px',
|
|
350
|
+
unitPct: 'Pct'
|
|
351
|
+
},
|
|
292
352
|
widget: {
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
353
|
+
group: {
|
|
354
|
+
base: 'Base control',
|
|
355
|
+
layout: 'Layout control',
|
|
356
|
+
advanced: 'Advanced control'
|
|
357
|
+
},
|
|
358
|
+
copyTitle: 'Copy_{0}',
|
|
359
|
+
component: {
|
|
360
|
+
input: 'Input',
|
|
361
|
+
textarea: 'Textarea',
|
|
362
|
+
select: 'Select',
|
|
363
|
+
row: 'Row/column',
|
|
364
|
+
title: 'Text',
|
|
365
|
+
subtable: 'Subtable',
|
|
366
|
+
VxeSwitch: 'Yes/no',
|
|
367
|
+
VxeInput: 'Input',
|
|
368
|
+
VxeNumberInput: 'Number',
|
|
369
|
+
VxeDatePicker: 'Date',
|
|
370
|
+
VxeTextarea: 'Textarea',
|
|
371
|
+
VxeSelect: 'Select',
|
|
372
|
+
VxeRadioGroup: 'Radio',
|
|
373
|
+
VxeCheckboxGroup: 'Checkbox',
|
|
374
|
+
VxeUploadFile: 'File',
|
|
375
|
+
VxeUploadImage: 'Image'
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
widgetProp: {
|
|
379
|
+
name: 'Field name',
|
|
380
|
+
placeholder: 'Field placeholder',
|
|
381
|
+
required: 'Required',
|
|
382
|
+
displaySetting: {
|
|
383
|
+
name: 'Display setting',
|
|
384
|
+
pc: 'PC',
|
|
385
|
+
mobile: 'Mobile',
|
|
386
|
+
visible: 'Visible',
|
|
387
|
+
hidden: 'Hidden'
|
|
388
|
+
},
|
|
389
|
+
dataSource: {
|
|
390
|
+
name: 'Data source',
|
|
391
|
+
defValue: 'Option {0}',
|
|
392
|
+
addOption: 'Add option',
|
|
393
|
+
batchEditOption: 'Batch edit',
|
|
394
|
+
batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
|
|
395
|
+
batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
|
|
396
|
+
buildOption: 'Build option'
|
|
397
|
+
},
|
|
398
|
+
rowProp: {
|
|
399
|
+
colSize: 'Number of columns',
|
|
400
|
+
col2: 'Two columns',
|
|
401
|
+
col3: 'Three columns',
|
|
402
|
+
col4: 'Four columns',
|
|
403
|
+
col6: 'Six columns',
|
|
404
|
+
layout: 'Layout'
|
|
405
|
+
},
|
|
406
|
+
textProp: {
|
|
407
|
+
name: 'Content',
|
|
408
|
+
alignTitle: 'Align',
|
|
409
|
+
alignLeft: 'Left',
|
|
410
|
+
alignCenter: 'Center',
|
|
411
|
+
alignRight: 'Right',
|
|
412
|
+
colorTitle: 'Color',
|
|
413
|
+
sizeTitle: 'Font size',
|
|
414
|
+
boldTitle: 'Font bold',
|
|
415
|
+
fontNormal: 'Normal',
|
|
416
|
+
fontBold: 'Bold'
|
|
417
|
+
},
|
|
418
|
+
subtableProp: {
|
|
419
|
+
seqTitle: 'S/N',
|
|
420
|
+
showSeq: 'Display serial number',
|
|
421
|
+
showCheckbox: 'Allow multiple selections',
|
|
422
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.'
|
|
423
|
+
},
|
|
424
|
+
uploadProp: {
|
|
425
|
+
limitFileCount: 'File quantity limitation',
|
|
426
|
+
limitFileSize: 'File size limitation',
|
|
427
|
+
multiFile: 'Allows multiple files',
|
|
428
|
+
limitImgCount: 'Image quantity limitation',
|
|
429
|
+
limitImgSize: 'Image size limitation',
|
|
430
|
+
multiImg: 'Allows multiple images'
|
|
431
|
+
}
|
|
296
432
|
}
|
|
297
433
|
},
|
|
434
|
+
listDesign: {
|
|
435
|
+
fieldSettingTab: 'Field setting',
|
|
436
|
+
listSettingTab: 'List setting'
|
|
437
|
+
},
|
|
298
438
|
/**
|
|
299
439
|
* 扩展插件
|
|
300
440
|
*/
|