@vxe-ui/core 0.10.2 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.en.md +31 -31
  2. package/README.md +31 -31
  3. package/README.zh-TW.md +31 -31
  4. package/es/index.esm.js +4 -2
  5. package/es/language/en-US.js +76 -4
  6. package/es/language/es-ES.js +76 -4
  7. package/es/language/ja-JP.js +76 -4
  8. package/es/language/pt-BR.js +76 -4
  9. package/es/language/zh-CN.js +76 -4
  10. package/es/language/zh-TC.js +77 -5
  11. package/es/src/core.js +3 -4
  12. package/es/src/i18n.js +2 -1
  13. package/es/src/i18nStore.js +3 -2
  14. package/es/src/log.js +1 -1
  15. package/lib/index.common.js +4 -2
  16. package/lib/index.umd.js +104 -28
  17. package/lib/index.umd.min.js +1 -1
  18. package/lib/language/en-US.js +76 -4
  19. package/lib/language/en-US.min.js +1 -1
  20. package/lib/language/en-US.umd.js +76 -4
  21. package/lib/language/es-ES.js +76 -4
  22. package/lib/language/es-ES.min.js +1 -1
  23. package/lib/language/es-ES.umd.js +76 -4
  24. package/lib/language/ja-JP.js +76 -4
  25. package/lib/language/ja-JP.min.js +1 -1
  26. package/lib/language/ja-JP.umd.js +76 -4
  27. package/lib/language/pt-BR.js +76 -4
  28. package/lib/language/pt-BR.min.js +1 -1
  29. package/lib/language/pt-BR.umd.js +76 -4
  30. package/lib/language/zh-CN.js +76 -4
  31. package/lib/language/zh-CN.min.js +1 -1
  32. package/lib/language/zh-CN.umd.js +76 -4
  33. package/lib/language/zh-HK.js +1 -1
  34. package/lib/language/zh-HK.min.js +1 -1
  35. package/lib/language/zh-HK.umd.js +77 -5
  36. package/lib/language/zh-MO.js +1 -1
  37. package/lib/language/zh-MO.min.js +1 -1
  38. package/lib/language/zh-MO.umd.js +77 -5
  39. package/lib/language/zh-TC.js +77 -5
  40. package/lib/language/zh-TC.min.js +1 -1
  41. package/lib/language/zh-TC.umd.js +77 -5
  42. package/lib/language/zh-TW.js +1 -1
  43. package/lib/language/zh-TW.min.js +1 -1
  44. package/lib/language/zh-TW.umd.js +77 -5
  45. package/lib/src/clipboard.js +1 -1
  46. package/lib/src/commands.js +1 -1
  47. package/lib/src/core.js +4 -5
  48. package/lib/src/core.min.js +1 -1
  49. package/lib/src/event.js +1 -1
  50. package/lib/src/formats.js +1 -1
  51. package/lib/src/hooks.js +1 -1
  52. package/lib/src/i18n.js +6 -2
  53. package/lib/src/i18n.min.js +1 -1
  54. package/lib/src/i18nStore.js +3 -2
  55. package/lib/src/i18nStore.min.js +1 -1
  56. package/lib/src/interceptor.js +1 -1
  57. package/lib/src/log.js +1 -1
  58. package/lib/src/log.min.js +1 -1
  59. package/lib/src/menus.js +1 -1
  60. package/lib/src/renderer.js +1 -1
  61. package/lib/src/resize.js +1 -1
  62. package/lib/src/store.js +1 -1
  63. package/lib/src/validators.js +1 -1
  64. package/package.json +76 -76
  65. package/packages/index.ts +4 -2
  66. package/packages/language/en-US.ts +76 -4
  67. package/packages/language/es-ES.ts +76 -4
  68. package/packages/language/ja-JP.ts +76 -4
  69. package/packages/language/pt-BR.ts +76 -4
  70. package/packages/language/zh-CN.ts +76 -4
  71. package/packages/language/zh-TC.ts +77 -5
  72. package/packages/src/core.ts +2 -3
  73. package/packages/src/i18n.ts +2 -1
  74. package/packages/src/i18nStore.ts +4 -2
@@ -272,16 +272,88 @@ var _default = exports.default = {
272
272
  }
273
273
  },
