vxe-table 4.12.0-beta.2 → 4.12.0-beta.21

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 (160) hide show
  1. package/es/grid/src/grid.js +61 -44
  2. package/es/locale/lang/ar-EG.js +7 -1
  3. package/es/locale/lang/de-DE.js +7 -1
  4. package/es/locale/lang/en-US.js +7 -1
  5. package/es/locale/lang/es-ES.js +7 -1
  6. package/es/locale/lang/fr-FR.js +7 -1
  7. package/es/locale/lang/hu-HU.js +7 -1
  8. package/es/locale/lang/hy-AM.js +7 -1
  9. package/es/locale/lang/id-ID.js +7 -1
  10. package/es/locale/lang/it-IT.js +7 -1
  11. package/es/locale/lang/ja-JP.js +7 -1
  12. package/es/locale/lang/ko-KR.js +7 -1
  13. package/es/locale/lang/nb-NO.js +7 -1
  14. package/es/locale/lang/pt-BR.js +7 -1
  15. package/es/locale/lang/ru-RU.js +7 -1
  16. package/es/locale/lang/th-TH.js +7 -1
  17. package/es/locale/lang/ug-CN.js +7 -1
  18. package/es/locale/lang/uk-UA.js +7 -1
  19. package/es/locale/lang/vi-VN.js +7 -1
  20. package/es/locale/lang/zh-CHT.js +7 -1
  21. package/es/locale/lang/zh-CN.js +7 -1
  22. package/es/style.css +1 -1
  23. package/es/table/module/edit/hook.js +8 -10
  24. package/es/table/module/filter/panel.js +12 -2
  25. package/es/table/module/keyboard/hook.js +47 -4
  26. package/es/table/module/validator/hook.js +2 -2
  27. package/es/table/render/index.js +91 -60
  28. package/es/table/src/body.js +22 -17
  29. package/es/table/src/cell.js +25 -20
  30. package/es/table/src/footer.js +9 -4
  31. package/es/table/src/header.js +2 -2
  32. package/es/table/src/props.js +4 -0
  33. package/es/table/src/table.js +616 -411
  34. package/es/table/src/util.js +58 -3
  35. package/es/ui/index.js +1 -1
  36. package/es/ui/src/log.js +1 -1
  37. package/helper/vetur/attributes.json +1 -1
  38. package/helper/vetur/tags.json +1 -1
  39. package/lib/grid/src/grid.js +58 -48
  40. package/lib/grid/src/grid.min.js +1 -1
  41. package/lib/index.umd.js +1281 -12149
  42. package/lib/index.umd.min.js +1 -1
  43. package/lib/locale/lang/ar-EG.js +7 -1
  44. package/lib/locale/lang/ar-EG.min.js +1 -1
  45. package/lib/locale/lang/de-DE.js +7 -1
  46. package/lib/locale/lang/de-DE.min.js +1 -1
  47. package/lib/locale/lang/en-US.js +7 -1
  48. package/lib/locale/lang/en-US.min.js +1 -1
  49. package/lib/locale/lang/en-US.umd.js +7 -1
  50. package/lib/locale/lang/es-ES.js +7 -1
  51. package/lib/locale/lang/es-ES.min.js +1 -1
  52. package/lib/locale/lang/es-ES.umd.js +7 -1
  53. package/lib/locale/lang/fr-FR.js +7 -1
  54. package/lib/locale/lang/fr-FR.min.js +1 -1
  55. package/lib/locale/lang/hu-HU.js +7 -1
  56. package/lib/locale/lang/hu-HU.min.js +1 -1
  57. package/lib/locale/lang/hu-HU.umd.js +7 -1
  58. package/lib/locale/lang/hy-AM.js +7 -1
  59. package/lib/locale/lang/hy-AM.min.js +1 -1
  60. package/lib/locale/lang/id-ID.js +7 -1
  61. package/lib/locale/lang/id-ID.min.js +1 -1
  62. package/lib/locale/lang/it-IT.js +7 -1
  63. package/lib/locale/lang/it-IT.min.js +1 -1
  64. package/lib/locale/lang/ja-JP.js +7 -1
  65. package/lib/locale/lang/ja-JP.min.js +1 -1
  66. package/lib/locale/lang/ja-JP.umd.js +7 -1
  67. package/lib/locale/lang/ko-KR.js +7 -1
  68. package/lib/locale/lang/ko-KR.min.js +1 -1
  69. package/lib/locale/lang/ko-KR.umd.js +7 -1
  70. package/lib/locale/lang/nb-NO.js +7 -1
  71. package/lib/locale/lang/nb-NO.min.js +1 -1
  72. package/lib/locale/lang/pt-BR.js +7 -1
  73. package/lib/locale/lang/pt-BR.min.js +1 -1
  74. package/lib/locale/lang/pt-BR.umd.js +7 -1
  75. package/lib/locale/lang/ru-RU.js +7 -1
  76. package/lib/locale/lang/ru-RU.min.js +1 -1
  77. package/lib/locale/lang/ru-RU.umd.js +7 -1
  78. package/lib/locale/lang/th-TH.js +7 -1
  79. package/lib/locale/lang/th-TH.min.js +1 -1
  80. package/lib/locale/lang/ug-CN.js +7 -1
  81. package/lib/locale/lang/ug-CN.min.js +1 -1
  82. package/lib/locale/lang/uk-UA.js +7 -1
  83. package/lib/locale/lang/uk-UA.min.js +1 -1
  84. package/lib/locale/lang/uk-UA.umd.js +7 -1
  85. package/lib/locale/lang/vi-VN.js +7 -1
  86. package/lib/locale/lang/vi-VN.min.js +1 -1
  87. package/lib/locale/lang/zh-CHT.js +7 -1
  88. package/lib/locale/lang/zh-CHT.min.js +1 -1
  89. package/lib/locale/lang/zh-CN.js +7 -1
  90. package/lib/locale/lang/zh-CN.min.js +1 -1
  91. package/lib/locale/lang/zh-CN.umd.js +7 -1
  92. package/lib/style.css +1 -1
  93. package/lib/table/module/edit/hook.js +10 -11
  94. package/lib/table/module/edit/hook.min.js +1 -1
  95. package/lib/table/module/filter/panel.js +8 -2
  96. package/lib/table/module/filter/panel.min.js +1 -1
  97. package/lib/table/module/keyboard/hook.js +51 -4
  98. package/lib/table/module/keyboard/hook.min.js +1 -1
  99. package/lib/table/module/validator/hook.js +3 -3
  100. package/lib/table/module/validator/hook.min.js +1 -1
  101. package/lib/table/render/index.js +100 -65
  102. package/lib/table/render/index.min.js +1 -1
  103. package/lib/table/src/body.js +27 -17
  104. package/lib/table/src/body.min.js +1 -1
  105. package/lib/table/src/cell.js +37 -21
  106. package/lib/table/src/cell.min.js +1 -1
  107. package/lib/table/src/footer.js +9 -3
  108. package/lib/table/src/footer.min.js +1 -1
  109. package/lib/table/src/header.js +2 -1
  110. package/lib/table/src/header.min.js +1 -1
  111. package/lib/table/src/props.js +4 -0
  112. package/lib/table/src/props.min.js +1 -1
  113. package/lib/table/src/table.js +727 -445
  114. package/lib/table/src/table.min.js +1 -1
  115. package/lib/table/src/util.js +65 -6
  116. package/lib/table/src/util.min.js +1 -1
  117. package/lib/ui/index.js +1 -1
  118. package/lib/ui/index.min.js +1 -1
  119. package/lib/ui/src/log.js +1 -1
  120. package/lib/ui/src/log.min.js +1 -1
  121. package/package.json +2 -2
  122. package/packages/grid/src/grid.ts +65 -50
  123. package/packages/locale/lang/ar-EG.ts +7 -1
  124. package/packages/locale/lang/de-DE.ts +7 -1
  125. package/packages/locale/lang/en-US.ts +7 -1
  126. package/packages/locale/lang/es-ES.ts +7 -1
  127. package/packages/locale/lang/fr-FR.ts +7 -1
  128. package/packages/locale/lang/hu-HU.ts +7 -1
  129. package/packages/locale/lang/hy-AM.ts +7 -1
  130. package/packages/locale/lang/id-ID.ts +7 -1
  131. package/packages/locale/lang/it-IT.ts +7 -1
  132. package/packages/locale/lang/ja-JP.ts +7 -1
  133. package/packages/locale/lang/ko-KR.ts +7 -1
  134. package/packages/locale/lang/nb-NO.ts +7 -1
  135. package/packages/locale/lang/pt-BR.ts +7 -1
  136. package/packages/locale/lang/ru-RU.ts +7 -1
  137. package/packages/locale/lang/th-TH.ts +7 -1
  138. package/packages/locale/lang/ug-CN.ts +7 -1
  139. package/packages/locale/lang/uk-UA.ts +7 -1
  140. package/packages/locale/lang/vi-VN.ts +7 -1
  141. package/packages/locale/lang/zh-CHT.ts +7 -1
  142. package/packages/locale/lang/zh-CN.ts +7 -1
  143. package/packages/table/module/edit/hook.ts +8 -10
  144. package/packages/table/module/filter/panel.ts +12 -2
  145. package/packages/table/module/keyboard/hook.ts +47 -6
  146. package/packages/table/module/validator/hook.ts +2 -2
  147. package/packages/table/render/index.ts +90 -59
  148. package/packages/table/src/body.ts +21 -16
  149. package/packages/table/src/cell.ts +25 -20
  150. package/packages/table/src/footer.ts +9 -4
  151. package/packages/table/src/header.ts +2 -2
  152. package/packages/table/src/props.ts +4 -0
  153. package/packages/table/src/table.ts +625 -411
  154. package/packages/table/src/util.ts +66 -3
  155. /package/es/{iconfont.1741080000843.ttf → iconfont.1742437957812.ttf} +0 -0
  156. /package/es/{iconfont.1741080000843.woff → iconfont.1742437957812.woff} +0 -0
  157. /package/es/{iconfont.1741080000843.woff2 → iconfont.1742437957812.woff2} +0 -0
  158. /package/lib/{iconfont.1741080000843.ttf → iconfont.1742437957812.ttf} +0 -0
  159. /package/lib/{iconfont.1741080000843.woff → iconfont.1742437957812.woff} +0 -0
  160. /package/lib/{iconfont.1741080000843.woff2 → iconfont.1742437957812.woff2} +0 -0
