diff --git a/CHANGES.md b/CHANGES.md index fa433ff..9cfa5f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -184,6 +184,7 @@ - aauth_error_email_invalid => invalidEmail - aauth_error_password_invalid => invalidPassword - aauth_error_username_invalid => invalidUsername + - aauth_error_recaptcha_not_correct => invalidRecaptcha - aauth_error_vercode_invalid => invalidVercode - aauth_error_update_email_exists => existsAlreadyEmail - aauth_error_update_username_exists => existsAlreadyUsername @@ -199,7 +200,6 @@ ### REMOVED - aauth_error_totp_code_required - aauth_error_totp_code_invalid - - aauth_error_recaptcha_not_correct - aauth_error_self_pm - aauth_error_no_pm - aauth_email_verification_code (merged with textVerification) diff --git a/app/Language/de/Aauth.php b/app/Language/de/Aauth.php index a585506..1e0d96a 100644 --- a/app/Language/de/Aauth.php +++ b/app/Language/de/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'Ungültiges Passwort', 'invalidUsername' => 'Ungültiger Benutzername', 'invalidVerficationCode' => 'Ungültiger Überprüfungs-Code', + 'invalidCaptcha' => 'Hupps, der eingegebene CAPTCHA Text war falsch.', 'requiredUsername' => 'Benutzername wird benötigt', 'requiredGroupName' => 'Gruppen-Name wird benötigt', diff --git a/app/Language/en/Aauth.php b/app/Language/en/Aauth.php index 50108bd..725849d 100644 --- a/app/Language/en/Aauth.php +++ b/app/Language/en/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'Invalid Password', 'invalidUsername' => 'Invalid Username', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => 'Sorry, the CAPTCHA text entered was incorrect.', 'requiredUsername' => 'Username required', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/es/Aauth.php b/app/Language/es/Aauth.php index ee8e495..1731ff7 100644 --- a/app/Language/es/Aauth.php +++ b/app/Language/es/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'Contraseña invalida', 'invalidUsername' => 'Nombre de usuario invalido', 'invalidVerficationCode' => 'Código de verificación invalido', + 'invalidCaptcha' => 'Ups, El texto ingresado es incorrecto.', 'requiredUsername' => 'Nombre de usuario obligatorio', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/fa/Aauth.php b/app/Language/fa/Aauth.php index 5ade4c7..889c8a6 100644 --- a/app/Language/fa/Aauth.php +++ b/app/Language/fa/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'کلمه عبور نامعتبر است', 'invalidUsername' => 'نام کاربری نامعتبر است', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => 'کد کپتچا به درستی وارد نشده.', 'requiredUsername' => 'ورود نام کاربری الزامی است', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/fr/Aauth.php b/app/Language/fr/Aauth.php index 8eec9e6..2b68d42 100644 --- a/app/Language/fr/Aauth.php +++ b/app/Language/fr/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'Mot de passe invalide', 'invalidUsername' => 'Nom d\'utilisateur invalide', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => 'Désolé, le texte renseigné pour le CAPTCHA est incorrect.', 'requiredUsername' => 'Nom d\'utilisateur requis', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/id/Aauth.php b/app/Language/id/Aauth.php index 0365c47..cc41586 100644 --- a/app/Language/id/Aauth.php +++ b/app/Language/id/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'kata sandi tidak valid', 'invalidUsername' => 'Username tidak valid', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => 'Maaf, teks CAPTCHA yang anda dimasukkan salah.', 'requiredUsername' => 'Username tidak boleh kosong', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/ru/Aauth.php b/app/Language/ru/Aauth.php index b8d2332..93086ba 100644 --- a/app/Language/ru/Aauth.php +++ b/app/Language/ru/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'Некорректный пароль', 'invalidUsername' => 'Некорректное имя пользователя', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => 'Извините, текст с CAPTCHA введен неверно.', 'requiredUsername' => 'Логин обязателен', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/sv/Aauth.php b/app/Language/sv/Aauth.php index 57501ab..1b5977f 100644 --- a/app/Language/sv/Aauth.php +++ b/app/Language/sv/Aauth.php @@ -53,6 +53,7 @@ return [ 'invalidPassword' => 'Ogiltigt lösenord', 'invalidUsername' => 'Ogiltigt användarnamn', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => 'Tyvärr, CAPTCHA-texten var felaktig.', 'requiredUsername' => 'Användarnamn obligatoriskt', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/zh-CN/Aauth.php b/app/Language/zh-CN/Aauth.php index 55b7a7b..5da36ef 100644 --- a/app/Language/zh-CN/Aauth.php +++ b/app/Language/zh-CN/Aauth.php @@ -55,6 +55,7 @@ return [ 'invalidPassword' => '无效的密码', 'invalidUsername' => '无效的用户名', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => '对不起,CAPTCHA 验证码输入错误。', 'requiredUsername' => 'Username required', 'requiredGroupName' => 'Group name required', diff --git a/app/Language/zh-TW/Aauth.php b/app/Language/zh-TW/Aauth.php index 2e40562..ec6d199 100644 --- a/app/Language/zh-TW/Aauth.php +++ b/app/Language/zh-TW/Aauth.php @@ -55,6 +55,7 @@ return [ 'invalidPassword' => '無效的密碼', 'invalidUsername' => '無效的用戶名', 'invalidVerficationCode' => 'Invalid Verification Code', + 'invalidCaptcha' => '對不起,CAPTCHA 驗證碼輸入錯誤。', 'requiredUsername' => '需要用戶名', 'requiredGroupName' => 'Group name required',