diff --git a/frontend/src/lib/i18n/locales/da-DK.json b/frontend/src/lib/i18n/locales/da-DK.json
index 03c3fa76..30cb2c22 100644
--- a/frontend/src/lib/i18n/locales/da-DK.json
+++ b/frontend/src/lib/i18n/locales/da-DK.json
@@ -1,83 +1,105 @@
{
- "loginTitle": "Velkommen tilbage, log ind med",
- "loginTitleSimple": "Velkommen tilbage, log venligst ind",
- "loginDivider": "Eller",
- "loginUsername": "Brugernavn",
- "loginPassword": "Adgangskode",
- "loginSubmit": "Log ind",
- "loginFailTitle": "Login mislykkedes",
- "loginFailSubtitle": "Tjek venligst dit brugernavn og adgangskode",
- "loginFailRateLimit": "Du har forsøgt at logge ind for mange gange, prøv igen senere",
- "loginSuccessTitle": "Logget ind",
- "loginSuccessSubtitle": "Velkommen tilbage!",
- "loginOauthFailTitle": "Der opstod en fejl",
- "loginOauthFailSubtitle": "Kunne ikke hente OAuth-URL",
- "loginOauthSuccessTitle": "Omdirigerer",
- "loginOauthSuccessSubtitle": "Omdirigerer til din OAuth-udbyder",
- "loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
- "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
- "loginOauthAutoRedirectButton": "Redirect now",
- "continueTitle": "Fortsæt",
- "continueRedirectingTitle": "Omdirigerer...",
- "continueRedirectingSubtitle": "Du bør blive omdirigeret til appen snart",
- "continueRedirectManually": "Redirect me manually",
- "continueInsecureRedirectTitle": "Usikker omdirigering",
- "continueInsecureRedirectSubtitle": "Du forsøger at omdirigere fra https til http, som ikke er sikker. Er du sikker på, at du vil fortsætte?",
- "continueUntrustedRedirectTitle": "Untrusted redirect",
- "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{cookieDomain}}). Are you sure you want to continue?",
- "logoutFailTitle": "Log ud mislykkedes",
- "logoutFailSubtitle": "Prøv venligst igen",
- "logoutSuccessTitle": "Logget ud",
- "logoutSuccessSubtitle": "Du er blevet logget ud",
- "logoutTitle": "Log ud",
- "logoutUsernameSubtitle": "Du er i øjeblikket logget ind som {{username}}. Klik på knappen nedenfor for at logge ud.",
- "logoutOauthSubtitle": "Du er i øjeblikket logget ind som {{username}} via {{provider}} OAuth-udbyderen. Klik på knappen nedenfor for at logge ud.",
- "notFoundTitle": "Siden blev ikke fundet",
- "notFoundSubtitle": "Siden du leder efter, findes ikke.",
- "notFoundButton": "Gå til forsiden",
- "totpFailTitle": "Verificering af kode mislykkedes",
- "totpFailSubtitle": "Tjek venligst din kode og prøv igen",
- "totpSuccessTitle": "Verificeret",
- "totpSuccessSubtitle": "Omdirigerer til din app",
- "totpTitle": "Indtast din TOTP-kode",
- "totpSubtitle": "Indtast venligst koden fra din to-faktor-godkendelsesapp.",
- "unauthorizedTitle": "Uautoriseret",
- "unauthorizedResourceSubtitle": "Brugeren med brugernavnet {{username}} har ikke tilladelse til at tilgå ressourcen {{resource}}.",
- "unauthorizedLoginSubtitle": "Brugeren med brugernavnet {{username}} har ikke tilladelse til at logge ind.",
- "unauthorizedGroupsSubtitle": "Brugeren med brugernavnet {{username}} er ikke i de grupper, som ressourcen {{resource}} kræver.",
- "unauthorizedIpSubtitle": "Din IP adresse {{ip}} er ikke autoriseret til at tilgå ressourcen {{resource}}.",
- "unauthorizedButton": "Prøv igen",
- "cancelTitle": "Annuller",
- "forgotPasswordTitle": "Glemt din adgangskode?",
- "failedToFetchProvidersTitle": "Kunne ikke indlæse godkendelsesudbydere. Tjek venligst din konfiguration.",
- "errorTitle": "Der opstod en fejl",
- "errorSubtitleInfo": "The following error occurred while processing your request:",
- "errorSubtitle": "Der opstod en fejl under forsøget på at udføre denne handling. Tjek venligst konsollen for mere information.",
- "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
- "fieldRequired": "This field is required",
- "invalidInput": "Invalid input",
- "domainWarningTitle": "Invalid Domain",
- "domainWarningSubtitle": "You are accessing this instance from an incorrect domain. If you proceed, you may encounter issues with authentication.",
- "domainWarningCurrent": "Current:",
- "domainWarningExpected": "Expected:",
- "ignoreTitle": "Ignore",
- "goToCorrectDomainTitle": "Go to correct domain",
- "authorizeTitle": "Authorize",
- "authorizeCardTitle": "Continue to {{app}}?",
- "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
- "authorizeSubtitleOAuth": "Would you like to continue to this app?",
- "authorizeLoadingTitle": "Loading...",
- "authorizeLoadingSubtitle": "Please wait while we load the client information.",
- "authorizeSuccessTitle": "Authorized",
- "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
- "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
- "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
- "openidScopeName": "OpenID Connect",
- "openidScopeDescription": "Allows the app to access your OpenID Connect information.",
- "emailScopeName": "Email",
- "emailScopeDescription": "Allows the app to access your email address.",
- "profileScopeName": "Profile",
- "profileScopeDescription": "Allows the app to access your profile information.",
- "groupsScopeName": "Groups",
- "groupsScopeDescription": "Allows the app to access your group information."
+ "loginTitle": "Velkommen tilbage, log ind med",
+ "loginTitleSimple": "Velkommen tilbage, log venligst ind",
+ "loginDivider": "Eller",
+ "loginUsername": "Brugernavn",
+ "loginPassword": "Adgangskode",
+ "loginSubmit": "Log ind",
+ "loginFailTitle": "Login mislykkedes",
+ "loginFailSubtitle": "Tjek venligst dit brugernavn og adgangskode",
+ "loginFailRateLimit": "Du har forsøgt at logge ind for mange gange, prøv igen senere",
+ "loginSuccessTitle": "Logget ind",
+ "loginSuccessSubtitle": "Velkommen tilbage!",
+ "loginOauthFailTitle": "Der opstod en fejl",
+ "loginOauthFailSubtitle": "Kunne ikke hente OAuth-URL",
+ "loginOauthSuccessTitle": "Omdirigerer",
+ "loginOauthSuccessSubtitle": "Omdirigerer til din OAuth-udbyder",
+ "loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
+ "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
+ "loginOauthAutoRedirectButton": "Redirect now",
+ "continueTitle": "Fortsæt",
+ "continueRedirectingTitle": "Omdirigerer...",
+ "continueRedirectingSubtitle": "Du bør blive omdirigeret til appen snart",
+ "continueRedirectManually": "Redirect me manually",
+ "continueInsecureRedirectTitle": "Usikker omdirigering",
+ "continueInsecureRedirectSubtitle": "Du forsøger at omdirigere fra https til http, som ikke er sikker. Er du sikker på, at du vil fortsætte?",
+ "continueUntrustedRedirectTitle": "Untrusted redirect",
+ "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{cookieDomain}}). Are you sure you want to continue?",
+ "logoutFailTitle": "Log ud mislykkedes",
+ "logoutFailSubtitle": "Prøv venligst igen",
+ "logoutSuccessTitle": "Logget ud",
+ "logoutSuccessSubtitle": "Du er blevet logget ud",
+ "logoutTitle": "Log ud",
+ "logoutUsernameSubtitle": "Du er i øjeblikket logget ind som {{username}}. Klik på knappen nedenfor for at logge ud.",
+ "logoutOauthSubtitle": "Du er i øjeblikket logget ind som {{username}} via {{provider}} OAuth-udbyderen. Klik på knappen nedenfor for at logge ud.",
+ "notFoundTitle": "Siden blev ikke fundet",
+ "notFoundSubtitle": "Siden du leder efter, findes ikke.",
+ "notFoundButton": "Gå til forsiden",
+ "totpFailTitle": "Verificering af kode mislykkedes",
+ "totpFailSubtitle": "Tjek venligst din kode og prøv igen",
+ "totpSuccessTitle": "Verificeret",
+ "totpSuccessSubtitle": "Omdirigerer til din app",
+ "totpTitle": "Indtast din TOTP-kode",
+ "totpSubtitle": "Indtast venligst koden fra din to-faktor-godkendelsesapp.",
+ "unauthorizedTitle": "Uautoriseret",
+ "unauthorizedResourceSubtitle": "Brugeren med brugernavnet {{username}} har ikke tilladelse til at tilgå ressourcen {{resource}}.",
+ "unauthorizedLoginSubtitle": "Brugeren med brugernavnet {{username}} har ikke tilladelse til at logge ind.",
+ "unauthorizedGroupsSubtitle": "Brugeren med brugernavnet {{username}} er ikke i de grupper, som ressourcen {{resource}} kræver.",
+ "unauthorizedIpSubtitle": "Din IP adresse {{ip}} er ikke autoriseret til at tilgå ressourcen {{resource}}.",
+ "unauthorizedButton": "Prøv igen",
+ "cancelTitle": "Annuller",
+ "forgotPasswordTitle": "Glemt din adgangskode?",
+ "failedToFetchProvidersTitle": "Kunne ikke indlæse godkendelsesudbydere. Tjek venligst din konfiguration.",
+ "errorTitle": "Der opstod en fejl",
+ "errorSubtitleInfo": "The following error occurred while processing your request:",
+ "errorSubtitle": "Der opstod en fejl under forsøget på at udføre denne handling. Tjek venligst konsollen for mere information.",
+ "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
+ "fieldRequired": "This field is required",
+ "invalidInput": "Invalid input",
+ "domainWarningTitle": "Invalid Domain",
+ "domainWarningSubtitle": "You are accessing this instance from an incorrect domain. If you proceed, you may encounter issues with authentication.",
+ "domainWarningCurrent": "Current:",
+ "domainWarningExpected": "Expected:",
+ "ignoreTitle": "Ignore",
+ "goToCorrectDomainTitle": "Go to correct domain",
+ "authorizeTitle": "Authorize",
+ "authorizeCardTitle": "Continue to {{app}}?",
+ "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
+ "authorizeSubtitleOAuth": "Would you like to continue to this app?",
+ "authorizeLoadingTitle": "Loading...",
+ "authorizeLoadingSubtitle": "Please wait while we load the client information.",
+ "authorizeSuccessTitle": "Authorized",
+ "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
+ "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
+ "authorizeErrorInvalidParams": "The request is missing required parameters or has invalid parameters. Please check the URL and try again.",
+ "openidScopeName": "OpenID Connect",
+ "openidScopeDescription": "Allows the app to access your OpenID Connect information.",
+ "emailScopeName": "Email",
+ "emailScopeDescription": "Allows the app to access your email address.",
+ "profileScopeName": "Profile",
+ "profileScopeDescription": "Allows the app to access your profile information.",
+ "groupsScopeName": "Groups",
+ "groupsScopeDescription": "Allows the app to access your group information.",
+ "backToLoginButton": "Back to login",
+ "phoneScopeName": "Phone",
+ "phoneScopeDescription": "Allows the app to access your phone number.",
+ "addressScopeName": "Address",
+ "addressScopeDescription": "Allows the app to access your address.",
+ "loginTailscaleTitle": "Continue with Tailscale",
+ "loginTailscaleDescription": "You appear to be accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?",
+ "loginTailscaleDeviceName": "Device name:",
+ "loginTailscaleOtherMethod": "Login with another method",
+ "loginTailscaleSuccess": "Successfully authenticated with Tailscale.",
+ "loginTailscaleFail": "Failed to authenticate with Tailscale. Please try again or use another login method.",
+ "logoutTailscaleSubtitle": "You are currently logged in with Tailscale on your device {{deviceName}}. Click the button below to logout.",
+ "quickActionsLanguage": "Language",
+ "quickActionsTheme": "Theme",
+ "quickActionsThemeLight": "Light",
+ "quickActionsThemeDark": "Dark",
+ "quickActionsThemeSystem": "System",
+ "quickActionsLogout": "Logout",
+ "quickActionsTitle": "Quick Actions",
+ "quickActionsProviderLocal": "Local",
+ "quickActionsProviderLDAP": "LDAP",
+ "quickActionsProviderOAuth": "{{provider}} OAuth"
}