@fmdevui/fm-dev 1.0.84 → 1.0.86

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 (124) hide show
  1. package/es/_virtual/de-DE.mjs +1 -1
  2. package/es/_virtual/en-US.mjs +1 -1
  3. package/es/_virtual/es-ES.mjs +1 -1
  4. package/es/_virtual/fr-FR.mjs +1 -1
  5. package/es/_virtual/it-IT.mjs +1 -1
  6. package/es/_virtual/ja-JP.mjs +1 -1
  7. package/es/_virtual/ko-KR.mjs +1 -1
  8. package/es/_virtual/nb-NO.mjs +1 -1
  9. package/es/_virtual/pt-BR.mjs +1 -1
  10. package/es/_virtual/ru-RU.mjs +1 -1
  11. package/es/_virtual/th-TH.mjs +1 -1
  12. package/es/_virtual/vi-VN.mjs +1 -1
  13. package/es/_virtual/zh-CN.mjs +1 -1
  14. package/es/_virtual/zh-HK.mjs +1 -1
  15. package/es/_virtual/zh-TW.mjs +1 -1
  16. package/es/component.mjs +3 -2
  17. package/es/core/hook/useVxeTableOptionsHook.d.ts +56 -15
  18. package/es/core/ui/components/fmaddressparsing/index.vue.d.ts +54 -0
  19. package/es/core/ui/components/index.d.ts +53 -1
  20. package/es/index.mjs +1 -1
  21. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.mjs +82 -80
  22. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.mjs +3 -1
  23. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.mjs +81 -79
  24. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.mjs +3 -1
  25. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.mjs +3 -1
  26. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.mjs +84 -82
  27. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.mjs +90 -88
  28. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.mjs +3 -1
  29. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.mjs +3 -1
  30. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.mjs +86 -84
  31. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.mjs +3 -1
  32. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.mjs +81 -79
  33. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.mjs +23 -21
  34. package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.mjs +3 -1
  35. package/es/packages/core/index.mjs +1 -1
  36. package/es/packages/core/locales/index.mjs +18 -18
  37. package/es/packages/core/ui/components/fmaddressparsing/index.vue.mjs +5 -0
  38. package/es/packages/core/ui/components/fmaddressparsing/index.vue2.mjs +3590 -0
  39. package/es/packages/core/ui/components/index.mjs +4 -1
  40. package/index.js +5021 -2213
  41. package/index.min.js +33 -33
  42. package/index.min.mjs +34 -34
  43. package/index.mjs +5021 -2214
  44. package/lib/_virtual/de-DE.js +1 -1
  45. package/lib/_virtual/en-US.js +1 -1
  46. package/lib/_virtual/es-ES.js +1 -1
  47. package/lib/_virtual/fr-FR.js +1 -1
  48. package/lib/_virtual/it-IT.js +1 -1
  49. package/lib/_virtual/ja-JP.js +1 -1
  50. package/lib/_virtual/ko-KR.js +1 -1
  51. package/lib/_virtual/nb-NO.js +1 -1
  52. package/lib/_virtual/pt-BR.js +1 -1
  53. package/lib/_virtual/ru-RU.js +1 -1
  54. package/lib/_virtual/th-TH.js +1 -1
  55. package/lib/_virtual/vi-VN.js +1 -1
  56. package/lib/_virtual/zh-CN.js +1 -1
  57. package/lib/_virtual/zh-HK.js +1 -1
  58. package/lib/_virtual/zh-TW.js +1 -1
  59. package/lib/component.js +2 -1
  60. package/lib/core/hook/useVxeTableOptionsHook.d.ts +56 -15
  61. package/lib/core/ui/components/fmaddressparsing/index.vue.d.ts +54 -0
  62. package/lib/core/ui/components/index.d.ts +53 -1
  63. package/lib/index.js +1 -0
  64. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/de-DE.js +82 -80
  65. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/en-US.js +3 -1
  66. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/es-ES.js +81 -79
  67. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/fr-FR.js +3 -1
  68. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/it-IT.js +3 -1
  69. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ja-JP.js +84 -82
  70. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ko-KR.js +90 -88
  71. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/nb-NO.js +3 -1
  72. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/pt-BR.js +3 -1
  73. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/ru-RU.js +86 -84
  74. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/th-TH.js +3 -1
  75. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/vi-VN.js +81 -79
  76. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CHT.js +23 -21
  77. package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-CN.js +3 -1
  78. package/lib/packages/core/index.js +1 -0
  79. package/lib/packages/core/locales/index.js +18 -18
  80. package/lib/packages/core/ui/components/fmaddressparsing/index.vue.js +9 -0
  81. package/lib/packages/core/ui/components/fmaddressparsing/index.vue2.js +3594 -0
  82. package/lib/packages/core/ui/components/index.js +4 -0
  83. package/package.json +1 -1
  84. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.mjs +0 -0
  85. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.mjs +0 -0
  86. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.mjs +0 -0
  87. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.mjs +0 -0
  88. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.mjs +0 -0
  89. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.mjs +0 -0
  90. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.mjs +0 -0
  91. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.mjs +0 -0
  92. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.mjs +0 -0
  93. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.mjs +0 -0
  94. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.mjs +0 -0
  95. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.mjs +0 -0
  96. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.mjs +0 -0
  97. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.mjs +0 -0
  98. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.mjs +0 -0
  99. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.mjs +0 -0
  100. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.mjs +0 -0
  101. /package/es/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.mjs +0 -0
  102. /package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.mjs +0 -0
  103. /package/es/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.mjs +0 -0
  104. /package/lib/{component.css → index.css} +0 -0
  105. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/de.js +0 -0
  106. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/en.js +0 -0
  107. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/es.js +0 -0
  108. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fi.js +0 -0
  109. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/fr.js +0 -0
  110. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/id.js +0 -0
  111. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/it.js +0 -0
  112. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ja.js +0 -0
  113. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ko.js +0 -0
  114. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ms.js +0 -0
  115. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/no.js +0 -0
  116. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pl.js +0 -0
  117. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/pt.js +0 -0
  118. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/ru.js +0 -0
  119. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/th.js +0 -0
  120. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/vi.js +0 -0
  121. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
  122. /package/lib/node_modules/.pnpm/{element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_ → element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_}/node_modules/element-plus/es/locale/lang/zh-tw.js +0 -0
  123. /package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-HK.js +0 -0
  124. /package/lib/node_modules/.pnpm/{vxe-table@4.14.6_vue@3.5.18_typescript@5.8.3_ → vxe-table@4.15.9_vue@3.5.18_typescript@5.8.3_}/node_modules/vxe-table/lib/locale/lang/zh-TW.js +0 -0
