diff --git a/frontend/src/lib/i18n/locales/af-ZA.json b/frontend/src/lib/i18n/locales/af-ZA.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/af-ZA.json
+++ b/frontend/src/lib/i18n/locales/af-ZA.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/ar-SA.json b/frontend/src/lib/i18n/locales/ar-SA.json
index 4328eb9..2990e0d 100644
--- a/frontend/src/lib/i18n/locales/ar-SA.json
+++ b/frontend/src/lib/i18n/locales/ar-SA.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "غير مرخص",
"unauthorizedResourceSubtitle": "المستخدم الذي يحمل اسم المستخدم {{username}} غير مصرح له بالوصول إلى المورد {{resource}}.",
"unaothorizedLoginSubtitle": "المستخدم الذي يحمل اسم المستخدم {{username}} غير مصرح له بتسجيل الدخول.",
- "unauthorizedButton": "حاول مجددا"
+ "unauthorizedButton": "حاول مجددا",
+ "untrustedRedirectTitle": "Untrusted redirect",
+ "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "إلغاء"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/ca-ES.json b/frontend/src/lib/i18n/locales/ca-ES.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/ca-ES.json
+++ b/frontend/src/lib/i18n/locales/ca-ES.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/cs-CZ.json b/frontend/src/lib/i18n/locales/cs-CZ.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/cs-CZ.json
+++ b/frontend/src/lib/i18n/locales/cs-CZ.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/da-DK.json b/frontend/src/lib/i18n/locales/da-DK.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/da-DK.json
+++ b/frontend/src/lib/i18n/locales/da-DK.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/de-DE.json b/frontend/src/lib/i18n/locales/de-DE.json
index ec039dd..eed31ce 100644
--- a/frontend/src/lib/i18n/locales/de-DE.json
+++ b/frontend/src/lib/i18n/locales/de-DE.json
@@ -7,40 +7,43 @@
"loginFailTitle": "Login fehlgeschlagen",
"loginFailSubtitle": "Bitte überprüfe deinen Benutzernamen und Passwort",
"loginFailRateLimit": "Sie konnten sich zu oft nicht einloggen, bitte versuchen Sie es später erneut",
- "loginSuccessTitle": "Logged in",
+ "loginSuccessTitle": "Angemeldet",
"loginSuccessSubtitle": "Willkommen zurück!",
"loginOauthFailTitle": "Interner Fehler",
"loginOauthFailSubtitle": "Fehler beim Abrufen der OAuth-URL",
- "loginOauthSuccessTitle": "Redirecting",
- "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
- "continueRedirectingTitle": "Redirecting...",
- "continueRedirectingSubtitle": "You should be redirected to the app soon",
+ "loginOauthSuccessTitle": "Leite weiter",
+ "loginOauthSuccessSubtitle": "Weiterleitung zu Ihrem OAuth-Provider",
+ "continueRedirectingTitle": "Leite weiter...",
+ "continueRedirectingSubtitle": "Sie sollten in Kürze zur App weitergeleitet werden",
"continueInvalidRedirectTitle": "Ungültige Weiterleitung",
"continueInvalidRedirectSubtitle": "Die Weiterleitungs-URL ist ungültig",
"continueInsecureRedirectTitle": "Unsichere Weiterleitung",
- "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?",
+ "continueInsecureRedirectSubtitle": "Sie versuchen von https auf httpweiterzuleiten. Sind Sie sicher, dass Sie fortfahren möchten?",
"continueTitle": "Weiter",
- "continueSubtitle": "Click the button to continue to your app.",
+ "continueSubtitle": "Klicken Sie auf den Button, um zur App zu gelangen.",
"internalErrorTitle": "Interner Serverfehler",
- "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
- "internalErrorButton": "Try again",
- "logoutFailTitle": "Failed to log out",
- "logoutFailSubtitle": "Please try again",
- "logoutSuccessTitle": "Logged out",
- "logoutSuccessSubtitle": "You have been logged out",
- "logoutTitle": "Logout",
- "logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.",
- "logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.",
- "notFoundTitle": "Page not found",
- "notFoundSubtitle": "The page you are looking for does not exist.",
- "notFoundButton": "Go home",
- "totpFailTitle": "Failed to verify code",
- "totpFailSubtitle": "Please check your code and try again",
- "totpSuccessTitle": "Verified",
- "totpSuccessSubtitle": "Redirecting to your app",
- "totpTitle": "Enter your TOTP code",
- "unauthorizedTitle": "Unauthorized",
- "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
- "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "unauthorizedButton": "Try again"
+ "internalErrorSubtitle": "Ein Error ist auf dem Server aufgetreten, weshalb ihre Anfrage derzeit nicht bearbeitet werden kann.",
+ "internalErrorButton": "Erneut versuchen",
+ "logoutFailTitle": "Abmelden fehlgeschlagen",
+ "logoutFailSubtitle": "Bitte versuchen Sie es erneut",
+ "logoutSuccessTitle": "Abgemeldet",
+ "logoutSuccessSubtitle": "Sie wurden abgemeldet",
+ "logoutTitle": "Abmelden",
+ "logoutUsernameSubtitle": "Sie sind derzeit als {{username}}angemeldet. Klicken Sie auf den Button unten, um sich abzumelden.",
+ "logoutOauthSubtitle": "Sie sind derzeit als {{username}} mit dem {{provider}} OAuth-Anbieter angemeldet. Klicken Sie auf den Button unten, um sich abzumelden.",
+ "notFoundTitle": "Seite nicht gefunden",
+ "notFoundSubtitle": "Die gesuchte Seite existiert nicht.",
+ "notFoundButton": "Nach Hause",
+ "totpFailTitle": "Fehler beim Verifizieren des Codes",
+ "totpFailSubtitle": "Bitte überprüfen Sie Ihren Code und versuchen Sie es erneut",
+ "totpSuccessTitle": "Verifiziert",
+ "totpSuccessSubtitle": "Leite zur App weiter",
+ "totpTitle": "Geben Sie Ihren TOTP Code ein",
+ "unauthorizedTitle": "Unautorisiert",
+ "unauthorizedResourceSubtitle": "Der Benutzer mit Benutzername {{username}} ist nicht berechtigt auf die Ressource {{resource}} zuzugreifen.",
+ "unaothorizedLoginSubtitle": "Der Benutzer mit dem Benutzernamen {{username}} ist nicht berechtigt, sich einzuloggen.",
+ "unauthorizedButton": "Erneut versuchen",
+ "untrustedRedirectTitle": "Untrusted redirect",
+ "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/el-GR.json b/frontend/src/lib/i18n/locales/el-GR.json
index a7b4417..7730bcf 100644
--- a/frontend/src/lib/i18n/locales/el-GR.json
+++ b/frontend/src/lib/i18n/locales/el-GR.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Μη εξουσιοδοτημένο",
"unauthorizedResourceSubtitle": "Ο χρήστης με όνομα χρήστη {{username}} δεν έχει άδεια πρόσβασης στον πόρο {{resource}}.",
"unaothorizedLoginSubtitle": "Ο χρήστης με όνομα χρήστη {{username}} δεν είναι εξουσιοδοτημένος να συνδεθεί.",
- "unauthorizedButton": "Προσπαθήστε ξανά"
+ "unauthorizedButton": "Προσπαθήστε ξανά",
+ "untrustedRedirectTitle": "Μη έμπιστη ανακατεύθυνση",
+ "untrustedRedirectSubtitle": "Προσπαθείτε να ανακατευθύνετε σε έναν τομέα που δεν ταιριάζει με τον ρυθμισμένο τομέα σας ({{domain}}). Είστε βέβαιοι ότι θέλετε να συνεχίσετε;",
+ "cancelTitle": "Ακύρωση"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/es-ES.json b/frontend/src/lib/i18n/locales/es-ES.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/es-ES.json
+++ b/frontend/src/lib/i18n/locales/es-ES.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/fi-FI.json b/frontend/src/lib/i18n/locales/fi-FI.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/fi-FI.json
+++ b/frontend/src/lib/i18n/locales/fi-FI.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/fr-FR.json b/frontend/src/lib/i18n/locales/fr-FR.json
index e1d0f46..2bc537e 100644
--- a/frontend/src/lib/i18n/locales/fr-FR.json
+++ b/frontend/src/lib/i18n/locales/fr-FR.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Non autorisé",
"unauthorizedResourceSubtitle": "L'utilisateur avec le nom d'utilisateur {{username}} n'est pas autorisé à accéder à la ressource {{resource}}.",
"unaothorizedLoginSubtitle": "L'utilisateur avec le nom d'utilisateur {{username}} n'est pas autorisé à se connecter.",
- "unauthorizedButton": "Réessayer"
+ "unauthorizedButton": "Réessayer",
+ "untrustedRedirectTitle": "Untrusted redirect",
+ "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/he-IL.json b/frontend/src/lib/i18n/locales/he-IL.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/he-IL.json
+++ b/frontend/src/lib/i18n/locales/he-IL.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/hu-HU.json b/frontend/src/lib/i18n/locales/hu-HU.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/hu-HU.json
+++ b/frontend/src/lib/i18n/locales/hu-HU.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/it-IT.json b/frontend/src/lib/i18n/locales/it-IT.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/it-IT.json
+++ b/frontend/src/lib/i18n/locales/it-IT.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/ja-JP.json b/frontend/src/lib/i18n/locales/ja-JP.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/ja-JP.json
+++ b/frontend/src/lib/i18n/locales/ja-JP.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/ko-KR.json b/frontend/src/lib/i18n/locales/ko-KR.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/ko-KR.json
+++ b/frontend/src/lib/i18n/locales/ko-KR.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/nl-NL.json b/frontend/src/lib/i18n/locales/nl-NL.json
index 9485028..e8b9134 100644
--- a/frontend/src/lib/i18n/locales/nl-NL.json
+++ b/frontend/src/lib/i18n/locales/nl-NL.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Ongeautoriseerd",
"unauthorizedResourceSubtitle": "De gebruiker met gebruikersnaam {{username}} heeft geen toegang tot de bron {{resource}}.",
"unaothorizedLoginSubtitle": "De gebruiker met gebruikersnaam {{username}} is niet gemachtigd om in te loggen.",
- "unauthorizedButton": "Opnieuw proberen"
+ "unauthorizedButton": "Opnieuw proberen",
+ "untrustedRedirectTitle": "Untrusted redirect",
+ "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/no-NO.json b/frontend/src/lib/i18n/locales/no-NO.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/no-NO.json
+++ b/frontend/src/lib/i18n/locales/no-NO.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/pl-PL.json b/frontend/src/lib/i18n/locales/pl-PL.json
index 00cff23..d20b48e 100644
--- a/frontend/src/lib/i18n/locales/pl-PL.json
+++ b/frontend/src/lib/i18n/locales/pl-PL.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Nieautoryzowany",
"unauthorizedResourceSubtitle": "Użytkownik o nazwie {{username}} nie jest upoważniony do uzyskania dostępu do zasobu {{resource}}.",
"unaothorizedLoginSubtitle": "Użytkownik o nazwie {{username}} nie jest upoważniony do logowania.",
- "unauthorizedButton": "Spróbuj ponownie"
+ "unauthorizedButton": "Spróbuj ponownie",
+ "untrustedRedirectTitle": "Niezaufane przekierowanie",
+ "untrustedRedirectSubtitle": "Próbujesz przekierować do domeny, która nie pasuje do skonfigurowanej przez Ciebie domeny ({{domain}}). Czy na pewno chcesz kontynuować?",
+ "cancelTitle": "Anuluj"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/pt-BR.json b/frontend/src/lib/i18n/locales/pt-BR.json
index b99ebf2..43609e0 100644
--- a/frontend/src/lib/i18n/locales/pt-BR.json
+++ b/frontend/src/lib/i18n/locales/pt-BR.json
@@ -1,46 +1,49 @@
{
- "loginTitle": "Welcome back, login with",
- "loginDivider": "Or continue with password",
- "loginUsername": "Username",
- "loginPassword": "Password",
- "loginSubmit": "Login",
- "loginFailTitle": "Failed to log in",
- "loginFailSubtitle": "Please check your username and password",
- "loginFailRateLimit": "You failed to login too many times, please try again later",
- "loginSuccessTitle": "Logged in",
- "loginSuccessSubtitle": "Welcome back!",
- "loginOauthFailTitle": "Internal error",
- "loginOauthFailSubtitle": "Failed to get OAuth URL",
- "loginOauthSuccessTitle": "Redirecting",
- "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
- "continueRedirectingTitle": "Redirecting...",
- "continueRedirectingSubtitle": "You should be redirected to the app soon",
- "continueInvalidRedirectTitle": "Invalid redirect",
- "continueInvalidRedirectSubtitle": "The redirect URL is invalid",
- "continueInsecureRedirectTitle": "Insecure redirect",
- "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?",
- "continueTitle": "Continue",
- "continueSubtitle": "Click the button to continue to your app.",
- "internalErrorTitle": "Internal Server Error",
- "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
- "internalErrorButton": "Try again",
- "logoutFailTitle": "Failed to log out",
- "logoutFailSubtitle": "Please try again",
- "logoutSuccessTitle": "Logged out",
- "logoutSuccessSubtitle": "You have been logged out",
- "logoutTitle": "Logout",
- "logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.",
- "logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.",
- "notFoundTitle": "Page not found",
- "notFoundSubtitle": "The page you are looking for does not exist.",
- "notFoundButton": "Go home",
- "totpFailTitle": "Failed to verify code",
- "totpFailSubtitle": "Please check your code and try again",
- "totpSuccessTitle": "Verified",
- "totpSuccessSubtitle": "Redirecting to your app",
- "totpTitle": "Enter your TOTP code",
- "unauthorizedTitle": "Unauthorized",
- "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
- "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "unauthorizedButton": "Try again"
+ "loginTitle": "Bem-vindo de volta, faça o login com",
+ "loginDivider": "Ou continuar com uma senha",
+ "loginUsername": "Nome de usuário",
+ "loginPassword": "Senha",
+ "loginSubmit": "Entrar",
+ "loginFailTitle": "Falha ao iniciar sessão",
+ "loginFailSubtitle": "Por favor, verifique seu usuário e senha",
+ "loginFailRateLimit": "Você falhou em iniciar sessão muitas vezes, por favor tente novamente mais tarde",
+ "loginSuccessTitle": "Sessão Iniciada",
+ "loginSuccessSubtitle": "Bem-vindo de volta!",
+ "loginOauthFailTitle": "Erro interno",
+ "loginOauthFailSubtitle": "Falha ao obter URL de OAuth",
+ "loginOauthSuccessTitle": "Redirecionando",
+ "loginOauthSuccessSubtitle": "Redirecionando para seu provedor OAuth",
+ "continueRedirectingTitle": "Redirecionando...",
+ "continueRedirectingSubtitle": "Você deve ser redirecionado para o aplicativo em breve",
+ "continueInvalidRedirectTitle": "Redirecionamento inválido",
+ "continueInvalidRedirectSubtitle": "O endereço de redirecionamento é inválido",
+ "continueInsecureRedirectTitle": "Redirecionamento inseguro",
+ "continueInsecureRedirectSubtitle": "Você está tentando redirecionar de https para http, você tem certeza que deseja continuar?",
+ "continueTitle": "Continuar",
+ "continueSubtitle": "Clique no botão para continuar para o seu aplicativo.",
+ "internalErrorTitle": "Erro interno do servidor",
+ "internalErrorSubtitle": "Ocorreu um erro no servidor e atualmente não pode servir sua solicitação.",
+ "internalErrorButton": "Tentar novamente",
+ "logoutFailTitle": "Falha ao encerrar sessão",
+ "logoutFailSubtitle": "Por favor, tente novamente",
+ "logoutSuccessTitle": "Sessão encerrada",
+ "logoutSuccessSubtitle": "Você foi desconectado",
+ "logoutTitle": "Sair",
+ "logoutUsernameSubtitle": "Você está atualmente logado como {{username}}, clique no botão abaixo para sair.",
+ "logoutOauthSubtitle": "Você está atualmente logado como {{username}} usando o provedor {{provider}} OAuth, clique no botão abaixo para sair.",
+ "notFoundTitle": "Página não encontrada",
+ "notFoundSubtitle": "A página que você está procurando não existe.",
+ "notFoundButton": "Voltar para a tela inicial",
+ "totpFailTitle": "Falha ao verificar código",
+ "totpFailSubtitle": "Por favor, verifique seu código e tente novamente",
+ "totpSuccessTitle": "Verificado",
+ "totpSuccessSubtitle": "Redirecionando para o seu aplicativo",
+ "totpTitle": "Insira o seu código TOTP",
+ "unauthorizedTitle": "Não autorizado",
+ "unauthorizedResourceSubtitle": "O usuário com nome de usuário {{username}} não está autorizado a acessar o recurso {{resource}}.",
+ "unaothorizedLoginSubtitle": "O usuário com o nome {{username}} não está autorizado a acessar.",
+ "unauthorizedButton": "Tentar novamente",
+ "untrustedRedirectTitle": "Redirecionamento não confiável",
+ "untrustedRedirectSubtitle": "Você está tentando redirecionar para um domínio que não corresponde ao seu domínio configurado ({{domain}}). Tem certeza que deseja continuar?",
+ "cancelTitle": "Cancelar"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/pt-PT.json b/frontend/src/lib/i18n/locales/pt-PT.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/pt-PT.json
+++ b/frontend/src/lib/i18n/locales/pt-PT.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/ro-RO.json b/frontend/src/lib/i18n/locales/ro-RO.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/ro-RO.json
+++ b/frontend/src/lib/i18n/locales/ro-RO.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/ru-RU.json b/frontend/src/lib/i18n/locales/ru-RU.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/ru-RU.json
+++ b/frontend/src/lib/i18n/locales/ru-RU.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/sr-SP.json b/frontend/src/lib/i18n/locales/sr-SP.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/sr-SP.json
+++ b/frontend/src/lib/i18n/locales/sr-SP.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/sv-SE.json b/frontend/src/lib/i18n/locales/sv-SE.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/sv-SE.json
+++ b/frontend/src/lib/i18n/locales/sv-SE.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/tr-TR.json b/frontend/src/lib/i18n/locales/tr-TR.json
index b99ebf2..317b4ad 100644
--- a/frontend/src/lib/i18n/locales/tr-TR.json
+++ b/frontend/src/lib/i18n/locales/tr-TR.json
@@ -1,46 +1,49 @@
{
"loginTitle": "Welcome back, login with",
- "loginDivider": "Or continue with password",
- "loginUsername": "Username",
- "loginPassword": "Password",
- "loginSubmit": "Login",
- "loginFailTitle": "Failed to log in",
+ "loginDivider": "Ya da şifre ile devam edin",
+ "loginUsername": "Kullanıcı Adı",
+ "loginPassword": "Şifre",
+ "loginSubmit": "Giriş Yap",
+ "loginFailTitle": "Giriş yapılamadı",
"loginFailSubtitle": "Please check your username and password",
"loginFailRateLimit": "You failed to login too many times, please try again later",
- "loginSuccessTitle": "Logged in",
- "loginSuccessSubtitle": "Welcome back!",
+ "loginSuccessTitle": "Giriş yapıldı",
+ "loginSuccessSubtitle": "Tekrar hoş geldiniz!",
"loginOauthFailTitle": "Internal error",
"loginOauthFailSubtitle": "Failed to get OAuth URL",
- "loginOauthSuccessTitle": "Redirecting",
+ "loginOauthSuccessTitle": "Yönlendiriliyor",
"loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
- "continueRedirectingTitle": "Redirecting...",
+ "continueRedirectingTitle": "Yönlendiriliyor...",
"continueRedirectingSubtitle": "You should be redirected to the app soon",
"continueInvalidRedirectTitle": "Invalid redirect",
"continueInvalidRedirectSubtitle": "The redirect URL is invalid",
"continueInsecureRedirectTitle": "Insecure redirect",
"continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?",
- "continueTitle": "Continue",
+ "continueTitle": "Devam et",
"continueSubtitle": "Click the button to continue to your app.",
- "internalErrorTitle": "Internal Server Error",
+ "internalErrorTitle": "İç Sunucu Hatası",
"internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
- "internalErrorButton": "Try again",
+ "internalErrorButton": "Tekrar deneyin",
"logoutFailTitle": "Failed to log out",
- "logoutFailSubtitle": "Please try again",
- "logoutSuccessTitle": "Logged out",
+ "logoutFailSubtitle": "Lütfen tekrar deneyin",
+ "logoutSuccessTitle": "Çıkış yapıldı",
"logoutSuccessSubtitle": "You have been logged out",
"logoutTitle": "Logout",
"logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.",
"logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.",
- "notFoundTitle": "Page not found",
- "notFoundSubtitle": "The page you are looking for does not exist.",
- "notFoundButton": "Go home",
- "totpFailTitle": "Failed to verify code",
+ "notFoundTitle": "Sayfa bulunamadı",
+ "notFoundSubtitle": "Aradığınız sayfa mevcut değil.",
+ "notFoundButton": "Ana sayfaya git",
+ "totpFailTitle": "Kod doğrulanamadı",
"totpFailSubtitle": "Please check your code and try again",
- "totpSuccessTitle": "Verified",
+ "totpSuccessTitle": "Doğrulandı",
"totpSuccessSubtitle": "Redirecting to your app",
"totpTitle": "Enter your TOTP code",
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "İptal"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/uk-UA.json b/frontend/src/lib/i18n/locales/uk-UA.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/uk-UA.json
+++ b/frontend/src/lib/i18n/locales/uk-UA.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/vi-VN.json b/frontend/src/lib/i18n/locales/vi-VN.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/vi-VN.json
+++ b/frontend/src/lib/i18n/locales/vi-VN.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/zh-CN.json b/frontend/src/lib/i18n/locales/zh-CN.json
index b99ebf2..5a64207 100644
--- a/frontend/src/lib/i18n/locales/zh-CN.json
+++ b/frontend/src/lib/i18n/locales/zh-CN.json
@@ -1,46 +1,49 @@
{
- "loginTitle": "Welcome back, login with",
- "loginDivider": "Or continue with password",
- "loginUsername": "Username",
- "loginPassword": "Password",
- "loginSubmit": "Login",
- "loginFailTitle": "Failed to log in",
- "loginFailSubtitle": "Please check your username and password",
- "loginFailRateLimit": "You failed to login too many times, please try again later",
- "loginSuccessTitle": "Logged in",
- "loginSuccessSubtitle": "Welcome back!",
- "loginOauthFailTitle": "Internal error",
- "loginOauthFailSubtitle": "Failed to get OAuth URL",
- "loginOauthSuccessTitle": "Redirecting",
- "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
- "continueRedirectingTitle": "Redirecting...",
- "continueRedirectingSubtitle": "You should be redirected to the app soon",
- "continueInvalidRedirectTitle": "Invalid redirect",
- "continueInvalidRedirectSubtitle": "The redirect URL is invalid",
- "continueInsecureRedirectTitle": "Insecure redirect",
- "continueInsecureRedirectSubtitle": "You are trying to redirect from https to http, are you sure you want to continue?",
- "continueTitle": "Continue",
- "continueSubtitle": "Click the button to continue to your app.",
- "internalErrorTitle": "Internal Server Error",
- "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
- "internalErrorButton": "Try again",
- "logoutFailTitle": "Failed to log out",
- "logoutFailSubtitle": "Please try again",
- "logoutSuccessTitle": "Logged out",
- "logoutSuccessSubtitle": "You have been logged out",
- "logoutTitle": "Logout",
- "logoutUsernameSubtitle": "You are currently logged in as {{username}}, click the button below to logout.",
- "logoutOauthSubtitle": "You are currently logged in as {{username}} using the {{provider}} OAuth provider, click the button below to logout.",
- "notFoundTitle": "Page not found",
- "notFoundSubtitle": "The page you are looking for does not exist.",
- "notFoundButton": "Go home",
- "totpFailTitle": "Failed to verify code",
- "totpFailSubtitle": "Please check your code and try again",
- "totpSuccessTitle": "Verified",
- "totpSuccessSubtitle": "Redirecting to your app",
- "totpTitle": "Enter your TOTP code",
- "unauthorizedTitle": "Unauthorized",
- "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
- "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "unauthorizedButton": "Try again"
+ "loginTitle": "欢迎回来,请登录",
+ "loginDivider": "或者继续使用密码",
+ "loginUsername": "用户名",
+ "loginPassword": "密码",
+ "loginSubmit": "登录",
+ "loginFailTitle": "登录失败",
+ "loginFailSubtitle": "请检查您的用户名和密码",
+ "loginFailRateLimit": "您登录次数过多,请稍后再试",
+ "loginSuccessTitle": "已登录",
+ "loginSuccessSubtitle": "欢迎回来!",
+ "loginOauthFailTitle": "内部错误",
+ "loginOauthFailSubtitle": "获取 OAuth URL 失败",
+ "loginOauthSuccessTitle": "重定向中",
+ "loginOauthSuccessSubtitle": "重定向到您的 OAuth 提供商",
+ "continueRedirectingTitle": "正在重定向……",
+ "continueRedirectingSubtitle": "您应该很快被重定向到应用",
+ "continueInvalidRedirectTitle": "无效的重定向",
+ "continueInvalidRedirectSubtitle": "重定向URL无效",
+ "continueInsecureRedirectTitle": "不安全的重定向",
+ "continueInsecureRedirectSubtitle": "您正在尝试将 https 重定向到 http,您确定要继续吗?",
+ "continueTitle": "继续",
+ "continueSubtitle": "点击按钮以继续您的应用。",
+ "internalErrorTitle": "服务器内部错误",
+ "internalErrorSubtitle": "服务器上发生错误,当前无法满足您的请求。",
+ "internalErrorButton": "重试",
+ "logoutFailTitle": "注销失败",
+ "logoutFailSubtitle": "请重试",
+ "logoutSuccessTitle": "已登出",
+ "logoutSuccessSubtitle": "您已登出",
+ "logoutTitle": "登出",
+ "logoutUsernameSubtitle": "您当前以 {{username}} 的身份登录,点击下方按钮退出登录。",
+ "logoutOauthSubtitle": "您当前以 {{username}} 的身份登录,使用的是 {{provider}} OAuth 提供商,点击下方按钮退出登录。",
+ "notFoundTitle": "无法找到页面",
+ "notFoundSubtitle": "您正在查找的页面不存在。",
+ "notFoundButton": "回到主页",
+ "totpFailTitle": "无法验证代码",
+ "totpFailSubtitle": "请检查您的代码并重试",
+ "totpSuccessTitle": "已验证",
+ "totpSuccessSubtitle": "重定向到您的应用",
+ "totpTitle": "输入您的 TOTP 代码",
+ "unauthorizedTitle": "未授权",
+ "unauthorizedResourceSubtitle": "用户 {{username}} 无权访问资源 {{resource}}。",
+ "unaothorizedLoginSubtitle": "用户名 {{username}} 无登录权限。",
+ "unauthorizedButton": "重试",
+ "untrustedRedirectTitle": "Untrusted redirect",
+ "untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file
diff --git a/frontend/src/lib/i18n/locales/zh-TW.json b/frontend/src/lib/i18n/locales/zh-TW.json
index b99ebf2..b31e2ee 100644
--- a/frontend/src/lib/i18n/locales/zh-TW.json
+++ b/frontend/src/lib/i18n/locales/zh-TW.json
@@ -42,5 +42,8 @@
"unauthorizedTitle": "Unauthorized",
"unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource {{resource}}.",
"unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
- "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 ({{domain}}). Are you sure you want to continue?",
+ "cancelTitle": "Cancel"
}
\ No newline at end of file