274
274
  formDesign: {
275
+ formName: 'Form name',
276
+ widgetPropTab: 'Field property',
277
+ widgetFormTab: 'Form property',
278
+ styleSetting: {
279
+ btn: 'Style setting',
280
+ title: 'Form style setting',
281
+ layoutTitle: 'Field layout',
282
+ verticalLayout: 'Vertical layout',
283
+ horizontalLayout: 'Horizontal layout',
284
+ styleTitle: 'Title style',
285
+ boldTitle: 'Bold title',
286
+ fontBold: 'Bold',
287
+ fontNormal: 'Normal',
288
+ colonTitle: 'Display colon',
289
+ colonVisible: 'Visible',
290
+ colonHidden: 'Hidden',
291
+ alignTitle: 'Title align',
292
+ widthTitle: 'Title width',
293
+ alignLeft: 'Left',
294
+ alignRight: 'Right',
295
+ unitPx: 'Px',
296
+ unitPct: 'Pct'
297
+ },
275
298
  widget: {
276
- baseGroup: 'Base control',
277
- layoutGroup: 'Layout control',
278
- advancedGroup: 'Advanced control',
299
+ group: {
300
+ base: 'Base control',
301
+ layout: 'Layout control',
302
+ advanced: 'Advanced control'
303
+ },
279
304
  copyTitle: 'Copy_{0}',
280
305
  component: {
281
306
  input: 'Input',
282
307
  textarea: 'Textarea',
283
308
  select: 'Select',
284
- row: 'One-row multi-column'
309
+ row: 'Row/column',
310
+ title: 'Text',
311
+ VxeSwitch: 'Yes/no',
312
+ VxeInput: 'Input',
313
+ VxeTextarea: 'Textarea',
314
+ VxeSelect: 'Select',
315
+ VxeRadioGroup: 'Radio',
316
+ VxeCheckboxGroup: 'Checkbox'
317
+ }
318
+ },
319
+ widgetProp: {
320
+ name: 'Field name',
321
+ placeholder: 'Field placeholder',
322
+ required: 'Required',
323
+ displaySetting: {
324
+ name: 'Display setting',
325
+ pc: 'PC',
326
+ mobile: 'Mobile',
327
+ visible: 'Visible',
328
+ hidden: 'Hidden'
329
+ },
330
+ dataSource: {
331
+ name: 'Data source',
332
+ defValue: 'Option {0}',
333
+ addOption: 'Add option',
334
+ batchEditOption: 'Batch edit',
335
+ 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.',
336
+ buildOption: 'Build option'
337
+ },
338
+ rowProp: {
339
+ colSize: 'Number of columns',
340
+ col2: 'Two columns',
341
+ col3: 'Three columns',
342
+ col4: 'Four columns',
343
+ col6: 'Six columns',
344
+ layout: 'Layout'
345
+ },
346
+ textProp: {
347
+ name: 'Content',
348
+ alignTitle: 'Align',
349
+ alignLeft: 'Left',
350
+ alignCenter: 'Center',
351
+ alignRight: 'Right',
352
+ colorTitle: 'Color',
353
+ sizeTitle: 'Font size',
354
+ boldTitle: 'Font bold',
355
+ fontNormal: 'Normal',
356
+ fontBold: 'Bold'
285
357
  }
286
358
  }
287
359
  },
@@ -1 +1 @@
1
- !function(e,t){"function"==typeof define&&define.amd?define("vxe-language.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageEnUs=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:"#",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:{baseGroup:"Base control",layoutGroup:"Layout control",advancedGroup:"Advanced control",copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"One-row multi-column"}}},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-language.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageEnUs=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:"#",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:{formName:"Form name",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",VxeSwitch:"Yes/no",VxeInput:"Input",VxeTextarea:"Textarea",VxeSelect:"Select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox"}},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. If grouped, the sub items can start with spaces or tab keys and can be copied from 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"}}},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"}}}}});
@@ -285,16 +285,88 @@
285
285
  }
286
286
  },
