diff --git a/locales/de/auth.json b/locales/de/auth.json
index 3f8c2b26..63addd6f 100644
--- a/locales/de/auth.json
+++ b/locales/de/auth.json
@@ -2,7 +2,7 @@
"login": {
"INVALID_LOGIN": "E-Mail oder Telefonnummer nicht gefunden",
"INVALID_PASSWORD": "Ungültiges Passwort",
- "ACCOUNT_DISABLED": "This account is disabled"
+ "ACCOUNT_DISABLED": "Dieses Konto ist gesperrt"
},
"register": {
"REGISTRATION_DISABLED": "Die Registrierung ist deaktiviert",
diff --git a/locales/ko/auth.json b/locales/ko/auth.json
index 7917c821..683ba78a 100644
--- a/locales/ko/auth.json
+++ b/locales/ko/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/locales/pl/auth.json b/locales/pl/auth.json
index f62c56db..4fb2734b 100644
--- a/locales/pl/auth.json
+++ b/locales/pl/auth.json
@@ -2,7 +2,7 @@
"login": {
"INVALID_LOGIN": "E-mail lub telefon nie znaleziony",
"INVALID_PASSWORD": "Nieprawidłowe hasło",
- "ACCOUNT_DISABLED": "This account is disabled"
+ "ACCOUNT_DISABLED": "Konto jest zablokowane"
},
"register": {
"REGISTRATION_DISABLED": "Rejestracja nowego użytkownika jest wyłączona",
diff --git a/locales/pt/auth.json b/locales/pt/auth.json
index ee977136..df7d6708 100644
--- a/locales/pt/auth.json
+++ b/locales/pt/auth.json
@@ -2,7 +2,7 @@
"login": {
"INVALID_LOGIN": "E-mail ou Telefone não encontrado",
"INVALID_PASSWORD": "Senha inválida",
- "ACCOUNT_DISABLED": "This account is disabled"
+ "ACCOUNT_DISABLED": "Essa conta está desativada"
},
"register": {
"REGISTRATION_DISABLED": "Registro de novos usuários está desativado",
|