diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:48 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:48 +0200 |
commit | dd6b138703a7a8b271bc97a41861f506a411537a (patch) | |
tree | 8b2767dd793a716466ac34970580646b15e4df20 | |
parent | New translations auth.json (Dutch) (diff) | |
download | server-dd6b138703a7a8b271bc97a41861f506a411537a.tar.xz |
New translations auth.json (Japanese)
-rw-r--r-- | locales/ja/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/ja/auth.json b/locales/ja/auth.json index 76d1005e..7a131bb7 100644 --- a/locales/ja/auth.json +++ b/locales/ja/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "メールまたは電話が見つかりません", - "INVALID_PASSWORD": "無効なパスワード" + "INVALID_PASSWORD": "無効なパスワード", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "新しいユーザー登録は無効です", |