287
287
  formDesign: {
288
+ formName: 'Form name',
289
+ widgetPropTab: 'Field property',
290
+ widgetFormTab: 'Form property',
291
+ styleSetting: {
292
+ btn: 'Style setting',
293
+ title: 'Form style setting',
294
+ layoutTitle: 'Field layout',
295
+ verticalLayout: 'Vertical layout',
296
+ horizontalLayout: 'Horizontal layout',
297
+ styleTitle: 'Title style',
298
+ boldTitle: 'Bold title',
299
+ fontBold: 'Bold',
300
+ fontNormal: 'Normal',
301
+ colonTitle: 'Display colon',
302
+ colonVisible: 'Visible',
303
+ colonHidden: 'Hidden',
304
+ alignTitle: 'Title align',
305
+ widthTitle: 'Title width',
306
+ alignLeft: 'Left',
307
+ alignRight: 'Right',
308
+ unitPx: 'Px',
309
+ unitPct: 'Pct'
310
+ },
288
311
  widget: {
289
- baseGroup: 'Base control',
290
- layoutGroup: 'Layout control',
291
- advancedGroup: 'Advanced control',
312
+ group: {
313
+ base: 'Base control',
314
+ layout: 'Layout control',
315
+ advanced: 'Advanced control'
316
+ },
292
317
  copyTitle: 'Copy_{0}',
293
318
  component: {
294
319
  input: 'Input',
295
320
  textarea: 'Textarea',
296
321
  select: 'Select',
297
- row: 'One-row multi-column'
322
+ row: 'Row/column',
323
+ title: 'Text',
324
+ VxeSwitch: 'Yes/no',
325
+ VxeInput: 'Input',
326
+ VxeTextarea: 'Textarea',
327
+ VxeSelect: 'Select',
328
+ VxeRadioGroup: 'Radio',
329
+ VxeCheckboxGroup: 'Checkbox'
330
+ }
331
+ },
332
+ widgetProp: {
333
+ name: 'Field name',
334
+ placeholder: 'Field placeholder',
335
+ required: 'Required',
336
+ displaySetting: {
337
+ name: 'Display setting',
338
+ pc: 'PC',
339
+ mobile: 'Mobile',
340
+ visible: 'Visible',
341
+ hidden: 'Hidden'
342
+ },
343
+ dataSource: {
344
+ name: 'Data source',
345
+ defValue: 'Option {0}',
346
+ addOption: 'Add option',
347
+ batchEditOption: 'Batch edit',
348
+ 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.',
349
+ buildOption: 'Build option'
350
+ },
351
+ rowProp: {
352
+ colSize: 'Number of columns',
353
+ col2: 'Two columns',
354
+ col3: 'Three columns',
355
+ col4: 'Four columns',
356
+ col6: 'Six columns',
357
+ layout: 'Layout'
358
+ },
359
+ textProp: {
360
+ name: 'Content',
361
+ alignTitle: 'Align',
362
+ alignLeft: 'Left',
363
+ alignCenter: 'Center',
364
+ alignRight: 'Right',
365
+ colorTitle: 'Color',
366
+ sizeTitle: 'Font size',
367
+ boldTitle: 'Font bold',
368
+ fontNormal: 'Normal',
369
+ fontBold: 'Bold'
298
370
  }
299
371
  }
300
372
  },
@@ -272,16 +272,88 @@ var _default = exports.default = {
272
272
  }
273
273
  },
274
274
  formDesign: {
275
+ formName: 'Form name',
276
+ widgetPropTab: 'Field property',
277
+ widgetFormTab: 'Form property',
278
+ styleSetting: {
279
+ btn: 'Style setting',
280
+ title: 'Form style setting',
281
+ layoutTitle: 'Field layout',
282
+ verticalLayout: 'Vertical layout',
283
+ horizontalLayout: 'Horizontal layout',
284
+ styleTitle: 'Title style',
285
+ boldTitle: 'Bold title',
286
+ fontBold: 'Bold',
287
+ fontNormal: 'Normal',
288
+ colonTitle: 'Display colon',
289
+ colonVisible: 'Visible',
290
+ colonHidden: 'Hidden',
291
+ alignTitle: 'Title align',
292
+ widthTitle: 'Title width',
293
+ alignLeft: 'Left',
294
+ alignRight: 'Right',
295
+ unitPx: 'Px',
296
+ unitPct: 'Pct'
297
+ },
275
298
  widget: {
276
- baseGroup: 'Base control',
277
- layoutGroup: 'Layout control',
278
- advancedGroup: 'Advanced control',
299
+ group: {
300
+ base: 'Base control',
301
+ layout: 'Layout control',
302
+ advanced: 'Advanced control'
303
+ },
279
304
  copyTitle: 'Copy_{0}',
280
305
  component: {
281
306
  input: 'Input',
282
307
  textarea: 'Textarea',
283
308
  select: 'Select',
284
- row: 'One-row multi-column'
309
+ row: 'Row/column',
310
+ title: 'Text',
311
+ VxeSwitch: 'Yes/no',
312
+ VxeInput: 'Input',
313
+ VxeTextarea: 'Textarea',
314
+ VxeSelect: 'Select',
315
+ VxeRadioGroup: 'Radio',
316
+ VxeCheckboxGroup: 'Checkbox'
317
+ }
318
+ },
319
+ widgetProp: {
320
+ name: 'Field name',
321
+ placeholder: 'Field placeholder',
322
+ required: 'Required',
323
+ displaySetting: {
324
+ name: 'Display setting',
325
+ pc: 'PC',
326
+ mobile: 'Mobile',
327
+ visible: 'Visible',
328
+ hidden: 'Hidden'
329
+ },
330
+ dataSource: {
331
+ name: 'Data source',
332
+ defValue: 'Option {0}',
333
+ addOption: 'Add option',
334
+ batchEditOption: 'Batch edit',
335
+ 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.',
336
+ buildOption: 'Build option'
337
+ },
338
+ rowProp: {
339
+ colSize: 'Number of columns',
340
+ col2: 'Two columns',
341
+ col3: 'Three columns',
342
+ col4: 'Four columns',
343
+ col6: 'Six columns',
344
+ layout: 'Layout'
345
+ },
346
+ textProp: {
347
+ name: 'Content',
348
+ alignTitle: 'Align',
349
+ alignLeft: 'Left',
350
+ alignCenter: 'Center',
351
+ alignRight: 'Right',
352
+ colorTitle: 'Color',
353
+ sizeTitle: 'Font size',
354
+ boldTitle: 'Font bold',
355
+ fontNormal: 'Normal',
356
+ fontBold: 'Bold'
285
357
  }
286
358
  }
287
359
  },
