diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:25 +0200 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:25 +0200 |
commit | ec6a16f21d9a9f0b851c8d7e8dbfeac6f9274589 (patch) | |
tree | e88fcb2719006ed21fafed1992a8b6a8b09a3e27 | |
parent | New translations auth.json (Persian) (diff) | |
download | server-ec6a16f21d9a9f0b851c8d7e8dbfeac6f9274589.tar.xz |
New translations auth.json (Russian)
-rw-r--r-- | api/locales/ru/auth.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/ru/auth.json b/api/locales/ru/auth.json index 39a75b61..be7ac845 100644 --- a/api/locales/ru/auth.json +++ b/api/locales/ru/auth.json @@ -2,7 +2,9 @@ "login": { "INVALID_LOGIN": "Данный адрес электронной почты или телефона не найден", "INVALID_PASSWORD": "Неверный пароль", - "ACCOUNT_DISABLED": "Этот аккаунт отключён" + "ACCOUNT_DISABLED": "Этот аккаунт отключён", + "INVALID_TOTP_CODE": "Invalid two-factor code.", + "INVALID_TOTP_SECRET": "Invalid two-factor secret." }, "register": { "REGISTRATION_DISABLED": "Регистрация новых пользователей отключена", |