mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Italian translation auth.php
This commit is contained in:
parent
a38ceb7df6
commit
21a331546c
1 changed files with 19 additions and 0 deletions
19
resources/lang/it/auth.php
Normal file
19
resources/lang/it/auth.php
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => 'Credenziali non corrette.',
|
||||||
|
'throttle' => 'Troppi tentativi di accesso. Per favore riprova ancora tra :seconds secondi.',
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue