mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 21:25:43 +00:00
New translations en.json (Swedish)
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
"loginOauthFailSubtitle": "Kunde inte hämta OAuth URL",
|
||||
"loginOauthSuccessTitle": "Omdirigerar",
|
||||
"loginOauthSuccessSubtitle": "Omdirigera till din OAuth leverantör",
|
||||
"continueTitle": "Fortsätt",
|
||||
"continueRedirectingTitle": "Omdirigerar...",
|
||||
"continueRedirectingSubtitle": "Du bör omdirigeras till appen snart",
|
||||
"continueInvalidRedirectTitle": "Ogiltig omdirigering",
|
||||
"continueInvalidRedirectSubtitle": "Omdirigerings-URL är ogiltig",
|
||||
"continueRedirectManually": "Redirect me manually",
|
||||
"continueInsecureRedirectTitle": "Osäker omdirigering",
|
||||
"continueInsecureRedirectSubtitle": "Du försöker omdirigera från <code>https</code> till <code>http</code> som inte är säker. Är du säker på att du vill fortsätta?",
|
||||
"continueTitle": "Fortsätt",
|
||||
"continueSubtitle": "Klicka på knappen för att fortsätta till din app.",
|
||||
"continueUntrustedRedirectTitle": "Untrusted redirect",
|
||||
"continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{rootDomain}}</code>). Are you sure you want to continue?",
|
||||
"logoutFailTitle": "Kunde inte logga ut.",
|
||||
"logoutFailSubtitle": "Vänligen försök igen",
|
||||
"logoutSuccessTitle": "Utloggad",
|
||||
@@ -44,8 +44,6 @@
|
||||
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
|
||||
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
||||
"unauthorizedButton": "Try again",
|
||||
"untrustedRedirectTitle": "Untrusted redirect",
|
||||
"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?",
|
||||
"cancelTitle": "Cancel",
|
||||
"forgotPasswordTitle": "Forgot your password?",
|
||||
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
|
||||
@@ -53,5 +51,9 @@
|
||||
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
|
||||
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
|
||||
"fieldRequired": "This field is required",
|
||||
"invalidInput": "Invalid input"
|
||||
"invalidInput": "Invalid input",
|
||||
"domainWarningTitle": "Invalid Domain",
|
||||
"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.",
|
||||
"ignoreTitle": "Ignore",
|
||||
"goToCorrectDomainTitle": "Go to correct domain"
|
||||
}
|
||||
Reference in New Issue
Block a user