New translations passwords.php (French)

This commit is contained in:
Miguel Nogueira 2020-09-04 21:02:13 +01:00
parent 5c57a5185f
commit a8648a9b50
1 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ return [
|
*/
'reset' => 'Your password has been reset!',
'sent' => 'We have emailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that email address.",
'reset' => 'Votre mot de passe a été réinitialisé !',
'sent' => 'Nous avons envoyé un e-mail pour réinitialiser votre mot de passe!',
'throttled' => 'Veuillez patienter avant de réessayer.',
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
'user' => "Nous ne pouvons pas trouver un utilisateur avec cette adresse e-mail.",
];