Explorar o código

chore(i18n): 更新多语言

wangshun hai 3 meses
pai
achega
97f55a10c0
Modificáronse 2 ficheiros con 37 adicións e 2 borrados
  1. 12 0
      src/i18n/locales/en.json
  2. 25 2
      src/i18n/locales/zh.json

+ 12 - 0
src/i18n/locales/en.json

@@ -1,7 +1,19 @@
 {
   "common": {
     "cancel": "Cancel",
+    "online": "Online",
+    "pleaseEnter": "Please enter",
     "tip": "Tip",
+    "verification": "Verification",
     "warning": "Warning"
+  },
+  "registerGateway": {
+    "addInterface": "Add interface",
+    "devicePassword": "Device password",
+    "productManual": "Product manual",
+    "selectInterface": "Select interface",
+    "snCode": "SN code",
+    "tip": "The SN code and the device password can be found on the device nameplate",
+    "verificationEquipment": "Verification equipment"
   }
 }

+ 25 - 2
src/i18n/locales/zh.json

@@ -1,28 +1,42 @@
 {
   "common": {
+    "add": "添加",
     "advancedSettings": "高级设置",
     "basicInfo": "基础信息",
+    "binding": "绑定",
     "cancel": "取消",
+    "delete": "删除",
     "emptyData": "请求数据为空",
     "exportToLocal": "导出到本地",
     "finishSetup": "完成配置",
     "needHelp": "需要帮助?",
     "nextStep": "下一步",
     "off": "关",
+    "offline": "离线",
     "on": "开",
+    "online": "在线",
     "pageTotal": "共 {total} 条",
+    "pleaseEnter": "请输入",
     "plzEnter": "请输入",
     "plzSelect": "请选择",
     "reLogin": "你已被登出,请重新登录",
     "requestTimedOut": "请求超时",
     "return": "返回",
+    "revise": "修改",
+    "save": "保存",
     "skip": "跳过",
     "tip": "提示",
+    "turnOff": "关闭",
+    "verification": "验证",
     "viewDoc": "查看文档",
     "warning": "警告"
   },
   "createCustomer": {
-    "createCustomer": "创建客户"
+    "createAccount": "创建账号",
+    "createCharacter": "创建角色",
+    "createCustomer": "创建客户",
+    "customTheme": "可以自定义二级域名、Logo及主题色,以后可随时修改",
+    "establishOrganization": "创建组织"
   },
   "createDevice": {
     "createDevice": "创建设备"
@@ -35,7 +49,16 @@
     "setupProtocol": "按项目点表配置协议"
   },
   "registerGateway": {
-    "registerGateway": "注册网关"
+    "addInterface": "添加接口",
+    "bindingAgreement": "绑定接口",
+    "devicePassword": "设备密码",
+    "interfaceList": "接口列表",
+    "productManual": "产品手册",
+    "registerGateway": "注册网关",
+    "selectInterface": "选择接口",
+    "snCode": "SN码",
+    "tip": "在设备铭牌上可以找到SN码和设备密码",
+    "verificationEquipment": "验证设备"
   },
   "setupProtocol": {
     "addCustomParams": "新增自定义参数",