@@ -1 +1 @@
1
- !function(e,a){"function"==typeof define&&define.amd?define("vxe-language.es-ES",["exports"],a):"undefined"!=typeof exports?a(exports):(a(a={}),e.VxeLanguageEsEs=a)}("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:"Cargando..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',groupTag:'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',scrollErrProp:'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',errConflicts:'El argumento "{0}" entra en conflicto con "{1}"',unableInsert:"No se puede insertar en la ubicación especificada.",useErr:'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',barUnableLink:"La barra de herramientas no puede asociarse con la tabla.",expandContent:'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',reqModule:'Requerir el módulo "{0}".',reqProp:'Falta el parámetro necesario "{0}", lo que puede causar errores.',emptyProp:'La propiedad "{0}" no se permite estar vacía.',errProp:'Parámetro no compatible "{0}", posiblemente "{1}".',colRepet:'columna.{0}="{0}" está duplicado, lo que puede hacer que algunas funciones sean inutilizables',notFunc:'El método "{0}" no existe.',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:'La ranura "{0}" no existe.',noTree:'La estructura de árbol no soporta "{0}".',notProp:'Parámetros no compatibles "{0}"',checkProp:'La casilla de verificación puede detenerse cuando la cantidad de datos es demasiado grande, se recomienda establecer el parámetro "{0}" para aumentar la velocidad de representación',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'La función "{0}" está en desuso, por favor use "{1}".',delProp:'La propiedad "{0}" está en desuso, por favor use "{1}".',delEvent:'El evento "{0}" está en desuso, por favor use "{1}"',removeProp:'La propiedad "{0}" está en desuso y no se recomienda, lo que puede causar un error.',errFormat:'El contenido formateado global debería ser definido con "VXETable.formats". No se recomienda montar "formatter={0}".',notType:'Tipos de archivo no compatibles "{0}"',notExp:"El navegador no es compatible con la importación / exportación.",impFields:"Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.",treeNotImp:"La tabla de árbol no soporta importación."},table:{emptyText:"No hay datos",allTitle:"Seleccionar todo / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Restablecer",allFilter:"Todo",sortAsc:"Ascendente: de menor a mayor",sortDesc:"Descendente: de mayor a menor",filter:"Habilitar filtro en columnas seleccionadas",impSuccess:"Se importaron {0} registros con éxito",expLoading:"Exportando",expSuccess:"Éxito al exportar",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configuraciones de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"¡Seleccione al menos un registro!",deleteSelectRecord:"¿Seguro que desea eliminar el registro seleccionado?",removeSelectRecord:"¿Seguro que desea quitar el registro seleccionado?",dataUnchanged:"¡Datos sin cambios!",delSuccess:"¡Se eliminó con éxito el registro seleccionado!",saveSuccess:"¡Guardado con éxito!",operError:"Se produjo un error, ¡operación fallida!"},select:{search:"Buscar",loadingText:"Cargando",emptyText:"No hay datos"},pager:{goto:"Ir a",pagesize:"{0}/página",total:"Total {0} registro",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Página anterior",prevPageTitle:"Previous page",nextPage:"Siguiente página",nextPageTitle:"next page",prevJump:"Saltar página anterior",prevJumpTitle:"Jump previous page",nextJump:"Saltar siguiente página",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},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:"Cubriendo",insert:"Insertar"},impTitle:"Importar datos",impFile:"Nombre del archivo",impSelect:"Seleccionar archivo",impType:"Tipo de archivo",impOpts:"Configuración",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por comas) (.csv)",html:"Página web (.html)",xml:"Datos XML (.xml)",txt:"Texto (Separado por tabulaciones) (.txt)",xls:"Libro de Excel 97-2003 (.xls)",xlsx:"Libro de Excel (.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Datos actuales (datos de la página actual)",selected:"Datos seleccionados (datos seleccionados en la página actual)",all:"Todos los datos (incluidos todos los datos de paginación)"},printTitle:"Imprimir datos",expTitle:"Exportar datos",expName:"Nombre del archivo",expNamePlaceholder:"Por favor, introduzca un nombre de archivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, introduzca un título",expType:"Guardar el tipo",expMode:"Seleccionar datos",expCurrentColumn:"Todos los campos",expColumn:"Seleccionar campos",expOpts:"Configuración",expOptHeader:"Encabezado",expHeaderTitle:"¿Necesita un encabezado?",expOptFooter:"Pie de página",expFooterTitle:"¿Necesita el pie de página de la tabla?",expOptColgroup:"Encabezado de grupo",expColgroupTitle:"Si existe, se admiten encabezados con estructura de agrupación",expOptMerge:"Combinar",expMergeTitle:"Si existe, se admiten celdas con estructuras combinadas",expOptAllExpand:"Expandir nodos",expAllExpandTitle:"Si existe, se pueden expandir todos los datos con estructura de árbol",expOptUseStyle:"Estilos",expUseStyleTitle:"Si existe, se admiten celdas con estilos",expOptOriginal:"Datos de origen",expOriginalTitle:"Si son datos de origen, se admite la importación en la tabla",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Reducir",close:"Cerrar"},drawer:{close:"Cerrar"},form:{folding:"Plegar",unfolding:"Desplegar"},toolbar:{importar:"Importar",exportar:"Exportar",imprimir:"Imprimir",actualizar:"Actualizar",zoomIn:"Pantalla completa",zoomOut:"Reducción",custom:"Configuración de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"Enero",m2:"Febrero",m3:"Marzo",m4:"Abril",m5:"Mayo",m6:"Junio",m7:"Julio",m8:"Agosto",m9:"Septiembre",m10:"Octubre",m11:"Noviembre",m12:"Diciembre",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Lun",w2:"Mar",w3:"Mié",w4:"Jue",w5:"Vie",w6:"Sáb"},months:{m0:"Ene",m1:"Feb",m2:"Mar",m3:"Abr",m4:"May",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dic"},quarters:{q1:"Primer trimestre",q2:"Segundo trimestre",q3:"Tercer trimestre",q4:"Cuarto trimestre"}}},formDesign:{widget:{baseGroup:"Base control",layoutGroup:"Layout control",advancedGroup:"Advanced control",copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"One-row multi-column"}}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作",cpInvalidErr:"该操作无法进行,您选择的区域中存在被禁止的列({0})"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},empty:"(空白)",notData:"无匹配项"}},renderer:{search:"Buscar",cases:{equal:"Igual",unequal:"Distinto que",gt:"Mayor que",ge:"Mayor o igual que",lt:"Menor que",le:"Menor o igual que",begin:"Empieza por",notbegin:"No empieza por",endin:"Termina con",notendin:"No termina con",include:"Incluye",exclude:"Excluye",between:"Entre",custom:"Filtro personalizado",insensitive:"No sensible a mayúsculas/minúsculas",isSensitive:"Sensible a mayúsculas/minúsculas"},combination:{menus:{clearSort:"Limpiar ordenamiento",sortAsc:"Orden ascendente",sortDesc:"Orden descendente",fixedColumn:"Columna fija",fixedGroup:"Grupo fijo",cancelFixed:"Borrar fijado",fixedLeft:"Fijar a la izquierda",fixedRight:"Fijar a la derecha",clearFilter:"Limpiar filtro",textOption:"Filtro de texto",numberOption:"Filtro de número"},popup:{title:"Filtro personalizado",currColumnTitle:"Columna actual:",and:"Y",or:"O",describeHtml:"Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres"},empty:"(Vacío)",notData:"No hay datos"}},pro:{area:{mergeErr:"La operación no se puede realizar en celdas combinadas",multiErr:"La operación no se puede realizar en áreas de selección múltiple",extendErr:"Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño",pasteMultiErr:"No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación"},fnr:{title:"Buscar y reemplazar",findLabel:"Buscar",replaceLabel:"Reemplazar",findTitle:"Qué buscar:",replaceTitle:"Reemplazar con:",tabs:{find:"Buscar",replace:"Reemplazar"},filter:{re:"Expresión regular",whole:"Palabra completa",sensitive:"Distinguir mayúsculas y minúsculas"},btns:{findNext:"Buscar siguiente",findAll:"Buscar todo",replace:"Reemplazar",replaceAll:"Reemplazar todo",cancel:"Cancelar"},header:{seq:"#",cell:"Celda",value:"Valor"},empty:"(Vacío)",reError:"Expresión regular inválida",recordCount:"Se encontraron {0} celdas",notCell:"No se encontraron celdas coincidentes",replaceSuccess:"Se reemplazaron {0} celdas con éxito"}}}}});
1
+ !function(e,a){"function"==typeof define&&define.amd?define("vxe-language.es-ES",["exports"],a):"undefined"!=typeof exports?a(exports):(a(a={}),e.VxeLanguageEsEs=a)}("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:"Cargando..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',groupTag:'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',scrollErrProp:'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',errConflicts:'El argumento "{0}" entra en conflicto con "{1}"',unableInsert:"No se puede insertar en la ubicación especificada.",useErr:'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',barUnableLink:"La barra de herramientas no puede asociarse con la tabla.",expandContent:'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',reqModule:'Requerir el módulo "{0}".',reqProp:'Falta el parámetro necesario "{0}", lo que puede causar errores.',emptyProp:'La propiedad "{0}" no se permite estar vacía.',errProp:'Parámetro no compatible "{0}", posiblemente "{1}".',colRepet:'columna.{0}="{0}" está duplicado, lo que puede hacer que algunas funciones sean inutilizables',notFunc:'El método "{0}" no existe.',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:'La ranura "{0}" no existe.',noTree:'La estructura de árbol no soporta "{0}".',notProp:'Parámetros no compatibles "{0}"',checkProp:'La casilla de verificación puede detenerse cuando la cantidad de datos es demasiado grande, se recomienda establecer el parámetro "{0}" para aumentar la velocidad de representación',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'La función "{0}" está en desuso, por favor use "{1}".',delProp:'La propiedad "{0}" está en desuso, por favor use "{1}".',delEvent:'El evento "{0}" está en desuso, por favor use "{1}"',removeProp:'La propiedad "{0}" está en desuso y no se recomienda, lo que puede causar un error.',errFormat:'El contenido formateado global debería ser definido con "VXETable.formats". No se recomienda montar "formatter={0}".',notType:'Tipos de archivo no compatibles "{0}"',notExp:"El navegador no es compatible con la importación / exportación.",impFields:"Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.",treeNotImp:"La tabla de árbol no soporta importación."},table:{emptyText:"No hay datos",allTitle:"Seleccionar todo / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Restablecer",allFilter:"Todo",sortAsc:"Ascendente: de menor a mayor",sortDesc:"Descendente: de mayor a menor",filter:"Habilitar filtro en columnas seleccionadas",impSuccess:"Se importaron {0} registros con éxito",expLoading:"Exportando",expSuccess:"Éxito al exportar",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configuraciones de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"¡Seleccione al menos un registro!",deleteSelectRecord:"¿Seguro que desea eliminar el registro seleccionado?",removeSelectRecord:"¿Seguro que desea quitar el registro seleccionado?",dataUnchanged:"¡Datos sin cambios!",delSuccess:"¡Se eliminó con éxito el registro seleccionado!",saveSuccess:"¡Guardado con éxito!",operError:"Se produjo un error, ¡operación fallida!"},select:{search:"Buscar",loadingText:"Cargando",emptyText:"No hay datos"},pager:{goto:"Ir a",pagesize:"{0}/página",total:"Total {0} registro",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Página anterior",prevPageTitle:"Previous page",nextPage:"Siguiente página",nextPageTitle:"next page",prevJump:"Saltar página anterior",prevJumpTitle:"Jump previous page",nextJump:"Saltar siguiente página",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},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:"Cubriendo",insert:"Insertar"},impTitle:"Importar datos",impFile:"Nombre del archivo",impSelect:"Seleccionar archivo",impType:"Tipo de archivo",impOpts:"Configuración",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por comas) (.csv)",html:"Página web (.html)",xml:"Datos XML (.xml)",txt:"Texto (Separado por tabulaciones) (.txt)",xls:"Libro de Excel 97-2003 (.xls)",xlsx:"Libro de Excel (.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Datos actuales (datos de la página actual)",selected:"Datos seleccionados (datos seleccionados en la página actual)",all:"Todos los datos (incluidos todos los datos de paginación)"},printTitle:"Imprimir datos",expTitle:"Exportar datos",expName:"Nombre del archivo",expNamePlaceholder:"Por favor, introduzca un nombre de archivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, introduzca un título",expType:"Guardar el tipo",expMode:"Seleccionar datos",expCurrentColumn:"Todos los campos",expColumn:"Seleccionar campos",expOpts:"Configuración",expOptHeader:"Encabezado",expHeaderTitle:"¿Necesita un encabezado?",expOptFooter:"Pie de página",expFooterTitle:"¿Necesita el pie de página de la tabla?",expOptColgroup:"Encabezado de grupo",expColgroupTitle:"Si existe, se admiten encabezados con estructura de agrupación",expOptMerge:"Combinar",expMergeTitle:"Si existe, se admiten celdas con estructuras combinadas",expOptAllExpand:"Expandir nodos",expAllExpandTitle:"Si existe, se pueden expandir todos los datos con estructura de árbol",expOptUseStyle:"Estilos",expUseStyleTitle:"Si existe, se admiten celdas con estilos",expOptOriginal:"Datos de origen",expOriginalTitle:"Si son datos de origen, se admite la importación en la tabla",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Reducir",close:"Cerrar"},drawer:{close:"Cerrar"},form:{folding:"Plegar",unfolding:"Desplegar"},toolbar:{importar:"Importar",exportar:"Exportar",imprimir:"Imprimir",actualizar:"Actualizar",zoomIn:"Pantalla completa",zoomOut:"Reducción",custom:"Configuración de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"Enero",m2:"Febrero",m3:"Marzo",m4:"Abril",m5:"Mayo",m6:"Junio",m7:"Julio",m8:"Agosto",m9:"Septiembre",m10:"Octubre",m11:"Noviembre",m12:"Diciembre",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Lun",w2:"Mar",w3:"Mié",w4:"Jue",w5:"Vie",w6:"Sáb"},months:{m0:"Ene",m1:"Feb",m2:"Mar",m3:"Abr",m4:"May",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dic"},quarters:{q1:"Primer trimestre",q2:"Segundo trimestre",q3:"Tercer trimestre",q4:"Cuarto trimestre"}}},formDesign:{formName:"Form name",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",VxeSwitch:"Yes/no",VxeInput:"Input",VxeTextarea:"Textarea",VxeSelect:"Select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox"}},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. If grouped, the sub items can start with spaces or tab keys and can be copied from 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"}}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作",cpInvalidErr:"该操作无法进行,您选择的区域中存在被禁止的列({0})"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},empty:"(空白)",notData:"无匹配项"}},renderer:{search:"Buscar",cases:{equal:"Igual",unequal:"Distinto que",gt:"Mayor que",ge:"Mayor o igual que",lt:"Menor que",le:"Menor o igual que",begin:"Empieza por",notbegin:"No empieza por",endin:"Termina con",notendin:"No termina con",include:"Incluye",exclude:"Excluye",between:"Entre",custom:"Filtro personalizado",insensitive:"No sensible a mayúsculas/minúsculas",isSensitive:"Sensible a mayúsculas/minúsculas"},combination:{menus:{clearSort:"Limpiar ordenamiento",sortAsc:"Orden ascendente",sortDesc:"Orden descendente",fixedColumn:"Columna fija",fixedGroup:"Grupo fijo",cancelFixed:"Borrar fijado",fixedLeft:"Fijar a la izquierda",fixedRight:"Fijar a la derecha",clearFilter:"Limpiar filtro",textOption:"Filtro de texto",numberOption:"Filtro de número"},popup:{title:"Filtro personalizado",currColumnTitle:"Columna actual:",and:"Y",or:"O",describeHtml:"Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres"},empty:"(Vacío)",notData:"No hay datos"}},pro:{area:{mergeErr:"La operación no se puede realizar en celdas combinadas",multiErr:"La operación no se puede realizar en áreas de selección múltiple",extendErr:"Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño",pasteMultiErr:"No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación"},fnr:{title:"Buscar y reemplazar",findLabel:"Buscar",replaceLabel:"Reemplazar",findTitle:"Qué buscar:",replaceTitle:"Reemplazar con:",tabs:{find:"Buscar",replace:"Reemplazar"},filter:{re:"Expresión regular",whole:"Palabra completa",sensitive:"Distinguir mayúsculas y minúsculas"},btns:{findNext:"Buscar siguiente",findAll:"Buscar todo",replace:"Reemplazar",replaceAll:"Reemplazar todo",cancel:"Cancelar"},header:{seq:"#",cell:"Celda",value:"Valor"},empty:"(Vacío)",reError:"Expresión regular inválida",recordCount:"Se encontraron {0} celdas",notCell:"No se encontraron celdas coincidentes",replaceSuccess:"Se reemplazaron {0} celdas con éxito"}}}}});
@@ -285,16 +285,88 @@
285
285
  }
286
286
  },
