|
1 | 1 | { |
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", |
6 | 6 | "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", |
15 | 15 | "loginOauthSuccessTitle": "Redirecting", |
16 | 16 | "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |
17 | 17 | "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", |
18 | 18 | "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", |
19 | 19 | "loginOauthAutoRedirectButton": "Redirect now", |
20 | | - "continueTitle": "Continue", |
| 20 | + "continueTitle": "Prosegui", |
21 | 21 | "continueRedirectingTitle": "Redirecting...", |
22 | 22 | "continueRedirectingSubtitle": "You should be redirected to the app soon", |
23 | 23 | "continueRedirectManually": "Redirect me manually", |
|
39 | 39 | "totpFailSubtitle": "Please check your code and try again", |
40 | 40 | "totpSuccessTitle": "Verified", |
41 | 41 | "totpSuccessSubtitle": "Redirecting to your app", |
42 | | - "totpTitle": "Enter your TOTP code", |
| 42 | + "totpTitle": "Inserisci il tuo codice TOTP", |
43 | 43 | "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>.", |
48 | 48 | "unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |
49 | 49 | "unauthorizedButton": "Try again", |
50 | 50 | "cancelTitle": "Cancel", |
|
0 commit comments