Create Italian auth.php

File was missing.
Translated.
This commit is contained in:
Oliver Cervera
2019-08-28 18:55:56 +02:00
committed by GitHub
parent 60e20c4023
commit 7fe9c477e3

View File

@@ -0,0 +1,15 @@
<?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.',
];