From fdb53cfe7a66eebed77fc46fa995d105c4fe542d Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Thu, 29 Dec 2022 11:19:32 +0100 Subject: [PATCH] Updated IT translation --- CHANGELOG.md | 1 + src/User/resources/i18n/it/usuario.php | 40 +++++++++++++------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a99a2b..4b14591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ could access to all user's 2FA root code. If you cannot upgrade, check There's a change in flash messages handling, please see #391 +- Updated translations: IT (maxxer) - Enh: update welcome and confirmation email ending line (maxxer) - Enh #361: Record and manage user session history (maranqz) - Fix: replace non-working travis build with working github actions build (TonisOrmisson) diff --git a/src/User/resources/i18n/it/usuario.php b/src/User/resources/i18n/it/usuario.php index a7f2394..9ed2e71 100644 --- a/src/User/resources/i18n/it/usuario.php +++ b/src/User/resources/i18n/it/usuario.php @@ -1,4 +1,5 @@ '{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}', ];