Skip to content

Commit 6b2cf3d

Browse files
committed
New translations en.json (Italian)
1 parent 745c3ec commit 6b2cf3d

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

frontend/src/lib/i18n/locales/it-IT.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,29 @@
3434
"logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.",
3535
"notFoundTitle": "Page not found",
3636
"notFoundSubtitle": "The page you are looking for does not exist.",
37-
"notFoundButton": "Go home",
38-
"totpFailTitle": "Failed to verify code",
39-
"totpFailSubtitle": "Please check your code and try again",
40-
"totpSuccessTitle": "Verified",
41-
"totpSuccessSubtitle": "Redirecting to your app",
37+
"notFoundButton": "Vai alla home",
38+
"totpFailTitle": "Errore nella verifica del codice",
39+
"totpFailSubtitle": "Si prega di controllare il codice e riprovare",
40+
"totpSuccessTitle": "Verificato",
41+
"totpSuccessSubtitle": "Reindirizzamento alla tua app",
4242
"totpTitle": "Inserisci il tuo codice TOTP",
43-
"totpSubtitle": "Please enter the code from your authenticator app.",
43+
"totpSubtitle": "Inserisci il codice dalla tua app di autenticazione.",
4444
"unauthorizedTitle": "Non Autorizzato",
4545
"unauthorizedResourceSubtitle": "L'utente con username <code>{{username}}</code> non è autorizzato ad accedere alla risorsa <code>{{resource}}</code>.",
4646
"unauthorizedLoginSubtitle": "L'utente con username <code>{{username}}</code> non è autorizzato a effettuare l'accesso.",
4747
"unauthorizedGroupsSubtitle": "L'utente con nome utente <code>{{username}}</code> non fa parte dei gruppi richiesti dalla risorsa <code>{{resource}}</code>.",
48-
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
49-
"unauthorizedButton": "Try again",
50-
"cancelTitle": "Cancel",
51-
"forgotPasswordTitle": "Forgot your password?",
52-
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
53-
"errorTitle": "An error occurred",
54-
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
55-
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
56-
"fieldRequired": "This field is required",
57-
"invalidInput": "Invalid input",
58-
"domainWarningTitle": "Invalid Domain",
59-
"domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.",
60-
"ignoreTitle": "Ignore",
61-
"goToCorrectDomainTitle": "Go to correct domain"
48+
"unauthorizedIpSubtitle": "Il tuo indirizzo IP <code>{{ip}}</code> non è autorizzato ad accedere alla risorsa <code>{{resource}}</code>.",
49+
"unauthorizedButton": "Riprova",
50+
"cancelTitle": "Annulla",
51+
"forgotPasswordTitle": "Password dimenticata?",
52+
"failedToFetchProvidersTitle": "Impossibile caricare i provider di autenticazione. Si prega di controllare la configurazione.",
53+
"errorTitle": "Si è verificato un errore",
54+
"errorSubtitle": "Si è verificato un errore durante il tentativo di eseguire questa azione. Si prega di controllare la console per ulteriori informazioni.",
55+
"forgotPasswordMessage": "Puoi reimpostare la tua password modificando la variabile d'ambiente `USERS`.",
56+
"fieldRequired": "Questo campo è obbligatorio",
57+
"invalidInput": "Input non valido",
58+
"domainWarningTitle": "Dominio non valido",
59+
"domainWarningSubtitle": "Questa istanza è configurata per essere accessibile da <code>{{appUrl}}</code>, ma <code>{{currentUrl}}</code> è in uso. Se procedi, potresti incorrere in problemi di autenticazione.",
60+
"ignoreTitle": "Ignora",
61+
"goToCorrectDomainTitle": "Vai al dominio corretto"
6262
}

0 commit comments

Comments
 (0)