gds-plus-design-vue 1.1.52 → 1.1.57
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/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +11 -11
- package/lib/{index.9e81b2c3.mjs → index.21e12d92.mjs} +167 -148
- package/lib/{main.164ba8ec.mjs → main.ce7d9310.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +2 -1
- package/locale/id_ID.js +2 -1
- package/locale/vi_VN.js +2 -1
- package/locale/zh_CN.js +2 -1
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -784,7 +784,8 @@ export default {
|
|
|
784
784
|
dictionaryValue: "Dictionary value",
|
|
785
785
|
btnRuleConfig: "Button rule configuration",
|
|
786
786
|
addBtnRuleConfig: "Add button rules",
|
|
787
|
-
basicData: "Basic data"
|
|
787
|
+
basicData: "Basic data",
|
|
788
|
+
quick: "Quick"
|
|
788
789
|
},
|
|
789
790
|
/*导入*/
|
|
790
791
|
xlsxImport: {
|
package/locale/id_ID.js
CHANGED
|
@@ -784,7 +784,8 @@ export default {
|
|
|
784
784
|
dictionaryValue: "Nilai kamus",
|
|
785
785
|
btnRuleConfig: "Konfigurasi aturan tombol",
|
|
786
786
|
addBtnRuleConfig: "Tambah aturan tombol",
|
|
787
|
-
basicData: "Data dasar"
|
|
787
|
+
basicData: "Data dasar",
|
|
788
|
+
quick: "Cepat"
|
|
788
789
|
},
|
|
789
790
|
/*导入*/
|
|
790
791
|
xlsxImport: {
|
package/locale/vi_VN.js
CHANGED
|
@@ -784,7 +784,8 @@ export default {
|
|
|
784
784
|
dictionaryValue: "Giá trị từ điển",
|
|
785
785
|
btnRuleConfig: "Cấu hình quy tắc nút",
|
|
786
786
|
addBtnRuleConfig: "Thêm quy tắc nút",
|
|
787
|
-
basicData: "Dữ liệu cơ bản"
|
|
787
|
+
basicData: "Dữ liệu cơ bản",
|
|
788
|
+
quick: "Nhanh"
|
|
788
789
|
},
|
|
789
790
|
/*导入*/
|
|
790
791
|
xlsxImport: {
|
package/locale/zh_CN.js
CHANGED