Files
speedtest-tracker/lang/fr_FR/auth.php
T
2025-04-14 06:15:20 -04:00

21 lines
712 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Ces crédentials ne correspondent pas à nos archives.',
'password' => 'Le mot de passe fourni est incorrect.',
'throttle' => 'Trop de tentatives de connexion échouées. Veuillez réessayer dans :seconds secondes.',
];