@@ -31,8 +31,9 @@ function requireViVN () {
31
31
  groupTag: 'Nhóm tiêu đề nhóm nên sử dụng "{0}" thay vì "{1}", có thể gây ra lỗi',
32
32
  scrollErrProp: 'Tham số này "{0}" không được hỗ trợ sau khi cuộn ảo được bật',
33
33
  errConflicts: 'Tham số "{0}" Xung đột với "{1}"',
34
- modelConflicts: '绑定的字段值 "{0}" "{1}" 存在冲突,将会出现错误',
34
+ modelConflicts: ' một xung đột giữa giá trị trường giới hạn "{0}" "{1}" và sẽ xảy ra lỗi',
35
35
  notSupportProp: '"{1}" không được hỗ trợ khi tham số "{0}" được bật, nó phải là "{2}", nếu không sẽ xảy ra lỗi',
36
+ reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
36
37
  notConflictProp: 'Khi sử dụng "{0}", "{1}" nên được đặt, nếu không có thể có xung đột chức năng',
37
38
  unableInsert: 'Không thể được chèn vào vị trí đã chỉ định, vui lòng kiểm tra xem các tham số có đúng không',
38
39
  useErr: 'Đã xảy ra lỗi trong khi cài đặt mô -đun "{0}". Thứ tự có thể không chính xác. Mô -đun phụ thuộc cần được cài đặt trước bảng',
@@ -51,7 +52,7 @@ function requireViVN () {
51
52
  notCommands: 'Chỉ thị toàn cầu "{0}" không tồn tại',
52
53
  notSlot: 'Khe "{0}" không tồn tại',
53
54
  noTree: '"{0}" không được hỗ trợ trong cấu trúc cây',
54
- noGroup: '数据分组后不支持 "{0}"',
55
+ noGroup: '"{0}" không được hỗ trợ sau khi nhóm dữ liệu',
55
56
  notProp: 'Tham số không được hỗ trợ "{0}"',
56
57
  checkProp: 'Khi khối lượng dữ liệu quá lớn, hộp kiểm có thể được lắp. Bạn nên đặt tham số "{0}" để cải thiện tốc độ kết xuất',
57
58
  coverProp: 'Tham số "{1}" của "{0}" được xác định nhiều lần, có thể gây ra lỗi',
@@ -70,7 +71,8 @@ function requireViVN () {
70
71
  treeDragChild: 'Cha mẹ không thể kéo đến con cái của họ',
71
72
  reqPlugin: '"{1}" không được cài đặt tại https://vxeui.com/other/khác',
72
73
  errMaxRow: 'Vượt quá khối lượng dữ liệu được hỗ trợ tối đa {0}, điều này có thể gây ra lỗi',
73
- useNew: '{0} 已经不建议使用,请使用新的方式 {1}'
74
+ useNew: '{0} không được khuyến nghị, vui lòng sử dụng {1}',
75
+ errorVersion: '版本不匹配,当前版本 {0},最低支持版本为 {1}'
74
76
  },
75
77
  table: {
76
78
  emptyText: 'Chưa có dữ liệu',
@@ -83,7 +85,7 @@ function requireViVN () {
83
85
  sortAsc: 'Lệnh tăng dần: thấp nhất đến cao nhất',
84
86
  sortDesc: 'Lệnh giảm dần: Cao nhất đến thấp nhất',
85
87
  filter: 'Bật lọc cho các cột đã chọn',
86
- impSuccess: 'Nhập thành công {0} bản ghi',
88
+ impSuccess: '{0} Bản ghi đã được nhập thành công',
87
89
  expLoading: 'Xuất khẩu',
88
90
  expSuccess: 'Xuất khẩu thành công',
89
91
  expError: 'Xuất khẩu không thành công',
@@ -96,11 +98,11 @@ function requireViVN () {
96
98
  customCancel: 'Hủy bỏ',
97
99
  customRestore: 'Khôi phục mặc định',
98
100
  maxFixedCol: 'Số lượng cột đóng băng tối đa không thể vượt quá {0}',
99
- maxGroupCol: '最大分组字段的数量不能超过 {0}',
101
+ maxGroupCol: 'Số lượng trường nhóm tối đa không thể vượt quá {0}',
100
102
  dragTip: 'Di chuyển: {0}',
101
103
  resizeColTip: 'Chiều rộng: {0} pixel',
102
- resizeRowTip: 'Chiều cao: {0} pixel',
103
- rowGroupContentTotal: '{0} ({1})'
104
+ resizeRowTip: 'Cao: {0} pixel',
105
+ rowGroupContentTotal: '{0}{1}'
104
106
  },
105
107
  grid: {
106
108
  selectOneRecord: 'Vui lòng chọn ít nhất một bản ghi!',
@@ -112,27 +114,27 @@ function requireViVN () {
112
114
  operError: 'Một lỗi đã xảy ra và hoạt động không thành công!'
113
115
  },
114
116
  select: {
115
- clear: '清除',
116
- allChecked: '全选',
117
+ clear: 'Thông thoáng',
118
+ allChecked: 'Chọn tất cả',
117
119
  total: '{0} / {1}',
118
120
  search: 'tìm kiếm',
119
121
  loadingText: 'đang tải',
120
122
  emptyText: 'Chưa có dữ liệu',
121
- maxOpt: '最大可选择的数量不能超过 {0}',
122
- overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
123
- searchEmpty: '未匹配到数据!'
123
+ maxSize: 'Số lượng tùy chọn tối đa không thể vượt quá {0}',
124
+ overSizeErr: 'Số tùy chọn tối đa {0} đã bị vượt quá và phần vượt quá sẽ bị bỏ qua!',
125
+ searchEmpty: 'Không có dữ liệu phù hợp!'
124
126
  },
125
127
  tree: {
126
- searchEmpty: '未匹配到数据!'
128
+ searchEmpty: 'Không có dữ liệu phù hợp!'
127
129
  },
128
130
  treeSelect: {
129
- clearChecked: '清除',
130
- allChecked: '全选',
131
- allExpand: '全部展开',
132
- clearExpand: '全部收起',
133
- total: '已选 {0}',
134
- search: '搜索',
135
- emptyText: '暂无数据'
131
+ clearChecked: 'Thông thoáng',
132
+ allChecked: 'Chọn tất cả',
133
+ allExpand: 'Mở rộng tất cả',
134
+ clearExpand: 'Đóng tất cả',
135
+ total: 'Đã chọn {0}',
136
+ search: 'tìm kiếm',
137
+ emptyText: 'Chưa có dữ liệu'
136
138
  },
137
139
  pager: {
138
140
  goto: 'Đi',
@@ -173,7 +175,7 @@ function requireViVN () {
173
175
  cstmDragTarget: 'Di chuyển: {0}',
174
176
  setting: {
175
177
  colSort: 'Loại',
176
- sortHelpTip: '点击并拖动图标可以调整顺序',
178
+ sortHelpTip: 'Nhấp và kéo biểu tượng để điều chỉnh thứ tự',
177
179
  colTitle: 'Tiêu đề cột',
178
180
  colResizable: 'Chiều rộng cột (pixel)',
179
181
  colVisible: 'Có hiển thị không',
@@ -193,7 +195,7 @@ function requireViVN () {
193
195
  },
194
196
  impTitle: 'Nhập dữ liệu',
195
197
  impFile: 'Tên tập tin',
196
- impSelect: 'Chọn Tệp',
198
+ impSelect: 'Chọn một tập tin',
197
199
  impType: 'Loại tệp',
198
200
  impOpts: 'Cài đặt tham số',
199
201
  impMode: 'Chế độ nhập',
@@ -202,10 +204,10 @@ function requireViVN () {
202
204
  },
203
205
  export: {
204
206
  types: {
205
- csv: 'CSV (dấu phẩy tách ra) (*. CSV)',
207
+ csv: 'CSV (được phân tách bằng dấu phẩy) (*. CSV)',
206
208
  html: 'Trang web (*.html)',
207
209
  xml: 'Dữ liệu XML (*.xml)',
208
- txt: 'Tệp văn bản (Tab phân tách) (*. TXT)',
210
+ txt: 'Tệp văn bản (được phân tách tab) (*. TXT)',
209
211
  xls: 'Excel 97-2003 sổ làm việc (*.xls)',
210
212
  xlsx: 'Excel Workbook (*.xlsx)',
211
213
  pdf: 'Pdf (*.pdf)'
@@ -225,7 +227,7 @@ function requireViVN () {
225
227
  expType: 'Lưu loại',
226
228
  expMode: 'Chọn dữ liệu',
227
229
  expCurrentColumn: 'Tất cả các lĩnh vực',
228
- expColumn: 'Chọn trường',
230
+ expColumn: 'Chọn một trường',
229
231
  expOpts: 'Cài đặt tham số',
230
232
  expOptHeader: 'Tiêu đề',
231
233
  expHeaderTitle: 'Tiêu đề bảng có được yêu cầu không',
@@ -274,15 +276,15 @@ function requireViVN () {
274
276
  customAll: 'tất cả',
275
277
  customConfirm: 'xác nhận',
276
278
  customRestore: 'Cài lại',
277
- fixedLeft: 'Đóng băng trái',
278
- fixedRight: 'Đóng băng đúng',
279
- cancelFixed: 'Giải phóng'
279
+ fixedLeft: 'Đóng băng bên trái',
280
+ fixedRight: 'Đóng băng bên phải',
281
+ cancelFixed: 'Mở ra cột'
280
282
  },
281
283
  datePicker: {
282
284
  yearTitle: '{0} năm'
283
285
  },
284
286
  dateRangePicker: {
285
- pleaseRange: '请选择开始日期与结束日期'
287
+ pleaseRange: 'Vui lòng chọn ngày bắt đầu và ngày kết thúc'
286
288
  },
287
289
  input: {
288
290
  date: {
@@ -362,8 +364,8 @@ function requireViVN () {
362
364
  fileBtnText: 'Nhấp hoặc kéo để tải lên',
363
365
  imgBtnText: 'Nhấp hoặc kéo để tải lên',
364
366
  dragPlaceholder: 'Vui lòng kéo và thả tệp vào khu vực này để tải lên',
365
- imgSizeHint: 'Tờ rơi {0}',
366
- imgCountHint: 'Hình ảnh tối đa {0}',
367
+ imgSizeHint: 'Đơn {0}',
368
+ imgCountHint: 'Lên đến {0}',
367
369
  fileTypeHint: 'Hỗ trợ các loại tệp {0}',
368
370
  fileSizeHint: 'Một kích thước tệp không vượt quá {0}',
369
371
  fileCountHint: 'Có thể tải lên các tệp {0}',
@@ -371,7 +373,7 @@ function requireViVN () {
371
373
  overCountErr: 'Chỉ các tệp {0} có thể được chọn nhiều nhất!',
372
374
  overCountExtraErr: 'Số lượng tối đa của {0} đã bị vượt quá và các tệp dư thừa {1} sẽ bị bỏ qua!',
373
375
  overSizeErr: 'Kích thước tệp tối đa không thể vượt quá {0}!',
374
- manualUpload: '点击上传',
376
+ manualUpload: 'Bấm để tải lên',
375
377
  reUpload: 'Tải lại lại',
376
378
  uploadProgress: 'Tải lên {0}%',
377
379
  uploadErr: 'Tải lên không thành công',
@@ -406,10 +408,10 @@ function requireViVN () {
406
408
  btn: 'Cài đặt kiểu',
407
409
  title: 'Hình thức cài đặt kiểu',
408
410
  layoutTitle: 'Bố cục kiểm soát',
409
- verticalLayout: 'Bố cục trêndưới cùng',
411
+ verticalLayout: 'Bố cục lênxuống',
410
412
  horizontalLayout: 'Bố cục ngang',
411
413
  styleTitle: 'Phong cách tiêu đề',
412
- boldTitle: 'Tiêu đề đậm',
414
+ boldTitle: 'Tiêu đề dày',
413
415
  fontBold: 'In đậm',
414
416
  fontNormal: 'thông thường',
415
417
  colonTitle: 'Hiển thị Đại tá',
@@ -447,7 +449,7 @@ function requireViVN () {
447
449
  VxeTextarea: 'Trường văn bản',
448
450
  VxeSelect: 'Kéo xuống để chọn',
449
451
  VxeTreeSelect: 'Lựa chọn cây',
450
- VxeRadioGroup: 'Nút radio',
452
+ VxeRadioGroup: 'Hộp radio',
451
453
  VxeCheckboxGroup: 'Hộp kiểm',
452
454
  VxeUploadFile: 'tài liệu',
453
455
  VxeUploadImage: 'hình ảnh',
@@ -462,7 +464,7 @@ function requireViVN () {
462
464
  multiple: 'Nhiều lựa chọn được cho phép',
463
465
  displaySetting: {
464
466
  name: 'Cài đặt hiển thị',
465
- pc: 'PC',
467
+ pc: 'Máy tính',
466
468
  mobile: 'Di động',
467
469
  visible: 'trình diễn',
468
470
  hidden: 'trốn'
@@ -474,7 +476,7 @@ function requireViVN () {
474
476
  batchEditOption: 'Chỉnh sửa hàng loạt',
475
477
  batchEditTip: 'Mỗi hàng tương ứng với một tùy chọn, hỗ trợ sao chép trực tiếp và dán từ các bảng, Excel và WPS.',
476
478
  batchEditSubTip: 'Mỗi hàng tương ứng với một tùy chọn. Nếu đó là một nhóm, các mục con có thể bắt đầu bằng một khoảng trống hoặc khóa tab và nó hỗ trợ sao chép trực tiếp và dán từ các bảng, excel và wps.',
477
- buildOption: 'Tùy chọn xây dựng'
479
+ buildOption: 'Tạo các tùy chọn'
478
480
  },
479
481
  rowProp: {
480
482
  colSize: 'Số lượng cột',
@@ -492,7 +494,7 @@ function requireViVN () {
492
494
  alignRight: 'Bên phải',
493
495
  colorTitle: 'Màu phông chữ',
494
496
  sizeTitle: 'Kích thước phông chữ',
495
- boldTitle: 'Phông chữ đậm',
497
+ boldTitle: 'Phông chữ dày hơn',
496
498
  fontNormal: 'thông thường',
497
499
  fontBold: 'In đậm'
498
500
  },
@@ -552,17 +554,17 @@ function requireViVN () {
552
554
  extendCellArea: {
553
555
  area: {
554
556
  mergeErr: 'Hoạt động này không thể được thực hiện trên các ô hợp nhất',
555
- multiErr: 'Hoạt động này không thể được thực hiện trên nhiều khu vực lựa chọn',
556
- selectErr: 'Không thể hoạt động trên các ô trong phạm vi được chỉ định',
557
- extendErr: 'Nếu phạm vi mở rộng chứa các ô được hợp nhất, tất cả các ô được hợp nhất phải có cùng kích thước',
558
- pasteMultiErr: 'Không thể dán, các khu vực được sao chép và dán cần phải có cùng kích thước để thực hiện thao tác này',
559
- cpInvalidErr: 'Các hoạt động không thể được thực hiện. các cột bị cấm ({0}) trong phạm vi bạn đã chọn.'
557
+ multiErr: 'Hoạt động này không thể được thực hiện trên khu vực nhiều lựa chọn',
558
+ selectErr: 'Không thể vận hành các tế bào trong khu vực được chỉ định',
559
+ extendErr: 'Nếu khu vực mở rộng chứa các ô hợp nhất, tất cả các ô được hợp nhất phải có cùng kích thước',
560
+ pasteMultiErr: 'Không thể dán, cần sao chép và dán các khu vực có cùng kích thước để làm điều này',
561
+ cpInvalidErr: 'Hoạt động này không thể được thực hiện, các cột bị cấm trong khu vực bạn đã chọn ({0})'
560
562
  },
561
563
  fnr: {
562
564
  title: 'Tìm và thay thế',
563
565
  findLabel: 'Tìm thấy',
564
566
  replaceLabel: 'thay thế',
565
- findTitle: 'Tìm những gì:',
567
+ findTitle: 'Tìm nội dung:',
566
568
  replaceTitle: 'Thay thế bằng:',
567
569
  tabs: {
568
570
  find: 'Tìm thấy',
@@ -574,7 +576,7 @@ function requireViVN () {
574
576
  sensitive: 'trường hợp nhạy cảm'
575
577
  },
576
578
  btns: {
577
- findNext: 'Tìm tiếp theo',
579
+ findNext: 'Tìm cái tiếp theo',
578
580
  findAll: 'Tìm tất cả',
579
581
  replace: 'thay thế',
580
582
  replaceAll: 'Thay thế tất cả',
@@ -586,42 +588,42 @@ function requireViVN () {
586
588
  value: 'giá trị'
587
589
  },
588
590
  body: {
589
- row: 'Hàng: {0}',
591
+ row: 'Dòng: {0}',
590
592
  col: 'Cột: {0}'
591
593
  },
592
594
  empty: '(Giá trị null)',
593
595
  reError: 'Biểu thức chính quy không hợp lệ',
594
596
  recordCount: '{0} Các ô được tìm thấy',
595
597
  notCell: 'Không thể tìm thấy ô phù hợp',
596
- replaceSuccess: 'Đã thay thế thành công {0} ô'
598
+ replaceSuccess: '{0} Các tế bào đã được thay thế thành công'
597
599
  }
598
600
  },
599
601
  extendPivotTable: {
600
602
  aggregation: {
601
- grouping: '分组',
602
- values: '',
603
- groupPlaceholder: '拖至此处进行分组',
604
- valuesPlaceholder: '拖至此处进行聚合',
605
- dragExistCol: '该列已存在',
606
- sortHelpTip: '点击并拖动图标可以调整顺序'
603
+ grouping: 'Nhóm',
604
+ values: 'giá trị',
605
+ groupPlaceholder: 'Kéo ở đây để nhóm',
606
+ valuesPlaceholder: 'Kéo ở đây để tổng hợp',
607
+ dragExistCol: 'Cột này đã tồn tại',
608
+ sortHelpTip: 'Nhấp và kéo biểu tượng để điều chỉnh thứ tự'
607
609
  },
608
610
  aggFuncs: {
609
- sum: '求和',
610
- count: '计数',
611
- avg: '平均值',
612
- min: '最小值',
613
- max: '最大值',
614
- first: '首个值',
615
- last: '末尾值'
611
+ sum: 'Yêu cầu tổng',
612
+ count: 'đếm',
613
+ avg: 'giá trị trung bình',
614
+ min: 'Giá trị tối thiểu',
615
+ max: 'Giá trị tối đa',
616
+ first: 'Giá trị đầu tiên',
617
+ last: 'Giá trị cuối cùng'
616
618
  }
617
619
  },
618
620
  filterComplexInput: {
619
621
  menus: {
620
622
  fixedColumn: 'Đóng băng cột',
621
623
  fixedGroup: 'Đóng băng nhóm',
622
- cancelFixed: 'Giải phóng',
623
- fixedLeft: 'Đóng băng trái',
624
- fixedRight: 'Đóng băng đúng'
624
+ cancelFixed: 'Hủy đóng băng',
625
+ fixedLeft: 'Đóng băng bên trái',
626
+ fixedRight: 'Đóng băng bên phải'
625
627
  },
626
628
  cases: {
627
629
  equal: 'bình đẳng',
@@ -641,12 +643,12 @@ function requireViVN () {
641
643
  sortDesc: 'thứ tự giảm dần',
642
644
  fixedColumn: 'Đóng băng cột',
643
645
  fixedGroup: 'Đóng băng nhóm',
644
- cancelFixed: 'Giải phóng',
645
- fixedLeft: 'Đóng băng trái',
646
- fixedRight: 'Đóng băng đúng',
646
+ cancelFixed: 'Hủy đóng băng',
647
+ fixedLeft: 'Đóng băng bên trái',
648
+ fixedRight: 'Đóng băng bên phải',
647
649
  clearFilter: 'Xóa bộ lọc',
648
- textOption: 'Bộ lọc văn bản',
649
- numberOption: 'Bộ lọc số'
650
+ textOption: 'Lọc văn bản',
651
+ numberOption: 'Lọc số'
650
652
  },
651
653
  popup: {
652
654
  title: 'Phương pháp lọc tùy chỉnh',
@@ -669,7 +671,7 @@ function requireViVN () {
669
671
  include: 'Bao gồm',
670
672
  exclude: 'Không bao gồm',
671
673
  between: 'Giữa',
672
- custom: 'Bộ lọc tùy chỉnh',
674
+ custom: 'Lọc tùy chỉnh',
673
675
  insensitive: 'Trường hợp không nhạy cảm',
674
676
  isSensitive: 'trường hợp nhạy cảm'
675
677
  },
@@ -680,9 +682,9 @@ function requireViVN () {
680
682
  pro: {
681
683
  area: {
682
684
  mergeErr: 'Hoạt động này không thể được thực hiện trên các ô hợp nhất',
683
- multiErr: 'Hoạt động này không thể được thực hiện trên nhiều khu vực lựa chọn',
684
- extendErr: 'Nếu phạm vi mở rộng chứa các ô được hợp nhất, tất cả các ô được hợp nhất phải có cùng kích thước',
685
- pasteMultiErr: 'Không thể dán, các khu vực được sao chép và dán cần phải có cùng kích thước để thực hiện thao tác này'
685
+ multiErr: 'Hoạt động này không thể được thực hiện trên khu vực nhiều lựa chọn',
686
+ extendErr: 'Nếu khu vực mở rộng chứa các ô hợp nhất, tất cả các ô được hợp nhất phải có cùng kích thước',
687
+ pasteMultiErr: 'Không thể dán, cần sao chép và dán các khu vực có cùng kích thước để làm điều này'
686
688
  },
687
689
  fnr: {
688
690
  title: 'Tìm và thay thế',
@@ -700,7 +702,7 @@ function requireViVN () {
700
702
  sensitive: 'trường hợp nhạy cảm'
701
703
  },
702
704
  btns: {
703
- findNext: 'Tìm tiếp theo',
705
+ findNext: 'Tìm cái tiếp theo',
704
706
  findAll: 'Tìm tất cả',
705
707
  replace: 'thay thế',
706
708
  replaceAll: 'Thay thế tất cả',
@@ -714,8 +716,8 @@ function requireViVN () {
714
716
  empty: '(Giá trị null)',
715
717
  reError: 'Biểu thức chính quy không hợp lệ',
716
718
  recordCount: '{0} Các ô được tìm thấy',
717
- notCell: 'Không tìm thấy ô phù hợp',
718
- replaceSuccess: 'Đã thay thế thành công {0} ô'
719
+ notCell: 'Không thể tìm thấy ô phù hợp',
720
+ replaceSuccess: '{0} Các tế bào đã được thay thế thành công'
719
721
  }
720
722
  },
721
723
  renderer: {
@@ -734,7 +736,7 @@ function requireViVN () {
734
736
  include: 'Bao gồm',
735
737
  exclude: 'Không bao gồm',
736
738
  between: 'Giữa',
737
- custom: 'Bộ lọc tùy chỉnh',
739
+ custom: 'Lọc tùy chỉnh',
738
740
  insensitive: 'Trường hợp không nhạy cảm',
739
741
  isSensitive: 'trường hợp nhạy cảm'
740
742
  },
@@ -746,9 +748,9 @@ function requireViVN () {
746
748
  sortDesc: 'thứ tự giảm dần',
747
749
  fixedColumn: 'Đóng băng cột',
748
750
  fixedGroup: 'Đóng băng nhóm',
749
- cancelFixed: 'Giải phóng',
750
- fixedLeft: 'Đóng băng trái',
751
- fixedRight: 'Đóng băng đúng',
751
+ cancelFixed: 'Hủy đóng băng',
752
+ fixedLeft: 'Đóng băng bên trái',
753
+ fixedRight: 'Đóng băng ở bên phải',
752
754
  clearFilter: 'Xóa bộ lọc',
753
755
  textOption: 'Lọc văn bản',
754
756
  numberOption: 'Lọc số'
@@ -31,8 +31,9 @@ function requireZhCHT () {
31
31
  groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
32
32
  scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
33
33
  errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
34
- modelConflicts: '绑定的字段值 "{0}" "{1}" 存在冲突,将会出现错误',
34
+ modelConflicts: '綁定的字段值 "{0}" "{1}" 存在衝突,將會出現錯誤',
35
35
  notSupportProp: '當啟用參數 "{0}" 時不支持 "{1}",應該為 "{2}",否則將會出現錯誤',
36
+ reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
36
37
  notConflictProp: '當使用 "{0}" 時,應該設置 "{1}",否則可能會存在功能衝突',
37
38
  unableInsert: '無法插入到指定位置,請檢查參數是否正確',
38
39
  useErr: '安裝 "{0}" 模塊時發生錯誤,可能順序不正確,依賴的模塊需要在 Table 之前安裝',
@@ -51,7 +52,7 @@ function requireZhCHT () {
51
52
  notCommands: '全局指令 "{0}" 不存在',
52
53
  notSlot: '插槽 "{0}" 不存在',
53
54
  noTree: '樹結構不支持 "{0}"',
54
- noGroup: '数据分组后不支持 "{0}"',
55
+ noGroup: '數據分組後不支持 "{0}"',
55
56
  notProp: '不支持的參數 "{0}"',
56
57
  checkProp: '當數據量過大時可能會導致複選框卡頓,建議設置參數 "{0}" 提升渲染速度',
57
58
  coverProp: '"{0}" 的參數 "{1}" 重複定義,這可能會出現錯誤',
@@ -70,7 +71,8 @@ function requireZhCHT () {
70
71
  treeDragChild: '父級不能拖拽到自己的子級中',
71
72
  reqPlugin: '擴展插件未安裝 "{1}" https://vxeui.com/other{0}/#/{1}/install',
72
73
  errMaxRow: '超過支持的最大數據量 {0} 行,這可能會導致出現錯誤',
73
- useNew: '{0} 已经不建议使用,请使用新的方式 {1}'
74
+ useNew: '不建議使用 {0},請使用 {1}',
75
+ errorVersion: '版本不匹配,当前版本 {0},最低支持版本为 {1}'
74
76
  },
75
77
  table: {
76
78
  emptyText: '暫無數據',
@@ -96,7 +98,7 @@ function requireZhCHT () {
96
98
  customCancel: '取消',
97
99
  customRestore: '恢復默認',
98
100
  maxFixedCol: '最大凍結列的數量不能超過 {0} 個',
99
- maxGroupCol: '最大分組欄位的數量不能超過 {0} 個',
101
+ maxGroupCol: '最大分組字段的數量不能超過 {0} 個',
100
102
  dragTip: '移動:{0}',
101
103
  resizeColTip: '寬:{0} 像素',
102
104
  resizeRowTip: '高:{0} 像素',
@@ -113,26 +115,26 @@ function requireZhCHT () {
113
115
  },
114
116
  select: {
115
117
  clear: '清除',
116
- allChecked: '全选',
118
+ allChecked: '全選',
117
119
  total: '{0} / {1}',
118
120
  search: '搜尋',
119
121
  loadingText: '載入中',
120
122
  emptyText: '暫無數據',
121
- maxOpt: '最大可选择的数量不能超过 {0} ',
122
- overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
123
- searchEmpty: '未匹配到数据!'
123
+ maxSize: '最大可選擇的數量不能超過 {0} ',
124
+ overSizeErr: '已超出最大可選數量 {0} 個,超出部分將被忽略!',
125
+ searchEmpty: '未匹配到數據!'
124
126
  },
125
127
  tree: {
126
- searchEmpty: '未匹配到数据!'
128
+ searchEmpty: '未匹配到數據!'
127
129
  },
128
130
  treeSelect: {
129
131
  clearChecked: '清除',
130
- allChecked: '全选',
131
- allExpand: '全部展开',
132
+ allChecked: '全選',
133
+ allExpand: '全部展開',
132
134
  clearExpand: '全部收起',
133
- total: '已选 {0}',
134
- search: '搜索',
135
- emptyText: '暂无数据'
135
+ total: '已選 {0}',
136
+ search: '搜尋',
137
+ emptyText: '暫無數據'
136
138
  },
137
139
  pager: {
138
140
  goto: '前往',
@@ -282,7 +284,7 @@ function requireZhCHT () {
282
284
  yearTitle: '{0} 年'
283
285
  },
284
286
  dateRangePicker: {
285
- pleaseRange: '请选择开始日期与结束日期'
287
+ pleaseRange: '請選擇開始日期與結束日期'
286
288
  },
287
289
  input: {
288
290
  date: {
@@ -371,7 +373,7 @@ function requireZhCHT () {
371
373
  overCountErr: '最多只能選擇{0}個文件!',
372
374
  overCountExtraErr: '已超出最大數量{0}個,超出的{1}個文件將被忽略!',
373
375
  overSizeErr: '文件大小最大不能超過{0}!',
374
- manualUpload: '点击上传',
376
+ manualUpload: '點擊上傳',
375
377
  reUpload: '重新上傳',
376
378
  uploadProgress: '上傳中 {0}%',
377
379
  uploadErr: '上傳失敗',
@@ -391,7 +393,7 @@ function requireZhCHT () {
391
393
  clear: '清除',
392
394
  confirm: '確認',
393
395
  copySuccess: '已復製到剪貼板:{0}',
394
- hex: '十六进制'
396
+ hex: '十六進位'
395
397
  },
396
398
  formDesign: {
397
399
  formName: '表單名稱',
@@ -600,18 +602,18 @@ function requireZhCHT () {
600
602
  aggregation: {
601
603
  grouping: '分組',
602
604
  values: '值',
603
- groupPlaceholder: '拖曳至此處進行分組',
604
- valuesPlaceholder: '拖曳至此處進行聚合',
605
+ groupPlaceholder: '拖至此處進行分組',
606
+ valuesPlaceholder: '拖至此處進行聚合',
605
607
  dragExistCol: '該列已存在',
606
608
  sortHelpTip: '點擊並拖動圖標可以調整順序'
607
609
  },
608
610
  aggFuncs: {
609
611
  sum: '求和',
610
- count: '计数',
612
+ count: '計數',
611
613
  avg: '平均值',
612
614
  min: '最小值',
613
615
  max: '最大值',
614
- first: '首个值',
616
+ first: '首個值',
615
617
  last: '末尾值'
616
618
  }
617
619
  },
@@ -33,6 +33,7 @@ function requireZhCN () {
33
33
  errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
34
34
  modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
35
35
  notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
36
+ reqSupportProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会出现错误',
36
37
  notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
37
38
  unableInsert: '无法插入到指定位置,请检查参数是否正确',
38
39
  useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
@@ -70,7 +71,8 @@ function requireZhCN () {
70
71
  treeDragChild: '父级不能拖拽到自己的子级中',
71
72
  reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
72
73
  errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误',
73
- useNew: '{0} 已经不建议使用,请使用新的方式 {1}'
74
+ useNew: '不建议使用 {0},请使用 {1}',
75
+ errorVersion: '版本不匹配,当前版本 {0},最低支持版本为 {1}'
74
76
  },
75
77
  table: {
76
78
  emptyText: '暂无数据',
@@ -1,4 +1,4 @@
1
- export { FmAutocomplete, FmButton, FmDragImg, FmMoreChoose, FmNoticeBar, FmQueryCondition, FmRenderCol, FmRenderComp, FmSelectTable, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect } from './ui/components/index.mjs';
1
+ export { FmAddressParsing, FmAutocomplete, FmButton, FmDragImg, FmMoreChoose, FmNoticeBar, FmQueryCondition, FmRenderCol, FmRenderComp, FmSelectTable, FmTransfer, FmTree, Fmdatepicker, Fminputdropdown, Fmselect } from './ui/components/index.mjs';
2
2
  export { FmLogin } from './ui/login/index.mjs';
3
3
  export { NextLoading } from './ui/loading/index.mjs';
4
4
  export { AccountTypeEnum, HttpMethodEnum, JobCreateTypeEnum } from './api/index.mjs';
@@ -1,22 +1,22 @@
1
1
  import { createI18n } from 'vue-i18n';
2
- import de from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/de.mjs';
3
- import English from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/en.mjs';
4
- import es from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/es.mjs';
5
- import fi from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/fi.mjs';
6
- import fr from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/fr.mjs';
7
- import it from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/it.mjs';
8
- import ja from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ja.mjs';
9
- import ko from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ko.mjs';
10
- import no from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/no.mjs';
11
- import pl from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/pl.mjs';
12
- import pt from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/pt.mjs';
13
- import ru from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ru.mjs';
14
- import zhCn from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/zh-cn.mjs';
15
- import zhTw from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/zh-tw.mjs';
16
- import th from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/th.mjs';
17
- import id from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/id.mjs';
18
- import ms from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ms.mjs';
19
- import vi from '../../../node_modules/.pnpm/element-plus@2.10.3_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/vi.mjs';
2
+ import de from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/de.mjs';
3
+ import English from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/en.mjs';
4
+ import es from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/es.mjs';
5
+ import fi from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/fi.mjs';
6
+ import fr from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/fr.mjs';
7
+ import it from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/it.mjs';
8
+ import ja from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ja.mjs';
9
+ import ko from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ko.mjs';
10
+ import no from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/no.mjs';
11
+ import pl from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/pl.mjs';
12
+ import pt from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/pt.mjs';
13
+ import ru from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ru.mjs';
14
+ import zhCn from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/zh-cn.mjs';
15
+ import zhTw from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/zh-tw.mjs';
16
+ import th from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/th.mjs';
17
+ import id from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/id.mjs';
18
+ import ms from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/ms.mjs';
19
+ import vi from '../../../node_modules/.pnpm/element-plus@2.10.7_vue@3.5.18_typescript@5.8.3_/node_modules/element-plus/es/locale/lang/vi.mjs';
20
20
  import msMY from '../../../_virtual/en-US.mjs';
21
21
  import deDE from '../../../_virtual/de-DE.mjs';
22
22
  import esES from '../../../_virtual/es-ES.mjs';
@@ -0,0 +1,5 @@
1
+ import _sfc_main from './index.vue2.mjs';
2
+
3
+
4
+
5
+ export { _sfc_main as default };