diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:40 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:40 +0200 |
commit | 1dd1ddd8657c9873cfd5657b3b896a83a1397f66 (patch) | |
tree | 3e7763011b07ed1d7b5bdb42b16e8e898584debc | |
parent | New translations auth.json (Lithuanian) (diff) | |
download | server-1dd1ddd8657c9873cfd5657b3b896a83a1397f66.tar.xz |
New translations auth.json (Chinese Simplified)
-rw-r--r-- | locales/zh/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/zh/auth.json b/locales/zh/auth.json index db5f1eb4..90c27afe 100644 --- a/locales/zh/auth.json +++ b/locales/zh/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "找不到电子邮件或电话", - "INVALID_PASSWORD": "无效密码" + "INVALID_PASSWORD": "无效密码", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "新用户注册已禁用", |