whisper-money/lang/fr/auth.php

21 lines
679 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' => 'Aucun compte enregistré avec les identifiants fournis.',
'password' => 'Le mot de passe est incorect.',
'throttle' => 'Trop de tentatives. Veuillez ressayer dans :seconds secondes.',
];