From 1dd1ddd8657c9873cfd5657b3b896a83a1397f66 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:40 +0200 Subject: [PATCH] New translations auth.json (Chinese Simplified) --- locales/zh/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": "新用户注册已禁用",