Skip to content

Commit cecd0fd

Browse files
committed
New translations en.json (Swedish)
1 parent f004bdc commit cecd0fd

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"loginTitle": "Welcome back, login with",
3-
"loginDivider": "Or continue with password",
3+
"loginTitleSimple": "Welcome back, please login",
4+
"loginDivider": "Or",
45
"loginUsername": "Username",
56
"loginPassword": "Password",
67
"loginSubmit": "Login",
78
"loginFailTitle": "Failed to log in",
89
"loginFailSubtitle": "Please check your username and password",
9-
"loginFailRateLimit": "You failed to login too many times, please try again later",
10+
"loginFailRateLimit": "You failed to login too many times. Please try again later",
1011
"loginSuccessTitle": "Logged in",
1112
"loginSuccessSubtitle": "Welcome back!",
12-
"loginOauthFailTitle": "Internal error",
13+
"loginOauthFailTitle": "An error occurred",
1314
"loginOauthFailSubtitle": "Failed to get OAuth URL",
1415
"loginOauthSuccessTitle": "Redirecting",
1516
"loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
@@ -18,19 +19,16 @@
1819
"continueInvalidRedirectTitle": "Invalid redirect",
1920
"continueInvalidRedirectSubtitle": "The redirect URL is invalid",
2021
"continueInsecureRedirectTitle": "Insecure redirect",
21-
"continueInsecureRedirectSubtitle": "You are trying to redirect from <Code>https</Code> to <Code>http</Code>, are you sure you want to continue?",
22+
"continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?",
2223
"continueTitle": "Continue",
2324
"continueSubtitle": "Click the button to continue to your app.",
24-
"internalErrorTitle": "Internal Server Error",
25-
"internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
26-
"internalErrorButton": "Try again",
2725
"logoutFailTitle": "Failed to log out",
2826
"logoutFailSubtitle": "Please try again",
2927
"logoutSuccessTitle": "Logged out",
3028
"logoutSuccessSubtitle": "You have been logged out",
3129
"logoutTitle": "Logout",
32-
"logoutUsernameSubtitle": "You are currently logged in as <Code>{{username}}</Code>, click the button below to logout.",
33-
"logoutOauthSubtitle": "You are currently logged in as <Code>{{username}}</Code> using the {{provider}} OAuth provider, click the button below to logout.",
30+
"logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.",
31+
"logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.",
3432
"notFoundTitle": "Page not found",
3533
"notFoundSubtitle": "The page you are looking for does not exist.",
3634
"notFoundButton": "Go home",
@@ -39,13 +37,17 @@
3937
"totpSuccessTitle": "Verified",
4038
"totpSuccessSubtitle": "Redirecting to your app",
4139
"totpTitle": "Enter your TOTP code",
40+
"totpSubtitle": "Please enter the code from your authenticator app.",
4241
"unauthorizedTitle": "Unauthorized",
43-
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
44-
"unauthorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45-
"unauthorizedGroupsSubtitle": "The user with username <Code>{{username}}</Code> is not in the groups required by the resource <Code>{{resource}}</Code>.",
42+
"unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
43+
"unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.",
44+
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
4645
"unauthorizedButton": "Try again",
4746
"untrustedRedirectTitle": "Untrusted redirect",
48-
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
47+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{domain}}</code>). Are you sure you want to continue?",
4948
"cancelTitle": "Cancel",
50-
"forgotPasswordTitle": "Forgot your password?"
49+
"forgotPasswordTitle": "Forgot your password?",
50+
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
51+
"errorTitle": "An error occurred",
52+
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information."
5153
}

0 commit comments

Comments
 (0)