vxe-table 4.12.3 → 4.12.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 (114) hide show
  1. package/es/locale/lang/ar-EG.js +1 -0
  2. package/es/locale/lang/de-DE.js +1 -0
  3. package/es/locale/lang/en-US.js +1 -0
  4. package/es/locale/lang/es-ES.js +1 -0
  5. package/es/locale/lang/fr-FR.js +1 -0
  6. package/es/locale/lang/hu-HU.js +1 -0
  7. package/es/locale/lang/hy-AM.js +1 -0
  8. package/es/locale/lang/id-ID.js +1 -0
  9. package/es/locale/lang/it-IT.js +1 -0
  10. package/es/locale/lang/ja-JP.js +1 -0
  11. package/es/locale/lang/ko-KR.js +1 -0
  12. package/es/locale/lang/nb-NO.js +1 -0
  13. package/es/locale/lang/pt-BR.js +1 -0
  14. package/es/locale/lang/ru-RU.js +1 -0
  15. package/es/locale/lang/th-TH.js +1 -0
  16. package/es/locale/lang/ug-CN.js +1 -0
  17. package/es/locale/lang/uk-UA.js +1 -0
  18. package/es/locale/lang/vi-VN.js +1 -0
  19. package/es/locale/lang/zh-CHT.js +1 -0
  20. package/es/locale/lang/zh-CN.js +1 -0
  21. package/es/style.css +1 -1
  22. package/es/table/module/keyboard/hook.js +26 -9
  23. package/es/table/src/table.js +26 -1
  24. package/es/ui/index.js +1 -1
  25. package/es/ui/src/log.js +1 -1
  26. package/lib/index.umd.js +880 -12089
  27. package/lib/index.umd.min.js +1 -1
  28. package/lib/locale/lang/ar-EG.js +1 -0
  29. package/lib/locale/lang/ar-EG.min.js +1 -1
  30. package/lib/locale/lang/de-DE.js +1 -0
  31. package/lib/locale/lang/de-DE.min.js +1 -1
  32. package/lib/locale/lang/en-US.js +1 -0
  33. package/lib/locale/lang/en-US.min.js +1 -1
  34. package/lib/locale/lang/en-US.umd.js +1 -0
  35. package/lib/locale/lang/es-ES.js +1 -0
  36. package/lib/locale/lang/es-ES.min.js +1 -1
  37. package/lib/locale/lang/es-ES.umd.js +1 -0
  38. package/lib/locale/lang/fr-FR.js +1 -0
  39. package/lib/locale/lang/fr-FR.min.js +1 -1
  40. package/lib/locale/lang/hu-HU.js +1 -0
  41. package/lib/locale/lang/hu-HU.min.js +1 -1
  42. package/lib/locale/lang/hu-HU.umd.js +1 -0
  43. package/lib/locale/lang/hy-AM.js +1 -0
  44. package/lib/locale/lang/hy-AM.min.js +1 -1
  45. package/lib/locale/lang/id-ID.js +1 -0
  46. package/lib/locale/lang/id-ID.min.js +1 -1
  47. package/lib/locale/lang/it-IT.js +1 -0
  48. package/lib/locale/lang/it-IT.min.js +1 -1
  49. package/lib/locale/lang/ja-JP.js +1 -0
  50. package/lib/locale/lang/ja-JP.min.js +1 -1
  51. package/lib/locale/lang/ja-JP.umd.js +1 -0
  52. package/lib/locale/lang/ko-KR.js +1 -0
  53. package/lib/locale/lang/ko-KR.min.js +1 -1
  54. package/lib/locale/lang/ko-KR.umd.js +1 -0
  55. package/lib/locale/lang/nb-NO.js +1 -0
  56. package/lib/locale/lang/nb-NO.min.js +1 -1
  57. package/lib/locale/lang/pt-BR.js +1 -0
  58. package/lib/locale/lang/pt-BR.min.js +1 -1
  59. package/lib/locale/lang/pt-BR.umd.js +1 -0
  60. package/lib/locale/lang/ru-RU.js +1 -0
  61. package/lib/locale/lang/ru-RU.min.js +1 -1
  62. package/lib/locale/lang/ru-RU.umd.js +1 -0
  63. package/lib/locale/lang/th-TH.js +1 -0
  64. package/lib/locale/lang/th-TH.min.js +1 -1
  65. package/lib/locale/lang/ug-CN.js +1 -0
  66. package/lib/locale/lang/ug-CN.min.js +1 -1
  67. package/lib/locale/lang/uk-UA.js +1 -0
  68. package/lib/locale/lang/uk-UA.min.js +1 -1
  69. package/lib/locale/lang/uk-UA.umd.js +1 -0
  70. package/lib/locale/lang/vi-VN.js +1 -0
  71. package/lib/locale/lang/vi-VN.min.js +1 -1
  72. package/lib/locale/lang/zh-CHT.js +1 -0
  73. package/lib/locale/lang/zh-CHT.min.js +1 -1
  74. package/lib/locale/lang/zh-CN.js +1 -0
  75. package/lib/locale/lang/zh-CN.min.js +1 -1
  76. package/lib/locale/lang/zh-CN.umd.js +1 -0
  77. package/lib/style.css +1 -1
  78. package/lib/table/module/keyboard/hook.js +27 -9
  79. package/lib/table/module/keyboard/hook.min.js +1 -1
  80. package/lib/table/src/table.js +28 -1
  81. package/lib/table/src/table.min.js +1 -1
  82. package/lib/ui/index.js +1 -1
  83. package/lib/ui/index.min.js +1 -1
  84. package/lib/ui/src/log.js +1 -1
  85. package/lib/ui/src/log.min.js +1 -1
  86. package/package.json +2 -2
  87. package/packages/locale/lang/ar-EG.ts +1 -0
  88. package/packages/locale/lang/de-DE.ts +1 -0
  89. package/packages/locale/lang/en-US.ts +1 -0
  90. package/packages/locale/lang/es-ES.ts +1 -0
  91. package/packages/locale/lang/fr-FR.ts +1 -0
  92. package/packages/locale/lang/hu-HU.ts +1 -0
  93. package/packages/locale/lang/hy-AM.ts +1 -0
  94. package/packages/locale/lang/id-ID.ts +1 -0
  95. package/packages/locale/lang/it-IT.ts +1 -0
  96. package/packages/locale/lang/ja-JP.ts +1 -0
  97. package/packages/locale/lang/ko-KR.ts +1 -0
  98. package/packages/locale/lang/nb-NO.ts +1 -0
  99. package/packages/locale/lang/pt-BR.ts +1 -0
  100. package/packages/locale/lang/ru-RU.ts +1 -0
  101. package/packages/locale/lang/th-TH.ts +1 -0
  102. package/packages/locale/lang/ug-CN.ts +1 -0
  103. package/packages/locale/lang/uk-UA.ts +1 -0
  104. package/packages/locale/lang/vi-VN.ts +1 -0
  105. package/packages/locale/lang/zh-CHT.ts +1 -0
  106. package/packages/locale/lang/zh-CN.ts +1 -0
  107. package/packages/table/module/keyboard/hook.ts +24 -9
  108. package/packages/table/src/table.ts +28 -1
  109. /package/es/{iconfont.1743389164894.ttf → iconfont.1743394011765.ttf} +0 -0
  110. /package/es/{iconfont.1743389164894.woff → iconfont.1743394011765.woff} +0 -0
  111. /package/es/{iconfont.1743389164894.woff2 → iconfont.1743394011765.woff2} +0 -0
  112. /package/lib/{iconfont.1743389164894.ttf → iconfont.1743394011765.ttf} +0 -0
  113. /package/lib/{iconfont.1743389164894.woff → iconfont.1743394011765.woff} +0 -0
  114. /package/lib/{iconfont.1743389164894.woff2 → iconfont.1743394011765.woff2} +0 -0
