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