Skip to content

Commit 526e0b0

Browse files
committed
lang fr: add auth.php and passwords.php translation
1 parent fae75b8 commit 526e0b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/lang/fr/passwords.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
|
1414
*/
1515

16-
'reset' => 'Your password has been reset!',
17-
'sent' => 'We have emailed your password reset link!',
18-
'throttled' => 'Please wait before retrying.',
19-
'token' => 'This password reset token is invalid.',
20-
'user' => "We can't find a user with that email address.",
16+
'reset' => 'Votre mot de passe a été réinitialisé !',
17+
'sent' => 'Nous vous avons envoyé un lien de réinitialisation de votre mot de passe !',
18+
'throttled' => 'Veuillez attendre avant de réessayer.',
19+
'token' => "Le jeton de réinitialisation de ce mot de passe n'est pas valide.",
20+
'user' => "Nous ne trouvons aucun utilisateur avec cette adresse mail.",
2121

2222
];

0 commit comments

Comments
 (0)