287
287
  formDesign: {
288
+ formName: 'Form name',
289
+ widgetPropTab: 'Field property',
290
+ widgetFormTab: 'Form property',
291
+ styleSetting: {
292
+ btn: 'Style setting',
293
+ title: 'Form style setting',
294
+ layoutTitle: 'Field layout',
295
+ verticalLayout: 'Vertical layout',
296
+ horizontalLayout: 'Horizontal layout',
297
+ styleTitle: 'Title style',
298
+ boldTitle: 'Bold title',
299
+ fontBold: 'Bold',
300
+ fontNormal: 'Normal',
301
+ colonTitle: 'Display colon',
302
+ colonVisible: 'Visible',
303
+ colonHidden: 'Hidden',
304
+ alignTitle: 'Title align',
305
+ widthTitle: 'Title width',
306
+ alignLeft: 'Left',
307
+ alignRight: 'Right',
308
+ unitPx: 'Px',
309
+ unitPct: 'Pct'
310
+ },
288
311
  widget: {
289
- baseGroup: 'Base control',
290
- layoutGroup: 'Layout control',
291
- advancedGroup: 'Advanced control',
312
+ group: {
313
+ base: 'Base control',
314
+ layout: 'Layout control',
315
+ advanced: 'Advanced control'
316
+ },
292
317
  copyTitle: 'Copy_{0}',
293
318
  component: {
294
319
  input: 'Input',
295
320
  textarea: 'Textarea',
296
321
  select: 'Select',
297
- row: 'One-row multi-column'
322
+ row: 'Row/column',
323
+ title: 'Text',
324
+ VxeSwitch: 'Yes/no',
325
+ VxeInput: 'Input',
326
+ VxeTextarea: 'Textarea',
327
+ VxeSelect: 'Select',
328
+ VxeRadioGroup: 'Radio',
329
+ VxeCheckboxGroup: 'Checkbox'
330
+ }
331
+ },
332
+ widgetProp: {
333
+ name: 'Field name',
334
+ placeholder: 'Field placeholder',
335
+ required: 'Required',
336
+ displaySetting: {
337
+ name: 'Display setting',
338
+ pc: 'PC',
339
+ mobile: 'Mobile',
340
+ visible: 'Visible',
341
+ hidden: 'Hidden'
342
+ },
343
+ dataSource: {
344
+ name: 'Data source',
345
+ defValue: 'Option {0}',
346
+ addOption: 'Add option',
347
+ batchEditOption: 'Batch edit',
348
+ 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.',
349
+ buildOption: 'Build option'
350
+ },
351
+ rowProp: {
352
+ colSize: 'Number of columns',
353
+ col2: 'Two columns',
354
+ col3: 'Three columns',
355
+ col4: 'Four columns',
356
+ col6: 'Six columns',
357
+ layout: 'Layout'
358
+ },
359
+ textProp: {
360
+ name: 'Content',
361
+ alignTitle: 'Align',
362
+ alignLeft: 'Left',
363
+ alignCenter: 'Center',
364
+ alignRight: 'Right',
365
+ colorTitle: 'Color',
366
+ sizeTitle: 'Font size',
367
+ boldTitle: 'Font bold',
368
+ fontNormal: 'Normal',
369
+ fontBold: 'Bold'
298
370
  }
299
371
  }
300
372
  },
