浏览代码

fix(key): update key

gemercheung 1 年之前
父节点
当前提交
f1b87ca235
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      src/locales/lang/webslate/en.json
  2. 2 1
      src/locales/lang/webslate/zh.json

+ 2 - 1
src/locales/lang/webslate/en.json

@@ -398,7 +398,8 @@
         "roomStatus1": "Live",
         "roomStatus2": "Finshed",
         "errorTimeLess": "The selected time cannot be less than the current time!",
-        "setPasswordPlaceholder": "Input 4-digit password"
+        "setPasswordPlaceholder": "Input 4-digit password",
+        "emptyUser": "User name cannot be empty"
     },
     "statistic": {
         "allStatus": "Overall Overview",

+ 2 - 1
src/locales/lang/webslate/zh.json

@@ -134,7 +134,8 @@
         "roomStatus1": "带看中",
         "roomStatus2": "已结束",
         "setPasswordPlaceholder": "请输入4位数字密码",
-        "errorTimeLess": "所选时间不能低于当前时间!"
+        "errorTimeLess": "所选时间不能低于当前时间!",
+        "emptyUser": "用户名称不能为空"
     },
     "statistic": {
         "allStatus": "整体概况",