From 7a0089b4cf5e0b3a93e2db7e017feff589a1a1b8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:30 +0200 Subject: [PATCH 01/38] New translations auth.json (Russian) --- locales/ru/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ru/auth.json b/locales/ru/auth.json index a586c697..b63ac34f 100644 --- a/locales/ru/auth.json +++ b/locales/ru/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден", - "INVALID_PASSWORD": "Неверный пароль" + "INVALID_PASSWORD": "Неверный пароль", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Регистрация нового пользователя отключена", From 9c2605525e32e0d7c9c9393b0c317280903c440d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:31 +0200 Subject: [PATCH 02/38] New translations auth.json (Turkish) --- locales/tr/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/tr/auth.json b/locales/tr/auth.json index 0b2693b7..80c06600 100644 --- a/locales/tr/auth.json +++ b/locales/tr/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı", - "INVALID_PASSWORD": "Geçersiz Şifre" + "INVALID_PASSWORD": "Geçersiz Şifre", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı", From 74046235f9cf24ae50b0006ccfa0d665967ab576 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:32 +0200 Subject: [PATCH 03/38] New translations auth.json (Norwegian) --- locales/no/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/no/auth.json b/locales/no/auth.json index 0fe1957d..2c0ea29e 100644 --- a/locales/no/auth.json +++ b/locales/no/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Fant ikke e-postadresse eller telefon", - "INVALID_PASSWORD": "Ugyldig passord" + "INVALID_PASSWORD": "Ugyldig passord", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Ny brukerregistrering er deaktivert", From e111e9bbae06e6e3cfd8a2275a5213e06461f416 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:33 +0200 Subject: [PATCH 04/38] New translations auth.json (Polish) --- locales/pl/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/pl/auth.json b/locales/pl/auth.json index fb453044..f62c56db 100644 --- a/locales/pl/auth.json +++ b/locales/pl/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail lub telefon nie znaleziony", - "INVALID_PASSWORD": "Nieprawidłowe hasło" + "INVALID_PASSWORD": "Nieprawidłowe hasło", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Rejestracja nowego użytkownika jest wyłączona", From 11ae57b4b847ec4abb84cd1811a009cbe74bcc50 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:34 +0200 Subject: [PATCH 05/38] New translations auth.json (Portuguese) --- locales/pt/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/pt/auth.json b/locales/pt/auth.json index 455b7eda..a7ee615c 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail ou Telefone não encontrado", - "INVALID_PASSWORD": "Senha inválida" + "INVALID_PASSWORD": "Senha inválida", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", From 1a865993b1c94c73b173d4f561fd8f4c6228ffd4 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:35 +0200 Subject: [PATCH 06/38] New translations auth.json (Slovak) --- locales/sk/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/sk/auth.json b/locales/sk/auth.json index bcf8e680..241d71e9 100644 --- a/locales/sk/auth.json +++ b/locales/sk/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail alebo telefón nebol nájdený", - "INVALID_PASSWORD": "Neplatné Heslo" + "INVALID_PASSWORD": "Neplatné Heslo", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registrácia nového používateľa je zakázaná", From 0dda7704328d66c8b68d36e5ee50a86c3c1db4ed Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:36 +0200 Subject: [PATCH 07/38] New translations auth.json (Serbian (Cyrillic)) --- locales/sr/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/sr/auth.json b/locales/sr/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/sr/auth.json +++ b/locales/sr/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", From 194d8f94a2b1e7e6f6e747ebadd5cf0d90332370 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:37 +0200 Subject: [PATCH 08/38] New translations auth.json (Swedish) --- locales/sv/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/sv/auth.json b/locales/sv/auth.json index 346a8efb..c94b0810 100644 --- a/locales/sv/auth.json +++ b/locales/sv/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-post eller telefon hittades inte", - "INVALID_PASSWORD": "Ogiltigt lösenord" + "INVALID_PASSWORD": "Ogiltigt lösenord", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registrering av nya användare är inaktiverat", From 017e41c8d35b115a59a72071d9701bab089a7ba1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:38 +0200 Subject: [PATCH 09/38] New translations auth.json (Ukrainian) --- locales/uk/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/uk/auth.json b/locales/uk/auth.json index c5be32df..76c4e500 100644 --- a/locales/uk/auth.json +++ b/locales/uk/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail або телефон не знайдено", - "INVALID_PASSWORD": "Невірний пароль" + "INVALID_PASSWORD": "Невірний пароль", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Реєстрація нового користувача вимкнута", From f7d705d6970efa5ec16ee03f01958ec7e2505626 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:39 +0200 Subject: [PATCH 10/38] New translations auth.json (Lithuanian) --- locales/lt/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/lt/auth.json b/locales/lt/auth.json index cd1e28a1..0e2f0508 100644 --- a/locales/lt/auth.json +++ b/locales/lt/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "El. Paštas ar telefonas nerastas", - "INVALID_PASSWORD": "Neteisingas slaptažodis" + "INVALID_PASSWORD": "Neteisingas slaptažodis", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Naujų vartotojų registracija išjungta", From 1dd1ddd8657c9873cfd5657b3b896a83a1397f66 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:40 +0200 Subject: [PATCH 11/38] New translations auth.json (Chinese Simplified) --- locales/zh/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/zh/auth.json b/locales/zh/auth.json index db5f1eb4..90c27afe 100644 --- a/locales/zh/auth.json +++ b/locales/zh/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "找不到电子邮件或电话", - "INVALID_PASSWORD": "无效密码" + "INVALID_PASSWORD": "无效密码", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "新用户注册已禁用", From 3228296e6dae67aa6308f739e726f349af40d367 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:41 +0200 Subject: [PATCH 12/38] New translations auth.json (Chinese Traditional) --- locales/zh/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/zh/auth.json b/locales/zh/auth.json index 90c27afe..b802ba22 100644 --- a/locales/zh/auth.json +++ b/locales/zh/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "找不到电子邮件或电话", - "INVALID_PASSWORD": "无效密码", + "INVALID_LOGIN": "找不到電子郵件或電話", + "INVALID_PASSWORD": "無效的密碼", "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "新用户注册已禁用", - "INVITE_ONLY": "您必须被邀请注册", - "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "电子邮件已注册", - "DATE_OF_BIRTH_UNDERAGE": "您需要有 {{years}} 岁以上", - "CONSENT_REQUIRED": "您必须同意服务条款和隐私政策。", - "USERNAME_TOO_MANY_USERS": "用户名太多,请尝试另一个" + "REGISTRATION_DISABLED": "新用戶註冊已禁用", + "INVITE_ONLY": "必須邀請您才能註冊", + "EMAIL_INVALID": "無效電子郵件", + "EMAIL_ALREADY_REGISTERED": "該電郵地址已註冊", + "DATE_OF_BIRTH_UNDERAGE": "您必須年滿 {{years}} 歲", + "CONSENT_REQUIRED": "您必須同意服務條款和隱私政策。", + "USERNAME_TOO_MANY_USERS": "此用戶名太多,請嘗試使用其他用戶名" } } From 7247440414b6048778428d56983196d05972bdc2 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:42 +0200 Subject: [PATCH 13/38] New translations auth.json (Vietnamese) --- locales/vi/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/vi/auth.json b/locales/vi/auth.json index acc678cf..b2f59d44 100644 --- a/locales/vi/auth.json +++ b/locales/vi/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail hoặc số điện thoại không tồn tại", - "INVALID_PASSWORD": "Sai mật khẩu" + "INVALID_PASSWORD": "Sai mật khẩu", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Hệ thống hiện không cho phép tài khoản mới", From b86a92e141591103af96bd6d9795602549112126 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:43 +0200 Subject: [PATCH 14/38] 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 a7ee615c..ee977136 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json @@ -7,7 +7,7 @@ "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", "INVITE_ONLY": "Você deve ser convidado para registrar", - "EMAIL_INVALID": "Invalid Email", + "EMAIL_INVALID": "E-mail inválido", "EMAIL_ALREADY_REGISTERED": "E-mail já está registrado", "DATE_OF_BIRTH_UNDERAGE": "Você precisa ter {{years}} anos ou mais", "CONSENT_REQUIRED": "Você precisa aceitar os Termos de Serviço e a Política de Privacidade.", From 55cc50118c0426e2e72e23d2e94e363ea552e801 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:44 +0200 Subject: [PATCH 15/38] New translations auth.json (Indonesian) --- locales/id/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/id/auth.json b/locales/id/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/id/auth.json +++ b/locales/id/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", From 4339f00bd631cb1fbecb415086548eab3eafca79 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:45 +0200 Subject: [PATCH 16/38] New translations auth.json (Hindi) --- locales/hi/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/hi/auth.json b/locales/hi/auth.json index 679e5bc1..00c7586b 100644 --- a/locales/hi/auth.json +++ b/locales/hi/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "ईमेल या फ़ोन नहीं मिला", - "INVALID_PASSWORD": "अमान्य पासवर्ड" + "INVALID_PASSWORD": "अमान्य पासवर्ड", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "नया उपयोगकर्ता पंजीकरण अक्षम है", From 4493f64316713d619d425dabccdd93502a4e736e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:46 +0200 Subject: [PATCH 17/38] New translations auth.json (Esperanto) --- locales/eo/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/eo/auth.json b/locales/eo/auth.json index 11107697..2d0f7de9 100644 --- a/locales/eo/auth.json +++ b/locales/eo/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail aŭ Telefonnumero ne trovis", - "INVALID_PASSWORD": "Pasfrazo ne validas" + "INVALID_PASSWORD": "Pasfrazo ne validas", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Nova uzanta reĝistro estas malebligita", From ef2c48daeb5d17d337b1b69a8a697628bbbbe75d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:47 +0200 Subject: [PATCH 18/38] New translations auth.json (Dutch) --- locales/nl/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/nl/auth.json b/locales/nl/auth.json index fcf5b8b1..d84fdcea 100644 --- a/locales/nl/auth.json +++ b/locales/nl/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mailadres of telefoon niet gevonden", - "INVALID_PASSWORD": "Ongeldig wachtwoord" + "INVALID_PASSWORD": "Ongeldig wachtwoord", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registratie voor nieuwe gebruikers is uitgeschakeld", From dd6b138703a7a8b271bc97a41861f506a411537a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:48 +0200 Subject: [PATCH 19/38] New translations auth.json (Japanese) --- locales/ja/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ja/auth.json b/locales/ja/auth.json index 76d1005e..7a131bb7 100644 --- a/locales/ja/auth.json +++ b/locales/ja/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "メールまたは電話が見つかりません", - "INVALID_PASSWORD": "無効なパスワード" + "INVALID_PASSWORD": "無効なパスワード", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "新しいユーザー登録は無効です", From 2b8fd2b9766189d67c9deef5d4491900619f7778 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:49 +0200 Subject: [PATCH 20/38] New translations auth.json (Croatian) --- locales/hr/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/hr/auth.json b/locales/hr/auth.json index 3e330168..0f2c8456 100644 --- a/locales/hr/auth.json +++ b/locales/hr/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Email ili broj mobitela nije pronađen", - "INVALID_PASSWORD": "Pogrešna lozinka" + "INVALID_PASSWORD": "Pogrešna lozinka", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registracija novog korisnika je onemogućena", From e83e0d27460f3349f6ee6467ef34a54682127e49 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:50 +0200 Subject: [PATCH 21/38] New translations auth.json (Bulgarian) --- locales/bg/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/bg/auth.json b/locales/bg/auth.json index 7c6a0b11..1dfd3568 100644 --- a/locales/bg/auth.json +++ b/locales/bg/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Невалиден имейл адрес или телефонен номер", - "INVALID_PASSWORD": "Невалидна парола" + "INVALID_PASSWORD": "Невалидна парола", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Регистрацията на нов потребител е деактивирана", From 0f180a7e4f47d2c24e5cdaab4b6bb92e69b40e9c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:51 +0200 Subject: [PATCH 22/38] New translations auth.json (Korean) --- locales/ko/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ko/auth.json b/locales/ko/auth.json index f4ed7c0d..7917c821 100644 --- a/locales/ko/auth.json +++ b/locales/ko/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "이메일 또는 전화번호를 찾을 수 없습니다", - "INVALID_PASSWORD": "비밀번호가 틀렸습니다" + "INVALID_PASSWORD": "비밀번호가 틀렸습니다", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "신규 사용자의 등록이 비활성화되었습니다", From 1ad0fd349185db76d5e5fa159e49c4a8598cebad Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:52 +0200 Subject: [PATCH 23/38] New translations auth.json (Romanian) --- locales/ro/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ro/auth.json b/locales/ro/auth.json index b081689a..929e2596 100644 --- a/locales/ro/auth.json +++ b/locales/ro/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mailul sau telefonul nu au fost găsite", - "INVALID_PASSWORD": "Parolă nevalidă" + "INVALID_PASSWORD": "Parolă nevalidă", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Înregistrarea noului utilizator este dezactivată", From bdf2ebf416062b4752dd6a83eed87e82c73471b5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:53 +0200 Subject: [PATCH 24/38] New translations auth.json (French) --- locales/fr/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/fr/auth.json b/locales/fr/auth.json index 98d5b2e2..eb9eef98 100644 --- a/locales/fr/auth.json +++ b/locales/fr/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail ou Téléphone introuvable", - "INVALID_PASSWORD": "Mot de passe invalide" + "INVALID_PASSWORD": "Mot de passe invalide", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "L'inscription aux nouveaux utilisateurs est désactivée", From 10e38a38b58f1c3cc859bcc6dc8d3f040eb25e37 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:54 +0200 Subject: [PATCH 25/38] New translations auth.json (Spanish) --- locales/es/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/es/auth.json b/locales/es/auth.json index 28c21bde..8271c578 100644 --- a/locales/es/auth.json +++ b/locales/es/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail o teléfono no encontrado", - "INVALID_PASSWORD": "Contraseña Incorrecta" + "INVALID_PASSWORD": "Contraseña Incorrecta", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado", From 079f1f6daae56ff21bdc0d8e2483bf49aa20ba3e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:55 +0200 Subject: [PATCH 26/38] New translations auth.json (Afrikaans) --- locales/af/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/af/auth.json b/locales/af/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/af/auth.json +++ b/locales/af/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", From 316cca0dbc3cfb31ca67259e5a470d1962d4ad50 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:56 +0200 Subject: [PATCH 27/38] New translations auth.json (Arabic) --- locales/ar/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ar/auth.json b/locales/ar/auth.json index c38c930a..d60a0b35 100644 --- a/locales/ar/auth.json +++ b/locales/ar/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "البريد الإلكتروني أو الهاتف غير موجود", - "INVALID_PASSWORD": "كلمة المرور غير صالحة" + "INVALID_PASSWORD": "كلمة المرور غير صالحة", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "تم تعطيل تسجيل المستخدم الجديد", From e926b03b0ac8c28e2a61b5cc977e4c1466515ad9 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:56 +0200 Subject: [PATCH 28/38] New translations auth.json (Belarusian) --- locales/be/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/be/auth.json b/locales/be/auth.json index 3c4d3bed..b9ac5e2e 100644 --- a/locales/be/auth.json +++ b/locales/be/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Дадзены адрас электроннай пошты ці тэлефон не знойдзены", - "INVALID_PASSWORD": "Няправільны пароль" + "INVALID_PASSWORD": "Няправільны пароль", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Рэгістрацыя новага карыстальніка адключана", From 39961e6fd1721f8910c86b04026dfdbff9135424 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:57 +0200 Subject: [PATCH 29/38] New translations auth.json (Catalan) --- locales/ca/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ca/auth.json b/locales/ca/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/ca/auth.json +++ b/locales/ca/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", From 6a6d259d56054a7a0e7067ef23cabe43453ac858 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:58 +0200 Subject: [PATCH 30/38] New translations auth.json (Italian) --- locales/it/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/it/auth.json b/locales/it/auth.json index 316d55ea..3ba387e9 100644 --- a/locales/it/auth.json +++ b/locales/it/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail o numero di telefono non trovato", - "INVALID_PASSWORD": "Password Non Valida" + "INVALID_PASSWORD": "Password Non Valida", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "La registrazione di nuovi utenti è disabilitata", From d1d0091f6a5d4f35f662a1a1f6e0da1c6d69ee1c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:59 +0200 Subject: [PATCH 31/38] New translations auth.json (Czech) --- locales/cs/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/cs/auth.json b/locales/cs/auth.json index 74468440..70acc5ba 100644 --- a/locales/cs/auth.json +++ b/locales/cs/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail nebo telefon nenalezen", - "INVALID_PASSWORD": "Neplatné heslo" + "INVALID_PASSWORD": "Neplatné heslo", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registrace nového uživatele je zakázána", From 3cd552aec8de228ef792997c8f9c86740fb918c5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:01 +0200 Subject: [PATCH 32/38] New translations auth.json (Danish) --- locales/da/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/da/auth.json b/locales/da/auth.json index 853b2148..87465404 100644 --- a/locales/da/auth.json +++ b/locales/da/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail eller telefon ikke fundet", - "INVALID_PASSWORD": "Ugyldig Adgangskode" + "INVALID_PASSWORD": "Ugyldig Adgangskode", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Ny brugerregistrering er deaktiveret", From 91f050f0baf24aef97e63591ca00c02a351582f3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:02 +0200 Subject: [PATCH 33/38] New translations auth.json (German) --- locales/de/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/de/auth.json b/locales/de/auth.json index 6c91695c..3f8c2b26 100644 --- a/locales/de/auth.json +++ b/locales/de/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail oder Telefonnummer nicht gefunden", - "INVALID_PASSWORD": "Ungültiges Passwort" + "INVALID_PASSWORD": "Ungültiges Passwort", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Die Registrierung ist deaktiviert", From bbfa38b1a3f39c650636e21d88a579f79c72a76a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:03 +0200 Subject: [PATCH 34/38] New translations auth.json (Greek) --- locales/el/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/el/auth.json b/locales/el/auth.json index 40a2c4fe..9315d590 100644 --- a/locales/el/auth.json +++ b/locales/el/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Το e-mail ή το τηλέφωνο δεν βρέθηκε", - "INVALID_PASSWORD": "Μη Έγκυρος Κωδικός" + "INVALID_PASSWORD": "Μη Έγκυρος Κωδικός", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Η εγγραφή νέου χρήστη είναι απενεργοποιημένη", From 541bcffda70b8591c36c0efe11bec3c054704b5b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:04 +0200 Subject: [PATCH 35/38] New translations auth.json (Finnish) --- locales/fi/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/fi/auth.json b/locales/fi/auth.json index 001a7371..ba099f28 100644 --- a/locales/fi/auth.json +++ b/locales/fi/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Sähköpostia tai puhelinta ei löydy", - "INVALID_PASSWORD": "Virheellinen Salasana" + "INVALID_PASSWORD": "Virheellinen Salasana", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Uuden käyttäjän rekisteröinti pois käytöstä", From 97703bd63349de50cd2ddf64e337b74f381d46bf Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:05 +0200 Subject: [PATCH 36/38] New translations auth.json (Hebrew) --- locales/he/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/he/auth.json b/locales/he/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/he/auth.json +++ b/locales/he/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled", From 4adf3964769c82351649535c240b52e8f8358df5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:06 +0200 Subject: [PATCH 37/38] New translations auth.json (Hungarian) --- locales/hu/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/hu/auth.json b/locales/hu/auth.json index 6cbbcf8c..3891ce28 100644 --- a/locales/hu/auth.json +++ b/locales/hu/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Nincs ilyen E-Mail vagy Telefon", - "INVALID_PASSWORD": "Érvénytelen jelszó" + "INVALID_PASSWORD": "Érvénytelen jelszó", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Új felhasználók regisztrációja nem engedélyezett", From 7250eb4300d8ffb50e160cff8695694f756fdf9c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:03:07 +0200 Subject: [PATCH 38/38] New translations auth.json (Urdu (India)) --- locales/ur/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ur/auth.json b/locales/ur/auth.json index bcf6fca5..e19547a0 100644 --- a/locales/ur/auth.json +++ b/locales/ur/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "New user registration is disabled",