@@ -24,6 +24,7 @@ var _default = exports.default = {
24
24
  scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
25
25
  errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
26
26
  notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
27
+ notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
27
28
  unableInsert: '无法插入到指定位置,请检查参数是否正确',
28
29
  useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
29
30
  barUnableLink: '工具栏无法关联表格',
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"请输入",pleaseSelect:"请选择",comma:",",fullStop:"。"},loading:{text:"加载中..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"如果使用分组表头,冻结列必须按组设置",groupMouseRange:'分组表头与 "{0}" 不能同时使用,这可能会出现错误',groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',errConflicts:'参数 "{0}" 与 "{1}" 有冲突',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',unableInsert:"无法插入到指定位置,请检查参数是否正确",useErr:'安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',barUnableLink:"工具栏无法关联表格",expandContent:'展开行的插槽应该是 "content",请检查是否正确',reqComp:'缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',reqModule:'缺少 "{0}" 模块',reqProp:'缺少必要的 "{0}" 参数,这可能会导致出现错误',emptyProp:'参数 "{0}" 不允许为空',errProp:'不支持的参数 "{0}",可能为 "{1}"',colRepet:'column.{0}="{1}" 重复了,这可能会导致某些功能无法使用',notFunc:'方法 "{0}" 不存在',errFunc:'参数 "{0}" 不是一个方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:'树结构不支持 "{0}"',notProp:'不支持的参数 "{0}"',checkProp:'当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',coverProp:'"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"لا توجد بيانات حتى الآن",allTitle:"تحديد الكل/إلغاء",seqTitle:"رقم سري",actionTitle:"تعمل",confirmFilter:"فلتر",resetFilter:"إعادة ضبط",allFilter:"الجميع",sortAsc:"ترتيب تصاعدي: من الأدنى إلى الأعلى",sortDesc:"الترتيب التنازلي: من الأعلى إلى الأدنى",filter:"تمكين التصفية على الأعمدة المحددة",impSuccess:"تم استيراد {0} من السجلات بنجاح",expLoading:"تصدير",expSuccess:"تم التصدير بنجاح",expError:"فشل التصدير",expFilename:"تصدير_{0}",expOriginFilename:"تصدير_مصدر_{0}",customTitle:"إعدادات العمود",customAll:"الجميع",customConfirm:"يتأكد",customClose:"إنهاء",customCancel:"يلغي",customRestore:"استعادة الافتراضي",maxFixedCol:"لا يمكن أن يتجاوز الحد الأقصى لعدد الأعمدة المجمدة {0}",dragTip:"نقل: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",gotoTitle:"页数",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消",clear:"清除"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动:{0}",setting:{colSort:"排序",sortHelpTip:"点击并拖动图标可以调整列的排序",colTitle:"列标题",colResizable:"列宽(像素)",colVisible:"是否显示",colFixed:"冻结列",colFixedMax:"冻结列(最多 {0} 列)",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},import:{modes:{covering:"覆盖方式(直接覆盖表格数据)",insert:"底部追加(在表格的底部追加新数据)",insertTop:"顶部追加(在表格的顶部追加新数据)",insertBottom:"底部追加(在表格的底部追加新数据)"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impMode:"导入模式",impConfirm:"导入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"网页(*.html)",xml:"XML 数据(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"当前数据(当前页的数据)",selected:"选中数据(当前页选中的数据)",all:"全量数据(包括所有分页的数据)"},printTitle:"打印数据",expTitle:"导出数据",expName:"文件名",expNamePlaceholder:"请输入文件名",expSheetName:"标题",expSheetNamePlaceholder:"请输入标题",expType:"保存类型",expMode:"选择数据",expCurrentColumn:"全部字段",expColumn:"选择字段",expOpts:"参数设置",expOptHeader:"表头",expHeaderTitle:"是否需要表头",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,则支持带有分组结构的表头",expOptMerge:"合并",expMergeTitle:"如果存在,则支持带有合并结构的单元格",expOptAllExpand:"展开层级",expAllExpandTitle:"如果存在,则支持将带有层级结构的数据全部展开",expOptUseStyle:"样式",expUseStyleTitle:"如果存在,则支持带样式的单元格",expOptOriginal:"源数据",expOriginalTitle:"如果为源数据,则支持导入到表格中",expPrint:"打印",expConfirm:"导出",expCancel:"取消"},modal:{errTitle:"错误提示",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"还原",close:"关闭",miniMaxSize:"最小化窗口的数量不能超过 {0} 个",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelFixed:"取消冻结列"},datePicker:{yearTitle:"{0} 年"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"预览",operBtn:{zoomOut:"缩小",zoomIn:"放大",pctFull:"等比例缩放",pct11:"显示原始尺寸",rotateLeft:"向左旋转",rotateRight:"向右旋转",print:"点击打印图片",download:"点击下载图片"}},upload:{fileBtnText:"点击或拖拽上传",imgBtnText:"点击或拖拽上传",dragPlaceholder:"请把文件拖放到这个区域即可上传",imgSizeHint:"单张{0}",imgCountHint:"最多{0}张",fileTypeHint:"支持 {0} 文件类型",fileSizeHint:"单个文件大小不超过{0}",fileCountHint:"最多可上传{0}个文件",uploadTypeErr:"文件类型不匹配!",overCountErr:"最多只能选择{0}个文件!",overCountExtraErr:"已超出最大数量{0}个,超出的{1}个文件将被忽略!",overSizeErr:"文件大小最大不能超过{0}!",reUpload:"重新上传",uploadProgress:"上传中 {0}%",uploadErr:"上传失败",uploadSuccess:"上传成功",moreBtnText:"更多({0})",viewItemTitle:"点击查看",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"表单名称",defFormTitle:"未命名的表单",widgetPropTab:"控件属性",widgetFormTab:"表单属性",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},styleSetting:{btn:"样式设置",title:"表单的样式设置",layoutTitle:"控件布局",verticalLayout:"上下布局",horizontalLayout:"横向布局",styleTitle:"标题样式",boldTitle:"标题加粗",fontBold:"加粗",fontNormal:"常规",colonTitle:"显示冒号",colonVisible:"显示",colonHidden:"隐藏",alignTitle:"对齐方式",widthTitle:"标题宽度",alignLeft:"居左",alignRight:"居右",unitPx:"像素",unitPct:"百分比"},widget:{group:{base:"基础控件",layout:"布局控件",system:"系统控件",module:"模块控件",chart:"图表控件",advanced:"高级控件"},copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉选择",row:"一行多列",title:"标题",text:"文本",subtable:"子表",VxeSwitch:"是/否",VxeInput:"输入框",VxeNumberInput:"数字",VxeDatePicker:"日期",VxeTextarea:"文本域",VxeSelect:"下拉选择",VxeTreeSelect:"树形选择",VxeRadioGroup:"单选框",VxeCheckboxGroup:"复选框",VxeUploadFile:"文件",VxeUploadImage:"图片",VxeRate:"评分",VxeSlider:"滑块"}},widgetProp:{name:"控件名称",placeholder:"提示语",required:"必填校验",multiple:"允许多选",displaySetting:{name:"显示设置",pc:"电脑端",mobile:"手机端",visible:"显示",hidden:"隐藏"},dataSource:{name:"数据源",defValue:"选项{0}",addOption:"添加选项",batchEditOption:"批量编辑",batchEditTip:"每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。",batchEditSubTip:"每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。",buildOption:"生成选项"},rowProp:{colSize:"列数",col2:"两列",col3:"三列",col4:"四列",col6:"六列",layout:"布局"},textProp:{name:"内容",alignTitle:"对齐方式",alignLeft:"居左",alignCenter:"居中",alignRight:"居右",colorTitle:"字体颜色",sizeTitle:"字体大小",boldTitle:"字体加粗",fontNormal:"常规",fontBold:"加粗"},subtableProp:{seqTitle:"序号",showSeq:"显示序号",showCheckbox:"允许多选",errSubDrag:"子表不支持该控件,请使用其他控件",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"文件数量限制",limitFileSize:"文件大小限制",multiFile:"允许上传多个文件",limitImgCount:"图片数量限制",limitImgSize:"图片大小限制",multiImg:"允许上传多张图片"}}},listDesign:{fieldSettingTab:"字段设置",listSettingTab:"参数设置",searchTitle:"查询条件",listTitle:"列表字段",searchField:"查询字段",listField:"列表字段",activeBtn:{ActionButtonUpdate:"编辑",ActionButtonDelete:"删除"},search:{addBtn:"编辑",emptyText:"未配置查询条件",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"已复制到剪贴板",copyError:"当前环境不支持该操作"},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",selectErr:"无法操作指定区域的单元格",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:"值"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结左侧",fixedRight:"冻结右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{sort:"排序",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:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},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} 个单元格"}},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{sort:"排序",clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结到左侧",fixedRight:"冻结到右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}}}};
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"请输入",pleaseSelect:"请选择",comma:",",fullStop:"。"},loading:{text:"加载中..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"如果使用分组表头,冻结列必须按组设置",groupMouseRange:'分组表头与 "{0}" 不能同时使用,这可能会出现错误',groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',errConflicts:'参数 "{0}" 与 "{1}" 有冲突',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"无法插入到指定位置,请检查参数是否正确",useErr:'安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',barUnableLink:"工具栏无法关联表格",expandContent:'展开行的插槽应该是 "content",请检查是否正确',reqComp:'缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',reqModule:'缺少 "{0}" 模块',reqProp:'缺少必要的 "{0}" 参数,这可能会导致出现错误',emptyProp:'参数 "{0}" 不允许为空',errProp:'不支持的参数 "{0}",可能为 "{1}"',colRepet:'column.{0}="{1}" 重复了,这可能会导致某些功能无法使用',notFunc:'方法 "{0}" 不存在',errFunc:'参数 "{0}" 不是一个方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:'树结构不支持 "{0}"',notProp:'不支持的参数 "{0}"',checkProp:'当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',coverProp:'"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"لا توجد بيانات حتى الآن",allTitle:"تحديد الكل/إلغاء",seqTitle:"رقم سري",actionTitle:"تعمل",confirmFilter:"فلتر",resetFilter:"إعادة ضبط",allFilter:"الجميع",sortAsc:"ترتيب تصاعدي: من الأدنى إلى الأعلى",sortDesc:"الترتيب التنازلي: من الأعلى إلى الأدنى",filter:"تمكين التصفية على الأعمدة المحددة",impSuccess:"تم استيراد {0} من السجلات بنجاح",expLoading:"تصدير",expSuccess:"تم التصدير بنجاح",expError:"فشل التصدير",expFilename:"تصدير_{0}",expOriginFilename:"تصدير_مصدر_{0}",customTitle:"إعدادات العمود",customAll:"الجميع",customConfirm:"يتأكد",customClose:"إنهاء",customCancel:"يلغي",customRestore:"استعادة الافتراضي",maxFixedCol:"لا يمكن أن يتجاوز الحد الأقصى لعدد الأعمدة المجمدة {0}",dragTip:"نقل: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",gotoTitle:"页数",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消",clear:"清除"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动:{0}",setting:{colSort:"排序",sortHelpTip:"点击并拖动图标可以调整列的排序",colTitle:"列标题",colResizable:"列宽(像素)",colVisible:"是否显示",colFixed:"冻结列",colFixedMax:"冻结列(最多 {0} 列)",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},import:{modes:{covering:"覆盖方式(直接覆盖表格数据)",insert:"底部追加(在表格的底部追加新数据)",insertTop:"顶部追加(在表格的顶部追加新数据)",insertBottom:"底部追加(在表格的底部追加新数据)"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impMode:"导入模式",impConfirm:"导入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"网页(*.html)",xml:"XML 数据(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"当前数据(当前页的数据)",selected:"选中数据(当前页选中的数据)",all:"全量数据(包括所有分页的数据)"},printTitle:"打印数据",expTitle:"导出数据",expName:"文件名",expNamePlaceholder:"请输入文件名",expSheetName:"标题",expSheetNamePlaceholder:"请输入标题",expType:"保存类型",expMode:"选择数据",expCurrentColumn:"全部字段",expColumn:"选择字段",expOpts:"参数设置",expOptHeader:"表头",expHeaderTitle:"是否需要表头",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,则支持带有分组结构的表头",expOptMerge:"合并",expMergeTitle:"如果存在,则支持带有合并结构的单元格",expOptAllExpand:"展开层级",expAllExpandTitle:"如果存在,则支持将带有层级结构的数据全部展开",expOptUseStyle:"样式",expUseStyleTitle:"如果存在,则支持带样式的单元格",expOptOriginal:"源数据",expOriginalTitle:"如果为源数据,则支持导入到表格中",expPrint:"打印",expConfirm:"导出",expCancel:"取消"},modal:{errTitle:"错误提示",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"还原",close:"关闭",miniMaxSize:"最小化窗口的数量不能超过 {0} 个",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelFixed:"取消冻结列"},datePicker:{yearTitle:"{0} 年"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"预览",operBtn:{zoomOut:"缩小",zoomIn:"放大",pctFull:"等比例缩放",pct11:"显示原始尺寸",rotateLeft:"向左旋转",rotateRight:"向右旋转",print:"点击打印图片",download:"点击下载图片"}},upload:{fileBtnText:"点击或拖拽上传",imgBtnText:"点击或拖拽上传",dragPlaceholder:"请把文件拖放到这个区域即可上传",imgSizeHint:"单张{0}",imgCountHint:"最多{0}张",fileTypeHint:"支持 {0} 文件类型",fileSizeHint:"单个文件大小不超过{0}",fileCountHint:"最多可上传{0}个文件",uploadTypeErr:"文件类型不匹配!",overCountErr:"最多只能选择{0}个文件!",overCountExtraErr:"已超出最大数量{0}个,超出的{1}个文件将被忽略!",overSizeErr:"文件大小最大不能超过{0}!",reUpload:"重新上传",uploadProgress:"上传中 {0}%",uploadErr:"上传失败",uploadSuccess:"上传成功",moreBtnText:"更多({0})",viewItemTitle:"点击查看",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"表单名称",defFormTitle:"未命名的表单",widgetPropTab:"控件属性",widgetFormTab:"表单属性",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},styleSetting:{btn:"样式设置",title:"表单的样式设置",layoutTitle:"控件布局",verticalLayout:"上下布局",horizontalLayout:"横向布局",styleTitle:"标题样式",boldTitle:"标题加粗",fontBold:"加粗",fontNormal:"常规",colonTitle:"显示冒号",colonVisible:"显示",colonHidden:"隐藏",alignTitle:"对齐方式",widthTitle:"标题宽度",alignLeft:"居左",alignRight:"居右",unitPx:"像素",unitPct:"百分比"},widget:{group:{base:"基础控件",layout:"布局控件",system:"系统控件",module:"模块控件",chart:"图表控件",advanced:"高级控件"},copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉选择",row:"一行多列",title:"标题",text:"文本",subtable:"子表",VxeSwitch:"是/否",VxeInput:"输入框",VxeNumberInput:"数字",VxeDatePicker:"日期",VxeTextarea:"文本域",VxeSelect:"下拉选择",VxeTreeSelect:"树形选择",VxeRadioGroup:"单选框",VxeCheckboxGroup:"复选框",VxeUploadFile:"文件",VxeUploadImage:"图片",VxeRate:"评分",VxeSlider:"滑块"}},widgetProp:{name:"控件名称",placeholder:"提示语",required:"必填校验",multiple:"允许多选",displaySetting:{name:"显示设置",pc:"电脑端",mobile:"手机端",visible:"显示",hidden:"隐藏"},dataSource:{name:"数据源",defValue:"选项{0}",addOption:"添加选项",batchEditOption:"批量编辑",batchEditTip:"每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。",batchEditSubTip:"每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。",buildOption:"生成选项"},rowProp:{colSize:"列数",col2:"两列",col3:"三列",col4:"四列",col6:"六列",layout:"布局"},textProp:{name:"内容",alignTitle:"对齐方式",alignLeft:"居左",alignCenter:"居中",alignRight:"居右",colorTitle:"字体颜色",sizeTitle:"字体大小",boldTitle:"字体加粗",fontNormal:"常规",fontBold:"加粗"},subtableProp:{seqTitle:"序号",showSeq:"显示序号",showCheckbox:"允许多选",errSubDrag:"子表不支持该控件,请使用其他控件",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"文件数量限制",limitFileSize:"文件大小限制",multiFile:"允许上传多个文件",limitImgCount:"图片数量限制",limitImgSize:"图片大小限制",multiImg:"允许上传多张图片"}}},listDesign:{fieldSettingTab:"字段设置",listSettingTab:"参数设置",searchTitle:"查询条件",listTitle:"列表字段",searchField:"查询字段",listField:"列表字段",activeBtn:{ActionButtonUpdate:"编辑",ActionButtonDelete:"删除"},search:{addBtn:"编辑",emptyText:"未配置查询条件",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"已复制到剪贴板",copyError:"当前环境不支持该操作"},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",selectErr:"无法操作指定区域的单元格",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:"值"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结左侧",fixedRight:"冻结右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{sort:"排序",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:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},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} 个单元格"}},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{sort:"排序",clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结到左侧",fixedRight:"冻结到右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}}}};
@@ -24,6 +24,7 @@ var _default = exports.default = {
24
24
  scrollErrProp: 'Der Parameter „{0}“ wird nicht unterstützt, wenn virtuelles Scrollen aktiviert ist',
25
25
  errConflicts: 'Parameter „{0}“ stehen im Konflikt mit „{1}“',
26
26
  notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
27
+ notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
27
28
  unableInsert: 'Das Einfügen an der angegebenen Position ist nicht möglich. Bitte überprüfen Sie, ob die Parameter korrekt sind',
28
29
  useErr: 'Bei der Installation des Moduls „{0}“ ist möglicherweise die falsche Reihenfolge aufgetreten. Die abhängigen Module müssen vor der Tabelle installiert werden.',
29
30
  barUnableLink: 'Die Symbolleiste kann nicht mit der Tabelle verknüpft werden',
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"Bitte treten Sie ein",pleaseSelect:"Bitte auswählen",comma:",",fullStop:"。"},loading:{text:"Laden..."},error:{downErr:"Der Download ist fehlgeschlagen",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"Bei Verwendung von Gruppenköpfen müssen eingefrorene Spalten nach Gruppe festgelegt werden",groupMouseRange:"Der Gruppenheader und „{0}“ können nicht gleichzeitig verwendet werden, was zu einem Fehler führen kann.",groupTag:"Bei der Gruppierung von Spaltenüberschriften sollte „{0}“ anstelle von „{1}“ verwendet werden, was zu Fehlern führen kann",scrollErrProp:"Der Parameter „{0}“ wird nicht unterstützt, wenn virtuelles Scrollen aktiviert ist",errConflicts:"Parameter „{0}“ stehen im Konflikt mit „{1}“",notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',unableInsert:"Das Einfügen an der angegebenen Position ist nicht möglich. Bitte überprüfen Sie, ob die Parameter korrekt sind",useErr:"Bei der Installation des Moduls „{0}“ ist möglicherweise die falsche Reihenfolge aufgetreten. Die abhängigen Module müssen vor der Tabelle installiert werden.",barUnableLink:"Die Symbolleiste kann nicht mit der Tabelle verknüpft werden",expandContent:"Der Slot zum Erweitern der Zeile sollte „content“ lauten. Bitte überprüfen Sie, ob er korrekt ist",reqComp:"Die Komponente „{0}“ fehlt. Bitte überprüfen Sie, ob sie korrekt installiert ist. https://vxeui.com/#/start/useGlobal",reqModule:"Fehlendes Modul „{0}“",reqProp:"Der erforderliche Parameter „{0}“ fehlt, was zu einem Fehler führen kann",emptyProp:"Der Parameter „{0}“ darf nicht leer sein",errProp:"Nicht unterstützter Parameter „{0}“, möglicherweise „{1}“",colRepet:'Column.{0}="{1}" wird wiederholt, was dazu führen kann, dass einige Funktionen unbrauchbar werden',notFunc:"Methode „{0}“ existiert nicht",errFunc:"Parameter „{0}“ ist keine Methode",notValidators:"Globale Prüfung „{0}“ existiert nicht",notFormats:"Das globale Format „{0}“ existiert nicht",notCommands:"Die globale Direktive „{0}“ existiert nicht",notSlot:"Slot „{0}“ existiert nicht",noTree:"Die Baumstruktur unterstützt „{0}“ nicht",notProp:"Nicht unterstützter Parameter „{0}“",checkProp:"Wenn die Datenmenge zu groß ist, kann es zum Einfrieren des Kontrollkästchens kommen. Es wird empfohlen, den Parameter „{0}“ festzulegen, um die Rendering-Geschwindigkeit zu verbessern.",coverProp:"Der Parameter „{1}“ von „{0}“ wird wiederholt definiert, was zu einem Fehler führen kann.",uniField:"Der Feldname „{0}“ wird wiederholt definiert, was zu einem Fehler führen kann",repeatKey:'Doppelter Primärschlüssel {0}="{1}", dies kann zu einem Fehler führen',delFunc:"Methode „{0}“ ist veraltet, bitte verwenden Sie „{1}“",delProp:"Parameter „{0}“ ist veraltet, bitte verwenden Sie „{1}“",delEvent:"Das Ereignis „{0}“ ist veraltet. Bitte verwenden Sie „{1}“.",removeProp:"Der Parameter „{0}“ ist veraltet und wird nicht empfohlen und kann zu Fehlern führen",errFormat:"Globale Formatierungsinhalte sollten mit „VXETable.formats“ definiert werden. Die Mountmethode „formatter={0}“ wird nicht mehr empfohlen.",notType:"Nicht unterstützter Dateityp „{0}“",notExp:"Dieser Browser unterstützt keine Import-/Exportfunktion",impFields:"Der Import ist fehlgeschlagen. Bitte überprüfen Sie, ob der Feldname und das Datenformat korrekt sind",treeNotImp:"Baumtabellen unterstützen den Import nicht",treeCrossDrag:"Nur die erste Ebene kann gezogen werden",treeDragChild:"Ein übergeordnetes Element kann nicht in seine eigenen untergeordneten Elemente gezogen werden",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Noch keine Daten",allTitle:"Alles auswählen/Abbrechen",seqTitle:"Seriennummer",actionTitle:"arbeiten",confirmFilter:"Filter",resetFilter:"zurücksetzen",allFilter:"alle",sortAsc:"Aufsteigende Reihenfolge: vom niedrigsten zum höchsten",sortDesc:"Absteigende Reihenfolge: vom höchsten zum niedrigsten Wert",filter:"Aktivieren Sie die Filterung für ausgewählte Spalten",impSuccess:"{0} Datensätze erfolgreich importiert",expLoading:"Exportieren",expSuccess:"Export erfolgreich",expError:"Der Export ist fehlgeschlagen",expFilename:"Export_{0}",expOriginFilename:"export_source_{0}",customTitle:"Spalteneinstellungen",customAll:"alle",customConfirm:"bestätigen",customClose:"Schließung",customCancel:"Stornieren",customRestore:"Standard wiederherstellen",maxFixedCol:"Die maximale Anzahl eingefrorener Spalten darf {0} nicht überschreiten.",dragTip:"Umzug: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"Bitte wählen Sie mindestens einen Datensatz aus!",deleteSelectRecord:"Sind Sie sicher, dass Sie die ausgewählten Datensätze löschen möchten?",removeSelectRecord:"Sind Sie sicher, dass Sie die ausgewählten Datensätze entfernen möchten?",dataUnchanged:"Die Daten wurden nicht geändert!",delSuccess:"Ausgewählte Datensätze erfolgreich gelöscht!",saveSuccess:"Erfolgreich gespeichert!",operError:"Es ist ein Fehler aufgetreten und der Vorgang ist fehlgeschlagen!"},select:{search:"suchen",loadingText:"Laden",emptyText:"Noch keine Daten"},pager:{goto:"Gehe zu",gotoTitle:"Anzahl der Seiten",pagesize:"{0} Elemente/Seite",total:"Insgesamt {0} Datensätze",pageClassifier:"Seite",homePage:"Titelseite",homePageTitle:"Titelseite",prevPage:"Vorherige Seite",prevPageTitle:"Vorherige Seite",nextPage:"Nächste Seite",nextPageTitle:"Nächste Seite",prevJump:"Seite nach oben springen",prevJumpTitle:"Seite nach oben springen",nextJump:"Seite nach unten springen",nextJumpTitle:"Seite nach unten springen",endPage:"Letzte Seite",endPageTitle:"Letzte Seite"},alert:{title:"Systemaufforderung"},button:{confirm:"bestätigen",cancel:"Stornieren",clear:"清除"},filter:{search:"suchen"},custom:{cstmTitle:"Spalteneinstellungen",cstmRestore:"Standard wiederherstellen",cstmCancel:"Stornieren",cstmConfirm:"Sicher",cstmConfirmRestore:"Bitte bestätigen Sie, ob die Standardspaltenkonfiguration wiederhergestellt werden soll.",cstmDragTarget:"Umzug: {0}",setting:{colSort:"Sortieren",sortHelpTip:"Klicken Sie auf das Symbol und ziehen Sie es, um die Spaltenreihenfolge anzupassen",colTitle:"Spaltenüberschrift",colResizable:"Spaltenbreite (Pixel)",colVisible:"Ob angezeigt werden soll",colFixed:"Spalten einfrieren",colFixedMax:"Spalten einfrieren (bis zu {0} Spalten)",fixedLeft:"linke Seite",fixedUnset:"Nicht festgelegt",fixedRight:"rechte Seite"}},import:{modes:{covering:"Überschreibmethode (Tabellendaten direkt überschreiben)",insert:"Unten anhängen (neue Daten am Ende der Tabelle anhängen)",insertTop:"Top append (neue Daten oben an die Tabelle anhängen)",insertBottom:"Unten anhängen (neue Daten am Ende der Tabelle anhängen)"},impTitle:"Daten importieren",impFile:"Dateiname",impSelect:"Datei auswählen",impType:"Dateityp",impOpts:"Parametereinstellungen",impMode:"Importmodus",impConfirm:"Import",impCancel:"Stornieren"},export:{types:{csv:"CSV (durch Kommas getrennt) (*.csv)",html:"Webseite (*.html)",xml:"XML-Daten (*.xml)",txt:"Textdatei (tabulatorgetrennt) (*.txt)",xls:"Excel 97-2003-Arbeitsmappe (*.xls)",xlsx:"Excel-Arbeitsmappe (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"Aktuelle Daten (Daten der aktuellen Seite)",selected:"Ausgewählte Daten (ausgewählte Daten auf der aktuellen Seite)",all:"Vollständige Daten (einschließlich aller paginierten Daten)"},printTitle:"Daten drucken",expTitle:"Daten exportieren",expName:"Dateiname",expNamePlaceholder:"Bitte geben Sie einen Dateinamen ein",expSheetName:"Titel",expSheetNamePlaceholder:"Bitte geben Sie einen Titel ein",expType:"Speichertyp",expMode:"Daten auswählen",expCurrentColumn:"Alle Felder",expColumn:"Feld auswählen",expOpts:"Parametereinstellungen",expOptHeader:"Kopfzeile",expHeaderTitle:"Ist eine Kopfzeile erforderlich?",expOptFooter:"Ende des Tisches",expFooterTitle:"Ist eine Tabellenfußzeile erforderlich?",expOptColgroup:"Gruppenkopf",expColgroupTitle:"Sofern vorhanden, werden Header mit Gruppierungsstrukturen unterstützt",expOptMerge:"verschmelzen",expMergeTitle:"Unterstützt Zellen mit Zusammenführungsstrukturen, sofern vorhanden",expOptAllExpand:"Ebene erweitern",expAllExpandTitle:"Wenn vorhanden, unterstützt es die Erweiterung aller Daten mit einer hierarchischen Struktur.",expOptUseStyle:"Stil",expUseStyleTitle:"Formatierte Zellen werden unterstützt, sofern vorhanden",expOptOriginal:"Quelldaten",expOriginalTitle:"Wenn es sich um Quelldaten handelt, wird der Import in die Tabelle unterstützt",expPrint:"Drucken",expConfirm:"Export",expCancel:"Stornieren"},modal:{errTitle:"Fehlermeldung",zoomMin:"minimieren",zoomIn:"maximieren",zoomOut:"Reduktion",close:"Schließung",miniMaxSize:"Die Anzahl der minimierten Fenster darf {0} nicht überschreiten.",footPropErr:"show-footer wird nur zum Aktivieren der Tabellenfußzeile verwendet und muss mit dem Show-Confirm-Button | verwendet werden"},drawer:{close:"Schließung"},form:{folding:"schließen",unfolding:"Expandieren"},toolbar:{import:"Import",export:"Export",print:"Drucken",refresh:"auffrischen",zoomIn:"Vollbild",zoomOut:"Reduktion",custom:"Spalteneinstellungen",customAll:"alle",customConfirm:"bestätigen",customRestore:"zurücksetzen",fixedLeft:"links eingefroren",fixedRight:"rechts eingefroren",cancelFixed:"Spalte freigeben"},datePicker:{yearTitle:"{0} Jahre"},input:{date:{m1:"Januar",m2:"Februar",m3:"Marsch",m4:"April",m5:"Mai",m6:"06. Juni",m7:"Juli",m8:"August",m9:"September",m10:"Oktober",m11:"November",m12:"Dezember",quarterLabel:"{0} Jahre",monthLabel:"{0} Jahre",dayLabel:"{0} Jahr {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"Week WW of year yyyy",month:"yyyy-MM",quarter:"quarter q of year yyyy",year:"yyyy"},weeks:{w:"Woche",w0:"Sonntag",w1:"am Montag",w2:"Dienstag",w3:"Mittwoch",w4:"Donnerstag",w5:"Freitag",w6:"Samstag"},months:{m0:"Januar",m1:"Februar",m2:"Marsch",m3:"April",m4:"Mai",m5:"Juni",m6:"Juli",m7:"August",m8:"September",m9:"Oktober",m10:"November",m11:"Dezember"},quarters:{q1:"erstes Viertel",q2:"zweites Viertel",q3:"drittes Viertel",q4:"viertes Viertel"}}},numberInput:{currencySymbol:"¥"},imagePreview:{popupTitle:"Vorschau",operBtn:{zoomOut:"herauszoomen",zoomIn:"vergrößern",pctFull:"proportionale Skalierung",pct11:"Originalgröße anzeigen",rotateLeft:"Nach links drehen",rotateRight:"Nach rechts drehen",print:"Klicken Sie hier, um das Bild auszudrucken",download:"Klicken Sie hier, um das Bild herunterzuladen"}},upload:{fileBtnText:"Zum Hochladen klicken oder ziehen",imgBtnText:"Zum Hochladen klicken oder ziehen",dragPlaceholder:"Bitte ziehen Sie die Datei per Drag & Drop in diesen Bereich, um sie hochzuladen",imgSizeHint:"Broschüre {0}",imgCountHint:"Maximal {0} Bilder",fileTypeHint:"Unterstützte {0} Dateitypen",fileSizeHint:"Die Größe einer einzelnen Datei überschreitet nicht {0}",fileCountHint:"Es können bis zu {0} Dateien hochgeladen werden",uploadTypeErr:"Dateityp stimmt nicht überein!",overCountErr:"Es können nur {0} Dateien ausgewählt werden!",overCountExtraErr:"Die maximale Anzahl von {0} Dateien wurde überschritten. Die überschüssigen {1} Dateien werden ignoriert!",overSizeErr:"Die maximale Dateigröße darf {0} nicht überschreiten!",reUpload:"Erneut hochladen",uploadProgress:"{0} % werden hochgeladen",uploadErr:"Der Upload ist fehlgeschlagen",uploadSuccess:"Hochladen erfolgreich",moreBtnText:"Mehr ({0})",viewItemTitle:"Klicken Sie zum Anzeigen",morePopup:{readTitle:"Liste anzeigen",imageTitle:"Bilder hochladen",fileTitle:"Dateien hochladen"}},empty:{defText:"Noch keine Daten"},colorPicker:{clear:"Klar",confirm:"bestätigen",copySuccess:"In die Zwischenablage kopiert: {0}"},formDesign:{formName:"Formularname",defFormTitle:"unbenannte Form",widgetPropTab:"Steuereigenschaften",widgetFormTab:"Formulareigenschaften",error:{wdFormUni:"Dem Formular darf nur ein Steuerelement dieses Typs hinzugefügt werden",wdSubUni:"Der Untertabelle darf nur ein Steuerelement dieses Typs hinzugefügt werden"},styleSetting:{btn:"Stileinstellungen",title:"Einstellungen für den Formularstil",layoutTitle:"Steuerungslayout",verticalLayout:"Layout oben und unten",horizontalLayout:"Horizontales Layout",styleTitle:"Titelstil",boldTitle:"Titel fett",fontBold:"Deutlich",fontNormal:"konventionell",colonTitle:"Doppelpunkt anzeigen",colonVisible:"zeigen",colonHidden:"verstecken",alignTitle:"Ausrichtung",widthTitle:"Titelbreite",alignLeft:"Auf der linken Seite",alignRight:"Rechts",unitPx:"Pixel",unitPct:"Prozentsatz"},widget:{group:{base:"Grundlegende Steuerelemente",layout:"Layout-Steuerelemente",system:"Systemkontrollen",module:"Modulsteuerung",chart:"Diagrammsteuerung",advanced:"Erweiterte Steuerelemente"},copyTitle:"Kopieren_{0}",component:{input:"Eingabefeld",textarea:"Textfeld",select:"Dropdown-Auswahl",row:"Eine Zeile und mehrere Spalten",title:"Titel",text:"Text",subtable:"Untertabelle",VxeSwitch:"ob",VxeInput:"Eingabefeld",VxeNumberInput:"Nummer",VxeDatePicker:"Datum",VxeTextarea:"Textfeld",VxeSelect:"Dropdown-Auswahl",VxeTreeSelect:"Baumauswahl",VxeRadioGroup:"Optionsfeld",VxeCheckboxGroup:"Kontrollkästchen",VxeUploadFile:"dokumentieren",VxeUploadImage:"Bild",VxeRate:"Punktzahl",VxeSlider:"Schieberegler"}},widgetProp:{name:"Kontrollname",placeholder:"prompt",required:"Erforderliche Verifizierung",multiple:"Mehrfachauswahl zulassen",displaySetting:{name:"Anzeigeeinstellungen",pc:"PC",mobile:"Mobile Version",visible:"zeigen",hidden:"verstecken"},dataSource:{name:"Datenquelle",defValue:"Option {0}",addOption:"Optionen hinzufügen",batchEditOption:"Stapelbearbeitung",batchEditTip:"Jede Zeile entspricht einer Option und unterstützt das direkte Kopieren und Einfügen aus Tabellen, Excel und WPS.",batchEditSubTip:"Jede Zeile entspricht einer Option. Wenn es sich um eine Gruppe handelt, können die Unterelemente mit einem Leerzeichen oder einer Tabulatortaste beginnen. Direktes Kopieren und Einfügen aus Tabellen, Excel und WPS wird unterstützt.",buildOption:"Build-Optionen"},rowProp:{colSize:"Anzahl der Spalten",col2:"zwei Spalten",col3:"drei Spalten",col4:"vier Spalten",col6:"sechs Spalten",layout:"Layout"},textProp:{name:"Inhalt",alignTitle:"Ausrichtung",alignLeft:"Auf der linken Seite",alignCenter:"Center",alignRight:"Rechts",colorTitle:"Schriftfarbe",sizeTitle:"Schriftgröße",boldTitle:"Fette Schriftart",fontNormal:"konventionell",fontBold:"Deutlich"},subtableProp:{seqTitle:"Seriennummer",showSeq:"Seriennummer anzeigen",showCheckbox:"Mehrfachauswahl zulassen",errSubDrag:"Die Untertabelle unterstützt dieses Steuerelement nicht. Bitte verwenden Sie andere Steuerelemente",colPlace:"Ziehen Sie das Steuerelement hinein"},uploadProp:{limitFileCount:"Dateimengenbegrenzung",limitFileSize:"Dateigrößenbeschränkung",multiFile:"Mehrere Datei-Uploads zulassen",limitImgCount:"Bildmengenbegrenzung",limitImgSize:"Beschränkung der Bildgröße",multiImg:"Erlauben Sie das Hochladen mehrerer Bilder"}}},listDesign:{fieldSettingTab:"Feldeinstellungen",listSettingTab:"Parametereinstellungen",searchTitle:"Abfragebedingungen",listTitle:"Listenfeld",searchField:"Abfragefeld",listField:"Listenfeld",activeBtn:{ActionButtonUpdate:"bearbeiten",ActionButtonDelete:"löschen"},search:{addBtn:"bearbeiten",emptyText:"Keine Abfragebedingungen konfiguriert",editPopupTitle:"Abfragefelder bearbeiten"},searchPopup:{colTitle:"Titel",saveBtn:"speichern"}},text:{copySuccess:"In die Zwischenablage kopiert",copyError:"Die aktuelle Umgebung unterstützt diesen Vorgang nicht"},countdown:{formats:{yyyy:"Jahr",MM:"Mond",dd:"Himmel",HH:"Stunde",mm:"Punkt",ss:"Zweite"}},plugins:{extendCellArea:{area:{mergeErr:"Dieser Vorgang kann nicht für verbundene Zellen ausgeführt werden",multiErr:"Dieser Vorgang kann nicht für mehrere Auswahlbereiche ausgeführt werden",selectErr:"Zellen im angegebenen Bereich können nicht bearbeitet werden",extendErr:"Wenn der erweiterte Bereich verbundene Zellen enthält, müssen alle zusammengeführten Zellen dieselbe Größe haben",pasteMultiErr:"Das Einfügen ist nicht möglich. Die kopierten und eingefügten Bereiche müssen dieselbe Größe haben, um diesen Vorgang ausführen zu können",cpInvalidErr:"Der Vorgang kann nicht ausgeführt werden. Der von Ihnen ausgewählte Bereich enthält verbotene Spalten ({0})."},fnr:{title:"Suchen und ersetzen",findLabel:"Finden",replaceLabel:"ersetzen",findTitle:"Finden Sie was:",replaceTitle:"Ersetzen durch:",tabs:{find:"Finden",replace:"ersetzen"},filter:{re:"regulärer Ausdruck",whole:"Ganzwortübereinstimmung",sensitive:"Groß- und Kleinschreibung beachten"},btns:{findNext:"Weiter finden",findAll:"Finden Sie alle",replace:"ersetzen",replaceAll:"Alles ersetzen",cancel:"Stornieren"},header:{seq:"#",cell:"Zelle",value:"Wert"},body:{row:"Zeile: {0}",col:"Spalte: {0}"},empty:"(Nullwert)",reError:"Ungültiger regulärer Ausdruck",recordCount:"{0} Zellen gefunden",notCell:"Keine passende Zelle gefunden",replaceSuccess:"{0} Zellen erfolgreich ersetzt"}},filterComplexInput:{menus:{fixedColumn:"Spalten einfrieren",fixedGroup:"Gruppe einfrieren",cancelFixed:"Auftauen",fixedLeft:"einfrieren links",fixedRight:"richtig einfrieren"},cases:{equal:"gleich",gt:"größer als",lt:"weniger als",begin:"Der Anfang ist",endin:"Das Ende ist",include:"Enthalten",isSensitive:"Groß- und Kleinschreibung beachten"}},filterCombination:{menus:{sort:"排序",clearSort:"Klare Sortierung",sortAsc:"Aufsteigende Reihenfolge",sortDesc:"absteigende Reihenfolge",fixedColumn:"Spalten einfrieren",fixedGroup:"Gruppe einfrieren",cancelFixed:"Auftauen",fixedLeft:"einfrieren links",fixedRight:"richtig einfrieren",clearFilter:"Filter löschen",textOption:"Textfilter",numberOption:"numerischer Filter"},popup:{title:"So passen Sie die Filterung an",currColumnTitle:"Aktuelle Spalte:",and:"Und",or:"oder",describeHtml:"Verfügbar ? steht für ein einzelnes Zeichen<br/>Verwenden Sie *, um eine beliebige Anzahl von Zeichen darzustellen"},cases:{equal:"gleich",unequal:"nicht gleich",gt:"größer als",ge:"größer oder gleich",lt:"weniger als",le:"kleiner oder gleich",begin:"Der Anfang ist",notbegin:"Nicht am Anfang",endin:"Das Ende ist",notendin:"Das Ende ist es nicht",include:"Enthalten",exclude:"Nicht im Lieferumfang enthalten",between:"zwischen",custom:"Benutzerdefinierter Filter",insensitive:"Nicht zwischen Groß- und Kleinschreibung unterscheiden",isSensitive:"Groß- und Kleinschreibung beachten"},empty:"(leer)",notData:"Keine Übereinstimmung"}},pro:{area:{mergeErr:"Dieser Vorgang kann nicht für verbundene Zellen ausgeführt werden",multiErr:"Dieser Vorgang kann nicht für mehrere Auswahlbereiche ausgeführt werden",extendErr:"Wenn der erweiterte Bereich verbundene Zellen enthält, müssen alle zusammengeführten Zellen dieselbe Größe haben",pasteMultiErr:"Das Einfügen ist nicht möglich. Die kopierten und eingefügten Bereiche müssen dieselbe Größe haben, um diesen Vorgang ausführen zu können"},fnr:{title:"Suchen und ersetzen",findLabel:"Finden",replaceLabel:"ersetzen",findTitle:"Finden Sie was:",replaceTitle:"Ersetzen durch:",tabs:{find:"Finden",replace:"ersetzen"},filter:{re:"regulärer Ausdruck",whole:"Ganzwortübereinstimmung",sensitive:"Groß- und Kleinschreibung beachten"},btns:{findNext:"Weiter finden",findAll:"Finden Sie alle",replace:"ersetzen",replaceAll:"Alles ersetzen",cancel:"Stornieren"},header:{seq:"#",cell:"Zelle",value:"Wert"},empty:"(Nullwert)",reError:"Ungültiger regulärer Ausdruck",recordCount:"{0} Zellen gefunden",notCell:"Keine passende Zelle gefunden",replaceSuccess:"{0} Zellen erfolgreich ersetzt"}},renderer:{search:"suchen",cases:{equal:"gleich",unequal:"nicht gleich",gt:"größer als",ge:"größer oder gleich",lt:"weniger als",le:"kleiner oder gleich",begin:"Der Anfang ist",notbegin:"Nicht am Anfang",endin:"Das Ende ist",notendin:"Das Ende ist es nicht",include:"Enthalten",exclude:"Nicht im Lieferumfang enthalten",between:"zwischen",custom:"Benutzerdefinierter Filter",insensitive:"Nicht zwischen Groß- und Kleinschreibung unterscheiden",isSensitive:"Groß- und Kleinschreibung beachten"},combination:{menus:{sort:"排序",clearSort:"Klare Sortierung",sortAsc:"Aufsteigende Reihenfolge",sortDesc:"absteigende Reihenfolge",fixedColumn:"Spalten einfrieren",fixedGroup:"Gruppe einfrieren",cancelFixed:"Auftauen",fixedLeft:"nach links einfrieren",fixedRight:"nach rechts einfrieren",clearFilter:"Filter löschen",textOption:"Textfilter",numberOption:"numerischer Filter"},popup:{title:"So passen Sie die Filterung an",currColumnTitle:"Aktuelle Spalte:",and:"Und",or:"oder",describeHtml:"Verfügbar ? steht für ein einzelnes Zeichen<br/>Verwenden Sie *, um eine beliebige Anzahl von Zeichen darzustellen"},empty:"(leer)",notData:"Keine Übereinstimmung"}}}};
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"Bitte treten Sie ein",pleaseSelect:"Bitte auswählen",comma:",",fullStop:"。"},loading:{text:"Laden..."},error:{downErr:"Der Download ist fehlgeschlagen",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"Bei Verwendung von Gruppenköpfen müssen eingefrorene Spalten nach Gruppe festgelegt werden",groupMouseRange:"Der Gruppenheader und „{0}“ können nicht gleichzeitig verwendet werden, was zu einem Fehler führen kann.",groupTag:"Bei der Gruppierung von Spaltenüberschriften sollte „{0}“ anstelle von „{1}“ verwendet werden, was zu Fehlern führen kann",scrollErrProp:"Der Parameter „{0}“ wird nicht unterstützt, wenn virtuelles Scrollen aktiviert ist",errConflicts:"Parameter „{0}“ stehen im Konflikt mit „{1}“",notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"Das Einfügen an der angegebenen Position ist nicht möglich. Bitte überprüfen Sie, ob die Parameter korrekt sind",useErr:"Bei der Installation des Moduls „{0}“ ist möglicherweise die falsche Reihenfolge aufgetreten. Die abhängigen Module müssen vor der Tabelle installiert werden.",barUnableLink:"Die Symbolleiste kann nicht mit der Tabelle verknüpft werden",expandContent:"Der Slot zum Erweitern der Zeile sollte „content“ lauten. Bitte überprüfen Sie, ob er korrekt ist",reqComp:"Die Komponente „{0}“ fehlt. Bitte überprüfen Sie, ob sie korrekt installiert ist. https://vxeui.com/#/start/useGlobal",reqModule:"Fehlendes Modul „{0}“",reqProp:"Der erforderliche Parameter „{0}“ fehlt, was zu einem Fehler führen kann",emptyProp:"Der Parameter „{0}“ darf nicht leer sein",errProp:"Nicht unterstützter Parameter „{0}“, möglicherweise „{1}“",colRepet:'Column.{0}="{1}" wird wiederholt, was dazu führen kann, dass einige Funktionen unbrauchbar werden',notFunc:"Methode „{0}“ existiert nicht",errFunc:"Parameter „{0}“ ist keine Methode",notValidators:"Globale Prüfung „{0}“ existiert nicht",notFormats:"Das globale Format „{0}“ existiert nicht",notCommands:"Die globale Direktive „{0}“ existiert nicht",notSlot:"Slot „{0}“ existiert nicht",noTree:"Die Baumstruktur unterstützt „{0}“ nicht",notProp:"Nicht unterstützter Parameter „{0}“",checkProp:"Wenn die Datenmenge zu groß ist, kann es zum Einfrieren des Kontrollkästchens kommen. Es wird empfohlen, den Parameter „{0}“ festzulegen, um die Rendering-Geschwindigkeit zu verbessern.",coverProp:"Der Parameter „{1}“ von „{0}“ wird wiederholt definiert, was zu einem Fehler führen kann.",uniField:"Der Feldname „{0}“ wird wiederholt definiert, was zu einem Fehler führen kann",repeatKey:'Doppelter Primärschlüssel {0}="{1}", dies kann zu einem Fehler führen',delFunc:"Methode „{0}“ ist veraltet, bitte verwenden Sie „{1}“",delProp:"Parameter „{0}“ ist veraltet, bitte verwenden Sie „{1}“",delEvent:"Das Ereignis „{0}“ ist veraltet. Bitte verwenden Sie „{1}“.",removeProp:"Der Parameter „{0}“ ist veraltet und wird nicht empfohlen und kann zu Fehlern führen",errFormat:"Globale Formatierungsinhalte sollten mit „VXETable.formats“ definiert werden. Die Mountmethode „formatter={0}“ wird nicht mehr empfohlen.",notType:"Nicht unterstützter Dateityp „{0}“",notExp:"Dieser Browser unterstützt keine Import-/Exportfunktion",impFields:"Der Import ist fehlgeschlagen. Bitte überprüfen Sie, ob der Feldname und das Datenformat korrekt sind",treeNotImp:"Baumtabellen unterstützen den Import nicht",treeCrossDrag:"Nur die erste Ebene kann gezogen werden",treeDragChild:"Ein übergeordnetes Element kann nicht in seine eigenen untergeordneten Elemente gezogen werden",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Noch keine Daten",allTitle:"Alles auswählen/Abbrechen",seqTitle:"Seriennummer",actionTitle:"arbeiten",confirmFilter:"Filter",resetFilter:"zurücksetzen",allFilter:"alle",sortAsc:"Aufsteigende Reihenfolge: vom niedrigsten zum höchsten",sortDesc:"Absteigende Reihenfolge: vom höchsten zum niedrigsten Wert",filter:"Aktivieren Sie die Filterung für ausgewählte Spalten",impSuccess:"{0} Datensätze erfolgreich importiert",expLoading:"Exportieren",expSuccess:"Export erfolgreich",expError:"Der Export ist fehlgeschlagen",expFilename:"Export_{0}",expOriginFilename:"export_source_{0}",customTitle:"Spalteneinstellungen",customAll:"alle",customConfirm:"bestätigen",customClose:"Schließung",customCancel:"Stornieren",customRestore:"Standard wiederherstellen",maxFixedCol:"Die maximale Anzahl eingefrorener Spalten darf {0} nicht überschreiten.",dragTip:"Umzug: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"Bitte wählen Sie mindestens einen Datensatz aus!",deleteSelectRecord:"Sind Sie sicher, dass Sie die ausgewählten Datensätze löschen möchten?",removeSelectRecord:"Sind Sie sicher, dass Sie die ausgewählten Datensätze entfernen möchten?",dataUnchanged:"Die Daten wurden nicht geändert!",delSuccess:"Ausgewählte Datensätze erfolgreich gelöscht!",saveSuccess:"Erfolgreich gespeichert!",operError:"Es ist ein Fehler aufgetreten und der Vorgang ist fehlgeschlagen!"},select:{search:"suchen",loadingText:"Laden",emptyText:"Noch keine Daten"},pager:{goto:"Gehe zu",gotoTitle:"Anzahl der Seiten",pagesize:"{0} Elemente/Seite",total:"Insgesamt {0} Datensätze",pageClassifier:"Seite",homePage:"Titelseite",homePageTitle:"Titelseite",prevPage:"Vorherige Seite",prevPageTitle:"Vorherige Seite",nextPage:"Nächste Seite",nextPageTitle:"Nächste Seite",prevJump:"Seite nach oben springen",prevJumpTitle:"Seite nach oben springen",nextJump:"Seite nach unten springen",nextJumpTitle:"Seite nach unten springen",endPage:"Letzte Seite",endPageTitle:"Letzte Seite"},alert:{title:"Systemaufforderung"},button:{confirm:"bestätigen",cancel:"Stornieren",clear:"清除"},filter:{search:"suchen"},custom:{cstmTitle:"Spalteneinstellungen",cstmRestore:"Standard wiederherstellen",cstmCancel:"Stornieren",cstmConfirm:"Sicher",cstmConfirmRestore:"Bitte bestätigen Sie, ob die Standardspaltenkonfiguration wiederhergestellt werden soll.",cstmDragTarget:"Umzug: {0}",setting:{colSort:"Sortieren",sortHelpTip:"Klicken Sie auf das Symbol und ziehen Sie es, um die Spaltenreihenfolge anzupassen",colTitle:"Spaltenüberschrift",colResizable:"Spaltenbreite (Pixel)",colVisible:"Ob angezeigt werden soll",colFixed:"Spalten einfrieren",colFixedMax:"Spalten einfrieren (bis zu {0} Spalten)",fixedLeft:"linke Seite",fixedUnset:"Nicht festgelegt",fixedRight:"rechte Seite"}},import:{modes:{covering:"Überschreibmethode (Tabellendaten direkt überschreiben)",insert:"Unten anhängen (neue Daten am Ende der Tabelle anhängen)",insertTop:"Top append (neue Daten oben an die Tabelle anhängen)",insertBottom:"Unten anhängen (neue Daten am Ende der Tabelle anhängen)"},impTitle:"Daten importieren",impFile:"Dateiname",impSelect:"Datei auswählen",impType:"Dateityp",impOpts:"Parametereinstellungen",impMode:"Importmodus",impConfirm:"Import",impCancel:"Stornieren"},export:{types:{csv:"CSV (durch Kommas getrennt) (*.csv)",html:"Webseite (*.html)",xml:"XML-Daten (*.xml)",txt:"Textdatei (tabulatorgetrennt) (*.txt)",xls:"Excel 97-2003-Arbeitsmappe (*.xls)",xlsx:"Excel-Arbeitsmappe (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"Aktuelle Daten (Daten der aktuellen Seite)",selected:"Ausgewählte Daten (ausgewählte Daten auf der aktuellen Seite)",all:"Vollständige Daten (einschließlich aller paginierten Daten)"},printTitle:"Daten drucken",expTitle:"Daten exportieren",expName:"Dateiname",expNamePlaceholder:"Bitte geben Sie einen Dateinamen ein",expSheetName:"Titel",expSheetNamePlaceholder:"Bitte geben Sie einen Titel ein",expType:"Speichertyp",expMode:"Daten auswählen",expCurrentColumn:"Alle Felder",expColumn:"Feld auswählen",expOpts:"Parametereinstellungen",expOptHeader:"Kopfzeile",expHeaderTitle:"Ist eine Kopfzeile erforderlich?",expOptFooter:"Ende des Tisches",expFooterTitle:"Ist eine Tabellenfußzeile erforderlich?",expOptColgroup:"Gruppenkopf",expColgroupTitle:"Sofern vorhanden, werden Header mit Gruppierungsstrukturen unterstützt",expOptMerge:"verschmelzen",expMergeTitle:"Unterstützt Zellen mit Zusammenführungsstrukturen, sofern vorhanden",expOptAllExpand:"Ebene erweitern",expAllExpandTitle:"Wenn vorhanden, unterstützt es die Erweiterung aller Daten mit einer hierarchischen Struktur.",expOptUseStyle:"Stil",expUseStyleTitle:"Formatierte Zellen werden unterstützt, sofern vorhanden",expOptOriginal:"Quelldaten",expOriginalTitle:"Wenn es sich um Quelldaten handelt, wird der Import in die Tabelle unterstützt",expPrint:"Drucken",expConfirm:"Export",expCancel:"Stornieren"},modal:{errTitle:"Fehlermeldung",zoomMin:"minimieren",zoomIn:"maximieren",zoomOut:"Reduktion",close:"Schließung",miniMaxSize:"Die Anzahl der minimierten Fenster darf {0} nicht überschreiten.",footPropErr:"show-footer wird nur zum Aktivieren der Tabellenfußzeile verwendet und muss mit dem Show-Confirm-Button | verwendet werden"},drawer:{close:"Schließung"},form:{folding:"schließen",unfolding:"Expandieren"},toolbar:{import:"Import",export:"Export",print:"Drucken",refresh:"auffrischen",zoomIn:"Vollbild",zoomOut:"Reduktion",custom:"Spalteneinstellungen",customAll:"alle",customConfirm:"bestätigen",customRestore:"zurücksetzen",fixedLeft:"links eingefroren",fixedRight:"rechts eingefroren",cancelFixed:"Spalte freigeben"},datePicker:{yearTitle:"{0} Jahre"},input:{date:{m1:"Januar",m2:"Februar",m3:"Marsch",m4:"April",m5:"Mai",m6:"06. Juni",m7:"Juli",m8:"August",m9:"September",m10:"Oktober",m11:"November",m12:"Dezember",quarterLabel:"{0} Jahre",monthLabel:"{0} Jahre",dayLabel:"{0} Jahr {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"Week WW of year yyyy",month:"yyyy-MM",quarter:"quarter q of year yyyy",year:"yyyy"},weeks:{w:"Woche",w0:"Sonntag",w1:"am Montag",w2:"Dienstag",w3:"Mittwoch",w4:"Donnerstag",w5:"Freitag",w6:"Samstag"},months:{m0:"Januar",m1:"Februar",m2:"Marsch",m3:"April",m4:"Mai",m5:"Juni",m6:"Juli",m7:"August",m8:"September",m9:"Oktober",m10:"November",m11:"Dezember"},quarters:{q1:"erstes Viertel",q2:"zweites Viertel",q3:"drittes Viertel",q4:"viertes Viertel"}}},numberInput:{currencySymbol:"¥"},imagePreview:{popupTitle:"Vorschau",operBtn:{zoomOut:"herauszoomen",zoomIn:"vergrößern",pctFull:"proportionale Skalierung",pct11:"Originalgröße anzeigen",rotateLeft:"Nach links drehen",rotateRight:"Nach rechts drehen",print:"Klicken Sie hier, um das Bild auszudrucken",download:"Klicken Sie hier, um das Bild herunterzuladen"}},upload:{fileBtnText:"Zum Hochladen klicken oder ziehen",imgBtnText:"Zum Hochladen klicken oder ziehen",dragPlaceholder:"Bitte ziehen Sie die Datei per Drag & Drop in diesen Bereich, um sie hochzuladen",imgSizeHint:"Broschüre {0}",imgCountHint:"Maximal {0} Bilder",fileTypeHint:"Unterstützte {0} Dateitypen",fileSizeHint:"Die Größe einer einzelnen Datei überschreitet nicht {0}",fileCountHint:"Es können bis zu {0} Dateien hochgeladen werden",uploadTypeErr:"Dateityp stimmt nicht überein!",overCountErr:"Es können nur {0} Dateien ausgewählt werden!",overCountExtraErr:"Die maximale Anzahl von {0} Dateien wurde überschritten. Die überschüssigen {1} Dateien werden ignoriert!",overSizeErr:"Die maximale Dateigröße darf {0} nicht überschreiten!",reUpload:"Erneut hochladen",uploadProgress:"{0} % werden hochgeladen",uploadErr:"Der Upload ist fehlgeschlagen",uploadSuccess:"Hochladen erfolgreich",moreBtnText:"Mehr ({0})",viewItemTitle:"Klicken Sie zum Anzeigen",morePopup:{readTitle:"Liste anzeigen",imageTitle:"Bilder hochladen",fileTitle:"Dateien hochladen"}},empty:{defText:"Noch keine Daten"},colorPicker:{clear:"Klar",confirm:"bestätigen",copySuccess:"In die Zwischenablage kopiert: {0}"},formDesign:{formName:"Formularname",defFormTitle:"unbenannte Form",widgetPropTab:"Steuereigenschaften",widgetFormTab:"Formulareigenschaften",error:{wdFormUni:"Dem Formular darf nur ein Steuerelement dieses Typs hinzugefügt werden",wdSubUni:"Der Untertabelle darf nur ein Steuerelement dieses Typs hinzugefügt werden"},styleSetting:{btn:"Stileinstellungen",title:"Einstellungen für den Formularstil",layoutTitle:"Steuerungslayout",verticalLayout:"Layout oben und unten",horizontalLayout:"Horizontales Layout",styleTitle:"Titelstil",boldTitle:"Titel fett",fontBold:"Deutlich",fontNormal:"konventionell",colonTitle:"Doppelpunkt anzeigen",colonVisible:"zeigen",colonHidden:"verstecken",alignTitle:"Ausrichtung",widthTitle:"Titelbreite",alignLeft:"Auf der linken Seite",alignRight:"Rechts",unitPx:"Pixel",unitPct:"Prozentsatz"},widget:{group:{base:"Grundlegende Steuerelemente",layout:"Layout-Steuerelemente",system:"Systemkontrollen",module:"Modulsteuerung",chart:"Diagrammsteuerung",advanced:"Erweiterte Steuerelemente"},copyTitle:"Kopieren_{0}",component:{input:"Eingabefeld",textarea:"Textfeld",select:"Dropdown-Auswahl",row:"Eine Zeile und mehrere Spalten",title:"Titel",text:"Text",subtable:"Untertabelle",VxeSwitch:"ob",VxeInput:"Eingabefeld",VxeNumberInput:"Nummer",VxeDatePicker:"Datum",VxeTextarea:"Textfeld",VxeSelect:"Dropdown-Auswahl",VxeTreeSelect:"Baumauswahl",VxeRadioGroup:"Optionsfeld",VxeCheckboxGroup:"Kontrollkästchen",VxeUploadFile:"dokumentieren",VxeUploadImage:"Bild",VxeRate:"Punktzahl",VxeSlider:"Schieberegler"}},widgetProp:{name:"Kontrollname",placeholder:"prompt",required:"Erforderliche Verifizierung",multiple:"Mehrfachauswahl zulassen",displaySetting:{name:"Anzeigeeinstellungen",pc:"PC",mobile:"Mobile Version",visible:"zeigen",hidden:"verstecken"},dataSource:{name:"Datenquelle",defValue:"Option {0}",addOption:"Optionen hinzufügen",batchEditOption:"Stapelbearbeitung",batchEditTip:"Jede Zeile entspricht einer Option und unterstützt das direkte Kopieren und Einfügen aus Tabellen, Excel und WPS.",batchEditSubTip:"Jede Zeile entspricht einer Option. Wenn es sich um eine Gruppe handelt, können die Unterelemente mit einem Leerzeichen oder einer Tabulatortaste beginnen. Direktes Kopieren und Einfügen aus Tabellen, Excel und WPS wird unterstützt.",buildOption:"Build-Optionen"},rowProp:{colSize:"Anzahl der Spalten",col2:"zwei Spalten",col3:"drei Spalten",col4:"vier Spalten",col6:"sechs Spalten",layout:"Layout"},textProp:{name:"Inhalt",alignTitle:"Ausrichtung",alignLeft:"Auf der linken Seite",alignCenter:"Center",alignRight:"Rechts",colorTitle:"Schriftfarbe",sizeTitle:"Schriftgröße",boldTitle:"Fette Schriftart",fontNormal:"konventionell",fontBold:"Deutlich"},subtableProp:{seqTitle:"Seriennummer",showSeq:"Seriennummer anzeigen",showCheckbox:"Mehrfachauswahl zulassen",errSubDrag:"Die Untertabelle unterstützt dieses Steuerelement nicht. Bitte verwenden Sie andere Steuerelemente",colPlace:"Ziehen Sie das Steuerelement hinein"},uploadProp:{limitFileCount:"Dateimengenbegrenzung",limitFileSize:"Dateigrößenbeschränkung",multiFile:"Mehrere Datei-Uploads zulassen",limitImgCount:"Bildmengenbegrenzung",limitImgSize:"Beschränkung der Bildgröße",multiImg:"Erlauben Sie das Hochladen mehrerer Bilder"}}},listDesign:{fieldSettingTab:"Feldeinstellungen",listSettingTab:"Parametereinstellungen",searchTitle:"Abfragebedingungen",listTitle:"Listenfeld",searchField:"Abfragefeld",listField:"Listenfeld",activeBtn:{ActionButtonUpdate:"bearbeiten",ActionButtonDelete:"löschen"},search:{addBtn:"bearbeiten",emptyText:"Keine Abfragebedingungen konfiguriert",editPopupTitle:"Abfragefelder bearbeiten"},searchPopup:{colTitle:"Titel",saveBtn:"speichern"}},text:{copySuccess:"In die Zwischenablage kopiert",copyError:"Die aktuelle Umgebung unterstützt diesen Vorgang nicht"},countdown:{formats:{yyyy:"Jahr",MM:"Mond",dd:"Himmel",HH:"Stunde",mm:"Punkt",ss:"Zweite"}},plugins:{extendCellArea:{area:{mergeErr:"Dieser Vorgang kann nicht für verbundene Zellen ausgeführt werden",multiErr:"Dieser Vorgang kann nicht für mehrere Auswahlbereiche ausgeführt werden",selectErr:"Zellen im angegebenen Bereich können nicht bearbeitet werden",extendErr:"Wenn der erweiterte Bereich verbundene Zellen enthält, müssen alle zusammengeführten Zellen dieselbe Größe haben",pasteMultiErr:"Das Einfügen ist nicht möglich. Die kopierten und eingefügten Bereiche müssen dieselbe Größe haben, um diesen Vorgang ausführen zu können",cpInvalidErr:"Der Vorgang kann nicht ausgeführt werden. Der von Ihnen ausgewählte Bereich enthält verbotene Spalten ({0})."},fnr:{title:"Suchen und ersetzen",findLabel:"Finden",replaceLabel:"ersetzen",findTitle:"Finden Sie was:",replaceTitle:"Ersetzen durch:",tabs:{find:"Finden",replace:"ersetzen"},filter:{re:"regulärer Ausdruck",whole:"Ganzwortübereinstimmung",sensitive:"Groß- und Kleinschreibung beachten"},btns:{findNext:"Weiter finden",findAll:"Finden Sie alle",replace:"ersetzen",replaceAll:"Alles ersetzen",cancel:"Stornieren"},header:{seq:"#",cell:"Zelle",value:"Wert"},body:{row:"Zeile: {0}",col:"Spalte: {0}"},empty:"(Nullwert)",reError:"Ungültiger regulärer Ausdruck",recordCount:"{0} Zellen gefunden",notCell:"Keine passende Zelle gefunden",replaceSuccess:"{0} Zellen erfolgreich ersetzt"}},filterComplexInput:{menus:{fixedColumn:"Spalten einfrieren",fixedGroup:"Gruppe einfrieren",cancelFixed:"Auftauen",fixedLeft:"einfrieren links",fixedRight:"richtig einfrieren"},cases:{equal:"gleich",gt:"größer als",lt:"weniger als",begin:"Der Anfang ist",endin:"Das Ende ist",include:"Enthalten",isSensitive:"Groß- und Kleinschreibung beachten"}},filterCombination:{menus:{sort:"排序",clearSort:"Klare Sortierung",sortAsc:"Aufsteigende Reihenfolge",sortDesc:"absteigende Reihenfolge",fixedColumn:"Spalten einfrieren",fixedGroup:"Gruppe einfrieren",cancelFixed:"Auftauen",fixedLeft:"einfrieren links",fixedRight:"richtig einfrieren",clearFilter:"Filter löschen",textOption:"Textfilter",numberOption:"numerischer Filter"},popup:{title:"So passen Sie die Filterung an",currColumnTitle:"Aktuelle Spalte:",and:"Und",or:"oder",describeHtml:"Verfügbar ? steht für ein einzelnes Zeichen<br/>Verwenden Sie *, um eine beliebige Anzahl von Zeichen darzustellen"},cases:{equal:"gleich",unequal:"nicht gleich",gt:"größer als",ge:"größer oder gleich",lt:"weniger als",le:"kleiner oder gleich",begin:"Der Anfang ist",notbegin:"Nicht am Anfang",endin:"Das Ende ist",notendin:"Das Ende ist es nicht",include:"Enthalten",exclude:"Nicht im Lieferumfang enthalten",between:"zwischen",custom:"Benutzerdefinierter Filter",insensitive:"Nicht zwischen Groß- und Kleinschreibung unterscheiden",isSensitive:"Groß- und Kleinschreibung beachten"},empty:"(leer)",notData:"Keine Übereinstimmung"}},pro:{area:{mergeErr:"Dieser Vorgang kann nicht für verbundene Zellen ausgeführt werden",multiErr:"Dieser Vorgang kann nicht für mehrere Auswahlbereiche ausgeführt werden",extendErr:"Wenn der erweiterte Bereich verbundene Zellen enthält, müssen alle zusammengeführten Zellen dieselbe Größe haben",pasteMultiErr:"Das Einfügen ist nicht möglich. Die kopierten und eingefügten Bereiche müssen dieselbe Größe haben, um diesen Vorgang ausführen zu können"},fnr:{title:"Suchen und ersetzen",findLabel:"Finden",replaceLabel:"ersetzen",findTitle:"Finden Sie was:",replaceTitle:"Ersetzen durch:",tabs:{find:"Finden",replace:"ersetzen"},filter:{re:"regulärer Ausdruck",whole:"Ganzwortübereinstimmung",sensitive:"Groß- und Kleinschreibung beachten"},btns:{findNext:"Weiter finden",findAll:"Finden Sie alle",replace:"ersetzen",replaceAll:"Alles ersetzen",cancel:"Stornieren"},header:{seq:"#",cell:"Zelle",value:"Wert"},empty:"(Nullwert)",reError:"Ungültiger regulärer Ausdruck",recordCount:"{0} Zellen gefunden",notCell:"Keine passende Zelle gefunden",replaceSuccess:"{0} Zellen erfolgreich ersetzt"}},renderer:{search:"suchen",cases:{equal:"gleich",unequal:"nicht gleich",gt:"größer als",ge:"größer oder gleich",lt:"weniger als",le:"kleiner oder gleich",begin:"Der Anfang ist",notbegin:"Nicht am Anfang",endin:"Das Ende ist",notendin:"Das Ende ist es nicht",include:"Enthalten",exclude:"Nicht im Lieferumfang enthalten",between:"zwischen",custom:"Benutzerdefinierter Filter",insensitive:"Nicht zwischen Groß- und Kleinschreibung unterscheiden",isSensitive:"Groß- und Kleinschreibung beachten"},combination:{menus:{sort:"排序",clearSort:"Klare Sortierung",sortAsc:"Aufsteigende Reihenfolge",sortDesc:"absteigende Reihenfolge",fixedColumn:"Spalten einfrieren",fixedGroup:"Gruppe einfrieren",cancelFixed:"Auftauen",fixedLeft:"nach links einfrieren",fixedRight:"nach rechts einfrieren",clearFilter:"Filter löschen",textOption:"Textfilter",numberOption:"numerischer Filter"},popup:{title:"So passen Sie die Filterung an",currColumnTitle:"Aktuelle Spalte:",and:"Und",or:"oder",describeHtml:"Verfügbar ? steht für ein einzelnes Zeichen<br/>Verwenden Sie *, um eine beliebige Anzahl von Zeichen darzustellen"},empty:"(leer)",notData:"Keine Übereinstimmung"}}}};
@@ -24,6 +24,7 @@ var _default = exports.default = {
24
24
  scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled',
25
25
  errConflicts: '"{1}" is not supported when parameter "{0}", it should be "{2}", otherwise an error will occur',
26
26
  notSupportProp: '"{1}" is not supported when parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
27
+ notConflictProp: 'When using "{0}", you should set "{1}", otherwise there may be a functional conflict',
27
28
  unableInsert: 'Unable to insert into the specified position, please check whether the parameters are correct',
28
29
  useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',
29
30
  barUnableLink: 'The toolbar cannot be associated with the table',
@@ -1 +1 @@
1
- ((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){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please enter",pleaseSelect:"Please select",comma:",",fullStop:"。"},loading:{text:"loading..."},error:{downErr:"Download failed",errLargeData:'When the amount of data bound is too large, you should use "{0}"; otherwise, a stall may occur',groupFixed:"If using group headers, frozen columns must be set by group",groupMouseRange:'The group header and "{0}" cannot be used at the same time, which may cause an error.',groupTag:'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled',errConflicts:'"{1}" is not supported when parameter "{0}", it should be "{2}", otherwise an error will occur',notSupportProp:'"{1}" is not supported when parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',unableInsert:"Unable to insert into the specified position, please check whether the parameters are correct",useErr:'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',barUnableLink:"The toolbar cannot be associated with the table",expandContent:'The slot to expand the row should be "content", please check if it is correct',reqComp:'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',reqModule:'Missing module "{0}"',reqProp:'The required "{0}" parameter is missing, which may result in an error',emptyProp:'Parameter "{0}" is not allowed to be empty',errProp:'Unsupported parameter "{0}", possible "{1}"',colRepet:'column.{0}="{1}" is repeated, which may cause some functions to become unusable',notFunc:'Method "{0}" does not exist',errFunc:'Parameter "{0}" is not a method',notValidators:'Global check "{0}" does not exist',notFormats:'Global format "{0}" does not exist',notCommands:'Global directive "{0}" does not exist',notSlot:'Slot "{0}" does not exist',noTree:'The tree structure does not support "{0}"',notProp:'Unsupported parameter "{0}"',checkProp:'When the amount of data is too large, it may cause the check box to freeze. It is recommended to set the parameter "{0}" to improve the rendering speed.',coverProp:'The parameter "{1}" of "{0}" is defined repeatedly, which may cause an error.',uniField:'Field name "{0}" is defined repeatedly, which may cause an error',repeatKey:'Duplicate primary key {0}="{1}", this may cause an error',delFunc:'Method "{0}" is deprecated, please use "{1}"',delProp:'Parameter "{0}" is obsolete, please use "{1}"',delEvent:'Event "{0}" is deprecated, please use "{1}"',removeProp:'Parameter "{0}" is deprecated and is not recommended and may result in errors',errFormat:'Global formatting content should be defined using "VXETable.formats". The method of mounting "formatter={0}" is no longer recommended.',notType:'Unsupported file type "{0}"',notExp:"This browser does not support import/export functionality",impFields:"Import failed, please check whether the field name and data format are correct",treeNotImp:"Tree tables do not support importing",treeCrossDrag:"Only the first level can be dragged",treeDragChild:"A parent cannot be dragged into its own children",reqPlugin:'Extension plugin not installed "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"The maximum supported data volume {0} line is exceeded, which may cause an error."},table:{emptyText:"No data yet",allTitle:"Select all/Cancel",seqTitle:"Serial number",actionTitle:"operate",confirmFilter:"filter",resetFilter:"reset",allFilter:"all",sortAsc:"Ascending order: lowest to highest",sortDesc:"Descending order: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export successful",expError:"Export failed",expFilename:"Export_{0}",expOriginFilename:"export_source_{0}",customTitle:"Column settings",customAll:"all",customConfirm:"confirm",customClose:"closure",customCancel:"Cancel",customRestore:"Restore default",maxFixedCol:"The maximum number of frozen columns cannot exceed {0}",dragTip:"Move: {0}",resizeColTip:"Width: {0} Pixels",resizeRowTip:"Height: {0} Pixels"},grid:{selectOneRecord:"Please select at least one record!",deleteSelectRecord:"Are you sure you want to delete the selected records?",removeSelectRecord:"Are you sure you want to remove the selected records?",dataUnchanged:"The data has not been changed!",delSuccess:"Selected records successfully deleted!",saveSuccess:"Saved successfully!",operError:"An error occurred and the operation failed!"},select:{search:"search",loadingText:"loading",emptyText:"No data yet"},pager:{goto:"Go to",gotoTitle:"Number of pages",pagesize:"{0} items/page",total:"Total {0} records",pageClassifier:"Page",homePage:"front page",homePageTitle:"front page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"Next page",nextPageTitle:"Next page",prevJump:"Jump page up",prevJumpTitle:"Jump page up",nextJump:"Jump page down",nextJumpTitle:"Jump page down",endPage:"Last page",endPageTitle:"Last page"},alert:{title:"System prompt"},button:{confirm:"confirm",cancel:"Cancel",clear:"清除"},filter:{search:"search"},custom:{cstmTitle:"Column settings",cstmRestore:"Restore default",cstmCancel:"Cancel",cstmConfirm:"Sure",cstmConfirmRestore:"Please confirm whether to restore to the default column configuration?",cstmDragTarget:"Move: {0}",setting:{colSort:"sort",sortHelpTip:"Click and drag the icon to adjust column ordering",colTitle:"Column header",colResizable:"Column width (pixels)",colVisible:"Whether to display",colFixed:"Freeze columns",colFixedMax:"Freeze columns (up to {0} columns)",fixedLeft:"left side",fixedUnset:"Not set",fixedRight:"right side"}},import:{modes:{covering:"Overwriting method (directly overwrite table data)",insert:"Append at the bottom (append new data at the bottom of the table)",insertTop:"Top append (append new data at the top of the table)",insertBottom:"Append at the bottom (append new data at the bottom of the table)"},impTitle:"Import data",impFile:"file name",impSelect:"Select file",impType:"File type",impOpts:"Parameter settings",impMode:"import mode",impConfirm:"import",impCancel:"Cancel"},export:{types:{csv:"CSV (comma separated)(*.csv)",html:"Web page (*.html)",xml:"XML data (*.xml)",txt:"Text file (tab delimited) (*.txt)",xls:"Excel 97-2003 workbook (*.xls)",xlsx:"Excel workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"Null data",current:"Current data (data of the current page)",selected:"Selected data (selected data on the current page)",all:"Full data (including all paginated data)"},printTitle:"Print data",expTitle:"Export data",expName:"file name",expNamePlaceholder:"Please enter a file name",expSheetName:"title",expSheetNamePlaceholder:"Please enter a title",expType:"save type",expMode:"Select data",expCurrentColumn:"All fields",expColumn:"Select field",expOpts:"Parameter settings",expOptHeader:"Header",expHeaderTitle:"Is a header required?",expOptFooter:"end of table",expFooterTitle:"Is a table footer required?",expOptColgroup:"Group header",expColgroupTitle:"If present, headers with grouping structures are supported",expOptMerge:"merge",expMergeTitle:"Supports cells with merge structures if present",expOptAllExpand:"Expand level",expAllExpandTitle:"If it exists, it supports expanding all data with hierarchical structure.",expOptUseStyle:"style",expUseStyleTitle:"Styled cells are supported if present",expOptOriginal:"source data",expOriginalTitle:"If it is source data, it supports importing into the table",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{errTitle:"Error message",zoomMin:"minimize",zoomIn:"maximize",zoomOut:"reduction",close:"closure",miniMaxSize:"The number of minimized windows cannot exceed {0}",footPropErr:"show-footer is only used to enable table footer and needs to be used with show-confirm-button | show-cancel-button | slot"},drawer:{close:"closure"},form:{folding:"close",unfolding:"Expand"},toolbar:{import:"import",export:"Export",print:"Print",refresh:"refresh",zoomIn:"full screen",zoomOut:"reduction",custom:"Column settings",customAll:"all",customConfirm:"confirm",customRestore:"reset",fixedLeft:"frozen on left",fixedRight:"frozen on right",cancelFixed:"Unfreeze column"},datePicker:{yearTitle:"{0} years"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June 06",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0} years",monthLabel:"{0} years",dayLabel:"{0} year {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"Week WW of year yyyy",month:"yyyy-MM",quarter:"quarter q of year yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"January",m1:"February",m2:"March",m3:"April",m4:"May",m5:"June",m6:"July",m7:"August",m8:"September",m9:"October",m10:"November",m11:"December"},quarters:{q1:"first quarter",q2:"second quarter",q3:"third quarter",q4:"fourth quarter"}}},numberInput:{currencySymbol:"¥"},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"zoom out",zoomIn:"enlarge",pctFull:"proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print picture",download:"Click to download image"}},upload:{fileBtnText:"Click or drag to upload",imgBtnText:"Click or drag to upload",dragPlaceholder:"Please drag and drop the file into this area to upload it",imgSizeHint:"Leaflet {0}",imgCountHint:"Maximum {0} pictures",fileTypeHint:"Supported {0} file types",fileSizeHint:"The size of a single file does not exceed {0}",fileCountHint:"Up to {0} files can be uploaded",uploadTypeErr:"File type mismatch!",overCountErr:"Only {0} files can be selected!",overCountExtraErr:"The maximum number of {0} files has been exceeded. The excess {1} files will be ignored!",overSizeErr:"The maximum file size cannot exceed {0}!",reUpload:"Reupload",uploadProgress:"Uploading {0}%",uploadErr:"Upload failed",uploadSuccess:"Upload successful",moreBtnText:"More ({0})",viewItemTitle:"Click to view",morePopup:{readTitle:"View list",imageTitle:"Upload pictures",fileTitle:"Upload files"}},empty:{defText:"No data yet"},colorPicker:{clear:"Clear",confirm:"confirm",copySuccess:"Copied to clipboard: {0}"},formDesign:{formName:"form name",defFormTitle:"unnamed form",widgetPropTab:"Control properties",widgetFormTab:"form properties",error:{wdFormUni:"Only one control of this type is allowed to be added to the form",wdSubUni:"Only one control of this type is allowed to be added to the subtable"},styleSetting:{btn:"Style settings",title:"Form style settings",layoutTitle:"Control layout",verticalLayout:"Top and bottom layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Title bold",fontBold:"Bold",fontNormal:"conventional",colonTitle:"Show colon",colonVisible:"show",colonHidden:"hide",alignTitle:"Alignment",widthTitle:"title width",alignLeft:"On the left",alignRight:"On the right",unitPx:"Pixel",unitPct:"percentage"},widget:{group:{base:"Basic controls",layout:"Layout controls",system:"System controls",module:"module control",chart:"chart control",advanced:"Advanced controls"},copyTitle:"Copy_{0}",component:{input:"Input box",textarea:"text field",select:"drop down selection",row:"One row and multiple columns",title:"title",text:"text",subtable:"Subtable",VxeSwitch:"whether",VxeInput:"Input box",VxeNumberInput:"number",VxeDatePicker:"date",VxeTextarea:"text field",VxeSelect:"drop down selection",VxeTreeSelect:"tree selection",VxeRadioGroup:"radio button",VxeCheckboxGroup:"checkbox",VxeUploadFile:"document",VxeUploadImage:"picture",VxeRate:"score",VxeSlider:"slider"}},widgetProp:{name:"Control name",placeholder:"prompt",required:"Required verification",multiple:"Allow multiple selections",displaySetting:{name:"display settings",pc:"PC",mobile:"Mobile version",visible:"show",hidden:"hide"},dataSource:{name:"data source",defValue:"Option {0}",addOption:"Add options",batchEditOption:"Batch editing",batchEditTip:"Each row corresponds to an option, and supports copying and pasting directly from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If it is a group, the sub-items can start with a space or a tab key. Direct copy and paste from tables, Excel, and WPS is supported.",buildOption:"Build options"},rowProp:{colSize:"Number of columns",col2:"two columns",col3:"three columns",col4:"four columns",col6:"six columns",layout:"layout"},textProp:{name:"content",alignTitle:"Alignment",alignLeft:"On the left",alignCenter:"center",alignRight:"On the right",colorTitle:"Font color",sizeTitle:"font size",boldTitle:"Bold font",fontNormal:"conventional",fontBold:"Bold"},subtableProp:{seqTitle:"Serial number",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The subtable does not support this control, please use other controls",colPlace:"Drag the control in"},uploadProp:{limitFileCount:"File quantity limit",limitFileSize:"File size limit",multiFile:"Allow multiple file uploads",limitImgCount:"Picture quantity limit",limitImgSize:"Image size limit",multiImg:"Allow multiple images to be uploaded"}}},listDesign:{fieldSettingTab:"Field settings",listSettingTab:"Parameter settings",searchTitle:"Query conditions",listTitle:"list field",searchField:"Query field",listField:"list field",activeBtn:{ActionButtonUpdate:"edit",ActionButtonDelete:"delete"},search:{addBtn:"edit",emptyText:"No query conditions configured",editPopupTitle:"Edit query fields"},searchPopup:{colTitle:"title",saveBtn:"save"}},text:{copySuccess:"Copied to clipboard",copyError:"The current environment does not support this operation"},countdown:{formats:{yyyy:"Year",MM:"moon",dd:"sky",HH:"hour",mm:"point",ss:"Second"}},plugins:{extendCellArea:{area:{mergeErr:"This operation cannot be performed on merged cells",multiErr:"This operation cannot be performed on multiple selection areas",selectErr:"Unable to operate on cells in the specified range",extendErr:"If the extended range contains merged cells, all merged cells must be the same size",pasteMultiErr:"Unable to paste, the copied and pasted areas need to be of the same size to perform this operation",cpInvalidErr:"The operation cannot be performed. There are prohibited columns ({0}) in the range you selected."},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"replace",findTitle:"Find what:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"replace"},filter:{re:"regular expression",whole:"whole word match",sensitive:"case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"cell",value:"value"},body:{row:"Row: {0}",col:"Column: {0}"},empty:"(null value)",reError:"Invalid regular expression",recordCount:"{0} cells found",notCell:"No matching cell found",replaceSuccess:"Successfully replaced {0} cells"}},filterComplexInput:{menus:{fixedColumn:"Freeze columns",fixedGroup:"freeze group",cancelFixed:"Unfreeze",fixedLeft:"freeze left",fixedRight:"freeze right"},cases:{equal:"equal",gt:"greater than",lt:"less than",begin:"The beginning is",endin:"The end is",include:"Include",isSensitive:"case sensitive"}},filterCombination:{menus:{sort:"Sort",clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"descending order",fixedColumn:"Freeze columns",fixedGroup:"freeze group",cancelFixed:"Unfreeze",fixedLeft:"freeze left",fixedRight:"freeze right",clearFilter:"Clear filters",textOption:"text filter",numberOption:"numerical filter"},popup:{title:"How to customize filtering",currColumnTitle:"Current column:",and:"and",or:"or",describeHtml:"Available ? represents a single character<br/>Use * to represent any number of characters"},cases:{equal:"equal",unequal:"not equal to",gt:"greater than",ge:"greater than or equal to",lt:"less than",le:"less than or equal to",begin:"The beginning is",notbegin:"Not at the beginning",endin:"The end is",notendin:"The ending is not",include:"Include",exclude:"Not included",between:"between",custom:"Custom filter",insensitive:"Not case sensitive",isSensitive:"case sensitive"},empty:"(blank)",notData:"No match"}},pro:{area:{mergeErr:"This operation cannot be performed on merged cells",multiErr:"This operation cannot be performed on multiple selection areas",extendErr:"If the extended range contains merged cells, all merged cells must be the same size",pasteMultiErr:"Unable to paste, the copied and pasted areas need to be of the same size to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"replace",findTitle:"Find what:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"replace"},filter:{re:"regular expression",whole:"whole word match",sensitive:"case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"cell",value:"value"},empty:"(null value)",reError:"Invalid regular expression",recordCount:"{0} cells found",notCell:"No matching cell found",replaceSuccess:"Successfully replaced {0} cells"}},renderer:{search:"search",cases:{equal:"equal",unequal:"not equal to",gt:"greater than",ge:"greater than or equal to",lt:"less than",le:"less than or equal to",begin:"The beginning is",notbegin:"Not at the beginning",endin:"The end is",notendin:"The ending is not",include:"Include",exclude:"Not included",between:"between",custom:"Custom filter",insensitive:"Not case sensitive",isSensitive:"case sensitive"},combination:{menus:{sort:"Sort",clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"descending order",fixedColumn:"Freeze columns",fixedGroup:"freeze group",cancelFixed:"Unfreeze",fixedLeft:"freeze to left",fixedRight:"freeze to right",clearFilter:"Clear filters",textOption:"text filter",numberOption:"numerical filter"},popup:{title:"How to customize filtering",currColumnTitle:"Current column:",and:"and",or:"or",describeHtml:"Available ? represents a single character<br/>Use * to represent any number of characters"},empty:"(blank)",notData:"No match"}}}}});
1
+ ((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){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please enter",pleaseSelect:"Please select",comma:",",fullStop:"。"},loading:{text:"loading..."},error:{downErr:"Download failed",errLargeData:'When the amount of data bound is too large, you should use "{0}"; otherwise, a stall may occur',groupFixed:"If using group headers, frozen columns must be set by group",groupMouseRange:'The group header and "{0}" cannot be used at the same time, which may cause an error.',groupTag:'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled',errConflicts:'"{1}" is not supported when parameter "{0}", it should be "{2}", otherwise an error will occur',notSupportProp:'"{1}" is not supported when parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',notConflictProp:'When using "{0}", you should set "{1}", otherwise there may be a functional conflict',unableInsert:"Unable to insert into the specified position, please check whether the parameters are correct",useErr:'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',barUnableLink:"The toolbar cannot be associated with the table",expandContent:'The slot to expand the row should be "content", please check if it is correct',reqComp:'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',reqModule:'Missing module "{0}"',reqProp:'The required "{0}" parameter is missing, which may result in an error',emptyProp:'Parameter "{0}" is not allowed to be empty',errProp:'Unsupported parameter "{0}", possible "{1}"',colRepet:'column.{0}="{1}" is repeated, which may cause some functions to become unusable',notFunc:'Method "{0}" does not exist',errFunc:'Parameter "{0}" is not a method',notValidators:'Global check "{0}" does not exist',notFormats:'Global format "{0}" does not exist',notCommands:'Global directive "{0}" does not exist',notSlot:'Slot "{0}" does not exist',noTree:'The tree structure does not support "{0}"',notProp:'Unsupported parameter "{0}"',checkProp:'When the amount of data is too large, it may cause the check box to freeze. It is recommended to set the parameter "{0}" to improve the rendering speed.',coverProp:'The parameter "{1}" of "{0}" is defined repeatedly, which may cause an error.',uniField:'Field name "{0}" is defined repeatedly, which may cause an error',repeatKey:'Duplicate primary key {0}="{1}", this may cause an error',delFunc:'Method "{0}" is deprecated, please use "{1}"',delProp:'Parameter "{0}" is obsolete, please use "{1}"',delEvent:'Event "{0}" is deprecated, please use "{1}"',removeProp:'Parameter "{0}" is deprecated and is not recommended and may result in errors',errFormat:'Global formatting content should be defined using "VXETable.formats". The method of mounting "formatter={0}" is no longer recommended.',notType:'Unsupported file type "{0}"',notExp:"This browser does not support import/export functionality",impFields:"Import failed, please check whether the field name and data format are correct",treeNotImp:"Tree tables do not support importing",treeCrossDrag:"Only the first level can be dragged",treeDragChild:"A parent cannot be dragged into its own children",reqPlugin:'Extension plugin not installed "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"The maximum supported data volume {0} line is exceeded, which may cause an error."},table:{emptyText:"No data yet",allTitle:"Select all/Cancel",seqTitle:"Serial number",actionTitle:"operate",confirmFilter:"filter",resetFilter:"reset",allFilter:"all",sortAsc:"Ascending order: lowest to highest",sortDesc:"Descending order: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export successful",expError:"Export failed",expFilename:"Export_{0}",expOriginFilename:"export_source_{0}",customTitle:"Column settings",customAll:"all",customConfirm:"confirm",customClose:"closure",customCancel:"Cancel",customRestore:"Restore default",maxFixedCol:"The maximum number of frozen columns cannot exceed {0}",dragTip:"Move: {0}",resizeColTip:"Width: {0} Pixels",resizeRowTip:"Height: {0} Pixels"},grid:{selectOneRecord:"Please select at least one record!",deleteSelectRecord:"Are you sure you want to delete the selected records?",removeSelectRecord:"Are you sure you want to remove the selected records?",dataUnchanged:"The data has not been changed!",delSuccess:"Selected records successfully deleted!",saveSuccess:"Saved successfully!",operError:"An error occurred and the operation failed!"},select:{search:"search",loadingText:"loading",emptyText:"No data yet"},pager:{goto:"Go to",gotoTitle:"Number of pages",pagesize:"{0} items/page",total:"Total {0} records",pageClassifier:"Page",homePage:"front page",homePageTitle:"front page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"Next page",nextPageTitle:"Next page",prevJump:"Jump page up",prevJumpTitle:"Jump page up",nextJump:"Jump page down",nextJumpTitle:"Jump page down",endPage:"Last page",endPageTitle:"Last page"},alert:{title:"System prompt"},button:{confirm:"confirm",cancel:"Cancel",clear:"清除"},filter:{search:"search"},custom:{cstmTitle:"Column settings",cstmRestore:"Restore default",cstmCancel:"Cancel",cstmConfirm:"Sure",cstmConfirmRestore:"Please confirm whether to restore to the default column configuration?",cstmDragTarget:"Move: {0}",setting:{colSort:"sort",sortHelpTip:"Click and drag the icon to adjust column ordering",colTitle:"Column header",colResizable:"Column width (pixels)",colVisible:"Whether to display",colFixed:"Freeze columns",colFixedMax:"Freeze columns (up to {0} columns)",fixedLeft:"left side",fixedUnset:"Not set",fixedRight:"right side"}},import:{modes:{covering:"Overwriting method (directly overwrite table data)",insert:"Append at the bottom (append new data at the bottom of the table)",insertTop:"Top append (append new data at the top of the table)",insertBottom:"Append at the bottom (append new data at the bottom of the table)"},impTitle:"Import data",impFile:"file name",impSelect:"Select file",impType:"File type",impOpts:"Parameter settings",impMode:"import mode",impConfirm:"import",impCancel:"Cancel"},export:{types:{csv:"CSV (comma separated)(*.csv)",html:"Web page (*.html)",xml:"XML data (*.xml)",txt:"Text file (tab delimited) (*.txt)",xls:"Excel 97-2003 workbook (*.xls)",xlsx:"Excel workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"Null data",current:"Current data (data of the current page)",selected:"Selected data (selected data on the current page)",all:"Full data (including all paginated data)"},printTitle:"Print data",expTitle:"Export data",expName:"file name",expNamePlaceholder:"Please enter a file name",expSheetName:"title",expSheetNamePlaceholder:"Please enter a title",expType:"save type",expMode:"Select data",expCurrentColumn:"All fields",expColumn:"Select field",expOpts:"Parameter settings",expOptHeader:"Header",expHeaderTitle:"Is a header required?",expOptFooter:"end of table",expFooterTitle:"Is a table footer required?",expOptColgroup:"Group header",expColgroupTitle:"If present, headers with grouping structures are supported",expOptMerge:"merge",expMergeTitle:"Supports cells with merge structures if present",expOptAllExpand:"Expand level",expAllExpandTitle:"If it exists, it supports expanding all data with hierarchical structure.",expOptUseStyle:"style",expUseStyleTitle:"Styled cells are supported if present",expOptOriginal:"source data",expOriginalTitle:"If it is source data, it supports importing into the table",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{errTitle:"Error message",zoomMin:"minimize",zoomIn:"maximize",zoomOut:"reduction",close:"closure",miniMaxSize:"The number of minimized windows cannot exceed {0}",footPropErr:"show-footer is only used to enable table footer and needs to be used with show-confirm-button | show-cancel-button | slot"},drawer:{close:"closure"},form:{folding:"close",unfolding:"Expand"},toolbar:{import:"import",export:"Export",print:"Print",refresh:"refresh",zoomIn:"full screen",zoomOut:"reduction",custom:"Column settings",customAll:"all",customConfirm:"confirm",customRestore:"reset",fixedLeft:"frozen on left",fixedRight:"frozen on right",cancelFixed:"Unfreeze column"},datePicker:{yearTitle:"{0} years"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June 06",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0} years",monthLabel:"{0} years",dayLabel:"{0} year {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"Week WW of year yyyy",month:"yyyy-MM",quarter:"quarter q of year yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"January",m1:"February",m2:"March",m3:"April",m4:"May",m5:"June",m6:"July",m7:"August",m8:"September",m9:"October",m10:"November",m11:"December"},quarters:{q1:"first quarter",q2:"second quarter",q3:"third quarter",q4:"fourth quarter"}}},numberInput:{currencySymbol:"¥"},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"zoom out",zoomIn:"enlarge",pctFull:"proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print picture",download:"Click to download image"}},upload:{fileBtnText:"Click or drag to upload",imgBtnText:"Click or drag to upload",dragPlaceholder:"Please drag and drop the file into this area to upload it",imgSizeHint:"Leaflet {0}",imgCountHint:"Maximum {0} pictures",fileTypeHint:"Supported {0} file types",fileSizeHint:"The size of a single file does not exceed {0}",fileCountHint:"Up to {0} files can be uploaded",uploadTypeErr:"File type mismatch!",overCountErr:"Only {0} files can be selected!",overCountExtraErr:"The maximum number of {0} files has been exceeded. The excess {1} files will be ignored!",overSizeErr:"The maximum file size cannot exceed {0}!",reUpload:"Reupload",uploadProgress:"Uploading {0}%",uploadErr:"Upload failed",uploadSuccess:"Upload successful",moreBtnText:"More ({0})",viewItemTitle:"Click to view",morePopup:{readTitle:"View list",imageTitle:"Upload pictures",fileTitle:"Upload files"}},empty:{defText:"No data yet"},colorPicker:{clear:"Clear",confirm:"confirm",copySuccess:"Copied to clipboard: {0}"},formDesign:{formName:"form name",defFormTitle:"unnamed form",widgetPropTab:"Control properties",widgetFormTab:"form properties",error:{wdFormUni:"Only one control of this type is allowed to be added to the form",wdSubUni:"Only one control of this type is allowed to be added to the subtable"},styleSetting:{btn:"Style settings",title:"Form style settings",layoutTitle:"Control layout",verticalLayout:"Top and bottom layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Title bold",fontBold:"Bold",fontNormal:"conventional",colonTitle:"Show colon",colonVisible:"show",colonHidden:"hide",alignTitle:"Alignment",widthTitle:"title width",alignLeft:"On the left",alignRight:"On the right",unitPx:"Pixel",unitPct:"percentage"},widget:{group:{base:"Basic controls",layout:"Layout controls",system:"System controls",module:"module control",chart:"chart control",advanced:"Advanced controls"},copyTitle:"Copy_{0}",component:{input:"Input box",textarea:"text field",select:"drop down selection",row:"One row and multiple columns",title:"title",text:"text",subtable:"Subtable",VxeSwitch:"whether",VxeInput:"Input box",VxeNumberInput:"number",VxeDatePicker:"date",VxeTextarea:"text field",VxeSelect:"drop down selection",VxeTreeSelect:"tree selection",VxeRadioGroup:"radio button",VxeCheckboxGroup:"checkbox",VxeUploadFile:"document",VxeUploadImage:"picture",VxeRate:"score",VxeSlider:"slider"}},widgetProp:{name:"Control name",placeholder:"prompt",required:"Required verification",multiple:"Allow multiple selections",displaySetting:{name:"display settings",pc:"PC",mobile:"Mobile version",visible:"show",hidden:"hide"},dataSource:{name:"data source",defValue:"Option {0}",addOption:"Add options",batchEditOption:"Batch editing",batchEditTip:"Each row corresponds to an option, and supports copying and pasting directly from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If it is a group, the sub-items can start with a space or a tab key. Direct copy and paste from tables, Excel, and WPS is supported.",buildOption:"Build options"},rowProp:{colSize:"Number of columns",col2:"two columns",col3:"three columns",col4:"four columns",col6:"six columns",layout:"layout"},textProp:{name:"content",alignTitle:"Alignment",alignLeft:"On the left",alignCenter:"center",alignRight:"On the right",colorTitle:"Font color",sizeTitle:"font size",boldTitle:"Bold font",fontNormal:"conventional",fontBold:"Bold"},subtableProp:{seqTitle:"Serial number",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The subtable does not support this control, please use other controls",colPlace:"Drag the control in"},uploadProp:{limitFileCount:"File quantity limit",limitFileSize:"File size limit",multiFile:"Allow multiple file uploads",limitImgCount:"Picture quantity limit",limitImgSize:"Image size limit",multiImg:"Allow multiple images to be uploaded"}}},listDesign:{fieldSettingTab:"Field settings",listSettingTab:"Parameter settings",searchTitle:"Query conditions",listTitle:"list field",searchField:"Query field",listField:"list field",activeBtn:{ActionButtonUpdate:"edit",ActionButtonDelete:"delete"},search:{addBtn:"edit",emptyText:"No query conditions configured",editPopupTitle:"Edit query fields"},searchPopup:{colTitle:"title",saveBtn:"save"}},text:{copySuccess:"Copied to clipboard",copyError:"The current environment does not support this operation"},countdown:{formats:{yyyy:"Year",MM:"moon",dd:"sky",HH:"hour",mm:"point",ss:"Second"}},plugins:{extendCellArea:{area:{mergeErr:"This operation cannot be performed on merged cells",multiErr:"This operation cannot be performed on multiple selection areas",selectErr:"Unable to operate on cells in the specified range",extendErr:"If the extended range contains merged cells, all merged cells must be the same size",pasteMultiErr:"Unable to paste, the copied and pasted areas need to be of the same size to perform this operation",cpInvalidErr:"The operation cannot be performed. There are prohibited columns ({0}) in the range you selected."},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"replace",findTitle:"Find what:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"replace"},filter:{re:"regular expression",whole:"whole word match",sensitive:"case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"cell",value:"value"},body:{row:"Row: {0}",col:"Column: {0}"},empty:"(null value)",reError:"Invalid regular expression",recordCount:"{0} cells found",notCell:"No matching cell found",replaceSuccess:"Successfully replaced {0} cells"}},filterComplexInput:{menus:{fixedColumn:"Freeze columns",fixedGroup:"freeze group",cancelFixed:"Unfreeze",fixedLeft:"freeze left",fixedRight:"freeze right"},cases:{equal:"equal",gt:"greater than",lt:"less than",begin:"The beginning is",endin:"The end is",include:"Include",isSensitive:"case sensitive"}},filterCombination:{menus:{sort:"Sort",clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"descending order",fixedColumn:"Freeze columns",fixedGroup:"freeze group",cancelFixed:"Unfreeze",fixedLeft:"freeze left",fixedRight:"freeze right",clearFilter:"Clear filters",textOption:"text filter",numberOption:"numerical filter"},popup:{title:"How to customize filtering",currColumnTitle:"Current column:",and:"and",or:"or",describeHtml:"Available ? represents a single character<br/>Use * to represent any number of characters"},cases:{equal:"equal",unequal:"not equal to",gt:"greater than",ge:"greater than or equal to",lt:"less than",le:"less than or equal to",begin:"The beginning is",notbegin:"Not at the beginning",endin:"The end is",notendin:"The ending is not",include:"Include",exclude:"Not included",between:"between",custom:"Custom filter",insensitive:"Not case sensitive",isSensitive:"case sensitive"},empty:"(blank)",notData:"No match"}},pro:{area:{mergeErr:"This operation cannot be performed on merged cells",multiErr:"This operation cannot be performed on multiple selection areas",extendErr:"If the extended range contains merged cells, all merged cells must be the same size",pasteMultiErr:"Unable to paste, the copied and pasted areas need to be of the same size to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"replace",findTitle:"Find what:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"replace"},filter:{re:"regular expression",whole:"whole word match",sensitive:"case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"cell",value:"value"},empty:"(null value)",reError:"Invalid regular expression",recordCount:"{0} cells found",notCell:"No matching cell found",replaceSuccess:"Successfully replaced {0} cells"}},renderer:{search:"search",cases:{equal:"equal",unequal:"not equal to",gt:"greater than",ge:"greater than or equal to",lt:"less than",le:"less than or equal to",begin:"The beginning is",notbegin:"Not at the beginning",endin:"The end is",notendin:"The ending is not",include:"Include",exclude:"Not included",between:"between",custom:"Custom filter",insensitive:"Not case sensitive",isSensitive:"case sensitive"},combination:{menus:{sort:"Sort",clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"descending order",fixedColumn:"Freeze columns",fixedGroup:"freeze group",cancelFixed:"Unfreeze",fixedLeft:"freeze to left",fixedRight:"freeze to right",clearFilter:"Clear filters",textOption:"text filter",numberOption:"numerical filter"},popup:{title:"How to customize filtering",currColumnTitle:"Current column:",and:"and",or:"or",describeHtml:"Available ? represents a single character<br/>Use * to represent any number of characters"},empty:"(blank)",notData:"No match"}}}}});
@@ -37,6 +37,7 @@
37
37
  scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled',
