Skip to content

Commit 704006d

Browse files
authored
New Crowdin translations (#27)
* New translations account.php (Italian) * New translations settings.php (Italian)
1 parent 47803f1 commit 704006d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

resources/lang/it_IT/account.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
'verify' => 'Verifica il tuo indirizzo email',
4040
'verify_sent' => 'Un nuovo link di verifica è stato inviato al tuo indirizzo email.',
4141
'verify_proceed' => 'Prima di procedere, controlla la tua email per un link di verifica.',
42-
'verify_resend' => 'If you did not receive the email',
42+
'verify_resend' => 'Se non hai ricevuto l\'email',
4343
'verify_resend_2' => 'clicca qui per richiederne un\'altra',
44-
'verified_title' => 'Account successfully verified!',
45-
'verified' => 'Great! You successfully verified your email address. You can now use all the website features.',
44+
'verified_title' => 'Account verificato con successo!',
45+
'verified' => 'Fantastico! Hai verificato il tuo indirizzo email con successo. Ora puoi utilizzare tutte le funzionalità del sito web.',
4646
'edit' => 'Modifica Account',
4747
'information' => 'Informazioni Utente',
4848
'user' => 'Utente',

resources/lang/it_IT/settings.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'general' => 'Generale',
1616
'website_name' => 'Nome Sito web',
1717
'website_image' => 'Immagine sito web',
18-
'website_favicon' => 'Website favicon',
18+
'website_favicon' => 'Favicon sito web',
1919
'private' => 'Imposta il sito come privato',
2020
'private_help' => 'La homepage del sito reindirizzerà alla pagina d\'accesso',
2121
'registration' => 'Abilita registrazione utenti',
@@ -38,10 +38,10 @@
3838
'reserved_restore' => 'Ripristina Predefiniti',
3939
'privacy_policy_desc' => 'Digita la tua Privacy Policy qui. L\'HTML standard è permesso.',
4040
'tos_desc' => 'Digita i tuoi Termini di Utilizzo qui. L\'HTML standard è permesso.',
41-
'require_user_verify' => 'Require users email verification to allow Short URLs management',
42-
'require_user_verify_help' => 'Unverified users email address will not be allowed to create, edit and manage their Short URLs',
43-
'custom_html' => 'Custom HTML, JS and CSS',
44-
'custom_html_help' => 'Write your custom script here. It will be loaded in the website footer.',
41+
'require_user_verify' => 'Richiedi la verifica dell\'email utente per la gestione degli Short URL',
42+
'require_user_verify_help' => 'Gli utenti con indirizzo email non verificato non potranno creare, modificare e gestire i propri Short URL',
43+
'custom_html' => 'HTML, JS e CSS personalizzati',
44+
'custom_html_help' => 'Scrivi il tuo script personalizzato qui. Verrà caricato nel footer del sito web.',
4545
'save_changes' => 'Salva cambiamenti',
4646
'success' => 'Impostazioni aggiornate con successo!',
4747
];

0 commit comments

Comments
 (0)