tangning 9 miesięcy temu
rodzic
commit
c92c077201

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

@@ -29,7 +29,8 @@
         "5027": "The camera type is different and cannot be migrated",
         "50006": "The email sending template does not exist",
         "50050": "The length exceeds the limit!",
-        "50051": "The record cannot be found!"
+        "50051": "The record cannot be found!",
+        "90001": "Your current account is not authenticated, please authenticate it before logging in."
     },
     "routes": {
         "demo": {

+ 2 - 1
src/locales/lang/json/ja.json

@@ -76,7 +76,8 @@
         "5027": "相机类型不同,不能迁移",
         "50006": "メール送信テンプレートが存在しません",
         "50050": "長さが限界を超えています!",
-        "50051": "記録が見当たりませんでした!"
+        "50051": "記録が見当たりませんでした!",
+        "90001": "現在のアカウントは認証されていませんので、認証してからログインしてください。"
     },
     "common": {
         "state": "調子",

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

@@ -29,7 +29,8 @@
         "5027": "相机类型不同,不能迁移",
         "50006": "邮件发送模板不存在",
         "50050": "长度超出限制!",
-        "50051": "记录找不到!"
+        "50051": "记录找不到!",
+        "90001": "当前登录账号未授权,请先授权后再登录"
     },
     "common": {
         "okText": "确认",