@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.
- package/es/_virtual/de-DE.mjs +1 -1
- package/es/_virtual/en-US.mjs +1 -1
- package/es/_virtual/es-ES.mjs +1 -1
- package/es/_virtual/fr-FR.mjs +1 -1
- package/es/_virtual/it-IT.mjs +1 -1
- package/es/_virtual/ja-JP.mjs +1 -1
- package/es/_virtual/ko-KR.mjs +1 -1
- package/es/_virtual/nb-NO.mjs +1 -1
- package/es/_virtual/pt-BR.mjs +1 -1
- package/es/_virtual/ru-RU.mjs +1 -1
- package/es/_virtual/th-TH.mjs +1 -1
- package/es/_virtual/vi-VN.mjs +1 -1
- package/es/_virtual/zh-CN.mjs +1 -1
- package/es/_virtual/zh-HK.mjs +1 -1
- package/es/_virtual/zh-TW.mjs +1 -1
- package/es/component.mjs +3 -2
- package/es/core/hook/useVxeTableOptionsHook.d.ts +56 -15
- package/es/core/ui/components/fmaddressparsing/index.vue.d.ts +54 -0
- package/es/core/ui/components/index.d.ts +53 -1
- package/es/index.mjs +1 -1
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/es/packages/core/index.mjs +1 -1
- package/es/packages/core/locales/index.mjs +18 -18
- package/es/packages/core/ui/components/fmaddressparsing/index.vue.mjs +5 -0
- package/es/packages/core/ui/components/fmaddressparsing/index.vue2.mjs +3590 -0
- package/es/packages/core/ui/components/index.mjs +4 -1
- package/index.js +5021 -2213
- package/index.min.js +33 -33
- package/index.min.mjs +34 -34
- package/index.mjs +5021 -2214
- package/lib/_virtual/de-DE.js +1 -1
- package/lib/_virtual/en-US.js +1 -1
- package/lib/_virtual/es-ES.js +1 -1
- package/lib/_virtual/fr-FR.js +1 -1
- package/lib/_virtual/it-IT.js +1 -1
- package/lib/_virtual/ja-JP.js +1 -1
- package/lib/_virtual/ko-KR.js +1 -1
- package/lib/_virtual/nb-NO.js +1 -1
- package/lib/_virtual/pt-BR.js +1 -1
- package/lib/_virtual/ru-RU.js +1 -1
- package/lib/_virtual/th-TH.js +1 -1
- package/lib/_virtual/vi-VN.js +1 -1
- package/lib/_virtual/zh-CN.js +1 -1
- package/lib/_virtual/zh-HK.js +1 -1
- package/lib/_virtual/zh-TW.js +1 -1
- package/lib/component.js +2 -1
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +56 -15
- package/lib/core/ui/components/fmaddressparsing/index.vue.d.ts +54 -0
- package/lib/core/ui/components/index.d.ts +53 -1
- package/lib/index.js +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/lib/packages/core/index.js +1 -0
- package/lib/packages/core/locales/index.js +18 -18
- package/lib/packages/core/ui/components/fmaddressparsing/index.vue.js +9 -0
- package/lib/packages/core/ui/components/fmaddressparsing/index.vue2.js +3594 -0
- package/lib/packages/core/ui/components/index.js +4 -0
- package/package.json +1 -1
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /package/lib/{component.css → index.css} +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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: '
|
|
34
|
+
modelConflicts: 'Có một xung đột giữa giá trị trường giới hạn "{0}" và "{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: '
|
|
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}
|
|
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: '
|
|
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: '
|
|
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: '
|
|
103
|
-
rowGroupContentTotal: '{0}
|
|
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
|
-
|
|
122
|
-
overSizeErr: '
|
|
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: '
|
|
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
|
|
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 (
|
|
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 (
|
|
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
|
|
279
|
-
cancelFixed: '
|
|
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: '
|
|
366
|
-
imgCountHint: '
|
|
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
|
|
411
|
+
verticalLayout: 'Bố cục lên và xuống',
|
|
410
412
|
horizontalLayout: 'Bố cục ngang',
|
|
411
413
|
styleTitle: 'Phong cách tiêu đề',
|
|
412
|
-
boldTitle: 'Tiêu đề
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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ữ
|
|
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
|
|
556
|
-
selectErr: 'Không thể
|
|
557
|
-
extendErr: 'Nếu
|
|
558
|
-
pasteMultiErr: 'Không thể dán,
|
|
559
|
-
cpInvalidErr: '
|
|
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 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
|
|
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: '
|
|
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: '
|
|
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: '
|
|
623
|
-
fixedLeft: 'Đóng băng trái',
|
|
624
|
-
fixedRight: 'Đóng bă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: '
|
|
645
|
-
fixedLeft: 'Đóng băng trái',
|
|
646
|
-
fixedRight: 'Đóng bă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: '
|
|
649
|
-
numberOption: '
|
|
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: '
|
|
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
|
|
684
|
-
extendErr: 'Nếu
|
|
685
|
-
pasteMultiErr: 'Không thể dán,
|
|
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: '
|
|
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: '
|
|
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: '
|
|
750
|
-
fixedLeft: 'Đóng băng trái',
|
|
751
|
-
fixedRight: 'Đóng bă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: '
|
|
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: '
|
|
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}
|
|
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: '
|
|
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
|
-
|
|
122
|
-
overSizeErr: '
|
|
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: '
|
|
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}
|
|
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
|
-
import English from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
4
|
-
import es from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
5
|
-
import fi from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
6
|
-
import fr from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
7
|
-
import it from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
8
|
-
import ja from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
9
|
-
import ko from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
10
|
-
import no from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
11
|
-
import pl from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
12
|
-
import pt from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
13
|
-
import ru from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
14
|
-
import zhCn from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
15
|
-
import zhTw from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
16
|
-
import th from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
17
|
-
import id from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
18
|
-
import ms from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
19
|
-
import vi from '../../../node_modules/.pnpm/element-plus@2.10.
|
|
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';
|