@@ -272,16 +272,88 @@ var _default = exports.default = {
272
272
  }
273
273
  },
274
274
  formDesign: {
275
+ formName: 'Form name',
276
+ widgetPropTab: 'Field property',
277
+ widgetFormTab: 'Form property',
278
+ styleSetting: {
279
+ btn: 'Style setting',
280
+ title: 'Form style setting',
281
+ layoutTitle: 'Field layout',
282
+ verticalLayout: 'Vertical layout',
283
+ horizontalLayout: 'Horizontal layout',
284
+ styleTitle: 'Title style',
285
+ boldTitle: 'Bold title',
286
+ fontBold: 'Bold',
287
+ fontNormal: 'Normal',
288
+ colonTitle: 'Display colon',
289
+ colonVisible: 'Visible',
290
+ colonHidden: 'Hidden',
291
+ alignTitle: 'Title align',
292
+ widthTitle: 'Title width',
293
+ alignLeft: 'Left',
294
+ alignRight: 'Right',
295
+ unitPx: 'Px',
296
+ unitPct: 'Pct'
297
+ },
275
298
  widget: {
276
- baseGroup: 'Base control',
277
- layoutGroup: 'Layout control',
278
- advancedGroup: 'Advanced control',
299
+ group: {
300
+ base: 'Base control',
301
+ layout: 'Layout control',
302
+ advanced: 'Advanced control'
303
+ },
279
304
  copyTitle: 'Copy_{0}',
280
305
  component: {
281
306
  input: 'Input',
282
307
  textarea: 'Textarea',
283
308
  select: 'Select',
284
- row: 'One-row multi-column'
309
+ row: 'Row/column',
310
+ title: 'Text',
311
+ VxeSwitch: 'Yes/no',
312
+ VxeInput: 'Input',
313
+ VxeTextarea: 'Textarea',
314
+ VxeSelect: 'Select',
315
+ VxeRadioGroup: 'Radio',
316
+ VxeCheckboxGroup: 'Checkbox'
317
+ }
318
+ },
319
+ widgetProp: {
320
+ name: 'Field name',
321
+ placeholder: 'Field placeholder',
322
+ required: 'Required',
323
+ displaySetting: {
324
+ name: 'Display setting',
325
+ pc: 'PC',
326
+ mobile: 'Mobile',
327
+ visible: 'Visible',
328
+ hidden: 'Hidden'
329
+ },
330
+ dataSource: {
331
+ name: 'Data source',
332
+ defValue: 'Option {0}',
333
+ addOption: 'Add option',
334
+ batchEditOption: 'Batch edit',
335
+ 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.',
336
+ buildOption: 'Build option'
337
+ },
338
+ rowProp: {
339
+ colSize: 'Number of columns',
340
+ col2: 'Two columns',
341
+ col3: 'Three columns',
342
+ col4: 'Four columns',
343
+ col6: 'Six columns',
344
+ layout: 'Layout'
345
+ },
346
+ textProp: {
347
+ name: 'Content',
348
+ alignTitle: 'Align',
349
+ alignLeft: 'Left',
350
+ alignCenter: 'Center',
351
+ alignRight: 'Right',
352
+ colorTitle: 'Color',
353
+ sizeTitle: 'Font size',
354
+ boldTitle: 'Font bold',
355
+ fontNormal: 'Normal',
356
+ fontBold: 'Bold'
285
357
  }
286
358
  }
287
359
  },