38
38
  errConflicts: '"{1}" is not supported when parameter "{0}", it should be "{2}", otherwise an error will occur',
39
39
  notSupportProp: '"{1}" is not supported when parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
40
+ notConflictProp: 'When using "{0}", you should set "{1}", otherwise there may be a functional conflict',
40
41
  unableInsert: 'Unable to insert into the specified position, please check whether the parameters are correct',
41
42
  useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',
42
43
  barUnableLink: 'The toolbar cannot be associated with the table',
@@ -24,6 +24,7 @@ var _default = exports.default = {
24
24
  scrollErrProp: 'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',
25
25
  errConflicts: 'El argumento "{0}" entra en conflicto con "{1}"',
26
26
  notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
27
+ notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
27
28
  unableInsert: 'No se puede insertar en la ubicación especificada.',
28
29
  useErr: 'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',
29
30
  barUnableLink: 'La barra de herramientas no puede asociarse con la tabla.',
@@ -1 +1 @@
1
- ((e,o)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.es-ES",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.vxeTableLangEsES=o)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select",comma:",",fullStop:"."},loading:{text:"Cargando..."},error:{downErr:"Download failed.",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",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}"',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',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.',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',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.',uniField:'The field "{0}" is repeatedly defined, which may cause an error.',repeatKey:'The primary key repeats {0}="{1}", which 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.",treeCrossDrag:"Only drag and drop the first level",treeDragChild:"The parent cannot be dragged into its own child",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"No hay datos",allTitle:"Seleccionar todo / cancelar",seqTitle:"N/S",actionTitle:"Action",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",expError:"Export failure",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configuraciones de columna",customAll:"Todo",customConfirm:"Confirm",customClose:"Close",customCancel:"Cancel",customRestore:"Restore",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}",dragTip:"Moving: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{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",gotoTitle:"Number",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",clear:"清除"},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: {0}",setting:{colSort:"Sort",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"列标题",colResizable:"Column width (px)",colVisible:"Display",colFixed:"Freeze columns",colFixedMax:"Freeze columns (Max {0})",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},import:{modes:{covering:"Overwrite mode (directly overwrite table data)",insert:"Bottom append (appends new data to the bottom of the table)",insertTop:"Top append (appends new data to the top of the table)",insertBottom:"Bottom append (appends new data to the bottom of the table)"},impTitle:"Importar datos",impFile:"Nombre del archivo",impSelect:"Seleccionar archivo",impType:"Tipo de archivo",impOpts:"Configuración",impMode:"Import mode",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:{empty:"空数据",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:{errTitle:"Error",zoomMin:"Minimize",zoomIn:"Maximize",zoomOut:"Reducir",close:"Cerrar",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:'"show-footer" is only used to enable table tails and needs to be used in conjunction with "show-confirm-button" | "show-cancel-button" | slots'},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"},datePicker:{yearTitle:"{0}"},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"}}},numberInput:{currencySymbol:"$"},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",uploadTypeErr:"文件类型不匹配!",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",moreBtnText:"More ({0})",viewItemTitle:"click to view",morePopup:{readTitle:"List",imageTitle:"Upload image",fileTitle:"Upload file"}},empty:{defText:"No Data"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},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",system:"System control",module:"Module control",chart:"Chart control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Title",text:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeTreeSelect:"Tree select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image",VxeRate:"Rate",VxeSlider:"Slider"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",multiple:"Allow to select multiple",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.",colPlace:"Drag the control in."},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",listSettingTab:"Parameter",searchTitle:"Search",listTitle:"List",searchField:"Search field",listField:"List field",activeBtn:{ActionButtonUpdate:"Edit",ActionButtonDelete:"Delete"},search:{addBtn:"Edit",emptyText:"No filter condition is configured.",editPopupTitle:"Edit search fields"},searchPopup:{colTitle:"Title",saveBtn:"Save"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},countdown:{formats:{yyyy:"Year",MM:"Moon",dd:"Day",HH:"Hour",mm:"Minute",ss:"Second"}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",selectErr:"无法操作指定区域的单元格",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:"值"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",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
+ ((e,o)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.es-ES",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.vxeTableLangEsES=o)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select",comma:",",fullStop:"."},loading:{text:"Cargando..."},error:{downErr:"Download failed.",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",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}"',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{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.',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',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.',uniField:'The field "{0}" is repeatedly defined, which may cause an error.',repeatKey:'The primary key repeats {0}="{1}", which 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.",treeCrossDrag:"Only drag and drop the first level",treeDragChild:"The parent cannot be dragged into its own child",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"No hay datos",allTitle:"Seleccionar todo / cancelar",seqTitle:"N/S",actionTitle:"Action",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",expError:"Export failure",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configuraciones de columna",customAll:"Todo",customConfirm:"Confirm",customClose:"Close",customCancel:"Cancel",customRestore:"Restore",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}",dragTip:"Moving: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{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",gotoTitle:"Number",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",clear:"清除"},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: {0}",setting:{colSort:"Sort",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"列标题",colResizable:"Column width (px)",colVisible:"Display",colFixed:"Freeze columns",colFixedMax:"Freeze columns (Max {0})",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},import:{modes:{covering:"Overwrite mode (directly overwrite table data)",insert:"Bottom append (appends new data to the bottom of the table)",insertTop:"Top append (appends new data to the top of the table)",insertBottom:"Bottom append (appends new data to the bottom of the table)"},impTitle:"Importar datos",impFile:"Nombre del archivo",impSelect:"Seleccionar archivo",impType:"Tipo de archivo",impOpts:"Configuración",impMode:"Import mode",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:{empty:"空数据",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:{errTitle:"Error",zoomMin:"Minimize",zoomIn:"Maximize",zoomOut:"Reducir",close:"Cerrar",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:'"show-footer" is only used to enable table tails and needs to be used in conjunction with "show-confirm-button" | "show-cancel-button" | slots'},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"},datePicker:{yearTitle:"{0}"},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"}}},numberInput:{currencySymbol:"$"},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",uploadTypeErr:"文件类型不匹配!",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",moreBtnText:"More ({0})",viewItemTitle:"click to view",morePopup:{readTitle:"List",imageTitle:"Upload image",fileTitle:"Upload file"}},empty:{defText:"No Data"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},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",system:"System control",module:"Module control",chart:"Chart control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Title",text:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeTreeSelect:"Tree select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image",VxeRate:"Rate",VxeSlider:"Slider"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",multiple:"Allow to select multiple",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.",colPlace:"Drag the control in."},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",listSettingTab:"Parameter",searchTitle:"Search",listTitle:"List",searchField:"Search field",listField:"List field",activeBtn:{ActionButtonUpdate:"Edit",ActionButtonDelete:"Delete"},search:{addBtn:"Edit",emptyText:"No filter condition is configured.",editPopupTitle:"Edit search fields"},searchPopup:{colTitle:"Title",saveBtn:"Save"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},countdown:{formats:{yyyy:"Year",MM:"Moon",dd:"Day",HH:"Hour",mm:"Minute",ss:"Second"}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",selectErr:"无法操作指定区域的单元格",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:"值"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",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"}}}}});
@@ -37,6 +37,7 @@
37
37
  scrollErrProp: 'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',
38
38
  errConflicts: 'El argumento "{0}" entra en conflicto con "{1}"',
39
39
  notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
40
+ notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
40
41
  unableInsert: 'No se puede insertar en la ubicación especificada.',
41
42
  useErr: 'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',
42
43
  barUnableLink: 'La barra de herramientas no puede asociarse con la tabla.',
@@ -24,6 +24,7 @@ var _default = exports.default = {
24
24
  scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
25
25
  errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
26
26
  notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
27
+ notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
27
28
  unableInsert: '无法插入到指定位置,请检查参数是否正确',
28
29
  useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
29
30
  barUnableLink: '工具栏无法关联表格',