diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:30 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:30 +0200 |
commit | 7a0089b4cf5e0b3a93e2db7e017feff589a1a1b8 (patch) | |
tree | 0a2bfb01a82a0d259ebc8ab00f246631407822fc | |
parent | npm i @fosscord/server-util@1.3.37 (diff) | |
download | server-7a0089b4cf5e0b3a93e2db7e017feff589a1a1b8.tar.xz |
New translations auth.json (Russian)
-rw-r--r-- | locales/ru/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/ru/auth.json b/locales/ru/auth.json index a586c697..b63ac34f 100644 --- a/locales/ru/auth.json +++ b/locales/ru/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден", - "INVALID_PASSWORD": "Неверный пароль" + "INVALID_PASSWORD": "Неверный пароль", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Регистрация нового пользователя отключена", |