Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Italian translation #260

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
'uniform-honeytime-invalid' => 'La donnée du formulaire était invalide et a déclenché la protection anti-spam.',
],
'it' => [
'uniform-filled-potty' => 'Il campo che doveva restare vuoto è stato compilato. Se non sei uno spam-bot, per favore riprova a inviare il modulo senza compilarlo.',
'uniform-filled-potty' => 'Il campo che doveva restare vuoto è stato compilato. Se non sei uno spam-bot, per favore riprova ad inviare il form senza compilarlo.',
'uniform-calc-incorrect' => 'Per favore, risolvi il problema aritmetico.',
'uniform-email-subject' => 'Messaggio dal modulo web',
'uniform-email-error' => 'Errore durante l\'invio del modulo',
'uniform-email-subject' => 'Messaggio dal form',
'uniform-email-error' => 'Errore durante l\'invio del form',
'uniform-email-copy' => 'Copia:',
'uniform-calc-plus' => 'più',
'uniform-log-error' => 'Errore nella scrittura del file di log.',
Expand All @@ -113,8 +113,8 @@
'uniform-upload-mkdir-fail' => 'Impossibile creare la cartella di destinazione.',
'uniform-upload-exists' => 'File già esistente.',
'uniform-upload-failed' => 'Impossibile effettuare l\'upload del file.',
// 'uniform-honeytime-reject' => '',
// 'uniform-honeytime-invalid' => '',
'uniform-honeytime-reject' => 'Il form è stato inviato troppo velocemente e ha attivato la protezione antispam.',
'uniform-honeytime-invalid' => 'I dati del form non erano validi e hanno attivato la protezione antispam.',
],
'ja' => [
'uniform-filled-potty' => '空のはずのフォームフィールドが入力されました。スパムボットではない場合は、フィールドを空欄にして再度お試しください。',
Expand Down
Loading