jinx 8 mesi fa
parent
commit
0ec5b67799
3 ha cambiato i file con 6 aggiunte e 3 eliminazioni
  1. 2 1
      src/locales/en.json
  2. 2 1
      src/locales/ja.json
  3. 2 1
      src/locales/zh.json

+ 2 - 1
src/locales/en.json

@@ -130,7 +130,8 @@
     "4003": "The user does not exist",
     "3014": "The account number or password is incorrect.",
     "3015": "The user does not exist",
-    "4013": "The current scene is not detected under this account, please change your account and log in again."
+    "4013": "The current scene is not detected under this account, please change your account and log in again.",
+    "4014": "Your current account is not authenticated, please authenticate it before logging in."
   },
   "code.name": "code"
 }

+ 2 - 1
src/locales/ja.json

@@ -130,7 +130,8 @@
     "4003": "ユーザーが存在しません",
     "3014": "アカウント番号またはパスワードが正しくありません",
     "3015": "ユーザーが存在しません",
-    "4013": "このアカウントで現在のシーンが検出されません。アカウントを変更して再度ログインしてください。"
+    "4013": "このアカウントで現在のシーンが検出されません。アカウントを変更して再度ログインしてください。",
+    "4014": "現在のアカウントは認証されていませんので、認証してからログインしてください。"
   },
   "code.name": "状態コード"
 }

+ 2 - 1
src/locales/zh.json

@@ -130,7 +130,8 @@
     "4003": "用户不存在",
     "3014": "账号或密码不正确。",
     "3015": "用户不存在。",
-    "4013": "该账号下未检测到当前场景,请更换账号重新登录"
+    "4013": "该账号下未检测到当前场景,请更换账号重新登录",
+    "4014": "当前登录账号未授权,请先授权后再登录"
   },
   "code.name": "状态码"
 }