gds-plus-design-vue 1.1.11 → 1.1.13
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.f7375780.mjs → index.b7cb386e.mjs} +64768 -64318
- package/lib/{main.5111c832.mjs → main.12c149f4.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +19 -6
- package/locale/id_ID.js +2159 -2146
- package/locale/vi_VN.js +2135 -2122
- package/locale/zh_CN.js +18 -5
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -127,7 +127,9 @@ 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?'
|
|
130
|
+
moveTip: 'Whether to move the current node?',
|
|
131
|
+
opportunityTip:'Please select the business opportunity record that needs to be operated on!',
|
|
132
|
+
opportunityTipOne:'Only one business opportunity record can be selected!'
|
|
131
133
|
},
|
|
132
134
|
/*登录及登录成功提示*/
|
|
133
135
|
login: {
|
|
@@ -155,7 +157,7 @@ export default {
|
|
|
155
157
|
titlePho: "Phone login",
|
|
156
158
|
loading: "Logging in...",
|
|
157
159
|
codeSwitchTip: "If the image verification code recognition is difficult, click on the image verification code to refresh the display",
|
|
158
|
-
|
|
160
|
+
scancodeLogin: "企微扫描登录"
|
|
159
161
|
},
|
|
160
162
|
/*基础*/
|
|
161
163
|
basics: {
|
|
@@ -1347,7 +1349,10 @@ export default {
|
|
|
1347
1349
|
resourceContent: "Resource content",
|
|
1348
1350
|
path: "Path",
|
|
1349
1351
|
selectFileTip: "Please select a file!",
|
|
1350
|
-
|
|
1352
|
+
location: 'Positioning',
|
|
1353
|
+
legalPerson:'Legal person',
|
|
1354
|
+
status:'Business status',
|
|
1355
|
+
code:'Unified Social Credit Code'
|
|
1351
1356
|
},
|
|
1352
1357
|
/*消息模版和管理*/
|
|
1353
1358
|
msg: {
|
|
@@ -1494,7 +1499,14 @@ export default {
|
|
|
1494
1499
|
processName: "Business process name",
|
|
1495
1500
|
finished: "Finished",
|
|
1496
1501
|
finish: "Finish",
|
|
1497
|
-
nextStage: "Next stage"
|
|
1502
|
+
nextStage: "Next stage",
|
|
1503
|
+
stepNameTip: "Please add data steps!",
|
|
1504
|
+
addStepTip: "Please provide additional information on the data steps!",
|
|
1505
|
+
addFieldsTip: "Please provide updated mapping information!",
|
|
1506
|
+
mapping: "Mapping",
|
|
1507
|
+
mapFields: "Mapping Fields",
|
|
1508
|
+
mapValue: "Mapped value",
|
|
1509
|
+
mappingResults: "Process End Mapping",
|
|
1498
1510
|
},
|
|
1499
1511
|
/*工作流*/
|
|
1500
1512
|
work: {
|
|
@@ -2103,7 +2115,8 @@ export default {
|
|
|
2103
2115
|
refreshMode: "Refresh mode",
|
|
2104
2116
|
refreshFields: "Refresh fields",
|
|
2105
2117
|
allFields: "All fields",
|
|
2106
|
-
specifyFields: "Specify fields"
|
|
2118
|
+
specifyFields: "Specify fields",
|
|
2119
|
+
placeholder: "Placeholder"
|
|
2107
2120
|
},
|
|
2108
2121
|
/*集群列表 */
|
|
2109
2122
|
colony: {
|
|
@@ -2146,4 +2159,4 @@ export default {
|
|
|
2146
2159
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2147
2160
|
}
|
|
2148
2161
|
}
|
|
2149
|
-
};
|
|
2162
|
+
};
|