From 74e576d318cad8bd82042025791047f2187d07b9 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Fri, 4 Sep 2020 21:02:21 +0100 Subject: [PATCH] New translations auth.php (French) --- resources/lang/fr/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php index e5506df..7773eaa 100644 --- a/resources/lang/fr/auth.php +++ b/resources/lang/fr/auth.php @@ -13,7 +13,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', ];