Browse Source

Create Italian auth.php

File was missing.
Translated.
pull/393/head
Oliver Cervera 5 years ago
committed by GitHub
parent
commit
7fe9c477e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      resources/lang/it/auth.php

15
resources/lang/it/auth.php

@ -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.',
];
Loading…
Cancel
Save