gds-plus-design-vue 1.1.0 → 1.1.11
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 +49 -49
- package/lib/{index.1461b9ac.mjs → index.f7375780.mjs} +4167 -3393
- package/lib/{main.02127369.mjs → main.5111c832.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +407 -29
- package/locale/id_ID.js +412 -35
- package/locale/vi_VN.js +2140 -1768
- package/locale/zh_CN.js +50 -7
- package/package.json +1 -1
package/locale/zh_CN.js
CHANGED
|
@@ -127,7 +127,7 @@ export default {
|
|
|
127
127
|
createdOk: "确认创建",
|
|
128
128
|
readTip: "请选择需要查看的数据",
|
|
129
129
|
readTipOne: "只能选择一列数据",
|
|
130
|
-
moveTip:'是否移动当前节点?'
|
|
130
|
+
moveTip: '是否移动当前节点?'
|
|
131
131
|
},
|
|
132
132
|
/*登录及登录成功提示*/
|
|
133
133
|
login: {
|
|
@@ -396,6 +396,8 @@ export default {
|
|
|
396
396
|
subtotal: "小计",
|
|
397
397
|
isLocked: "是否锁定",
|
|
398
398
|
allowNewField: "字段新增",
|
|
399
|
+
enableReview: "启用查重",
|
|
400
|
+
enableAdvancedLookup: "启用高级查找",
|
|
399
401
|
unlocked: "未锁定",
|
|
400
402
|
locked: "已锁定",
|
|
401
403
|
addedNewField: "可新增",
|
|
@@ -1123,7 +1125,6 @@ export default {
|
|
|
1123
1125
|
component: "所属组件(表)",
|
|
1124
1126
|
containAssembly: "包含的子组件",
|
|
1125
1127
|
dataErrorTip: "数据错误,当前数据(表)不存在或者已删除!",
|
|
1126
|
-
page:'页面'
|
|
1127
1128
|
},
|
|
1128
1129
|
/*字段安全性*/
|
|
1129
1130
|
fieldSecurity: {
|
|
@@ -1486,7 +1487,8 @@ export default {
|
|
|
1486
1487
|
selectFile: "选择文件",
|
|
1487
1488
|
resourceContent: "资源内容",
|
|
1488
1489
|
path: "地址",
|
|
1489
|
-
selectFileTip: "请选择文件!"
|
|
1490
|
+
selectFileTip: "请选择文件!",
|
|
1491
|
+
location:'定位'
|
|
1490
1492
|
},
|
|
1491
1493
|
/*消息模版和管理*/
|
|
1492
1494
|
msg: {
|
|
@@ -1940,7 +1942,7 @@ export default {
|
|
|
1940
1942
|
custom: "自定义",
|
|
1941
1943
|
},
|
|
1942
1944
|
/*模块*/
|
|
1943
|
-
module:{
|
|
1945
|
+
module: {
|
|
1944
1946
|
pleaseAddButtonOnTheRight: "请在右侧添加按钮",
|
|
1945
1947
|
pleaseUploadPicturesOnTheRight: "请在右边上传图片",
|
|
1946
1948
|
pleaseClickOnTheDetailsGenerator: "请点击详情生成器",
|
|
@@ -1995,7 +1997,7 @@ export default {
|
|
|
1995
1997
|
mainView: "主视图",
|
|
1996
1998
|
},
|
|
1997
1999
|
/*页面布局*/
|
|
1998
|
-
page:{
|
|
2000
|
+
page: {
|
|
1999
2001
|
displayDirection: "展示方向",
|
|
2000
2002
|
crosswise: "横向",
|
|
2001
2003
|
lengthways: "纵向",
|
|
@@ -2179,7 +2181,7 @@ export default {
|
|
|
2179
2181
|
positionType: "位置类型",
|
|
2180
2182
|
defaultPositioning: "默认定位",
|
|
2181
2183
|
relativePositioning: "相对定位",
|
|
2182
|
-
|
|
2184
|
+
absolutePositioning: "绝对定位",
|
|
2183
2185
|
fixedPositioning: "固定定位",
|
|
2184
2186
|
viscousPositioning: "粘性定位",
|
|
2185
2187
|
customStyle: "自定义样式",
|
|
@@ -2238,6 +2240,13 @@ export default {
|
|
|
2238
2240
|
baseTemplate: "基础模版",
|
|
2239
2241
|
pcNavigationConfiguration: "PC导航配置",
|
|
2240
2242
|
mobileNavigationConfiguration: "移动端导航配置",
|
|
2243
|
+
searchWid: "弹窗宽度",
|
|
2244
|
+
disableCode: "过滤值",
|
|
2245
|
+
disableMode: "过滤方式",
|
|
2246
|
+
refreshMode: "刷新方式",
|
|
2247
|
+
refreshFields: "刷新字段",
|
|
2248
|
+
allFields: "全部字段",
|
|
2249
|
+
specifyFields: "指定字段"
|
|
2241
2250
|
},
|
|
2242
2251
|
/*集群列表 */
|
|
2243
2252
|
colony: {
|
|
@@ -2245,5 +2254,39 @@ export default {
|
|
|
2245
2254
|
working: "工作中",
|
|
2246
2255
|
waitingToBeAwakened: "等待被唤醒",
|
|
2247
2256
|
},
|
|
2257
|
+
/*翻译*/
|
|
2258
|
+
translation: {
|
|
2259
|
+
name: "名称",
|
|
2260
|
+
type: "类型",
|
|
2261
|
+
stateCodes: "状态",
|
|
2262
|
+
value: "翻译值(value)",
|
|
2263
|
+
valueTip: "需要翻译的值",
|
|
2264
|
+
key: "对应值(key)",
|
|
2265
|
+
keyTip: "翻译后对应的Key,可根据Key值获取对应翻译值(value)",
|
|
2266
|
+
initialize: "初始化翻译",
|
|
2267
|
+
initializeTip: "是否初始化翻译?",
|
|
2268
|
+
initializeOk: "立即初始化",
|
|
2269
|
+
importTip: "选择要导入的(.xlsx)文件",
|
|
2270
|
+
errTip: "数据错误,请重新添加!"
|
|
2271
|
+
},
|
|
2272
|
+
/**查重 */
|
|
2273
|
+
duplicatechecking: {
|
|
2274
|
+
name: "名称",
|
|
2275
|
+
status: "状态",
|
|
2276
|
+
explain: "说明",
|
|
2277
|
+
basicTable: "基本表",
|
|
2278
|
+
matchingTable: "匹配表",
|
|
2279
|
+
caseSensitive: "区分大小写",
|
|
2280
|
+
allowSave: "允许保存",
|
|
2281
|
+
checkConfigurationRetryRule: "查重规则配置",
|
|
2282
|
+
repeatDetectionRuleCondition: "重复检测规则条件",
|
|
2283
|
+
enable: "启用",
|
|
2284
|
+
deactivate: "禁用",
|
|
2285
|
+
duplicateDetected: "检测到重复信息",
|
|
2286
|
+
myNewRecord: "我的新纪录",
|
|
2287
|
+
pleaseSelectBasicTable: "请选择基本表",
|
|
2288
|
+
possibleDuplicateRecords: "可能重复的纪录",
|
|
2289
|
+
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2290
|
+
}
|
|
2248
2291
|
}
|
|
2249
|
-
};
|
|
2292
|
+
};
|