Heimdall/resources/lang/it/auth.php
Oliver Cervera 7fe9c477e3
Create Italian auth.php
File was missing.
Translated.
2019-08-28 18:55:56 +02:00

16 lines
598 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 non sono valide.',
'throttle' => 'Troppi tentativi di accesso. Riprovare in :seconds secondi.',
];