gds-plus-design-vue 1.1.45 → 1.1.46
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 +6 -6
- package/lib/{index.3ebdc524.mjs → index.fdba6772.mjs} +258 -132
- package/lib/{main.387f006d.mjs → main.ad450227.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +1 -1
- package/locale/id_ID.js +1 -1
- package/locale/vi_VN.js +1 -1
- package/locale/zh_CN.js +1 -1
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -1101,7 +1101,7 @@ export default {
|
|
|
1101
1101
|
showSymbol: "Symbol point",
|
|
1102
1102
|
labelFontSize: "X-axis font size",
|
|
1103
1103
|
sequenceConfig: "Sequence configuration",
|
|
1104
|
-
|
|
1104
|
+
displayRules: "Display rules",
|
|
1105
1105
|
notConfigured: "Not configured",
|
|
1106
1106
|
configured: "Configured",
|
|
1107
1107
|
},
|
package/locale/id_ID.js
CHANGED
|
@@ -1101,7 +1101,7 @@ export default {
|
|
|
1101
1101
|
showSymbol: "Simbol titik",
|
|
1102
1102
|
labelFontSize: "Ukuran font sumbu X",
|
|
1103
1103
|
sequenceConfig: "Konfigurasi urutan",
|
|
1104
|
-
|
|
1104
|
+
displayRules: "Tampilkan aturan",
|
|
1105
1105
|
notConfigured: "Tidak dikonfigurasi",
|
|
1106
1106
|
configured: "Dikonfigurasi",
|
|
1107
1107
|
},
|
package/locale/vi_VN.js
CHANGED
|
@@ -1101,7 +1101,7 @@ export default {
|
|
|
1101
1101
|
showSymbol: "Điểm biểu tượng",
|
|
1102
1102
|
labelFontSize: "Kích thước phông chữ trục X",
|
|
1103
1103
|
sequenceConfig: "Cấu hình chuỗi",
|
|
1104
|
-
|
|
1104
|
+
displayRules: "Quy tắc hiển thị",
|
|
1105
1105
|
notConfigured: "Không cấu hình",
|
|
1106
1106
|
configured: "Cấu hình",
|
|
1107
1107
|
},
|
package/locale/zh_CN.js
CHANGED