2025-08-05 14:10:01 +02:00

21 lines
682 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' => 'Le credenziali inserite non sono corrette.',
'password' => 'La password inserita non è corretta.',
'throttle' => 'troppi tentativi di accesso. Per favore riprova tra :seconds secondi.',
];