Merge pull request #6272 from vivek-webkul/patch-51
[Updated: locale added for the passwords.throttled.]
This commit is contained in:
commit
a0cec34e26
|
|
@ -286,6 +286,9 @@ return [
|
|||
'confirm-password' => 'تأكيد كلمة المرور',
|
||||
'back-link-title' => 'العودة للتوقيع',
|
||||
'submit-btn-title' => 'بريد إلكتروني كلمة مرور إعادة تعيين وصلة',
|
||||
'passwords' => [
|
||||
'throttled' => 'تحذير: لقد طلبت إعادة تعيين كلمة المرور مؤخرًا ، يرجى التحقق من بريدك الإلكتروني.',
|
||||
]
|
||||
],
|
||||
|
||||
'reset-password' => [
|
||||
|
|
|
|||
|
|
@ -286,6 +286,9 @@ return [
|
|||
'confirm-password' => 'Passwort bestätigen',
|
||||
'back-link-title' => 'Zurück zur Anmeldung',
|
||||
'submit-btn-title' => 'E-Mail zum Zurücksetzen des Passworts senden',
|
||||
'passwords' => [
|
||||
'throttled' => 'Warnung: Sie haben das Zurücksetzen des Passworts kürzlich angefordert, bitte überprüfen Sie Ihre E-Mails.',
|
||||
]
|
||||
],
|
||||
'reset-password' =>
|
||||
[
|
||||
|
|
|
|||
|
|
@ -288,6 +288,9 @@ return [
|
|||
'confirm-password' => 'Confirm Password',
|
||||
'back-link-title' => 'Back to Sign In',
|
||||
'submit-btn-title' => 'Send Password Reset Email',
|
||||
'passwords' => [
|
||||
'throttled' => 'Warning: You have requested password reset recently, please check your email.',
|
||||
]
|
||||
],
|
||||
|
||||
'reset-password' => [
|
||||
|
|
|
|||
|
|
@ -288,6 +288,9 @@ return [
|
|||
'confirm-password' => 'Confirmez le mot de passe',
|
||||
'back-link-title' => 'Retour à la connexion',
|
||||
'submit-btn-title' => 'Envoyer un e-mail de réinitialisation du mot de passe',
|
||||
'passwords' => [
|
||||
'throttled' => 'Avertissement : Vous avez récemment demandé la réinitialisation de votre mot de passe, veuillez vérifier votre messagerie.',
|
||||
]
|
||||
],
|
||||
|
||||
'reset-password' => [
|
||||
|
|
|
|||
|
|
@ -283,6 +283,9 @@ return [
|
|||
'confirm-password' => 'Conferma Password',
|
||||
'back-link-title' => 'Torna a Login',
|
||||
'submit-btn-title' => 'Invia Email Recupera Password',
|
||||
'passwords' => [
|
||||
'throttled' => 'Avvertenza: hai richiesto di recente la reimpostazione della password, controlla la tua email.',
|
||||
]
|
||||
],
|
||||
|
||||
'reset-password' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue