You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lib/i18n/locales/it-IT.json
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -34,29 +34,29 @@
34
34
"logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.",
35
35
"notFoundTitle": "Page not found",
36
36
"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",
42
42
"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.",
44
44
"unauthorizedTitle": "Non Autorizzato",
45
45
"unauthorizedResourceSubtitle": "L'utente con username <code>{{username}}</code> non è autorizzato ad accedere alla risorsa <code>{{resource}}</code>.",
46
46
"unauthorizedLoginSubtitle": "L'utente con username <code>{{username}}</code> non è autorizzato a effettuare l'accesso.",
47
47
"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"
0 commit comments