From 475af6ad60f1fba220fc03570e01f828914a1394 Mon Sep 17 00:00:00 2001 From: Marco Bertorello Date: Thu, 17 Nov 2022 15:52:04 +0100 Subject: [PATCH 1/2] started Italian translation --- src/Language/it/Auth.php | 99 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 src/Language/it/Auth.php diff --git a/src/Language/it/Auth.php b/src/Language/it/Auth.php new file mode 100644 index 000000000..d9b16e4ed --- /dev/null +++ b/src/Language/it/Auth.php @@ -0,0 +1,99 @@ + '{0} non è un autenticatore valido.', + 'unknownUserProvider' => 'Impossibile determinare lo User Provider da usare.', + 'invalidUser' => 'Impossibile trovere l\'utente specificato.', + 'badAttempt' => 'Impossibile accedere. Si prega di verificare le proprie credenziali.', + 'noPassword' => 'Impossibile validare un utente senza una password.', + 'invalidPassword' => 'Impossibile accedere. Si prega di verificare la propria password.', + 'noToken' => 'Ogni richiesta deve avere un token bearer nell\' header {0}.', + 'badToken' => 'Il token di accesso non è valido.', + 'oldToken' => 'Il token di accesso è scaduto.', + 'noUserEntity' => 'Deve essere fornita una User Entity per la validazione della password.', + 'invalidEmail' => 'Impossibile verificare che l\'indirizzo email corrisponda all\'email nel record.', + 'unableSendEmailToUser' => 'Spiacente, c\'è stato un problema inviando l\'email. Non possiamo inviare un\'email a "{0}".', + 'throttled' => 'Too many requests made from this IP address. You may try again in {0} seconds.', + 'throttled' => 'Troppe richieste effettuate da questo indirizzo IP. Potrai riprovare tra {0} secondi.', + + 'email' => 'Indirizzo Email', + 'username' => 'Username', + 'password' => 'Password', + 'passwordConfirm' => 'Password (ancora)', + 'haveAccount' => 'Hai già un account?', + + // Buttons + 'confirm' => 'Conferma', + 'send' => 'Invia', + + // Registration + 'register' => 'Register', + 'registerDisabled' => 'Registration is not currently allowed.', + 'registerSuccess' => 'Welcome aboard!', + + // Login + 'login' => 'Login', + 'needAccount' => 'Need an account?', + 'rememberMe' => 'Remember me?', + 'forgotPassword' => 'Forgot your password?', + 'useMagicLink' => 'Use a Login Link', + 'magicLinkSubject' => 'Your Login Link', + 'magicTokenNotFound' => 'Unable to verify the link.', + 'magicLinkExpired' => 'Sorry, link has expired.', + 'checkYourEmail' => 'Check your email!', + 'magicLinkDetails' => 'We just sent you an email with a Login link inside. It is only valid for {0} minutes.', + 'successLogout' => 'You have successfully logged out.', + + // Passwords + 'errorPasswordLength' => 'Passwords must be at least {0, number} characters long.', + 'suggestPasswordLength' => 'Pass phrases - up to 255 characters long - make more secure passwords that are easy to remember.', + 'errorPasswordCommon' => 'Password must not be a common password.', + 'suggestPasswordCommon' => 'The password was checked against over 65k commonly used passwords or passwords that have been leaked through hacks.', + 'errorPasswordPersonal' => 'Passwords cannot contain re-hashed personal information.', + 'suggestPasswordPersonal' => 'Variations on your email address or username should not be used for passwords.', + 'errorPasswordTooSimilar' => 'Password is too similar to the username.', + 'suggestPasswordTooSimilar' => 'Do not use parts of your username in your password.', + 'errorPasswordPwned' => 'The password {0} has been exposed due to a data breach and has been seen {1, number} times in {2} of compromised passwords.', + 'suggestPasswordPwned' => '{0} should never be used as a password. If you are using it anywhere change it immediately.', + 'errorPasswordEmpty' => 'A Password is required.', + 'passwordChangeSuccess' => 'Password changed successfully', + 'userDoesNotExist' => 'Password was not changed. User does not exist', + 'resetTokenExpired' => 'Sorry. Your reset token has expired.', + + // Email Globals + 'emailInfo' => 'Some information about the person:', + 'emailIpAddress' => 'IP Address:', + 'emailDevice' => 'Device:', + 'emailDate' => 'Date:', + + // 2FA + 'email2FATitle' => 'Two Factor Authentication', + 'confirmEmailAddress' => 'Confirm your email address.', + 'emailEnterCode' => 'Confirm your Email', + 'emailConfirmCode' => 'Enter the 6-digit code we just sent to your email address.', + 'email2FASubject' => 'Your authentication code', + 'email2FAMailBody' => 'Your authentication code is:', + 'invalid2FAToken' => 'The code was incorrect.', + 'need2FA' => 'You must complete a two-factor verification.', + 'needVerification' => 'Check your email to complete account activation.', + + // Activate + 'emailActivateTitle' => 'Email Activation', + 'emailActivateBody' => 'We just sent an email to you with a code to confirm your email address. Copy that code and paste it below.', + 'emailActivateSubject' => 'Your activation code', + 'emailActivateMailBody' => 'Please use the code below to activate your account and start using the site.', + 'invalidActivateToken' => 'The code was incorrect.', + 'needActivate' => 'You must complete your registration by confirming the code sent to your email address.', + + // Groups + 'unknownGroup' => '{0} is not a valid group.', + 'missingTitle' => 'Groups must have a title.', + + // Permissions + 'unknownPermission' => '{0} is not a valid permission.', +]; From caaf8785125350bb22e1fbd54d451e1c404f9037 Mon Sep 17 00:00:00 2001 From: Marco Bertorello Date: Thu, 17 Nov 2022 16:51:24 +0100 Subject: [PATCH 2/2] Completed Italian translation --- src/Language/it/Auth.php | 95 ++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 47 deletions(-) diff --git a/src/Language/it/Auth.php b/src/Language/it/Auth.php index d9b16e4ed..e6ec955ee 100644 --- a/src/Language/it/Auth.php +++ b/src/Language/it/Auth.php @@ -33,67 +33,68 @@ // Registration 'register' => 'Register', - 'registerDisabled' => 'Registration is not currently allowed.', - 'registerSuccess' => 'Welcome aboard!', + 'registerDisabled' => 'LA registrazione non è al momento consentita.', + 'registerSuccess' => 'Benvenuto a bordo!', // Login 'login' => 'Login', - 'needAccount' => 'Need an account?', - 'rememberMe' => 'Remember me?', - 'forgotPassword' => 'Forgot your password?', - 'useMagicLink' => 'Use a Login Link', - 'magicLinkSubject' => 'Your Login Link', - 'magicTokenNotFound' => 'Unable to verify the link.', - 'magicLinkExpired' => 'Sorry, link has expired.', - 'checkYourEmail' => 'Check your email!', - 'magicLinkDetails' => 'We just sent you an email with a Login link inside. It is only valid for {0} minutes.', + 'needAccount' => 'Hai bisogno di un account?', + 'rememberMe' => 'Ricordami?', + 'forgotPassword' => 'Password dimenticata?', + 'useMagicLink' => 'Usa un Login Link', + 'magicLinkSubject' => 'Il tuo Login Link', + 'magicTokenNotFound' => 'Impossibile verificare il link.', + 'magicLinkExpired' => 'Spiacente, il link è scaduto.', + 'checkYourEmail' => 'Controlla la tua email!', + 'magicLinkDetails' => 'Ti abbiamo appena inviato una mail contenente un Login link. È valido solo per {0} minuti.', 'successLogout' => 'You have successfully logged out.', + 'successLogout' => 'Hai effettuato il logout con successo.', // Passwords - 'errorPasswordLength' => 'Passwords must be at least {0, number} characters long.', - 'suggestPasswordLength' => 'Pass phrases - up to 255 characters long - make more secure passwords that are easy to remember.', - 'errorPasswordCommon' => 'Password must not be a common password.', - 'suggestPasswordCommon' => 'The password was checked against over 65k commonly used passwords or passwords that have been leaked through hacks.', - 'errorPasswordPersonal' => 'Passwords cannot contain re-hashed personal information.', - 'suggestPasswordPersonal' => 'Variations on your email address or username should not be used for passwords.', - 'errorPasswordTooSimilar' => 'Password is too similar to the username.', - 'suggestPasswordTooSimilar' => 'Do not use parts of your username in your password.', - 'errorPasswordPwned' => 'The password {0} has been exposed due to a data breach and has been seen {1, number} times in {2} of compromised passwords.', - 'suggestPasswordPwned' => '{0} should never be used as a password. If you are using it anywhere change it immediately.', - 'errorPasswordEmpty' => 'A Password is required.', - 'passwordChangeSuccess' => 'Password changed successfully', - 'userDoesNotExist' => 'Password was not changed. User does not exist', - 'resetTokenExpired' => 'Sorry. Your reset token has expired.', + 'errorPasswordLength' => 'Le password devono essere lunghe almeno {0, number} ccaratteri.', + 'suggestPasswordLength' => 'Le Pass phrases - lunghe fino a 255 caratteri - fanno password più sicure e più facili da ricordare.', + 'errorPasswordCommon' => 'La password non deve essere una passowrd comune.', + 'suggestPasswordCommon' => 'La password è stata controllata in una lista di oltre 65k password comunemente usate o password che sono state trafugate attraverso hacks.', + 'errorPasswordPersonal' => 'Le password non possono contenere informazioni personali.', + 'suggestPasswordPersonal' => 'Varianti del tuo indirizzo email o username non dovrebbero essere usate come password.', + 'errorPasswordTooSimilar' => 'La password è troppo simile all\'username.', + 'suggestPasswordTooSimilar' => 'Non utilizzare parti del tuo username nella password.', + 'errorPasswordPwned' => 'La password {0} è stata esposta ad un furto di dati ed è stata vista {1, number} volte in {2} di password compromesse.', + 'suggestPasswordPwned' => '{0} non dovrebbe mai essere usata come password. Se la stai utilizzando da qualche parte, cambiala immediatamente.', + 'errorPasswordEmpty' => 'Una password è richiesta.', + 'passwordChangeSuccess' => 'La password è stata cambiata con successo', + 'userDoesNotExist' => 'La password non è stata cambiata. L\'utente non esiste', + 'resetTokenExpired' => 'Spiacente. Il tuo reset token è scaduto.', // Email Globals - 'emailInfo' => 'Some information about the person:', - 'emailIpAddress' => 'IP Address:', - 'emailDevice' => 'Device:', - 'emailDate' => 'Date:', + 'emailInfo' => 'Alcune informazioni sulla persona:', + 'emailIpAddress' => 'Indirizo IP:', + 'emailDevice' => 'Dispositivo:', + 'emailDate' => 'Data:', // 2FA - 'email2FATitle' => 'Two Factor Authentication', - 'confirmEmailAddress' => 'Confirm your email address.', - 'emailEnterCode' => 'Confirm your Email', - 'emailConfirmCode' => 'Enter the 6-digit code we just sent to your email address.', - 'email2FASubject' => 'Your authentication code', - 'email2FAMailBody' => 'Your authentication code is:', - 'invalid2FAToken' => 'The code was incorrect.', - 'need2FA' => 'You must complete a two-factor verification.', - 'needVerification' => 'Check your email to complete account activation.', + 'email2FATitle' => 'Autenticazione a due fattori', + 'confirmEmailAddress' => 'Conferma il tuo indirizzo email.', + 'emailEnterCode' => 'Conferma la tua Email', + 'emailConfirmCode' => 'Inserisci il codice a 6 cifre che abbiamo mandato al tuo indirizzo email.', + 'email2FASubject' => 'Il tuo codice di autenticazione', + 'email2FAMailBody' => 'Il tuo codice di autenticazione è:', + 'invalid2FAToken' => 'Il codice era sbagliato.', + 'need2FA' => 'Devi completare l\'autenticazione a due fattori.', + 'needVerification' => 'Controlla la tua email per completare l\'attivazione dell\'account.', // Activate - 'emailActivateTitle' => 'Email Activation', - 'emailActivateBody' => 'We just sent an email to you with a code to confirm your email address. Copy that code and paste it below.', - 'emailActivateSubject' => 'Your activation code', - 'emailActivateMailBody' => 'Please use the code below to activate your account and start using the site.', - 'invalidActivateToken' => 'The code was incorrect.', - 'needActivate' => 'You must complete your registration by confirming the code sent to your email address.', + 'emailActivateTitle' => 'Attivazione tramite Email', + 'emailActivateBody' => 'Ti abbiamo mandato una email con un codice per confermare il tuo indirizzo email. Copia quel codice e incollalo qui sotto.', + 'emailActivateSubject' => 'Il tuo codice di attivazione', + 'emailActivateMailBody' => 'Perfavore usa il codice qui sotto per attivare il tuo acccount ed iniziare ad usare il sito.', + 'invalidActivateToken' => 'Il codice era sbagliato.', + 'needActivate' => 'Devi completare la registrazione confermando il codice inviato al tuo indrizzo email.', // Groups - 'unknownGroup' => '{0} is not a valid group.', - 'missingTitle' => 'Groups must have a title.', + 'unknownGroup' => '{0} non è un gruppo valido.', + 'missingTitle' => 'I gruppi devono avere un titolo.', // Permissions - 'unknownPermission' => '{0} is not a valid permission.', + 'unknownPermission' => '{0} non è un permesso valido.', ];