re #224 add missing method and translation message
This commit is contained in:
@ -109,6 +109,7 @@ return [
|
||||
'Gravatar email' => 'Email di Gravatar',
|
||||
'Hello' => 'Ciao',
|
||||
'Here you can download your personal data in a comma separated values format.' => 'Da qui puoi scaricare i tuoi dati in formato CSV.',
|
||||
'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@Consento al trattamento dei miei dati personali e all\'uso dei cookie per agevolare le attività di questo sito. Per ulteriori informazioni leggere la nostra {privacyPolicy}@@',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Se sei già registrato accedi e collega questo account nella pagina delle impostazioni',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Se non puoi fare click sul link prova a copiare ed incollare il testo nel browser',
|
||||
'If you did not make this request you can ignore this email' => 'Se non hai effettuato tu la richiesta puoi ignorare questa email',
|
||||
@ -267,6 +268,7 @@ return [
|
||||
'Your password has expired, you must change it now' => 'La tua password è scaduta, devi cambiarla',
|
||||
'Your personal information has been removed' => 'I tuoi dati personali sono stati rimossi',
|
||||
'Your profile has been updated' => 'Il tuo profilo è stato aggiornato',
|
||||
'privacy policy' => '@@politica della privacy@@',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, dd MMMM YYYY HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} non può essere vuoto.',
|
||||
'According to the European General Data Protection Regulation (GDPR) we need your consent to work with your personal data.' => '',
|
||||
@ -277,6 +279,4 @@ return [
|
||||
'Your consent is required to work with this site' => '',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '',
|
||||
'An email has been sent with instructions for resetting your password' => '@@È stata inviata un\'email con le istruzioni per azzerare la tua password@@',
|
||||
'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@Consento al trattamento dei miei dati personali e all\'uso dei cookie per agevolare le attività di questo sito. Per ulteriori informazioni leggere la nostra {privacyPolicy}@@',
|
||||
'privacy policy' => '@@politica della privacy@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user