gds-plus-design-vue 1.1.18 → 1.1.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.
- package/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +8 -8
- package/lib/{index.212068a5.mjs → index.dbd06288.mjs} +522 -111
- package/lib/{main.b31ad365.mjs → main.2d642d6b.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +4 -2
- package/locale/id_ID.js +4 -2
- package/locale/vi_VN.js +4 -2
- package/locale/zh_CN.js +4 -2
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -268,7 +268,7 @@ export default {
|
|
|
268
268
|
drawer: "Right drawer",
|
|
269
269
|
followSystem: "Follow the system",
|
|
270
270
|
menuStyle: "Menu style",
|
|
271
|
-
verticalInsertion: "Vertical
|
|
271
|
+
verticalInsertion: "Vertical sliding in",
|
|
272
272
|
horizontalFold: "Horizontal folding",
|
|
273
273
|
},
|
|
274
274
|
/*主题色*/
|
|
@@ -504,7 +504,9 @@ export default {
|
|
|
504
504
|
daysAgo7: "7 days ago",
|
|
505
505
|
displayPrefix: "Display prefix",
|
|
506
506
|
btnRules: "Button Rules",
|
|
507
|
-
basicInformation: "Basic information"
|
|
507
|
+
basicInformation: "Basic information",
|
|
508
|
+
tablePrimaryKeyTip: "The table does not have a primary key field set",
|
|
509
|
+
columnPrimaryKeyTip: "Display column without primary key field configured"
|
|
508
510
|
},
|
|
509
511
|
/*表单*/
|
|
510
512
|
form: {
|
package/locale/id_ID.js
CHANGED
|
@@ -268,7 +268,7 @@ export default {
|
|
|
268
268
|
drawer: "laci kanan",
|
|
269
269
|
followSystem: "Ikuti sistem",
|
|
270
270
|
menuStyle: "Gaya menu",
|
|
271
|
-
verticalInsertion: "
|
|
271
|
+
verticalInsertion: "geser vertikal dalam",
|
|
272
272
|
horizontalFold: "Lipatan horizontal",
|
|
273
273
|
},
|
|
274
274
|
/*主题色*/
|
|
@@ -504,7 +504,9 @@ export default {
|
|
|
504
504
|
daysAgo7: "7 hari yang lalu",
|
|
505
505
|
displayPrefix: "Tampilkan prefiks",
|
|
506
506
|
btnRules: "Aturan Tombol",
|
|
507
|
-
basicInformation: "Informasi dasar"
|
|
507
|
+
basicInformation: "Informasi dasar",
|
|
508
|
+
tablePrimaryKeyTip: "Tabel tidak memiliki set bidang kunci utama",
|
|
509
|
+
columnPrimaryKeyTip: "Tampilkan kolom tanpa bidang kunci utama yang dikonfigurasi"
|
|
508
510
|
},
|
|
509
511
|
/*表单*/
|
|
510
512
|
form: {
|
package/locale/vi_VN.js
CHANGED
|
@@ -268,7 +268,7 @@ export default {
|
|
|
268
268
|
drawer: "Ngăn kéo bên phải",
|
|
269
269
|
followSystem: "Theo hệ thống",
|
|
270
270
|
menuStyle: "Phong cách menu",
|
|
271
|
-
verticalInsertion: "
|
|
271
|
+
verticalInsertion: "trượt dọc trong",
|
|
272
272
|
horizontalFold: "Gấp ngang",
|
|
273
273
|
},
|
|
274
274
|
/*主题色*/
|
|
@@ -504,7 +504,9 @@ export default {
|
|
|
504
504
|
daysAgo7: "7 ngày trước",
|
|
505
505
|
displayPrefix: "Hiện tiền tố",
|
|
506
506
|
btnRules: "Quy tắc nút",
|
|
507
|
-
basicInformation: "Thông tin cơ bản"
|
|
507
|
+
basicInformation: "Thông tin cơ bản",
|
|
508
|
+
tablePrimaryKeyTip: "Bảng không có một bộ trường khóa chính",
|
|
509
|
+
columnPrimaryKeyTip: "Cột hiển thị mà không có trường khóa chính được cấu hình"
|
|
508
510
|
},
|
|
509
511
|
/*表单*/
|
|
510
512
|
form: {
|
package/locale/zh_CN.js
CHANGED
|
@@ -268,7 +268,7 @@ export default {
|
|
|
268
268
|
drawer: "右侧抽屉",
|
|
269
269
|
followSystem: "跟随系统",
|
|
270
270
|
menuStyle: "菜单风格",
|
|
271
|
-
verticalInsertion: "
|
|
271
|
+
verticalInsertion: "垂直滑入",
|
|
272
272
|
horizontalFold: "水平折叠",
|
|
273
273
|
},
|
|
274
274
|
/*主题色*/
|
|
@@ -504,7 +504,9 @@ export default {
|
|
|
504
504
|
daysAgo7: "7天之前",
|
|
505
505
|
displayPrefix: "显示前缀",
|
|
506
506
|
btnRules: "按钮规则",
|
|
507
|
-
basicInformation: "基础信息"
|
|
507
|
+
basicInformation: "基础信息",
|
|
508
|
+
tablePrimaryKeyTip: "表未设置主键字段",
|
|
509
|
+
columnPrimaryKeyTip: "显示列未配置主键字段"
|
|
508
510
|
},
|
|
509
511
|
/*表单*/
|
|
510
512
|
form: {
|