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": "Регистрация нового пользователя отключена",
diff --git a/api/locales/sk/auth.json b/api/locales/sk/auth.json
index 241d71e9..52d96c70 100644
--- a/api/locales/sk/auth.json
+++ b/api/locales/sk/auth.json
@@ -1,8 +1,8 @@
{
"login": {
- "INVALID_LOGIN": "E-mail alebo telefón nebol nájdený",
+ "INVALID_LOGIN": "E-mail alebo Telefón nebol nájdený",
"INVALID_PASSWORD": "Neplatné Heslo",
- "ACCOUNT_DISABLED": "This account is disabled"
+ "ACCOUNT_DISABLED": "Tento účet je deaktivovaný"
},
"register": {
"REGISTRATION_DISABLED": "Registrácia nového používateľa je zakázaná",
diff --git a/api/locales/tr/auth.json b/api/locales/tr/auth.json
index 321917ce..f6f95802 100644
--- a/api/locales/tr/auth.json
+++ b/api/locales/tr/auth.json
@@ -1,6 +1,6 @@
{
"login": {
- "INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı",
+ "INVALID_LOGIN": "E-posta veya Telefon Numarası bulunamadı",
"INVALID_PASSWORD": "Geçersiz Şifre",
"ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı."
},
|