gds-plus-design-vue 1.1.13 → 1.1.15
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 +117 -117
- package/lib/{index.b7cb386e.mjs → index.62298c26.mjs} +64779 -64537
- package/lib/{main.12c149f4.mjs → main.2e949b9b.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +22 -9
- package/locale/id_ID.js +17 -4
- package/locale/vi_VN.js +20 -7
- package/locale/zh_CN.js +22 -9
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -127,8 +127,8 @@ export default {
|
|
|
127
127
|
createdOk: "Confirm creation",
|
|
128
128
|
readTip: "Please select the data you want to view",
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
|
-
moveTip: 'Whether to move the current node?',
|
|
131
|
-
opportunityTip:'Please select the business opportunity record that needs to be operated on!',
|
|
130
|
+
moveTip: 'Whether to move the current node?',
|
|
131
|
+
opportunityTip:'Please select the business opportunity record that needs to be operated on!',
|
|
132
132
|
opportunityTipOne:'Only one business opportunity record can be selected!'
|
|
133
133
|
},
|
|
134
134
|
/*登录及登录成功提示*/
|
|
@@ -399,6 +399,7 @@ export default {
|
|
|
399
399
|
allowNewField: "Field addition",
|
|
400
400
|
enableReview: "启用查重",
|
|
401
401
|
enableAdvancedLookup: "启用高级查找",
|
|
402
|
+
startBusinessProcess: "开启业务流程",
|
|
402
403
|
unlocked: "Unlocked",
|
|
403
404
|
locked: "Locked",
|
|
404
405
|
addedNewField: "Can be added",
|
|
@@ -1349,10 +1350,16 @@ export default {
|
|
|
1349
1350
|
resourceContent: "Resource content",
|
|
1350
1351
|
path: "Path",
|
|
1351
1352
|
selectFileTip: "Please select a file!",
|
|
1352
|
-
location: 'Positioning',
|
|
1353
|
-
legalPerson:'Legal person',
|
|
1354
|
-
status:'Business status',
|
|
1355
|
-
code:'Unified Social Credit Code'
|
|
1353
|
+
location: 'Positioning',
|
|
1354
|
+
legalPerson:'Legal person',
|
|
1355
|
+
status:'Business status',
|
|
1356
|
+
code:'Unified Social Credit Code',
|
|
1357
|
+
opportunity:'Business opportunity name',
|
|
1358
|
+
num:'Item Quantity',
|
|
1359
|
+
purchaseDate:'Expected purchase date',
|
|
1360
|
+
oppSum:'Standard currency',
|
|
1361
|
+
oppStage:'Business opportunity stage',
|
|
1362
|
+
oppPerson:'opportunity owners'
|
|
1356
1363
|
},
|
|
1357
1364
|
/*消息模版和管理*/
|
|
1358
1365
|
msg: {
|
|
@@ -2153,10 +2160,16 @@ export default {
|
|
|
2153
2160
|
enable: "启用",
|
|
2154
2161
|
deactivate: "禁用",
|
|
2155
2162
|
duplicateDetected: "检测到重复信息",
|
|
2156
|
-
myNewRecord: "
|
|
2163
|
+
myNewRecord: "我的新记录",
|
|
2157
2164
|
pleaseSelectBasicTable: "请选择基本表",
|
|
2158
|
-
possibleDuplicateRecords: "
|
|
2165
|
+
possibleDuplicateRecords: "可能重复的记录",
|
|
2159
2166
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2167
|
+
numberCharacters: "字符数",
|
|
2168
|
+
ignoreNullValues: "忽略空值",
|
|
2169
|
+
handle: "操作",
|
|
2170
|
+
matchingField: "匹配字段",
|
|
2171
|
+
condition: "条件",
|
|
2172
|
+
recordPleaseCheckSaveRecord: "记录可能与某个现有记录重复。请检查可能重复的项并决定是否仍要保存此记录。",
|
|
2160
2173
|
}
|
|
2161
2174
|
}
|
|
2162
|
-
};
|
|
2175
|
+
};
|
package/locale/id_ID.js
CHANGED
|
@@ -400,6 +400,7 @@ export default {
|
|
|
400
400
|
allowNewField: "Tambahan medan",
|
|
401
401
|
enableReview: "启用查重",
|
|
402
402
|
enableAdvancedLookup: "启用高级查找",
|
|
403
|
+
startBusinessProcess: "开启业务流程",
|
|
403
404
|
unlocked: "Tidak terkunci",
|
|
404
405
|
locked: "Terkunci",
|
|
405
406
|
addedNewField: "Dapat ditambah",
|
|
@@ -1353,7 +1354,13 @@ export default {
|
|
|
1353
1354
|
location: 'Positioning',
|
|
1354
1355
|
legalPerson: 'Legal person',
|
|
1355
1356
|
status: 'Business status',
|
|
1356
|
-
code: 'Unified Social Credit Code'
|
|
1357
|
+
code: 'Unified Social Credit Code',
|
|
1358
|
+
opportunity:'Business opportunity name',
|
|
1359
|
+
num:'Item Quantity',
|
|
1360
|
+
purchaseDate:'Expected purchase date',
|
|
1361
|
+
oppSum:'Standard currency',
|
|
1362
|
+
oppStage:'Business opportunity stage',
|
|
1363
|
+
oppPerson:'opportunity owners'
|
|
1357
1364
|
},
|
|
1358
1365
|
/*消息模版和管理*/
|
|
1359
1366
|
msg: {
|
|
@@ -2153,10 +2160,16 @@ export default {
|
|
|
2153
2160
|
enable: "启用",
|
|
2154
2161
|
deactivate: "禁用",
|
|
2155
2162
|
duplicateDetected: "检测到重复信息",
|
|
2156
|
-
myNewRecord: "
|
|
2163
|
+
myNewRecord: "我的新记录",
|
|
2157
2164
|
pleaseSelectBasicTable: "请选择基本表",
|
|
2158
|
-
possibleDuplicateRecords: "
|
|
2165
|
+
possibleDuplicateRecords: "可能重复的记录",
|
|
2159
2166
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2167
|
+
numberCharacters: "字符数",
|
|
2168
|
+
ignoreNullValues: "忽略空值",
|
|
2169
|
+
handle: "操作",
|
|
2170
|
+
matchingField: "匹配字段",
|
|
2171
|
+
condition: "条件",
|
|
2172
|
+
recordPleaseCheckSaveRecord: "记录可能与某个现有记录重复。请检查可能重复的项并决定是否仍要保存此记录。",
|
|
2160
2173
|
}
|
|
2161
2174
|
}
|
|
2162
|
-
};
|
|
2175
|
+
};
|
package/locale/vi_VN.js
CHANGED
|
@@ -400,6 +400,7 @@ export default {
|
|
|
400
400
|
allowNewField: "Thêm trường mới",
|
|
401
401
|
enableReview: "启用查重",
|
|
402
402
|
enableAdvancedLookup: "启用高级查找",
|
|
403
|
+
startBusinessProcess: "开启业务流程",
|
|
403
404
|
unlocked: "không khóa",
|
|
404
405
|
locked: "bị khóa",
|
|
405
406
|
addedNewField: "Có thể thêm",
|
|
@@ -1350,10 +1351,16 @@ export default {
|
|
|
1350
1351
|
resourceContent: "Nội dung tài nguyên",
|
|
1351
1352
|
path: "địa chỉ",
|
|
1352
1353
|
selectFileTip: "Vui lòng chọn tập tin!",
|
|
1353
|
-
location: 'Định vị',
|
|
1354
|
-
legalPerson:'Pháp nhân',
|
|
1355
|
-
status:'Tình trạng hoạt động',
|
|
1356
|
-
code:'Mã tín dụng xã hội thống nhất'
|
|
1354
|
+
location: 'Định vị',
|
|
1355
|
+
legalPerson:'Pháp nhân',
|
|
1356
|
+
status:'Tình trạng hoạt động',
|
|
1357
|
+
code:'Mã tín dụng xã hội thống nhất',
|
|
1358
|
+
opportunity:'Tên cơ hội',
|
|
1359
|
+
num:'Số dự án',
|
|
1360
|
+
purchaseDate:'Ngày mua hàng',
|
|
1361
|
+
oppSum:'Tiền bản vị',
|
|
1362
|
+
oppStage:'Giai đoạn cơ hội kinh doanh',
|
|
1363
|
+
oppPerson:'Trưởng phòng kinh doanh'
|
|
1357
1364
|
},
|
|
1358
1365
|
/*消息模版和管理*/
|
|
1359
1366
|
msg: {
|
|
@@ -2147,10 +2154,16 @@ export default {
|
|
|
2147
2154
|
enable: "启用",
|
|
2148
2155
|
deactivate: "禁用",
|
|
2149
2156
|
duplicateDetected: "检测到重复信息",
|
|
2150
|
-
myNewRecord: "
|
|
2157
|
+
myNewRecord: "我的新记录",
|
|
2151
2158
|
pleaseSelectBasicTable: "请选择基本表",
|
|
2152
|
-
possibleDuplicateRecords: "
|
|
2159
|
+
possibleDuplicateRecords: "可能重复的记录",
|
|
2153
2160
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2161
|
+
numberCharacters: "字符数",
|
|
2162
|
+
ignoreNullValues: "忽略空值",
|
|
2163
|
+
handle: "操作",
|
|
2164
|
+
matchingField: "匹配字段",
|
|
2165
|
+
condition: "条件",
|
|
2166
|
+
recordPleaseCheckSaveRecord: "记录可能与某个现有记录重复。请检查可能重复的项并决定是否仍要保存此记录。",
|
|
2154
2167
|
}
|
|
2155
2168
|
}
|
|
2156
|
-
};
|
|
2169
|
+
};
|
package/locale/zh_CN.js
CHANGED
|
@@ -127,8 +127,8 @@ export default {
|
|
|
127
127
|
createdOk: "确认创建",
|
|
128
128
|
readTip: "请选择需要查看的数据",
|
|
129
129
|
readTipOne: "只能选择一列数据",
|
|
130
|
-
moveTip: '是否移动当前节点?',
|
|
131
|
-
opportunityTip:'请选择需要操作的商机记录!',
|
|
130
|
+
moveTip: '是否移动当前节点?',
|
|
131
|
+
opportunityTip:'请选择需要操作的商机记录!',
|
|
132
132
|
opportunityTipOne:'只能选择一条商机记录!'
|
|
133
133
|
},
|
|
134
134
|
/*登录及登录成功提示*/
|
|
@@ -399,6 +399,7 @@ export default {
|
|
|
399
399
|
isLocked: "是否锁定",
|
|
400
400
|
allowNewField: "字段新增",
|
|
401
401
|
enableReview: "启用查重",
|
|
402
|
+
startBusinessProcess: "开启业务流程",
|
|
402
403
|
enableAdvancedLookup: "启用高级查找",
|
|
403
404
|
unlocked: "未锁定",
|
|
404
405
|
locked: "已锁定",
|
|
@@ -1490,10 +1491,16 @@ export default {
|
|
|
1490
1491
|
resourceContent: "资源内容",
|
|
1491
1492
|
path: "地址",
|
|
1492
1493
|
selectFileTip: "请选择文件!",
|
|
1493
|
-
location: '定位',
|
|
1494
|
-
legalPerson:'法人',
|
|
1495
|
-
status:'经营状态',
|
|
1496
|
-
code:'统一社会信用代码'
|
|
1494
|
+
location: '定位',
|
|
1495
|
+
legalPerson:'法人',
|
|
1496
|
+
status:'经营状态',
|
|
1497
|
+
code:'统一社会信用代码',
|
|
1498
|
+
opportunity:'商机名称',
|
|
1499
|
+
num:'项目数量',
|
|
1500
|
+
purchaseDate:'预计采购日期',
|
|
1501
|
+
oppSum:'商机本位币总额',
|
|
1502
|
+
oppStage:'商机阶段',
|
|
1503
|
+
oppPerson:'商机负责人'
|
|
1497
1504
|
},
|
|
1498
1505
|
/*消息模版和管理*/
|
|
1499
1506
|
msg: {
|
|
@@ -2296,10 +2303,16 @@ export default {
|
|
|
2296
2303
|
enable: "启用",
|
|
2297
2304
|
deactivate: "禁用",
|
|
2298
2305
|
duplicateDetected: "检测到重复信息",
|
|
2299
|
-
myNewRecord: "
|
|
2306
|
+
myNewRecord: "我的新记录",
|
|
2300
2307
|
pleaseSelectBasicTable: "请选择基本表",
|
|
2301
|
-
possibleDuplicateRecords: "
|
|
2308
|
+
possibleDuplicateRecords: "可能重复的记录",
|
|
2302
2309
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2310
|
+
numberCharacters: "字符数",
|
|
2311
|
+
ignoreNullValues: "忽略空值",
|
|
2312
|
+
handle: "操作",
|
|
2313
|
+
matchingField: "匹配字段",
|
|
2314
|
+
condition: "条件",
|
|
2315
|
+
recordPleaseCheckSaveRecord: "记录可能与某个现有记录重复。请检查可能重复的项并决定是否仍要保存此记录。",
|
|
2303
2316
|
}
|
|
2304
2317
|
}
|
|
2305
|
-
};
|
|
2318
|
+
};
|