Files
numstation-web/lang/it/auth.php
2023-12-22 12:35:55 +08:00

20 lines
628 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' => 'Queste credenziali non corrispondono a quelle in archivio.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
];