From 2ab4b1051a52b6866fcb6613d7034bcb4bd52279 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:12:50 +0200 Subject: [PATCH 1/4] New translations auth.json (Korean) --- locales/ko/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "신규 사용자의 등록이 비활성화되었습니다", From fbdf7ea9933e63689cbc2a23b263573505987d37 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:12:51 +0200 Subject: [PATCH 2/4] New translations auth.json (German) --- locales/de/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From c86446ac907fddeb9ff404140c2c8ba3546f5a1b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:12:52 +0200 Subject: [PATCH 3/4] New translations auth.json (Polish) --- locales/pl/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From b86d3d0ce16d95eaa148fdbdef667e4c878914ed Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 11 Aug 2021 21:12:53 +0200 Subject: [PATCH 4/4] New translations auth.json (Portuguese, Brazilian) --- locales/pt/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",