Skip to content

Commit 745c3ec

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

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"loginTitle": "Welcome back, login with",
3-
"loginTitleSimple": "Welcome back, please login",
4-
"loginDivider": "Or",
5-
"loginUsername": "Username",
2+
"loginTitle": "Bentornato, accedi con",
3+
"loginTitleSimple": "Bentornato, accedi al tuo account",
4+
"loginDivider": "Oppure",
5+
"loginUsername": "Nome utente",
66
"loginPassword": "Password",
7-
"loginSubmit": "Login",
8-
"loginFailTitle": "Failed to log in",
9-
"loginFailSubtitle": "Please check your username and password",
10-
"loginFailRateLimit": "You failed to login too many times. Please try again later",
11-
"loginSuccessTitle": "Logged in",
12-
"loginSuccessSubtitle": "Welcome back!",
13-
"loginOauthFailTitle": "An error occurred",
14-
"loginOauthFailSubtitle": "Failed to get OAuth URL",
7+
"loginSubmit": "Accesso",
8+
"loginFailTitle": "Accesso non riuscito",
9+
"loginFailSubtitle": "Verifica che il nome utente e la password siano corretti",
10+
"loginFailRateLimit": "Hai effettuato troppi tentativi errati. Riprova più tardi",
11+
"loginSuccessTitle": "Accesso effettuato",
12+
"loginSuccessSubtitle": "Bentornato!",
13+
"loginOauthFailTitle": "Si è verificato un errore",
14+
"loginOauthFailSubtitle": "Impossibile ottenere l'URL di OAuth",
1515
"loginOauthSuccessTitle": "Redirecting",
1616
"loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
1717
"loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
1818
"loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
1919
"loginOauthAutoRedirectButton": "Redirect now",
20-
"continueTitle": "Continue",
20+
"continueTitle": "Prosegui",
2121
"continueRedirectingTitle": "Redirecting...",
2222
"continueRedirectingSubtitle": "You should be redirected to the app soon",
2323
"continueRedirectManually": "Redirect me manually",
@@ -39,12 +39,12 @@
3939
"totpFailSubtitle": "Please check your code and try again",
4040
"totpSuccessTitle": "Verified",
4141
"totpSuccessSubtitle": "Redirecting to your app",
42-
"totpTitle": "Enter your TOTP code",
42+
"totpTitle": "Inserisci il tuo codice TOTP",
4343
"totpSubtitle": "Please enter the code from your authenticator app.",
44-
"unauthorizedTitle": "Unauthorized",
45-
"unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
46-
"unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.",
47-
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
44+
"unauthorizedTitle": "Non Autorizzato",
45+
"unauthorizedResourceSubtitle": "L'utente con username <code>{{username}}</code> non è autorizzato ad accedere alla risorsa <code>{{resource}}</code>.",
46+
"unauthorizedLoginSubtitle": "L'utente con username <code>{{username}}</code> non è autorizzato a effettuare l'accesso.",
47+
"unauthorizedGroupsSubtitle": "L'utente con nome utente <code>{{username}}</code> non fa parte dei gruppi richiesti dalla risorsa <code>{{resource}}</code>.",
4848
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
4949
"unauthorizedButton": "Try again",
5050
"cancelTitle": "Cancel",

0 commit comments

Comments
 (0)