Updated IT translation

This commit is contained in:
Lorenzo Milesi
2022-12-29 11:19:32 +01:00
parent 1022d98e26
commit fdb53cfe7a
2 changed files with 21 additions and 20 deletions

View File

@ -1,4 +1,5 @@
<?php
/**
* Message translations.
*
@ -298,24 +299,23 @@ return [
'{0, date, MMM dd, YYYY HH:mm}' => '{0, date, MMM dd, YYYY HH:mm}',
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, dd MMMM YYYY HH:mm}',
'{0} cannot be blank.' => '{0} non può essere vuoto.',
'Active' => '',
'Application not configured for two factor authentication.' => '',
'Current' => '',
'IP' => '',
'If you haven\'t received a password, you can reset it at' => '',
'Inactive' => '',
'Last activity' => '',
'Session ID' => '',
'Session history' => '',
'Status' => '',
'Terminate all sessions' => '',
'The requested page does not exist.' => '',
'This is the code to insert to enable two factor authentication' => '',
'User ID' => '',
'User agent' => '',
'User does not have sufficient permissions.' => '',
'You cannot block your own account.' => '',
'You cannot remove your own account.' => '',
'You received this email because someone, possibly you or someone on your behalf, have created an account at {app_name}' => '',
'Mobile phone not found, please check your profile' => '@@Il numero di telefono non è stato trovato. Verifica il tuo profilo@@',
'Active' => 'Attivo',
'Application not configured for two factor authentication.' => 'Autenticazione a due fattori (2FA) non abilitata per l\'applicazione',
'Current' => 'Attuale',
'IP' => 'IP',
'If you haven\'t received a password, you can reset it at' => 'Se non hai ricevuto una password, puoi reimpostarla su',
'Inactive' => 'Inattivo',
'Last activity' => 'Ultima attività',
'Session ID' => 'ID sessione',
'Session history' => 'Cronologia sessioni',
'Status' => 'Stato',
'Terminate all sessions' => 'Termina tutte le sessioni',
'The requested page does not exist.' => 'La pagina richiesta non esiste.',
'This is the code to insert to enable two factor authentication' => 'Questo è il codice da inserire per abilitare l\'autenticazione a due fattori',
'User ID' => 'ID utente',
'User agent' => 'User agent',
'User does not have sufficient permissions.' => 'L\'utente non ha i permessi per accedere.',
'You cannot block your own account.' => 'Non puoi bloccare il tuo stesso account.',
'You cannot remove your own account.' => 'Non puoi eliminare il tuo stesso account.',
'You received this email because someone, possibly you or someone on your behalf, have created an account at {app_name}' => 'Hai ricevuto questa email perché qualcuno, presumibilmente tu, ha creato un account su {app_name}',
];