Files
2026-03-13 18:17:51 +00:00

21 lines
686 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' => 'Credenziali non corrispondenti ai dati registrati.',
'password' => 'La password fornita non è corretta.',
'throttle' => 'Troppi tentativi di login. Per favore riprova tra :minutes minuti.',
];