auth.php
868 Bytes
<?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' => 'Le credenziali non corrispondono a quelle registrate.',
'general_error' => 'Non hai diritti sufficienti per questa operazione.',
'socialite' => [
'unacceptable' => ':provider non è supportato.',
],
'throttle' => 'Troppi tentativi di login. Si prega di riprovare tra :seconds secondi.',
'unknown' => 'Si è verificato un errore sconosciuto',
];