gds-plus-design-vue 1.1.0 → 1.1.1

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/locale/en_US.js CHANGED
@@ -1138,8 +1138,7 @@ export default {
1138
1138
  selectAll: "Select All",
1139
1139
  component: "Component (Table)",
1140
1140
  containAssembly: "Subcomponents included",
1141
- dataErrorTip: "Data error, current data (table) does not exist or has been deleted!",
1142
- page:'page'
1141
+ dataErrorTip: "Data error, current data (table) does not exist or has been deleted!"
1143
1142
  },
1144
1143
  /*按钮*/
1145
1144
  btn: {
package/locale/id_ID.js CHANGED
@@ -1140,8 +1140,7 @@ export default {
1140
1140
  selectAll: "Pilih Semua Data",
1141
1141
  component: "Komponen (Tabel)",
1142
1142
  containAssembly: "Subkomponen termasuk",
1143
- dataErrorTip: "Galat data, data (tabel) saat ini tidak ada atau telah dihapus!",
1144
- page:'page'
1143
+ dataErrorTip: "Galat data, data (tabel) saat ini tidak ada atau telah dihapus!"
1145
1144
  },
1146
1145
  /*按钮*/
1147
1146
  btn: {
package/locale/vi_VN.js CHANGED
@@ -1139,8 +1139,7 @@ export default {
1139
1139
  selectAll: "Chọn tất cả",
1140
1140
  component: "các thành phần (bảng)",
1141
1141
  containAssembly: "Thành phần con chứa",
1142
- dataErrorTip: "Lỗi dữ liệu, dữ liệu hiện tại (bảng) không tồn tại hoặc đã bị xóa!",
1143
- page:'Trang web'
1142
+ dataErrorTip: "Lỗi dữ liệu, dữ liệu hiện tại (bảng) không tồn tại hoặc đã bị xóa!"
1144
1143
  },
1145
1144
  /*按钮*/
1146
1145
  btn: {
package/locale/zh_CN.js CHANGED
@@ -1123,7 +1123,7 @@ export default {
1123
1123
  component: "所属组件(表)",
1124
1124
  containAssembly: "包含的子组件",
1125
1125
  dataErrorTip: "数据错误,当前数据(表)不存在或者已删除!",
1126
- page:'页面'
1126
+
1127
1127
  },
1128
1128
  /*字段安全性*/
1129
1129
  fieldSecurity: {
@@ -2245,5 +2245,26 @@ export default {
2245
2245
  working: "工作中",
2246
2246
  waitingToBeAwakened: "等待被唤醒",
2247
2247
  },
2248
+ /*翻译*/
2249
+ translation: {
2250
+ name: "名称",
2251
+ type: "类型",
2252
+ stateCodes: "状态",
2253
+ value: "翻译值(value)",
2254
+ valueTip: "需要翻译的值",
2255
+ key: "对应值(key)",
2256
+ keyTip: "翻译后对应的Key,可根据Key值获取对应翻译值(value)",
2257
+ initialize: "初始化翻译",
2258
+ initializeTip: "是否初始化翻译?",
2259
+ initializeOk: "立即初始化",
2260
+ importTip: "选择要导入的(.xlsx)文件",
2261
+ errTip: "数据错误,请重新添加!"
2262
+ },
2263
+ /**查重 */
2264
+ duplicatechecking: {
2265
+ name: "名称",
2266
+ state: "状态",
2267
+ remark: "说明",
2268
+ }
2248
2269
  }
2249
2270
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gds-plus-design-vue",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "高得CRM-PLUS框架Vue组件",
5
5
  "files": [
6
6
  "lib",