mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-01 06:35:43 +00:00
New translations en.json (Swedish)
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
"loginOauthFailSubtitle": "Kunde inte hämta OAuth URL",
|
"loginOauthFailSubtitle": "Kunde inte hämta OAuth URL",
|
||||||
"loginOauthSuccessTitle": "Omdirigerar",
|
"loginOauthSuccessTitle": "Omdirigerar",
|
||||||
"loginOauthSuccessSubtitle": "Omdirigera till din OAuth leverantör",
|
"loginOauthSuccessSubtitle": "Omdirigera till din OAuth leverantör",
|
||||||
|
"continueTitle": "Fortsätt",
|
||||||
"continueRedirectingTitle": "Omdirigerar...",
|
"continueRedirectingTitle": "Omdirigerar...",
|
||||||
"continueRedirectingSubtitle": "Du bör omdirigeras till appen snart",
|
"continueRedirectingSubtitle": "Du bör omdirigeras till appen snart",
|
||||||
"continueInvalidRedirectTitle": "Ogiltig omdirigering",
|
"continueRedirectManually": "Redirect me manually",
|
||||||
"continueInvalidRedirectSubtitle": "Omdirigerings-URL är ogiltig",
|
|
||||||
"continueInsecureRedirectTitle": "Osäker omdirigering",
|
"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?",
|
"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",
|
"continueUntrustedRedirectTitle": "Untrusted redirect",
|
||||||
"continueSubtitle": "Klicka på knappen för att fortsätta till din app.",
|
"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.",
|
"logoutFailTitle": "Kunde inte logga ut.",
|
||||||
"logoutFailSubtitle": "Vänligen försök igen",
|
"logoutFailSubtitle": "Vänligen försök igen",
|
||||||
"logoutSuccessTitle": "Utloggad",
|
"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>.",
|
"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>.",
|
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
||||||
"unauthorizedButton": "Try again",
|
"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",
|
"cancelTitle": "Cancel",
|
||||||
"forgotPasswordTitle": "Forgot your password?",
|
"forgotPasswordTitle": "Forgot your password?",
|
||||||
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
|
"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.",
|
"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.",
|
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
|
||||||
"fieldRequired": "This field is required",
|
"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