gds-plus-design-vue 1.1.29 → 1.1.31
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 +53 -53
- package/lib/{index.5a6a6c88.mjs → index.39d6ea98.mjs} +3375 -2585
- package/lib/{main.8c4866ca.mjs → main.daf70251.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +25 -2
- package/locale/id_ID.js +25 -3
- package/locale/vi_VN.js +25 -2
- package/locale/zh_CN.js +25 -2
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -129,7 +129,8 @@ export default {
|
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
130
|
moveTip: 'Whether to move the current node?',
|
|
131
131
|
opportunityTip: 'Please select the business opportunity record that needs to be operated on!',
|
|
132
|
-
opportunityTipOne: 'Only one business opportunity record can be selected!'
|
|
132
|
+
opportunityTipOne: 'Only one business opportunity record can be selected!',
|
|
133
|
+
fileNotFoundTip: "The specified file was not found!"
|
|
133
134
|
},
|
|
134
135
|
/*登录及登录成功提示*/
|
|
135
136
|
login: {
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
157
158
|
titlePho: "Phone login",
|
|
158
159
|
loading: "Logging in...",
|
|
159
160
|
codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
|
|
160
|
-
scancodeLogin: "
|
|
161
|
+
scancodeLogin: "Enterprise WeChat authorization login"
|
|
161
162
|
},
|
|
162
163
|
/*基础*/
|
|
163
164
|
basics: {
|
|
@@ -201,6 +202,9 @@ export default {
|
|
|
201
202
|
template: "Template",
|
|
202
203
|
outline: "Outline",
|
|
203
204
|
data: "Data",
|
|
205
|
+
follow: "Follow",
|
|
206
|
+
danger: "Danger",
|
|
207
|
+
information: "Information"
|
|
204
208
|
},
|
|
205
209
|
/*主题及设置项*/
|
|
206
210
|
settings: {
|
|
@@ -270,6 +274,7 @@ export default {
|
|
|
270
274
|
menuStyle: "Menu style",
|
|
271
275
|
verticalInsertion: "Vertical sliding in",
|
|
272
276
|
horizontalFold: "Horizontal folding",
|
|
277
|
+
style: "Style"
|
|
273
278
|
},
|
|
274
279
|
/*主题色*/
|
|
275
280
|
theme: {
|
|
@@ -1015,6 +1020,7 @@ export default {
|
|
|
1015
1020
|
btnTeamSharing: "Team sharing",
|
|
1016
1021
|
logAgain: "Log in again",
|
|
1017
1022
|
verify: "Test and verify",
|
|
1023
|
+
btnGroup: "Button group"
|
|
1018
1024
|
},
|
|
1019
1025
|
/*关联*/
|
|
1020
1026
|
relation: {
|
|
@@ -2287,6 +2293,12 @@ export default {
|
|
|
2287
2293
|
leftDirection: "Left",
|
|
2288
2294
|
topDirection: "Top",
|
|
2289
2295
|
bottomDirection: "Bottom",
|
|
2296
|
+
interactive: "Interactive",
|
|
2297
|
+
associatedComponents: "Associated Components",
|
|
2298
|
+
callbackComponent: "Callback component",
|
|
2299
|
+
callbackMethod: "Callback method",
|
|
2300
|
+
bindValue: "Bind value",
|
|
2301
|
+
associationBinding: "Association binding"
|
|
2290
2302
|
},
|
|
2291
2303
|
/*集群列表 */
|
|
2292
2304
|
colony: {
|
|
@@ -2448,6 +2460,17 @@ export default {
|
|
|
2448
2460
|
extend: "Extend",
|
|
2449
2461
|
connectionString: "Connection string",
|
|
2450
2462
|
testConnection: "Test connection"
|
|
2463
|
+
},
|
|
2464
|
+
/*方法*/
|
|
2465
|
+
function: {
|
|
2466
|
+
reloadData: "Reload data",
|
|
2467
|
+
refreshData: "Refresh data",
|
|
2468
|
+
downLoadData: "Drop down to load data",
|
|
2469
|
+
deleteIdData: "Delete data based on ID",
|
|
2470
|
+
previewComponents: "Preview components",
|
|
2471
|
+
filePreview: "File preview",
|
|
2472
|
+
globalComponents: "Global components",
|
|
2473
|
+
pageComponents: "On page components",
|
|
2451
2474
|
}
|
|
2452
2475
|
}
|
|
2453
2476
|
};
|
package/locale/id_ID.js
CHANGED
|
@@ -129,7 +129,8 @@ export default {
|
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
130
|
moveTip: 'Whether to move the current node?',
|
|
131
131
|
opportunityTip: 'Please select the business opportunity record that needs to be operated on!',
|
|
132
|
-
opportunityTipOne: 'Only one business opportunity record can be selected!'
|
|
132
|
+
opportunityTipOne: 'Only one business opportunity record can be selected!',
|
|
133
|
+
fileNotFoundTip: "File yang ditentukan tidak ditemukan!"
|
|
133
134
|
},
|
|
134
135
|
/*登录及登录成功提示*/
|
|
135
136
|
login: {
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
157
158
|
titlePho: "Login dengan nomor telepon",
|
|
158
159
|
loading: "Daftar masuk",
|
|
159
160
|
codeSwitchTip: "Jika pengenalan kode verifikasi gambar sulit, klik kode verifikasi gambar untuk menyegarkan paparan",
|
|
160
|
-
scancodeLogin: "
|
|
161
|
+
scancodeLogin: "Login otorisasi WeChat perusahaan"
|
|
161
162
|
},
|
|
162
163
|
/*基础*/
|
|
163
164
|
basics: {
|
|
@@ -201,6 +202,9 @@ export default {
|
|
|
201
202
|
template: "contoh",
|
|
202
203
|
outline: "Garis besar",
|
|
203
204
|
data: "data",
|
|
205
|
+
follow: "Ikuti",
|
|
206
|
+
danger: "Bahaya",
|
|
207
|
+
information: "Informasi"
|
|
204
208
|
},
|
|
205
209
|
/*主题及设置项*/
|
|
206
210
|
settings: {
|
|
@@ -270,6 +274,7 @@ export default {
|
|
|
270
274
|
menuStyle: "Gaya menu",
|
|
271
275
|
verticalInsertion: "geser vertikal dalam",
|
|
272
276
|
horizontalFold: "Lipatan horizontal",
|
|
277
|
+
style: "Gaya"
|
|
273
278
|
},
|
|
274
279
|
/*主题色*/
|
|
275
280
|
theme: {
|
|
@@ -1015,6 +1020,7 @@ export default {
|
|
|
1015
1020
|
btnTeamSharing: "Pembahagian tim",
|
|
1016
1021
|
logAgain: "Daftar masuk lagi",
|
|
1017
1022
|
verify: "tes dan verifikasi",
|
|
1023
|
+
btnGroup: "Kelompok tombol"
|
|
1018
1024
|
},
|
|
1019
1025
|
/*关联*/
|
|
1020
1026
|
relation: {
|
|
@@ -1510,7 +1516,6 @@ export default {
|
|
|
1510
1516
|
path: "alamat",
|
|
1511
1517
|
selectFileTip: "Silakan pilih berkas!",
|
|
1512
1518
|
location: 'Positioning',
|
|
1513
|
-
|
|
1514
1519
|
},
|
|
1515
1520
|
/*消息模版和管理*/
|
|
1516
1521
|
msg: {
|
|
@@ -2290,6 +2295,12 @@ export default {
|
|
|
2290
2295
|
leftDirection: "Kiri",
|
|
2291
2296
|
topDirection: "Atas",
|
|
2292
2297
|
bottomDirection: "Bawah",
|
|
2298
|
+
interactive: "Interaktif",
|
|
2299
|
+
associatedComponents: "Komponen Terkait",
|
|
2300
|
+
callbackComponent: "Komponen panggilan kembali",
|
|
2301
|
+
callbackMethod: "Metode panggilan kembali",
|
|
2302
|
+
bindValue: "Nilai mengikat",
|
|
2303
|
+
associationBinding: "Asosiasi mengikat"
|
|
2293
2304
|
},
|
|
2294
2305
|
/*集群列表 */
|
|
2295
2306
|
colony: {
|
|
@@ -2451,6 +2462,17 @@ export default {
|
|
|
2451
2462
|
extend: "Tambah",
|
|
2452
2463
|
connectionString: "Rentetan koneksi",
|
|
2453
2464
|
testConnection: "Uji koneksi"
|
|
2465
|
+
},
|
|
2466
|
+
/*方法*/
|
|
2467
|
+
function: {
|
|
2468
|
+
reloadData: "Memuat ulang data",
|
|
2469
|
+
refreshData: "Menyegarkan data",
|
|
2470
|
+
downLoadData: "Drop down untuk memuat data",
|
|
2471
|
+
deleteIdData: "Hapus data berdasarkan ID",
|
|
2472
|
+
previewComponents: "Pratinjau komponen",
|
|
2473
|
+
filePreview: "Pratinjau file",
|
|
2474
|
+
globalComponents: "Komponen global",
|
|
2475
|
+
pageComponents: "Pada komponen halaman",
|
|
2454
2476
|
}
|
|
2455
2477
|
}
|
|
2456
2478
|
};
|
package/locale/vi_VN.js
CHANGED
|
@@ -129,7 +129,8 @@ export default {
|
|
|
129
129
|
readTipOne: "Chỉ có thể chọn một dãy dữ liệu",
|
|
130
130
|
moveTip: 'Có di chuyển nút hiện thời hay không?',
|
|
131
131
|
opportunityTip: 'Vui lòng chọn bản ghi cơ hội cần hoạt động!',
|
|
132
|
-
opportunityTipOne: 'Chỉ có thể chọn một bản ghi cơ hội!'
|
|
132
|
+
opportunityTipOne: 'Chỉ có thể chọn một bản ghi cơ hội!',
|
|
133
|
+
fileNotFoundTip: "Tập tin được chỉ định không được tìm thấy!"
|
|
133
134
|
},
|
|
134
135
|
/*登录及登录成功提示*/
|
|
135
136
|
login: {
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
157
158
|
titlePho: "Đăng nhập điện thoại",
|
|
158
159
|
loading: "Đang đăng nhập...",
|
|
159
160
|
codeSwitchTip: "Nếu nhận dạng CAPTCHA hình ảnh khó khăn, hãy nhấp vào CAPTCHA hình ảnh để làm mới màn hình",
|
|
160
|
-
scancodeLogin: "
|
|
161
|
+
scancodeLogin: "Đăng nhập ủy quyền WeChat doanh nghiệp"
|
|
161
162
|
},
|
|
162
163
|
/*基础*/
|
|
163
164
|
basics: {
|
|
@@ -201,6 +202,9 @@ export default {
|
|
|
201
202
|
template: "Thanh mẫu",
|
|
202
203
|
outline: "Dàn bài",
|
|
203
204
|
data: "Dữ liệu",
|
|
205
|
+
follow: "Theo dõi",
|
|
206
|
+
danger: "Nguy hiểm",
|
|
207
|
+
information: "Thông tin"
|
|
204
208
|
},
|
|
205
209
|
/*主题及设置项*/
|
|
206
210
|
settings: {
|
|
@@ -270,6 +274,7 @@ export default {
|
|
|
270
274
|
menuStyle: "Phong cách menu",
|
|
271
275
|
verticalInsertion: "trượt dọc trong",
|
|
272
276
|
horizontalFold: "Gấp ngang",
|
|
277
|
+
style: "Phong cách"
|
|
273
278
|
},
|
|
274
279
|
/*主题色*/
|
|
275
280
|
theme: {
|
|
@@ -1015,6 +1020,7 @@ export default {
|
|
|
1015
1020
|
btnTeamSharing: "Chia sẻ nhóm ",
|
|
1016
1021
|
logAgain: "Đăng nhập lại",
|
|
1017
1022
|
verify: "Kiểm tra",
|
|
1023
|
+
btnGroup: "Nhóm nút"
|
|
1018
1024
|
},
|
|
1019
1025
|
/*关联*/
|
|
1020
1026
|
relation: {
|
|
@@ -2289,6 +2295,12 @@ export default {
|
|
|
2289
2295
|
leftDirection: "Trái",
|
|
2290
2296
|
topDirection: "Đầu",
|
|
2291
2297
|
bottomDirection: "Bên dưới",
|
|
2298
|
+
interactive: "Tương tác",
|
|
2299
|
+
associatedComponents: "Các thành phần liên quan",
|
|
2300
|
+
callbackComponent: "Thành phần callback",
|
|
2301
|
+
callbackMethod: "Phương pháp gọi lại",
|
|
2302
|
+
bindValue: "Giá trị ràng buộc",
|
|
2303
|
+
associationBinding: "Hiệp hội ràng buộc"
|
|
2292
2304
|
},
|
|
2293
2305
|
/*集群列表 */
|
|
2294
2306
|
colony: {
|
|
@@ -2450,6 +2462,17 @@ export default {
|
|
|
2450
2462
|
extend: "Mở rộng",
|
|
2451
2463
|
connectionString: "Chuỗi kết nối",
|
|
2452
2464
|
testConnection: "Kiểm tra kết nối"
|
|
2465
|
+
},
|
|
2466
|
+
/*方法*/
|
|
2467
|
+
function: {
|
|
2468
|
+
reloadData: "Tải lại dữ liệu",
|
|
2469
|
+
refreshData: "Làm mới dữ liệu",
|
|
2470
|
+
downLoadData: "Drop down để tải dữ liệu",
|
|
2471
|
+
deleteIdData: "Xóa dữ liệu dựa trên ID",
|
|
2472
|
+
previewComponents: "Xem trước các thành phần",
|
|
2473
|
+
filePreview: "Xem trước tập tin",
|
|
2474
|
+
globalComponents: "Các thành phần toàn cầu",
|
|
2475
|
+
pageComponents: "Trên các thành phần trang",
|
|
2453
2476
|
}
|
|
2454
2477
|
}
|
|
2455
2478
|
};
|
package/locale/zh_CN.js
CHANGED
|
@@ -129,7 +129,8 @@ export default {
|
|
|
129
129
|
readTipOne: "只能选择一列数据",
|
|
130
130
|
moveTip: '是否移动当前节点?',
|
|
131
131
|
opportunityTip: '请选择需要操作的商机记录!',
|
|
132
|
-
opportunityTipOne: '只能选择一条商机记录!'
|
|
132
|
+
opportunityTipOne: '只能选择一条商机记录!',
|
|
133
|
+
fileNotFoundTip: "未找到指定文件!"
|
|
133
134
|
},
|
|
134
135
|
/*登录及登录成功提示*/
|
|
135
136
|
login: {
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
157
158
|
titlePho: "手机号登录",
|
|
158
159
|
loading: "正在登录中...",
|
|
159
160
|
codeSwitchTip: "如果图片验证码识别困难,点击图片验证码即可刷新显示",
|
|
160
|
-
scancodeLogin: "
|
|
161
|
+
scancodeLogin: "企微扫码授权登录"
|
|
161
162
|
},
|
|
162
163
|
/*基础*/
|
|
163
164
|
basics: {
|
|
@@ -201,6 +202,9 @@ export default {
|
|
|
201
202
|
template: "模版",
|
|
202
203
|
outline: "大纲",
|
|
203
204
|
data: "数据",
|
|
205
|
+
follow: "跟随",
|
|
206
|
+
danger: "危险",
|
|
207
|
+
information: "信息"
|
|
204
208
|
},
|
|
205
209
|
/*主题及设置项*/
|
|
206
210
|
settings: {
|
|
@@ -270,6 +274,7 @@ export default {
|
|
|
270
274
|
menuStyle: "菜单风格",
|
|
271
275
|
verticalInsertion: "垂直滑入",
|
|
272
276
|
horizontalFold: "水平折叠",
|
|
277
|
+
style: "风格"
|
|
273
278
|
},
|
|
274
279
|
/*主题色*/
|
|
275
280
|
theme: {
|
|
@@ -1015,6 +1020,7 @@ export default {
|
|
|
1015
1020
|
btnTeamSharing: "团队共享",
|
|
1016
1021
|
logAgain: "重新登录",
|
|
1017
1022
|
verify: "验证",
|
|
1023
|
+
btnGroup: "按钮组"
|
|
1018
1024
|
},
|
|
1019
1025
|
/*关联*/
|
|
1020
1026
|
relation: {
|
|
@@ -2289,6 +2295,12 @@ export default {
|
|
|
2289
2295
|
leftDirection: "左",
|
|
2290
2296
|
topDirection: "上",
|
|
2291
2297
|
bottomDirection: "下",
|
|
2298
|
+
interactive: "交互",
|
|
2299
|
+
associatedComponents: "关联组件",
|
|
2300
|
+
callbackComponent: "回调组件",
|
|
2301
|
+
callbackMethod: "回调方法",
|
|
2302
|
+
bindValue: "绑定值",
|
|
2303
|
+
associationBinding: "关联绑定"
|
|
2292
2304
|
},
|
|
2293
2305
|
/*集群列表 */
|
|
2294
2306
|
colony: {
|
|
@@ -2450,6 +2462,17 @@ export default {
|
|
|
2450
2462
|
extend: "扩展",
|
|
2451
2463
|
connectionString: "连接字符串",
|
|
2452
2464
|
testConnection: "测试连接",
|
|
2465
|
+
},
|
|
2466
|
+
/*方法*/
|
|
2467
|
+
function: {
|
|
2468
|
+
reloadData: "重新加载数据",
|
|
2469
|
+
refreshData: "刷新数据",
|
|
2470
|
+
downLoadData: "下拉加载数据",
|
|
2471
|
+
deleteIdData: "根据ID删除数据",
|
|
2472
|
+
previewComponents: "预览组件",
|
|
2473
|
+
filePreview: "文件预览",
|
|
2474
|
+
globalComponents: "全局组件",
|
|
2475
|
+
pageComponents: "页面内组件",
|
|
2453
2476
|
}
|
|
2454
2477
|
}
|
|
2455
2478
|
};
|