Updated strings

This commit is contained in:
Lorenzo Milesi
2022-09-22 11:14:18 +02:00
parent 873b842349
commit 0e7324b762
25 changed files with 143 additions and 111 deletions

View File

@ -143,7 +143,6 @@ return [
'Login' => 'Accedi',
'Logout' => 'Esci',
'Manage users' => 'Gestisci gli utenti',
'Mobile phone not found, please check your profile' => 'Il numero di telefono non è stato trovato. Verifica il tuo profilo',
'Mobile phone number' => 'Numero di cellulare',
'Mobile phone number successfully enabled.' => 'Il numero di cellulare è stato abilitato',
'Name' => 'Nome',
@ -299,5 +298,19 @@ 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' => '',
'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' => '',
'This is the code to insert to enable two factor authentication' => '',
'User ID' => '',
'User agent' => '',
'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@@',
];