@@ -57,7 +57,8 @@ var _default = exports.default = {
57
57
  treeNotImp: '트리 테이블은 가져오기를 지원하지 않습니다.',
58
58
  treeCrossDrag: '첫 번째 계층만 드래그할 수 있습니다.',
59
59
  treeDragChild: '부모 항목은 자신의 하위 항목으로 드래그할 수 없습니다.',
60
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
60
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
61
+ errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
61
62
  },
62
63
  table: {
63
64
  emptyText: '데이터가 없습니다.',
@@ -243,6 +244,9 @@ var _default = exports.default = {
243
244
  fixedRight: '오른쪽에 고정',
244
245
  cancelFixed: '고정 해제'
245
246
  },
247
+ datePicker: {
248
+ yearTitle: '{0} 년'
249
+ },
246
250
  input: {
247
251
  date: {
248
252
  m1: '01 월',
@@ -573,6 +577,7 @@ var _default = exports.default = {
573
577
  },
574
578
  filterCombination: {
575
579
  menus: {
580
+ sort: '排序',
576
581
  clearSort: '정렬 지우기',
577
582
  sortAsc: '오름차순',
578
583
  sortDesc: '내림차순',
@@ -677,6 +682,7 @@ var _default = exports.default = {
677
682
  },
678
683
  combination: {
679
684
  menus: {
685
+ sort: '排序',
680
686
  clearSort: '정렬 지우기',
681
687
  sortAsc: '오름차순',
682
688
  sortDesc: '내림차순',
@@ -1 +1 @@
1
- ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ko-KR",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangKoKR=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:"입력해주세요",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}" 모듈 설치 중 오류가 발생했습니다. 순서가 잘못되었을 수 있으며, 테이블 전에 종속 모듈이 설치되어야 합니다.',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'},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:"엑셀 97-2003 워크북(*.xls)",xlsx:"엑셀 워크북(*.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:"고정 해제"},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:"1월",m1:"2월",m2:"3월",m3:"4월",m4:"5월",m5:"6월",m6:"7월",m7:"8월",m8:"9월",m9:"10월",m10:"11월",m11:"12월"},quarters:{q1:"1분기",q2:"2분기",q3:"3분기",q4:"4분기"}}},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:{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:{clearSort:"정렬 지우기",sortAsc:"오름차순",sortDesc:"내림차순",fixedColumn:"열 고정",fixedGroup:"그룹 고정",cancelFixed:"고정 취소",fixedLeft:"왼쪽 고정",fixedRight:"오른쪽 고정",clearFilter:"필터 지우기",textOption:"텍스트 필터",numberOption:"수치 필터"},popup:{title:"사용자 정의 필터 방식",currColumnTitle:"현재 열:",and:"그리고",or:"또는",describeHtml:"?는 한 문자로, <br/>*은 임의의 여러 문자로 표현할 수 있습니다"},empty:"(빈 값)",notData:"일치하는 항목이 없습니다"}}}}});
1
+ ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ko-KR",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangKoKR=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:"입력해주세요",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}" 모듈 설치 중 오류가 발생했습니다. 순서가 잘못되었을 수 있으며, 테이블 전에 종속 모듈이 설치되어야 합니다.',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:"엑셀 97-2003 워크북(*.xls)",xlsx:"엑셀 워크북(*.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:"1월",m1:"2월",m2:"3월",m3:"4월",m4:"5월",m5:"6월",m6:"7월",m7:"8월",m8:"9월",m9:"10월",m10:"11월",m11:"12월"},quarters:{q1:"1분기",q2:"2분기",q3:"3분기",q4:"4분기"}}},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:"일치하는 항목이 없습니다"}}}}});
@@ -70,7 +70,8 @@
70
70
  treeNotImp: '트리 테이블은 가져오기를 지원하지 않습니다.',
71
71
  treeCrossDrag: '첫 번째 계층만 드래그할 수 있습니다.',
72
72
  treeDragChild: '부모 항목은 자신의 하위 항목으로 드래그할 수 없습니다.',
73
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
73
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
74
+ errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
74
75
  },
75
76
  table: {
76
77
  emptyText: '데이터가 없습니다.',
@@ -256,6 +257,9 @@
256
257
  fixedRight: '오른쪽에 고정',
257
258
  cancelFixed: '고정 해제'
258
259
  },
260
+ datePicker: {
261
+ yearTitle: '{0} 년'
262
+ },
259
263
  input: {
260
264
  date: {
261
265
  m1: '01 월',
@@ -586,6 +590,7 @@
586
590
  },
587
591
  filterCombination: {
588
592
  menus: {
593
+ sort: '排序',
589
594
  clearSort: '정렬 지우기',
590
595
  sortAsc: '오름차순',
591
596
  sortDesc: '내림차순',
@@ -690,6 +695,7 @@
690
695
  },
691
696
  combination: {
692
697
  menus: {
698
+ sort: '排序',
693
699
  clearSort: '정렬 지우기',
694
700
  sortAsc: '오름차순',
695
701
  sortDesc: '내림차순',
@@ -57,7 +57,8 @@ var _default = exports.default = {
57
57
  treeNotImp: '树表格不支持导入',
58
58
  treeCrossDrag: '只能拖拽第一层级',
59
59
  treeDragChild: '父级不能拖拽到自己的子级中',
60
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
60
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
61
+ errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
61
62
  },
62
63
  table: {
63
64
  emptyText: 'Ingen data ennå',
@@ -243,6 +244,9 @@ var _default = exports.default = {
243
244
  fixedRight: '冻结在右侧',
244
245
  cancelFixed: '取消冻结列'
245
246
  },
247
+ datePicker: {
248
+ yearTitle: '{0} 年'
249
+ },
246
250
  input: {
247
251
  date: {
248
252
  m1: '01 月',
@@ -573,6 +577,7 @@ var _default = exports.default = {
573
577
  },
574
578
  filterCombination: {
575
579
  menus: {
580
+ sort: '排序',
576
581
  clearSort: '清除排序',
577
582
  sortAsc: '升序',
578
583
  sortDesc: '降序',
@@ -677,6 +682,7 @@ var _default = exports.default = {
677
682
  },
678
683
  combination: {
679
684
  menus: {
685
+ sort: '排序',
680
686
  clearSort: '清除排序',
681
687
  sortAsc: '升序',
682
688
  sortDesc: '降序',
@@ -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'},table:{emptyText:"Ingen data ennå",allTitle:"Velg alle/Avbryt",seqTitle:"serienummer",actionTitle:"operere",confirmFilter:"filter",resetFilter:"tilbakestille",allFilter:"alle",sortAsc:"Stigende rekkefølge: lavest til høyest",sortDesc:"Synkende rekkefølge: høyest til lavest",filter:"Aktiver filtrering på valgte kolonner",impSuccess:"Vellykket importert {0} poster",expLoading:"Eksporterer",expSuccess:"Eksporten var vellykket",expError:"Eksporten mislyktes",expFilename:"Eksporter_{0}",expOriginFilename:"eksport_kilde_{0}",customTitle:"Kolonneinnstillinger",customAll:"alle",customConfirm:"bekrefte",customClose:"stenging",customCancel:"Kansellere",customRestore:"Gjenopprett standard",maxFixedCol:"Maksimalt antall frosne kolonner kan ikke overstige {0}",dragTip:"Flytt: {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:"取消冻结列"},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:{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:{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}",否则将会出现错误',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:"Ingen data ennå",allTitle:"Velg alle/Avbryt",seqTitle:"serienummer",actionTitle:"operere",confirmFilter:"filter",resetFilter:"tilbakestille",allFilter:"alle",sortAsc:"Stigende rekkefølge: lavest til høyest",sortDesc:"Synkende rekkefølge: høyest til lavest",filter:"Aktiver filtrering på valgte kolonner",impSuccess:"Vellykket importert {0} poster",expLoading:"Eksporterer",expSuccess:"Eksporten var vellykket",expError:"Eksporten mislyktes",expFilename:"Eksporter_{0}",expOriginFilename:"eksport_kilde_{0}",customTitle:"Kolonneinnstillinger",customAll:"alle",customConfirm:"bekrefte",customClose:"stenging",customCancel:"Kansellere",customRestore:"Gjenopprett standard",maxFixedCol:"Maksimalt antall frosne kolonner kan ikke overstige {0}",dragTip:"Flytt: {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:"无匹配项"}}}};
@@ -57,7 +57,8 @@ var _default = exports.default = {
57
57
  treeNotImp: 'A tabela de árvore não suporta importação.',
58
58
  treeCrossDrag: '只能拖拽第一层级',
59
59
  treeDragChild: '父级不能拖拽到自己的子级中',
60
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
60
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
61
+ errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
61
62
  },
62
63
  table: {
63
64
  emptyText: 'Sem dados',
@@ -243,6 +244,9 @@ var _default = exports.default = {
243
244
  fixedRight: 'Freeze on the right',
244
245
  cancelFixed: 'Unfreeze column'
245
246
  },
247
+ datePicker: {
248
+ yearTitle: '{0} лет'
249
+ },
246
250
  input: {
247
251
  date: {
248
252
  m1: 'Janeiro',
@@ -573,6 +577,7 @@ var _default = exports.default = {
573
577
  },
574
578
  filterCombination: {
575
579
  menus: {
580
+ sort: '排序',
576
581
  clearSort: '清除排序',
577
582
  sortAsc: '升序',
578
583
  sortDesc: '降序',
@@ -636,6 +641,7 @@ var _default = exports.default = {
636
641
  },
637
642
  combination: {
638
643
  menus: {
644
+ sort: '排序',
639
645
  clearSort: 'Limpar ordenação',
640
646
  sortAsc: 'Ordem ascendente',
641
647
  sortDesc: 'Ordem descendente',
@@ -1 +1 @@
1
- ((e,o)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.pt-BR",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.vxeTableLangPtBR=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:"Por favor, insira",pleaseSelect:"Selecione",comma:",",fullStop:"."},loading:{text:"Carregando..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',groupTag:'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',scrollErrProp:'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',errConflicts:'O argumento "{0}" entra em conflito com "{1}"',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',unableInsert:"Não é possível inserir na localização especificada.",useErr:'Erro ao instalar o módulo "{0}", possivelmente na ordem errada, os módulos dependentes precisam ser instalados antes da Tabela.',barUnableLink:"A barra de ferramentas não pode ser associada à tabela.",expandContent:'O slot de linha expandida deve ser "content", verifique se está correto.',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',reqModule:'requerir o módulo "{0}".',reqProp:'Faltando o parâmetro necessário "{0}", o que pode causar um erro.',emptyProp:'A propriedade "{0}" não pode estar vazia.',errProp:'Parâmetro não suportado "{0}", possivelmente "{1}".',colRepet:'column.{0}="{0}" está duplicado, o que pode tornar algumas funcionalidades inutilizáveis.',notFunc:'método "{0}" não existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Validadores globais "{0}" não existem.',notFormats:'Formatos globais "{0}" não existem.',notCommands:'Comandos globais "{0}" não existem.',notSlot:'slot "{0}" não existe',noTree:'A estrutura de árvore não suporta "{0}".',notProp:'Parâmetros não suportados "{0}"',checkProp:'A caixa de seleção pode travar quando a quantidade de dados é muito grande, é recomendado definir o parâmetro "{0}" para aumentar a velocidade de renderização ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'A função "{0}" está obsoleta, por favor, use "{1}".',delProp:'A propriedade "{0}" está obsoleta, por favor, use "{1}".',delEvent:'O evento "{0}" está obsoleto, por favor, use "{1}".',removeProp:'A propriedade "{0}" está obsoleta e não é recomendada, o que pode causar um erro.',errFormat:'O conteúdo formatado global deve ser definido com "VXETable.formats". Montar "formatter={0}" não é recomendado.',notType:'Tipos de arquivo não suportados "{0}"',notExp:"O navegador não suporta importação/exportação.",impFields:"Falha na importação, verifique se o nome do campo e o formato dos dados estão corretos.",treeNotImp:"A tabela de árvore não suporta importação.",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'},table:{emptyText:"Sem dados",allTitle:"Selecionar todos / cancelar",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"Confirmar",resetFilter:"Redefinir",allFilter:"Todos",sortAsc:"Ordenação ascendente: do menor para o maior",sortDesc:"Ordenação descendente: do maior para o menor",filter:"Habilitar filtro em colunas selecionadas",impSuccess:"Importado com sucesso {0} registros",expLoading:"Exportando",expSuccess:"Exportado com sucesso",expError:"Export failure",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirm",customClose:"关闭",customCancel:"Cancel",customRestore:"Restore",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}",dragTip:"移动:{0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"Por favor, selecione pelo menos um registro!",deleteSelectRecord:"Tem certeza de que deseja excluir o registro selecionado?",removeSelectRecord:"Tem certeza de que deseja remover o registro selecionado?",dataUnchanged:"Dados inalterados!",delSuccess:"Registro selecionado excluído com sucesso!",saveSuccess:"Salvo com sucesso!",operError:"Ocorreu um erro, a operação falhou!"},select:{search:"Buscar",loadingText:"Carregando",emptyText:"Sem dados"},pager:{goto:"Ir para",gotoTitle:"Number",pagesize:"{0}/página",total:"Total de {0} registros",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar",clear:"清除"},filter:{search:"Buscar"},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 dados",impFile:"Nome do arquivo",impSelect:"Selecionar arquivo",impType:"Tipo de arquivo",impOpts:"Configurações",impMode:"Import mode",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por vírgulas) (*.csv)",html:"Página da Web (*.html)",xml:"Dados XML (*.xml)",txt:"Texto (Separado por tabulação) (*.txt)",xls:"Pasta de trabalho do Excel 97-2003 (*.xls)",xlsx:"Pasta de trabalho do Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"Dados atuais (dados da página atual)",selected:"Dados selecionados (dados selecionados na página atual)",all:"Todos os dados (incluindo todos os dados de paginação)"},printTitle:"Imprimir dados",expTitle:"Exportar dados",expName:"Nome do arquivo",expNamePlaceholder:"Por favor, insira o nome do arquivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, insira um título",expType:"Salvar o tipo",expMode:"Selecionar dados",expCurrentColumn:"Todos os campos",expColumn:"Selecionar campo",expOpts:"Configurações",expOptHeader:"Cabeçalho",expHeaderTitle:"Necessita de cabeçalho",expOptFooter:"Rodapé",expFooterTitle:"Necessita de tabela de rodapé",expOptColgroup:"Cabeçalho de grupo",expColgroupTitle:"Se existir, suporta cabeçalhos com estrutura de agrupamento",expOptMerge:"Mesclar",expMergeTitle:"Se existir, suporta células com estruturas mescladas",expOptAllExpand:"Expandir nós",expAllExpandTitle:"Se existir, todos os dados com estrutura de árvore podem ser expandidos",expOptUseStyle:"Estilos",expUseStyleTitle:"Se existir, suporta células com estilos",expOptOriginal:"Dados originais",expOriginalTitle:"Se for dados originais, é possível importá-los de volta para a tabela",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{errTitle:"Error",zoomMin:"Minimize",zoomIn:"Maximize",zoomOut:"Restaurar",close:"Fechar",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"Fechar"},form:{folding:"Ocultar",unfolding:"Mostrar"},toolbar:{import:"Importar",export:"Exportar",print:"Imprimir",refresh:"Atualizar",zoomIn:"Tela cheia",zoomOut:"Restaurar",custom:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"Janeiro",m2:"Fevereiro",m3:"Março",m4:"Abril",m5:"Maio",m6:"Junho",m7:"Julho",m8:"Agosto",m9:"Setembro",m10:"Outubro",m11:"Novembro",m12:"Dezembro",quarterLabel:"{0} trimestre",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"dd/MM/yyyy HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Seg",w2:"Ter",w3:"Qua",w4:"Qui",w5:"Sex",w6:"Sáb"},months:{m0:"Jan",m1:"Fev",m2:"Mar",m3:"Abr",m4:"Mai",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Set",m9:"Out",m10:"Nov",m11:"Dez"},quarters:{q1:"1º trimestre",q2:"2º trimestre",q3:"3º trimestre",q4:"4º 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:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},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:"将控件拖拽进来"},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field setting",listSettingTab:"Parameter setting",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:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},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:{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:"Não igual",gt:"Maior que",ge:"Maior ou igual a",lt:"Menor que",le:"Menor ou igual a",begin:"Começa com",notbegin:"Não começa com",endin:"Termina com",notendin:"Não termina com",include:"Inclui",exclude:"Exclusivo",between:"Entre",custom:"Filtro personalizado",insensitive:"Sem diferenciação de maiúsculas e minúsculas",isSensitive:"Diferenciação de maiúsculas e minúsculas"},combination:{menus:{clearSort:"Limpar ordenação",sortAsc:"Ordem ascendente",sortDesc:"Ordem descendente",fixedColumn:"Coluna fixa",fixedGroup:"Grupo fixo",cancelFixed:"Limpar fixação",fixedLeft:"Fixar à esquerda",fixedRight:"Fixar à direita",clearFilter:"Limpar filtro",textOption:"Filtro de texto",numberOption:"Filtro numérico"},popup:{title:"Filtragem personalizada",currColumnTitle:"Coluna atual:",and:"E",or:"Ou",describeHtml:"Use ? para representar um único caractere <br/> use * para representar qualquer número de caracteres"},empty:"(Vazio)",notData:"Sem dados"}},pro:{area:{mergeErr:"A operação não pode ser realizada em células mescladas",multiErr:"A operação não pode ser realizada em áreas de seleção múltipla",extendErr:"Se a área estendida contiver células mescladas, todas as células mescladas devem ter o mesmo tamanho",pasteMultiErr:"Não é possível colar, é necessário que a área copiada e a área colada tenham o mesmo tamanho para realizar esta operação"},fnr:{title:"Localizar e substituir",findLabel:"Localizar",replaceLabel:"Substituir",findTitle:"O que localizar:",replaceTitle:"Substituir por:",tabs:{find:"Localizar",replace:"Substituir"},filter:{re:"Expressão Regular",whole:"Palavra inteira",sensitive:"Diferenciar maiúsculas e minúsculas"},btns:{findNext:"Localizar próximo",findAll:"Localizar todos",replace:"Substituir",replaceAll:"Substituir tudo",cancel:"Cancelar"},header:{seq:"#",cell:"Célula",value:"Valor"},empty:"(Vazio)",reError:"Expressão regular inválida",recordCount:"Encontradas {0} células",notCell:"Não foram encontradas células correspondentes",replaceSuccess:"Substituído com sucesso {0} células"}}}}});
1
+ ((e,o)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.pt-BR",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.vxeTableLangPtBR=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:"Por favor, insira",pleaseSelect:"Selecione",comma:",",fullStop:"."},loading:{text:"Carregando..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',groupTag:'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',scrollErrProp:'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',errConflicts:'O argumento "{0}" entra em conflito com "{1}"',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',unableInsert:"Não é possível inserir na localização especificada.",useErr:'Erro ao instalar o módulo "{0}", possivelmente na ordem errada, os módulos dependentes precisam ser instalados antes da Tabela.',barUnableLink:"A barra de ferramentas não pode ser associada à tabela.",expandContent:'O slot de linha expandida deve ser "content", verifique se está correto.',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',reqModule:'requerir o módulo "{0}".',reqProp:'Faltando o parâmetro necessário "{0}", o que pode causar um erro.',emptyProp:'A propriedade "{0}" não pode estar vazia.',errProp:'Parâmetro não suportado "{0}", possivelmente "{1}".',colRepet:'column.{0}="{0}" está duplicado, o que pode tornar algumas funcionalidades inutilizáveis.',notFunc:'método "{0}" não existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Validadores globais "{0}" não existem.',notFormats:'Formatos globais "{0}" não existem.',notCommands:'Comandos globais "{0}" não existem.',notSlot:'slot "{0}" não existe',noTree:'A estrutura de árvore não suporta "{0}".',notProp:'Parâmetros não suportados "{0}"',checkProp:'A caixa de seleção pode travar quando a quantidade de dados é muito grande, é recomendado definir o parâmetro "{0}" para aumentar a velocidade de renderização ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'A função "{0}" está obsoleta, por favor, use "{1}".',delProp:'A propriedade "{0}" está obsoleta, por favor, use "{1}".',delEvent:'O evento "{0}" está obsoleto, por favor, use "{1}".',removeProp:'A propriedade "{0}" está obsoleta e não é recomendada, o que pode causar um erro.',errFormat:'O conteúdo formatado global deve ser definido com "VXETable.formats". Montar "formatter={0}" não é recomendado.',notType:'Tipos de arquivo não suportados "{0}"',notExp:"O navegador não suporta importação/exportação.",impFields:"Falha na importação, verifique se o nome do campo e o formato dos dados estão corretos.",treeNotImp:"A tabela de árvore não suporta importação.",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Sem dados",allTitle:"Selecionar todos / cancelar",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"Confirmar",resetFilter:"Redefinir",allFilter:"Todos",sortAsc:"Ordenação ascendente: do menor para o maior",sortDesc:"Ordenação descendente: do maior para o menor",filter:"Habilitar filtro em colunas selecionadas",impSuccess:"Importado com sucesso {0} registros",expLoading:"Exportando",expSuccess:"Exportado com sucesso",expError:"Export failure",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirm",customClose:"关闭",customCancel:"Cancel",customRestore:"Restore",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}",dragTip:"移动:{0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"Por favor, selecione pelo menos um registro!",deleteSelectRecord:"Tem certeza de que deseja excluir o registro selecionado?",removeSelectRecord:"Tem certeza de que deseja remover o registro selecionado?",dataUnchanged:"Dados inalterados!",delSuccess:"Registro selecionado excluído com sucesso!",saveSuccess:"Salvo com sucesso!",operError:"Ocorreu um erro, a operação falhou!"},select:{search:"Buscar",loadingText:"Carregando",emptyText:"Sem dados"},pager:{goto:"Ir para",gotoTitle:"Number",pagesize:"{0}/página",total:"Total de {0} registros",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar",clear:"清除"},filter:{search:"Buscar"},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 dados",impFile:"Nome do arquivo",impSelect:"Selecionar arquivo",impType:"Tipo de arquivo",impOpts:"Configurações",impMode:"Import mode",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por vírgulas) (*.csv)",html:"Página da Web (*.html)",xml:"Dados XML (*.xml)",txt:"Texto (Separado por tabulação) (*.txt)",xls:"Pasta de trabalho do Excel 97-2003 (*.xls)",xlsx:"Pasta de trabalho do Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"Dados atuais (dados da página atual)",selected:"Dados selecionados (dados selecionados na página atual)",all:"Todos os dados (incluindo todos os dados de paginação)"},printTitle:"Imprimir dados",expTitle:"Exportar dados",expName:"Nome do arquivo",expNamePlaceholder:"Por favor, insira o nome do arquivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, insira um título",expType:"Salvar o tipo",expMode:"Selecionar dados",expCurrentColumn:"Todos os campos",expColumn:"Selecionar campo",expOpts:"Configurações",expOptHeader:"Cabeçalho",expHeaderTitle:"Necessita de cabeçalho",expOptFooter:"Rodapé",expFooterTitle:"Necessita de tabela de rodapé",expOptColgroup:"Cabeçalho de grupo",expColgroupTitle:"Se existir, suporta cabeçalhos com estrutura de agrupamento",expOptMerge:"Mesclar",expMergeTitle:"Se existir, suporta células com estruturas mescladas",expOptAllExpand:"Expandir nós",expAllExpandTitle:"Se existir, todos os dados com estrutura de árvore podem ser expandidos",expOptUseStyle:"Estilos",expUseStyleTitle:"Se existir, suporta células com estilos",expOptOriginal:"Dados originais",expOriginalTitle:"Se for dados originais, é possível importá-los de volta para a tabela",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{errTitle:"Error",zoomMin:"Minimize",zoomIn:"Maximize",zoomOut:"Restaurar",close:"Fechar",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"Fechar"},form:{folding:"Ocultar",unfolding:"Mostrar"},toolbar:{import:"Importar",export:"Exportar",print:"Imprimir",refresh:"Atualizar",zoomIn:"Tela cheia",zoomOut:"Restaurar",custom:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},datePicker:{yearTitle:"{0} лет"},input:{date:{m1:"Janeiro",m2:"Fevereiro",m3:"Março",m4:"Abril",m5:"Maio",m6:"Junho",m7:"Julho",m8:"Agosto",m9:"Setembro",m10:"Outubro",m11:"Novembro",m12:"Dezembro",quarterLabel:"{0} trimestre",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"dd/MM/yyyy HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Seg",w2:"Ter",w3:"Qua",w4:"Qui",w5:"Sex",w6:"Sáb"},months:{m0:"Jan",m1:"Fev",m2:"Mar",m3:"Abr",m4:"Mai",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Set",m9:"Out",m10:"Nov",m11:"Dez"},quarters:{q1:"1º trimestre",q2:"2º trimestre",q3:"3º trimestre",q4:"4º 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:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},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:"将控件拖拽进来"},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field setting",listSettingTab:"Parameter setting",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:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},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:"无匹配项"}},renderer:{search:"Buscar",cases:{equal:"Igual",unequal:"Não igual",gt:"Maior que",ge:"Maior ou igual a",lt:"Menor que",le:"Menor ou igual a",begin:"Começa com",notbegin:"Não começa com",endin:"Termina com",notendin:"Não termina com",include:"Inclui",exclude:"Exclusivo",between:"Entre",custom:"Filtro personalizado",insensitive:"Sem diferenciação de maiúsculas e minúsculas",isSensitive:"Diferenciação de maiúsculas e minúsculas"},combination:{menus:{sort:"排序",clearSort:"Limpar ordenação",sortAsc:"Ordem ascendente",sortDesc:"Ordem descendente",fixedColumn:"Coluna fixa",fixedGroup:"Grupo fixo",cancelFixed:"Limpar fixação",fixedLeft:"Fixar à esquerda",fixedRight:"Fixar à direita",clearFilter:"Limpar filtro",textOption:"Filtro de texto",numberOption:"Filtro numérico"},popup:{title:"Filtragem personalizada",currColumnTitle:"Coluna atual:",and:"E",or:"Ou",describeHtml:"Use ? para representar um único caractere <br/> use * para representar qualquer número de caracteres"},empty:"(Vazio)",notData:"Sem dados"}},pro:{area:{mergeErr:"A operação não pode ser realizada em células mescladas",multiErr:"A operação não pode ser realizada em áreas de seleção múltipla",extendErr:"Se a área estendida contiver células mescladas, todas as células mescladas devem ter o mesmo tamanho",pasteMultiErr:"Não é possível colar, é necessário que a área copiada e a área colada tenham o mesmo tamanho para realizar esta operação"},fnr:{title:"Localizar e substituir",findLabel:"Localizar",replaceLabel:"Substituir",findTitle:"O que localizar:",replaceTitle:"Substituir por:",tabs:{find:"Localizar",replace:"Substituir"},filter:{re:"Expressão Regular",whole:"Palavra inteira",sensitive:"Diferenciar maiúsculas e minúsculas"},btns:{findNext:"Localizar próximo",findAll:"Localizar todos",replace:"Substituir",replaceAll:"Substituir tudo",cancel:"Cancelar"},header:{seq:"#",cell:"Célula",value:"Valor"},empty:"(Vazio)",reError:"Expressão regular inválida",recordCount:"Encontradas {0} células",notCell:"Não foram encontradas células correspondentes",replaceSuccess:"Substituído com sucesso {0} células"}}}}});
@@ -70,7 +70,8 @@
70
70
  treeNotImp: 'A tabela de árvore não suporta importação.',
71
71
  treeCrossDrag: '只能拖拽第一层级',
72
72
  treeDragChild: '父级不能拖拽到自己的子级中',
73
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
73
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
74
+ errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
74
75
  },
75
76
  table: {
76
77
  emptyText: 'Sem dados',
@@ -256,6 +257,9 @@
256
257
  fixedRight: 'Freeze on the right',
257
258
  cancelFixed: 'Unfreeze column'
258
259
  },
260
+ datePicker: {
261
+ yearTitle: '{0} лет'
262
+ },
259
263
  input: {
260
264
  date: {
261
265
  m1: 'Janeiro',
@@ -586,6 +590,7 @@
586
590
  },
587
591
  filterCombination: {
588
592
  menus: {
593
+ sort: '排序',
589
594
  clearSort: '清除排序',
590
595
  sortAsc: '升序',
591
596
  sortDesc: '降序',
@@ -649,6 +654,7 @@
649
654
  },
650
655
  combination: {
651
656
  menus: {
657
+ sort: '排序',
652
658
  clearSort: 'Limpar ordenação',
653
659
  sortAsc: 'Ordem ascendente',
654
660
  sortDesc: 'Ordem descendente',
@@ -57,7 +57,8 @@ var _default = exports.default = {
57
57
  treeNotImp: 'Древовидные таблицы не поддерживают импорт.',
58
58
  treeCrossDrag: 'Перетаскивать можно только первый уровень',
59
59
  treeDragChild: 'Родителя нельзя перетащить в своих дочерних элементов',
60
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install.'
60
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install.',
61
+ errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
61
62
  },
62
63
  table: {
63
64
  emptyText: 'Данных пока нет',
@@ -243,6 +244,9 @@ var _default = exports.default = {
243
244
  fixedRight: 'замер справа',
244
245
  cancelFixed: 'Разморозить столбец'
245
246
  },
247
+ datePicker: {
248
+ yearTitle: '{0} лет'
249
+ },
246
250
  input: {
247
251
  date: {
248
252
  m1: 'январь',
@@ -573,6 +577,7 @@ var _default = exports.default = {
573
577
  },
574
578
  filterCombination: {
575
579
  menus: {
580
+ sort: '排序',
576
581
  clearSort: 'Очистить сортировку',
577
582
  sortAsc: 'По возрастанию',
578
583
  sortDesc: 'порядок убывания',
@@ -677,6 +682,7 @@ var _default = exports.default = {
677
682
  },
678
683
  combination: {
679
684
  menus: {
685
+ sort: '排序',
680
686
  clearSort: 'Очистить сортировку',
681
687
  sortAsc: 'По возрастанию',
682
688
  sortDesc: 'порядок убывания',