diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:23:13 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:23:13 -0400 |
commit | 157c2b17a461e19c6c1c07400ae956ab9b6f16af (patch) | |
tree | e02e62b18917d3bc9fd00cd03ca3d419bff1ff48 /api/locales/ru | |
parent | New translations auth.json (Portuguese) (diff) | |
download | server-157c2b17a461e19c6c1c07400ae956ab9b6f16af.tar.xz |
New translations auth.json (Russian)
Diffstat (limited to 'api/locales/ru')
-rw-r--r-- | api/locales/ru/auth.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/locales/ru/auth.json b/api/locales/ru/auth.json index b63ac34f..26b3f5a7 100644 --- a/api/locales/ru/auth.json +++ b/api/locales/ru/auth.json @@ -2,7 +2,7 @@ "login": { "INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден", "INVALID_PASSWORD": "Неверный пароль", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Этот аккаунт отключён" }, "register": { "REGISTRATION_DISABLED": "Регистрация нового пользователя отключена", |