mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Create Italian auth.php
File was missing. Translated.
This commit is contained in:
15
resources/lang/it/auth.php
Normal file
15
resources/lang/it/auth.php
Normal 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.',
|
||||
];
|
||||
Reference in New Issue
Block a user