mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 14:15:50 +00:00 
			
		
		
		
	Compare commits
	
		
			107 Commits
		
	
	
		
			dependabot
			...
			9a8b9aa93f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 9a8b9aa93f | ||
|   | ba1436cc27 | ||
|   | 64cd37c26a | ||
|   | ea24aaa314 | ||
|   | a45bff8855 | ||
|   | 4e9342fa8b | ||
|   | 695e82d8e8 | ||
|   | d14b1efd1a | ||
|   | 8a2b7a1641 | ||
|   | 97214bc042 | ||
|   | 09061f698f | ||
|   | bf15538aca | ||
|   | 234e6b7d8b | ||
|   | 8a5d69927a | ||
|   | b99004607f | ||
|   | 0fa977f01c | ||
|   | 4a6dc8398b | ||
|   | 460eb6031b | ||
|   | c33ee12b1c | ||
|   | 72389f94b6 | ||
|   | 5a43ff79a5 | ||
|   | f388336201 | ||
|   | 67cb54453e | ||
|   | df1fe9a5ad | ||
|   | 0ce3f52688 | ||
|   | 4c11132176 | ||
|   | 2e1be914d4 | ||
|   | 455d253ebc | ||
|   | 17702efd3b | ||
|   | e89631e199 | ||
|   | 3d058570cc | ||
|   | 9ede29da3f | ||
|   | 13b9b38939 | ||
|   | 678317f802 | ||
|   | 59e1d314c5 | ||
|   | 81944e770e | ||
|   | c6ab05b151 | ||
|   | 744a33d264 | ||
|   | aa607eeb37 | ||
|   | d210a2bb67 | ||
|   | 37b3e74a43 | ||
|   | b8c7c47547 | ||
|   | 778fb63fed | ||
|   | 6313d05e7f | ||
|   | f118955cd7 | ||
|   | c4778cbfc1 | ||
|   | d200b54c4d | ||
|   | 163fad7c07 | ||
|   | 265042234b | ||
|   | b85f2daa1e | ||
|   | 85bbd62b5b | ||
|   | c2100ae939 | ||
|   | 968b6ce5a9 | ||
|   | d8783bdb5d | ||
|   | 46c6b297c0 | ||
|   | 458c8dd660 | ||
|   | b8abc852ee | ||
|   | edf4945f28 | ||
|   | e4e804cd37 | ||
|   | 8f17b57d11 | ||
|   | 7662737419 | ||
|   | ac3082aaaa | ||
|   | cd8513fea1 | ||
|   | ccbad25015 | ||
|   | 4de8109178 | ||
|   | 0abe2d4055 | ||
|   | 3e7b414022 | ||
|   | 949611f0a0 | ||
|   | 1aa3bc1fec | ||
|   | 0b5e562b73 | ||
|   | 9ea4250b95 | ||
|   | bafbb3e9a1 | ||
|   | fd7d997946 | ||
|   | 506e80ce20 | ||
|   | 3285476b23 | ||
|   | 3ee0f4c128 | ||
|   | 3b6ea5de8f | ||
|   | f1ef8b0c90 | ||
|   | 7c02ec4226 | ||
|   | aae2c5ea8d | ||
|   | 573f211286 | ||
|   | 3cdd9fdb08 | ||
|   | 0a6ccd8148 | ||
|   | e214ee617d | ||
|   | 4ffc671663 | ||
|   | 99f7d73eb9 | ||
|   | a21164108c | ||
|   | de10d9b232 | ||
|   | 4472815435 | ||
|   | 2cc1339a4b | ||
|   | 77fabf5c92 | ||
|   | c7b1b62dc2 | ||
|   | a9414ae42d | ||
|   | de3cfd4f50 | ||
|   | 7b3d276780 | ||
|   | 21c08897b6 | ||
|   | 7228c4eeb6 | ||
|   | 37b972763b | ||
|   | 911f7c36a3 | ||
|   | 4fd78a0b02 | ||
|   | f61ef4090c | ||
|   | 1d86424718 | ||
|   | fc9288ac51 | ||
|   | 9fef4db20b | ||
|   | dce7e4779d | ||
|   | 6731a741fa | ||
|   | 9667866982 | 
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "أخفق الحصول على رابط OAuth", |     "loginOauthFailSubtitle": "أخفق الحصول على رابط OAuth", | ||||||
|     "loginOauthSuccessTitle": "إعادة توجيه", |     "loginOauthSuccessTitle": "إعادة توجيه", | ||||||
|     "loginOauthSuccessSubtitle": "إعادة توجيه إلى مزود OAuth الخاص بك", |     "loginOauthSuccessSubtitle": "إعادة توجيه إلى مزود OAuth الخاص بك", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "متابعة", | ||||||
|     "continueRedirectingTitle": "إعادة توجيه...", |     "continueRedirectingTitle": "إعادة توجيه...", | ||||||
|     "continueRedirectingSubtitle": "يجب إعادة توجيهك إلى التطبيق قريبا", |     "continueRedirectingSubtitle": "يجب إعادة توجيهك إلى التطبيق قريبا", | ||||||
|     "continueInvalidRedirectTitle": "إعادة توجيه غير صالحة", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "رابط إعادة التوجيه غير صالح", |  | ||||||
|     "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة", |     "continueInsecureRedirectTitle": "إعادة توجيه غير آمنة", | ||||||
|     "continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من <code>https</code> إلى <code>http</code>، هل أنت متأكد أنك تريد المتابعة؟", |     "continueInsecureRedirectSubtitle": "أنت تحاول إعادة التوجيه من <code>https</code> إلى <code>http</code>، هل أنت متأكد أنك تريد المتابعة؟", | ||||||
|     "continueTitle": "متابعة", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "انقر الزر للمتابعة إلى التطبيق الخاص بك.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "فشل تسجيل الخروج", |     "logoutFailTitle": "فشل تسجيل الخروج", | ||||||
|     "logoutFailSubtitle": "يرجى إعادة المحاولة", |     "logoutFailSubtitle": "يرجى إعادة المحاولة", | ||||||
|     "logoutSuccessTitle": "تم تسجيل الخروج", |     "logoutSuccessTitle": "تم تسجيل الخروج", | ||||||
| @@ -44,8 +47,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": "حاول مجددا", |     "unauthorizedButton": "حاول مجددا", | ||||||
|     "untrustedRedirectTitle": "إعادة توجيه غير موثوقة", |  | ||||||
|     "untrustedRedirectSubtitle": "أنت تحاول إعادة التوجيه إلى نطاق لا يتطابق مع النطاق المكون الخاص بك (<code>{{domain}}</code>). هل أنت متأكد من أنك تريد المتابعة؟", |  | ||||||
|     "cancelTitle": "إلغاء", |     "cancelTitle": "إلغاء", | ||||||
|     "forgotPasswordTitle": "نسيت كلمة المرور؟", |     "forgotPasswordTitle": "نسيت كلمة المرور؟", | ||||||
|     "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", |     "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", | ||||||
| @@ -53,5 +54,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": "تجاهل", | ||||||
|  |     "goToCorrectDomainTitle": "Go to correct domain" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -1,57 +1,62 @@ | |||||||
| { | { | ||||||
|     "loginTitle": "Welcome back, login with", |     "loginTitle": "Vítejte zpět, přihlaste se pomocí", | ||||||
|     "loginTitleSimple": "Welcome back, please login", |     "loginTitleSimple": "Vítejte zpět, přihlaste se prosím", | ||||||
|     "loginDivider": "Or", |     "loginDivider": "Nebo", | ||||||
|     "loginUsername": "Username", |     "loginUsername": "Uživatelské jméno", | ||||||
|     "loginPassword": "Password", |     "loginPassword": "Heslo", | ||||||
|     "loginSubmit": "Login", |     "loginSubmit": "Přihlásit", | ||||||
|     "loginFailTitle": "Failed to log in", |     "loginFailTitle": "Přihlášení se nezdařilo", | ||||||
|     "loginFailSubtitle": "Please check your username and password", |     "loginFailSubtitle": "Zkontrolujte prosím své uživatelské jméno a heslo", | ||||||
|     "loginFailRateLimit": "You failed to login too many times. Please try again later", |     "loginFailRateLimit": "Přiliš mnoho neúspěšných pokusů přihlášení. Zkuste to prosím později", | ||||||
|     "loginSuccessTitle": "Logged in", |     "loginSuccessTitle": "Přihlášen", | ||||||
|     "loginSuccessSubtitle": "Welcome back!", |     "loginSuccessSubtitle": "Vítejte zpět!", | ||||||
|     "loginOauthFailTitle": "An error occurred", |     "loginOauthFailTitle": "Došlo k chybě", | ||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Nepodařilo se získat OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Přesměrování", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Přesměrování k poskytovateli OAuth", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |     "continueTitle": "Pokračovat", | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueRedirectingTitle": "Přesměrování...", | ||||||
|     "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?", |     "continueRedirectingSubtitle": "Brzy budete přesměrováni do aplikace", | ||||||
|     "continueTitle": "Continue", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueInsecureRedirectTitle": "Nezabezpečené přesměrování", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "continueInsecureRedirectSubtitle": "Pokoušíte se přesměrovat z <code>https</code> na <code>http</code>, které není bezpečné. Opravdu chcete pokračovat?", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutSuccessSubtitle": "You have been logged out", |     "logoutFailTitle": "Odhlášení se nezdařilo", | ||||||
|     "logoutTitle": "Logout", |     "logoutFailSubtitle": "Zkuste to prosím znovu", | ||||||
|     "logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.", |     "logoutSuccessTitle": "Odhlášen", | ||||||
|     "logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.", |     "logoutSuccessSubtitle": "Byl jste odhlášen", | ||||||
|     "notFoundTitle": "Page not found", |     "logoutTitle": "Odhlásit", | ||||||
|     "notFoundSubtitle": "The page you are looking for does not exist.", |     "logoutUsernameSubtitle": "Jste přihlášen jako <code>{{username}}</code>. Pro odhlášení klikněte na tlačítko níže.", | ||||||
|     "notFoundButton": "Go home", |     "logoutOauthSubtitle": "Jste přihlášen jako <code>{{username}}</code> pomocí {{provider}} poskytovatele OAuth. Pro odhlášení klikněte na tlačítko níže.", | ||||||
|     "totpFailTitle": "Failed to verify code", |     "notFoundTitle": "Stránka nenalezena", | ||||||
|     "totpFailSubtitle": "Please check your code and try again", |     "notFoundSubtitle": "Stránka, kterou hledáte, neexistuje.", | ||||||
|     "totpSuccessTitle": "Verified", |     "notFoundButton": "Jít domů", | ||||||
|     "totpSuccessSubtitle": "Redirecting to your app", |     "totpFailTitle": "Nepodařilo se ověřit kód", | ||||||
|     "totpTitle": "Enter your TOTP code", |     "totpFailSubtitle": "Zkontrolujte prosím kód a zkuste to znovu", | ||||||
|     "totpSubtitle": "Please enter the code from your authenticator app.", |     "totpSuccessTitle": "Ověřeno", | ||||||
|     "unauthorizedTitle": "Unauthorized", |     "totpSuccessSubtitle": "Přesměrování do aplikace", | ||||||
|     "unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |     "totpTitle": "Zadejte TOTP kód", | ||||||
|     "unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.", |     "totpSubtitle": "Zadejte prosím kód z ověřovací aplikace.", | ||||||
|     "unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.", |     "unauthorizedTitle": "Nepovoleno", | ||||||
|     "unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |     "unauthorizedResourceSubtitle": "Uživatel s uživatelským jménem <code>{{username}}</code> není oprávněn k přístupu ke zdroji <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Try again", |     "unauthorizedLoginSubtitle": "Uživatel s uživatelským jménem <code>{{username}}</code> není oprávněn k přihlášení.", | ||||||
|     "untrustedRedirectTitle": "Untrusted redirect", |     "unauthorizedGroupsSubtitle": "Uživatel s uživatelským jménem <code>{{username}}</code> není ve skupině potřebné k přístupu ke zdroji <code>{{resource}}</code>.", | ||||||
|     "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?", |     "unauthorizedIpSubtitle": "Vaše IP adresa <code>{{ip}}</code> není oprávněna k přístupu ke zdroji <code>{{resource}}</code>.", | ||||||
|     "cancelTitle": "Cancel", |     "unauthorizedButton": "Zkusit znovu", | ||||||
|     "forgotPasswordTitle": "Forgot your password?", |     "cancelTitle": "Zrušit", | ||||||
|     "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", |     "forgotPasswordTitle": "Zapomněli jste heslo?", | ||||||
|     "errorTitle": "An error occurred", |     "failedToFetchProvidersTitle": "Nepodařilo se načíst poskytovatele ověřování. Zkontrolujte prosím konfiguraci.", | ||||||
|     "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.", |     "errorTitle": "Došlo k chybě", | ||||||
|     "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", |     "errorSubtitle": "Nastala chyba při pokusu o provedení této akce. Pro více informací prosím zkontrolujte konzolu.", | ||||||
|     "fieldRequired": "This field is required", |     "forgotPasswordMessage": "Heslo můžete obnovit změnou proměnné `USERS`.", | ||||||
|     "invalidInput": "Invalid input" |     "fieldRequired": "Toto pole je povinné", | ||||||
|  |     "invalidInput": "Neplatný údaj", | ||||||
|  |     "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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Kunne ikke hente OAuth-URL", |     "loginOauthFailSubtitle": "Kunne ikke hente OAuth-URL", | ||||||
|     "loginOauthSuccessTitle": "Omdirigerer", |     "loginOauthSuccessTitle": "Omdirigerer", | ||||||
|     "loginOauthSuccessSubtitle": "Omdirigerer til din OAuth-udbyder", |     "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...", |     "continueRedirectingTitle": "Omdirigerer...", | ||||||
|     "continueRedirectingSubtitle": "Du bør blive omdirigeret til appen snart", |     "continueRedirectingSubtitle": "Du bør blive omdirigeret til appen snart", | ||||||
|     "continueInvalidRedirectTitle": "Ugyldig omdirigering", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "Omdirigerings-URL'en er ugyldig", |  | ||||||
|     "continueInsecureRedirectTitle": "Usikker omdirigering", |     "continueInsecureRedirectTitle": "Usikker omdirigering", | ||||||
|     "continueInsecureRedirectSubtitle": "Du forsøger at omdirigere fra <code>https</code> til <code>http</code>, som ikke er sikker. Er du sikker på, at du vil fortsætte?", |     "continueInsecureRedirectSubtitle": "Du forsøger at omdirigere fra <code>https</code> til <code>http</code>, som ikke er sikker. Er du sikker på, at du vil fortsætte?", | ||||||
|     "continueTitle": "Fortsæt", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Klik på knappen for at fortsætte til din app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Log ud mislykkedes", |     "logoutFailTitle": "Log ud mislykkedes", | ||||||
|     "logoutFailSubtitle": "Prøv venligst igen", |     "logoutFailSubtitle": "Prøv venligst igen", | ||||||
|     "logoutSuccessTitle": "Logget ud", |     "logoutSuccessTitle": "Logget ud", | ||||||
| @@ -44,8 +47,6 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "Brugeren med brugernavnet <code>{{username}}</code> er ikke i de grupper, som ressourcen <code>{{resource}}</code> kræver.", |     "unauthorizedGroupsSubtitle": "Brugeren med brugernavnet <code>{{username}}</code> er ikke i de grupper, som ressourcen <code>{{resource}}</code> kræver.", | ||||||
|     "unauthorizedIpSubtitle": "Din IP adresse <code>{{ip}}</code> er ikke autoriseret til at tilgå ressourcen <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "Din IP adresse <code>{{ip}}</code> er ikke autoriseret til at tilgå ressourcen <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Prøv igen", |     "unauthorizedButton": "Prøv igen", | ||||||
|     "untrustedRedirectTitle": "Usikker omdirigering", |  | ||||||
|     "untrustedRedirectSubtitle": "Du forsøger at omdirigere til et domæne, der ikke matcher dit konfigurerede domæne (<code>{{domain}}</code>). Er du sikker på, at du vil fortsætte?", |  | ||||||
|     "cancelTitle": "Annuller", |     "cancelTitle": "Annuller", | ||||||
|     "forgotPasswordTitle": "Glemt din adgangskode?", |     "forgotPasswordTitle": "Glemt din adgangskode?", | ||||||
|     "failedToFetchProvidersTitle": "Kunne ikke indlæse godkendelsesudbydere. Tjek venligst din konfiguration.", |     "failedToFetchProvidersTitle": "Kunne ikke indlæse godkendelsesudbydere. Tjek venligst din konfiguration.", | ||||||
| @@ -53,5 +54,9 @@ | |||||||
|     "errorSubtitle": "Der opstod en fejl under forsøget på at udføre denne handling. Tjek venligst konsollen for mere information.", |     "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.", |     "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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Fehler beim Abrufen der OAuth-URL", |     "loginOauthFailSubtitle": "Fehler beim Abrufen der OAuth-URL", | ||||||
|     "loginOauthSuccessTitle": "Leite weiter", |     "loginOauthSuccessTitle": "Leite weiter", | ||||||
|     "loginOauthSuccessSubtitle": "Weiterleitung zu Ihrem OAuth-Provider", |     "loginOauthSuccessSubtitle": "Weiterleitung zu Ihrem OAuth-Provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Weiter", | ||||||
|     "continueRedirectingTitle": "Leite weiter...", |     "continueRedirectingTitle": "Leite weiter...", | ||||||
|     "continueRedirectingSubtitle": "Sie sollten in Kürze zur App weitergeleitet werden", |     "continueRedirectingSubtitle": "Sie sollten in Kürze zur App weitergeleitet werden", | ||||||
|     "continueInvalidRedirectTitle": "Ungültige Weiterleitung", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "Die Weiterleitungs-URL ist ungültig", |  | ||||||
|     "continueInsecureRedirectTitle": "Unsichere Weiterleitung", |     "continueInsecureRedirectTitle": "Unsichere Weiterleitung", | ||||||
|     "continueInsecureRedirectSubtitle": "Sie versuchen von <code>https</code> auf <code>http</code> weiterzuleiten, was unsicher ist. Sind Sie sicher, dass Sie fortfahren möchten?", |     "continueInsecureRedirectSubtitle": "Sie versuchen von <code>https</code> auf <code>http</code> weiterzuleiten, was unsicher ist. Sind Sie sicher, dass Sie fortfahren möchten?", | ||||||
|     "continueTitle": "Weiter", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Klicken Sie auf den Button, um zur App zu gelangen.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Abmelden fehlgeschlagen", |     "logoutFailTitle": "Abmelden fehlgeschlagen", | ||||||
|     "logoutFailSubtitle": "Bitte versuchen Sie es erneut", |     "logoutFailSubtitle": "Bitte versuchen Sie es erneut", | ||||||
|     "logoutSuccessTitle": "Abgemeldet", |     "logoutSuccessTitle": "Abgemeldet", | ||||||
| @@ -31,7 +34,7 @@ | |||||||
|     "logoutOauthSubtitle": "Sie sind derzeit als <code>{{username}}</code> über den OAuth-Anbieter {{provider}} angemeldet. Klicken Sie auf den Button unten, um sich abzumelden.", |     "logoutOauthSubtitle": "Sie sind derzeit als <code>{{username}}</code> über den OAuth-Anbieter {{provider}} angemeldet. Klicken Sie auf den Button unten, um sich abzumelden.", | ||||||
|     "notFoundTitle": "Seite nicht gefunden", |     "notFoundTitle": "Seite nicht gefunden", | ||||||
|     "notFoundSubtitle": "Die gesuchte Seite existiert nicht.", |     "notFoundSubtitle": "Die gesuchte Seite existiert nicht.", | ||||||
|     "notFoundButton": "Nach Hause", |     "notFoundButton": "Zurück", | ||||||
|     "totpFailTitle": "Fehler beim Verifizieren des Codes", |     "totpFailTitle": "Fehler beim Verifizieren des Codes", | ||||||
|     "totpFailSubtitle": "Bitte überprüfen Sie Ihren Code und versuchen Sie es erneut", |     "totpFailSubtitle": "Bitte überprüfen Sie Ihren Code und versuchen Sie es erneut", | ||||||
|     "totpSuccessTitle": "Verifiziert", |     "totpSuccessTitle": "Verifiziert", | ||||||
| @@ -44,14 +47,16 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "Der Benutzer mit Benutzername <code>{{username}}</code> ist nicht in den Gruppen, die von der Ressource <code>{{resource}}</code> benötigt werden.", |     "unauthorizedGroupsSubtitle": "Der Benutzer mit Benutzername <code>{{username}}</code> ist nicht in den Gruppen, die von der Ressource <code>{{resource}}</code> benötigt werden.", | ||||||
|     "unauthorizedIpSubtitle": "Ihre IP-Adresse <code>{{ip}}</code> ist nicht berechtigt, auf die Ressource <code>{{resource}}</code> zuzugreifen.", |     "unauthorizedIpSubtitle": "Ihre IP-Adresse <code>{{ip}}</code> ist nicht berechtigt, auf die Ressource <code>{{resource}}</code> zuzugreifen.", | ||||||
|     "unauthorizedButton": "Erneut versuchen", |     "unauthorizedButton": "Erneut versuchen", | ||||||
|     "untrustedRedirectTitle": "Nicht vertrauenswürdige Weiterleitung", |  | ||||||
|     "untrustedRedirectSubtitle": "Sie versuchen auf eine Domain umzuleiten, die nicht mit Ihrer konfigurierten Domain übereinstimmt (<code>{{domain}}</code>). Sind Sie sicher, dass Sie fortfahren möchten?", |  | ||||||
|     "cancelTitle": "Abbrechen", |     "cancelTitle": "Abbrechen", | ||||||
|     "forgotPasswordTitle": "Passwort vergessen?", |     "forgotPasswordTitle": "Passwort vergessen?", | ||||||
|     "failedToFetchProvidersTitle": "Fehler beim Laden der Authentifizierungsanbieter. Bitte überprüfen Sie Ihre Konfiguration.", |     "failedToFetchProvidersTitle": "Fehler beim Laden der Authentifizierungsanbieter. Bitte überprüfen Sie Ihre Konfiguration.", | ||||||
|     "errorTitle": "Ein Fehler ist aufgetreten", |     "errorTitle": "Ein Fehler ist aufgetreten", | ||||||
|     "errorSubtitle": "Beim Versuch, diese Aktion auszuführen, ist ein Fehler aufgetreten. Bitte überprüfen Sie die Konsole für weitere Informationen.", |     "errorSubtitle": "Beim Versuch, diese Aktion auszuführen, ist ein Fehler aufgetreten. Bitte überprüfen Sie die Konsole für weitere Informationen.", | ||||||
|     "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", |     "forgotPasswordMessage": "Das Passwort kann durch Änderung der 'USERS' Variable zurückgesetzt werden.", | ||||||
|     "fieldRequired": "This field is required", |     "fieldRequired": "Dieses Feld ist notwendig", | ||||||
|     "invalidInput": "Invalid input" |     "invalidInput": "Ungültige Eingabe", | ||||||
|  |     "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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Αποτυχία λήψης OAuth URL", |     "loginOauthFailSubtitle": "Αποτυχία λήψης OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Ανακατεύθυνση", |     "loginOauthSuccessTitle": "Ανακατεύθυνση", | ||||||
|     "loginOauthSuccessSubtitle": "Ανακατεύθυνση στον πάροχο OAuth σας", |     "loginOauthSuccessSubtitle": "Ανακατεύθυνση στον πάροχο OAuth σας", | ||||||
|  |     "loginOauthAutoRedirectTitle": "Αυτόματη Ανακατεύθυνση OAuth", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "Θα ανακατευθυνθείτε αυτόματα στον πάροχο OAuth σας για να επαληθευτείτε.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Ανακατεύθυνση τώρα", | ||||||
|  |     "continueTitle": "Συνέχεια", | ||||||
|     "continueRedirectingTitle": "Ανακατεύθυνση...", |     "continueRedirectingTitle": "Ανακατεύθυνση...", | ||||||
|     "continueRedirectingSubtitle": "Θα πρέπει να μεταφερθείτε σύντομα στην εφαρμογή σας", |     "continueRedirectingSubtitle": "Θα πρέπει να μεταφερθείτε σύντομα στην εφαρμογή σας", | ||||||
|     "continueInvalidRedirectTitle": "Μη έγκυρη ανακατεύθυνση", |     "continueRedirectManually": "Χειροκίνητη ανακατεύθυνση", | ||||||
|     "continueInvalidRedirectSubtitle": "Το URL ανακατεύθυνσης δεν είναι έγκυρο", |  | ||||||
|     "continueInsecureRedirectTitle": "Μη ασφαλής ανακατεύθυνση", |     "continueInsecureRedirectTitle": "Μη ασφαλής ανακατεύθυνση", | ||||||
|     "continueInsecureRedirectSubtitle": "Προσπαθείτε να ανακατευθύνετε από <code>https</code> σε <code>http</code> το οποίο δεν είναι ασφαλές. Είστε σίγουροι ότι θέλετε να συνεχίσετε;", |     "continueInsecureRedirectSubtitle": "Προσπαθείτε να ανακατευθύνετε από <code>https</code> σε <code>http</code> το οποίο δεν είναι ασφαλές. Είστε σίγουροι ότι θέλετε να συνεχίσετε;", | ||||||
|     "continueTitle": "Συνέχεια", |     "continueUntrustedRedirectTitle": "Μη έμπιστη ανακατεύθυνση", | ||||||
|     "continueSubtitle": "Κάντε κλικ στο κουμπί για να συνεχίσετε στην εφαρμογή σας.", |     "continueUntrustedRedirectSubtitle": "Προσπαθείτε να ανακατευθύνετε σε ένα domain που δεν ταιριάζει με το ρυθμισμένο domain σας (<code>{{cookieDomain}}</code>). Είστε βέβαιοι ότι θέλετε να συνεχίσετε;", | ||||||
|     "logoutFailTitle": "Αποτυχία αποσύνδεσης", |     "logoutFailTitle": "Αποτυχία αποσύνδεσης", | ||||||
|     "logoutFailSubtitle": "Παρακαλώ δοκιμάστε ξανά", |     "logoutFailSubtitle": "Παρακαλώ δοκιμάστε ξανά", | ||||||
|     "logoutSuccessTitle": "Αποσυνδεδεμένος", |     "logoutSuccessTitle": "Αποσυνδεδεμένος", | ||||||
| @@ -44,8 +47,6 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "Ο χρήστης με όνομα χρήστη <code>{{username}}</code> δεν είναι στις ομάδες που απαιτούνται από τον πόρο <code>{{resource}}</code>.", |     "unauthorizedGroupsSubtitle": "Ο χρήστης με όνομα χρήστη <code>{{username}}</code> δεν είναι στις ομάδες που απαιτούνται από τον πόρο <code>{{resource}}</code>.", | ||||||
|     "unauthorizedIpSubtitle": "Η διεύθυνση IP σας <code>{{ip}}</code> δεν είναι εξουσιοδοτημένη να έχει πρόσβαση στον πόρο <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "Η διεύθυνση IP σας <code>{{ip}}</code> δεν είναι εξουσιοδοτημένη να έχει πρόσβαση στον πόρο <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Προσπαθήστε ξανά", |     "unauthorizedButton": "Προσπαθήστε ξανά", | ||||||
|     "untrustedRedirectTitle": "Μη έμπιστη ανακατεύθυνση", |  | ||||||
|     "untrustedRedirectSubtitle": "Προσπαθείτε να ανακατευθύνετε σε ένα domain που δεν ταιριάζει με τον ρυθμισμένο domain σας (<code>{{domain}}</code>). Είστε βέβαιοι ότι θέλετε να συνεχίσετε;", |  | ||||||
|     "cancelTitle": "Ακύρωση", |     "cancelTitle": "Ακύρωση", | ||||||
|     "forgotPasswordTitle": "Ξεχάσατε το συνθηματικό σας;", |     "forgotPasswordTitle": "Ξεχάσατε το συνθηματικό σας;", | ||||||
|     "failedToFetchProvidersTitle": "Αποτυχία φόρτωσης παρόχων πιστοποίησης. Παρακαλώ ελέγξτε τις ρυθμίσεις σας.", |     "failedToFetchProvidersTitle": "Αποτυχία φόρτωσης παρόχων πιστοποίησης. Παρακαλώ ελέγξτε τις ρυθμίσεις σας.", | ||||||
| @@ -53,5 +54,9 @@ | |||||||
|     "errorSubtitle": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια εκτέλεσης αυτής της ενέργειας. Ελέγξτε την κονσόλα για περισσότερες πληροφορίες.", |     "errorSubtitle": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια εκτέλεσης αυτής της ενέργειας. Ελέγξτε την κονσόλα για περισσότερες πληροφορίες.", | ||||||
|     "forgotPasswordMessage": "Μπορείτε να επαναφέρετε τον κωδικό πρόσβασής σας αλλάζοντας τη μεταβλητή περιβάλλοντος `USERS`.", |     "forgotPasswordMessage": "Μπορείτε να επαναφέρετε τον κωδικό πρόσβασής σας αλλάζοντας τη μεταβλητή περιβάλλοντος `USERS`.", | ||||||
|     "fieldRequired": "Αυτό το πεδίο είναι υποχρεωτικό", |     "fieldRequired": "Αυτό το πεδίο είναι υποχρεωτικό", | ||||||
|     "invalidInput": "Μη έγκυρη καταχώρηση" |     "invalidInput": "Μη έγκυρη καταχώρηση", | ||||||
|  |     "domainWarningTitle": "Μη έγκυρο domain", | ||||||
|  |     "domainWarningSubtitle": "Αυτή η εφαρμογή έχει ρυθμιστεί για πρόσβαση από <code>{{appUrl}}</code>, αλλά <code>{{currentUrl}}</code> χρησιμοποιείται. Αν συνεχίσετε, μπορεί να αντιμετωπίσετε προβλήματα με την ταυτοποίηση.", | ||||||
|  |     "ignoreTitle": "Παράβλεψη", | ||||||
|  |     "goToCorrectDomainTitle": "Μεταβείτε στο σωστό domain" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Error al obtener la URL de OAuth", |     "loginOauthFailSubtitle": "Error al obtener la URL de OAuth", | ||||||
|     "loginOauthSuccessTitle": "Redireccionando", |     "loginOauthSuccessTitle": "Redireccionando", | ||||||
|     "loginOauthSuccessSubtitle": "Redireccionando a tu proveedor de OAuth", |     "loginOauthSuccessSubtitle": "Redireccionando a tu proveedor de OAuth", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continuar", | ||||||
|     "continueRedirectingTitle": "Redireccionando...", |     "continueRedirectingTitle": "Redireccionando...", | ||||||
|     "continueRedirectingSubtitle": "Pronto será redirigido a la aplicación", |     "continueRedirectingSubtitle": "Pronto será redirigido a la aplicación", | ||||||
|     "continueInvalidRedirectTitle": "Redirección inválida", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "La URL de redirección es inválida", |  | ||||||
|     "continueInsecureRedirectTitle": "Redirección insegura", |     "continueInsecureRedirectTitle": "Redirección insegura", | ||||||
|     "continueInsecureRedirectSubtitle": "Está intentando redirigir desde <code>https</code> a <code>http</code> lo cual no es seguro. ¿Está seguro que desea continuar?", |     "continueInsecureRedirectSubtitle": "Está intentando redirigir desde <code>https</code> a <code>http</code> lo cual no es seguro. ¿Está seguro que desea continuar?", | ||||||
|     "continueTitle": "Continuar", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Haga clic en el botón para continuar hacia su aplicación.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Fallo al cerrar sesión", |     "logoutFailTitle": "Fallo al cerrar sesión", | ||||||
|     "logoutFailSubtitle": "Por favor intente nuevamente", |     "logoutFailSubtitle": "Por favor intente nuevamente", | ||||||
|     "logoutSuccessTitle": "Sesión cerrada", |     "logoutSuccessTitle": "Sesión cerrada", | ||||||
| @@ -44,8 +47,6 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "El usuario con nombre de usuario <code>{{username}}</code> no está en los grupos requeridos por el recurso <code>{{resource}}</code>.", |     "unauthorizedGroupsSubtitle": "El usuario con nombre de usuario <code>{{username}}</code> no está en los grupos requeridos por el recurso <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": "Inténtelo de nuevo", |     "unauthorizedButton": "Inténtelo de nuevo", | ||||||
|     "untrustedRedirectTitle": "Redirección no confiable", |  | ||||||
|     "untrustedRedirectSubtitle": "Está intentando redirigir a un dominio que no coincide con su dominio configurado (<code>{{domain}}</code>). ¿Está seguro que desea continuar?", |  | ||||||
|     "cancelTitle": "Cancelar", |     "cancelTitle": "Cancelar", | ||||||
|     "forgotPasswordTitle": "¿Olvidó su contraseña?", |     "forgotPasswordTitle": "¿Olvidó su contraseña?", | ||||||
|     "failedToFetchProvidersTitle": "Error al cargar los proveedores de autenticación. Por favor revise su configuración.", |     "failedToFetchProvidersTitle": "Error al cargar los proveedores de autenticación. Por favor revise su configuración.", | ||||||
| @@ -53,5 +54,9 @@ | |||||||
|     "errorSubtitle": "Ocurrió un error mientras se trataba de realizar esta acción. Por favor, revise la consola para más información.", |     "errorSubtitle": "Ocurrió un error mientras se trataba de realizar esta acción. Por favor, revise la consola para más información.", | ||||||
|     "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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Impossible d'obtenir l'URL OAuth", |     "loginOauthFailSubtitle": "Impossible d'obtenir l'URL OAuth", | ||||||
|     "loginOauthSuccessTitle": "Redirection", |     "loginOauthSuccessTitle": "Redirection", | ||||||
|     "loginOauthSuccessSubtitle": "Redirection vers votre fournisseur OAuth", |     "loginOauthSuccessSubtitle": "Redirection vers votre fournisseur OAuth", | ||||||
|  |     "loginOauthAutoRedirectTitle": "Redirection automatique OAuth", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "Vous allez être automatiquement redirigé vers votre fournisseur OAuth pour vous authentifier.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Rediriger", | ||||||
|  |     "continueTitle": "Continuer", | ||||||
|     "continueRedirectingTitle": "Redirection...", |     "continueRedirectingTitle": "Redirection...", | ||||||
|     "continueRedirectingSubtitle": "Vous devriez être redirigé vers l'application bientôt", |     "continueRedirectingSubtitle": "Vous devriez être redirigé vers l'application bientôt", | ||||||
|     "continueInvalidRedirectTitle": "Redirection invalide", |     "continueRedirectManually": "Redirection manuelle", | ||||||
|     "continueInvalidRedirectSubtitle": "L'URL de redirection est invalide", |  | ||||||
|     "continueInsecureRedirectTitle": "Redirection non sécurisée", |     "continueInsecureRedirectTitle": "Redirection non sécurisée", | ||||||
|     "continueInsecureRedirectSubtitle": "Vous tentez de rediriger de <code>https</code> vers <code>http</code>, ce qui n'est pas sécurisé. Êtes-vous sûr de vouloir continuer ?", |     "continueInsecureRedirectSubtitle": "Vous tentez de rediriger de <code>https</code> vers <code>http</code>, ce qui n'est pas sécurisé. Êtes-vous sûr de vouloir continuer ?", | ||||||
|     "continueTitle": "Continuer", |     "continueUntrustedRedirectTitle": "Redirection non sécurisée", | ||||||
|     "continueSubtitle": "Cliquez sur le bouton pour continuer vers votre application.", |     "continueUntrustedRedirectSubtitle": "Vous essayez de rediriger vers un domaine qui ne correspond pas à votre domaine configuré (<code>{{cookieDomain}}</code>). Êtes-vous sûr de vouloir continuer ?", | ||||||
|     "logoutFailTitle": "Échec de la déconnexion", |     "logoutFailTitle": "Échec de la déconnexion", | ||||||
|     "logoutFailSubtitle": "Veuillez réessayer", |     "logoutFailSubtitle": "Veuillez réessayer", | ||||||
|     "logoutSuccessTitle": "Déconnecté", |     "logoutSuccessTitle": "Déconnecté", | ||||||
| @@ -38,20 +41,22 @@ | |||||||
|     "totpSuccessSubtitle": "Redirection vers votre application", |     "totpSuccessSubtitle": "Redirection vers votre application", | ||||||
|     "totpTitle": "Saisissez votre code TOTP", |     "totpTitle": "Saisissez votre code TOTP", | ||||||
|     "totpSubtitle": "Veuillez saisir le code de votre application d'authentification.", |     "totpSubtitle": "Veuillez saisir le code de votre application d'authentification.", | ||||||
|     "unauthorizedTitle": "Unauthorized", |     "unauthorizedTitle": "Non autorisé", | ||||||
|     "unauthorizedResourceSubtitle": "L'utilisateur avec le nom d'utilisateur <code>{{username}}</code> n'est pas autorisé à accéder à la ressource <code>{{resource}}</code>.", |     "unauthorizedResourceSubtitle": "L'utilisateur avec le nom d'utilisateur <code>{{username}}</code> n'est pas autorisé à accéder à la ressource <code>{{resource}}</code>.", | ||||||
|     "unauthorizedLoginSubtitle": "L'utilisateur avec le nom d'utilisateur <code>{{username}}</code> n'est pas autorisé à se connecter.", |     "unauthorizedLoginSubtitle": "L'utilisateur avec le nom d'utilisateur <code>{{username}}</code> n'est pas autorisé à se connecter.", | ||||||
|     "unauthorizedGroupsSubtitle": "L'utilisateur avec le nom d'utilisateur <code>{{username}}</code> n'appartient pas aux groupes requis par la ressource <code>{{resource}}</code>.", |     "unauthorizedGroupsSubtitle": "L'utilisateur avec le nom d'utilisateur <code>{{username}}</code> n'appartient pas aux groupes requis par la ressource <code>{{resource}}</code>.", | ||||||
|     "unauthorizedIpSubtitle": "Votre adresse IP <code>{{ip}}</code> n'est pas autorisée à accéder à la ressource <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "Votre adresse IP <code>{{ip}}</code> n'est pas autorisée à accéder à la ressource <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Réessayer", |     "unauthorizedButton": "Réessayer", | ||||||
|     "untrustedRedirectTitle": "Redirection non fiable", |  | ||||||
|     "untrustedRedirectSubtitle": "Vous tentez de rediriger vers un domaine qui ne correspond pas à votre domaine configuré (<code>{{domain}}</code>). Êtes-vous sûr de vouloir continuer ?", |  | ||||||
|     "cancelTitle": "Annuler", |     "cancelTitle": "Annuler", | ||||||
|     "forgotPasswordTitle": "Mot de passe oublié ?", |     "forgotPasswordTitle": "Mot de passe oublié ?", | ||||||
|     "failedToFetchProvidersTitle": "Échec du chargement des fournisseurs d'authentification. Veuillez vérifier votre configuration.", |     "failedToFetchProvidersTitle": "Échec du chargement des fournisseurs d'authentification. Veuillez vérifier votre configuration.", | ||||||
|     "errorTitle": "Une erreur est survenue", |     "errorTitle": "Une erreur est survenue", | ||||||
|     "errorSubtitle": "Une erreur est survenue lors de l'exécution de cette action. Veuillez consulter la console pour plus d'informations.", |     "errorSubtitle": "Une erreur est survenue lors de l'exécution de cette action. Veuillez consulter la console pour plus d'informations.", | ||||||
|     "forgotPasswordMessage": "Vous pouvez réinitialiser votre mot de passe en modifiant la variable d'environnement `USERS`.", |     "forgotPasswordMessage": "Vous pouvez réinitialiser votre mot de passe en modifiant la variable d'environnement `USERS`.", | ||||||
|     "fieldRequired": "This field is required", |     "fieldRequired": "Ce champ est obligatoire", | ||||||
|     "invalidInput": "Invalid input" |     "invalidInput": "Saisie non valide", | ||||||
|  |     "domainWarningTitle": "Domaine invalide", | ||||||
|  |     "domainWarningSubtitle": "Cette instance est configurée pour être accédée depuis <code>{{appUrl}}</code>, mais <code>{{currentUrl}}</code> est utilisé. Si vous continuez, vous pourriez rencontrer des problèmes d'authentification.", | ||||||
|  |     "ignoreTitle": "Ignorer", | ||||||
|  |     "goToCorrectDomainTitle": "Aller au bon domaine" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Fout bij het ophalen van OAuth URL", |     "loginOauthFailSubtitle": "Fout bij het ophalen van OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Omleiden", |     "loginOauthSuccessTitle": "Omleiden", | ||||||
|     "loginOauthSuccessSubtitle": "Omleiden naar je OAuth provider", |     "loginOauthSuccessSubtitle": "Omleiden naar je OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Ga verder", | ||||||
|     "continueRedirectingTitle": "Omleiden...", |     "continueRedirectingTitle": "Omleiden...", | ||||||
|     "continueRedirectingSubtitle": "Je wordt naar de app doorgestuurd", |     "continueRedirectingSubtitle": "Je wordt naar de app doorgestuurd", | ||||||
|     "continueInvalidRedirectTitle": "Ongeldige omleiding", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "De omleidings-URL is ongeldig", |  | ||||||
|     "continueInsecureRedirectTitle": "Onveilige doorverwijzing", |     "continueInsecureRedirectTitle": "Onveilige doorverwijzing", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Ga verder", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Klik op de knop om door te gaan naar de app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Afmelden mislukt", |     "logoutFailTitle": "Afmelden mislukt", | ||||||
|     "logoutFailSubtitle": "Probeer het opnieuw", |     "logoutFailSubtitle": "Probeer het opnieuw", | ||||||
|     "logoutSuccessTitle": "Afgemeld", |     "logoutSuccessTitle": "Afgemeld", | ||||||
| @@ -44,8 +47,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": "Opnieuw proberen", |     "unauthorizedButton": "Opnieuw proberen", | ||||||
|     "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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Nie udało się uzyskać adresu URL OAuth", |     "loginOauthFailSubtitle": "Nie udało się uzyskać adresu URL OAuth", | ||||||
|     "loginOauthSuccessTitle": "Przekierowywanie", |     "loginOauthSuccessTitle": "Przekierowywanie", | ||||||
|     "loginOauthSuccessSubtitle": "Przekierowywanie do Twojego dostawcy OAuth", |     "loginOauthSuccessSubtitle": "Przekierowywanie do Twojego dostawcy OAuth", | ||||||
|  |     "loginOauthAutoRedirectTitle": "Automatyczne przekierowanie OAuth", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "Nastąpi automatyczne przekierowanie do dostawcy OAuth w celu uwierzytelnienia.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Przekieruj teraz", | ||||||
|  |     "continueTitle": "Kontynuuj", | ||||||
|     "continueRedirectingTitle": "Przekierowywanie...", |     "continueRedirectingTitle": "Przekierowywanie...", | ||||||
|     "continueRedirectingSubtitle": "Wkrótce powinieneś zostać przekierowany do aplikacji", |     "continueRedirectingSubtitle": "Wkrótce powinieneś zostać przekierowany do aplikacji", | ||||||
|     "continueInvalidRedirectTitle": "Nieprawidłowe przekierowanie", |     "continueRedirectManually": "Przekieruj mnie ręcznie", | ||||||
|     "continueInvalidRedirectSubtitle": "Adres przekierowania jest nieprawidłowy", |  | ||||||
|     "continueInsecureRedirectTitle": "Niezabezpieczone przekierowanie", |     "continueInsecureRedirectTitle": "Niezabezpieczone przekierowanie", | ||||||
|     "continueInsecureRedirectSubtitle": "Próbujesz przekierować z <code>https</code> do <code>http</code>, co nie jest bezpieczne. Czy na pewno chcesz kontynuować?", |     "continueInsecureRedirectSubtitle": "Próbujesz przekierować z <code>https</code> do <code>http</code>, co nie jest bezpieczne. Czy na pewno chcesz kontynuować?", | ||||||
|     "continueTitle": "Kontynuuj", |     "continueUntrustedRedirectTitle": "Niezaufane przekierowanie", | ||||||
|     "continueSubtitle": "Kliknij przycisk, aby przejść do aplikacji.", |     "continueUntrustedRedirectSubtitle": "Próbujesz przekierować do domeny, która nie pasuje do skonfigurowanej domeny (<code>{{cookieDomain}}</code>). Czy na pewno chcesz kontynuować?", | ||||||
|     "logoutFailTitle": "Nie udało się wylogować", |     "logoutFailTitle": "Nie udało się wylogować", | ||||||
|     "logoutFailSubtitle": "Spróbuj ponownie", |     "logoutFailSubtitle": "Spróbuj ponownie", | ||||||
|     "logoutSuccessTitle": "Wylogowano", |     "logoutSuccessTitle": "Wylogowano", | ||||||
| @@ -44,8 +47,6 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "Użytkownik o nazwie <code>{{username}}</code> nie należy do grup wymaganych przez zasób <code>{{resource}}</code>.", |     "unauthorizedGroupsSubtitle": "Użytkownik o nazwie <code>{{username}}</code> nie należy do grup wymaganych przez zasób <code>{{resource}}</code>.", | ||||||
|     "unauthorizedIpSubtitle": "Twój adres IP <code>{{ip}}</code> nie ma autoryzacji do dostępu do zasobu <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "Twój adres IP <code>{{ip}}</code> nie ma autoryzacji do dostępu do zasobu <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Spróbuj ponownie", |     "unauthorizedButton": "Spróbuj ponownie", | ||||||
|     "untrustedRedirectTitle": "Niezaufane przekierowanie", |  | ||||||
|     "untrustedRedirectSubtitle": "Próbujesz przekierować do domeny, która nie pasuje do Twojej skonfigurowanej domeny (<code>{{domain}}</code>). Czy na pewno chcesz kontynuować?", |  | ||||||
|     "cancelTitle": "Anuluj", |     "cancelTitle": "Anuluj", | ||||||
|     "forgotPasswordTitle": "Nie pamiętasz hasła?", |     "forgotPasswordTitle": "Nie pamiętasz hasła?", | ||||||
|     "failedToFetchProvidersTitle": "Nie udało się załadować dostawców uwierzytelniania. Sprawdź swoją konfigurację.", |     "failedToFetchProvidersTitle": "Nie udało się załadować dostawców uwierzytelniania. Sprawdź swoją konfigurację.", | ||||||
| @@ -53,5 +54,9 @@ | |||||||
|     "errorSubtitle": "Wystąpił błąd podczas próby wykonania tej czynności. Sprawdź konsolę, aby uzyskać więcej informacji.", |     "errorSubtitle": "Wystąpił błąd podczas próby wykonania tej czynności. Sprawdź konsolę, aby uzyskać więcej informacji.", | ||||||
|     "forgotPasswordMessage": "Możesz zresetować hasło, zmieniając zmienną środowiskową `USERS`.", |     "forgotPasswordMessage": "Możesz zresetować hasło, zmieniając zmienną środowiskową `USERS`.", | ||||||
|     "fieldRequired": "To pole jest wymagane", |     "fieldRequired": "To pole jest wymagane", | ||||||
|     "invalidInput": "Nieprawidłowe dane wejściowe" |     "invalidInput": "Nieprawidłowe dane wejściowe", | ||||||
|  |     "domainWarningTitle": "Nieprawidłowa domena", | ||||||
|  |     "domainWarningSubtitle": "Ta instancja jest skonfigurowana do uzyskania dostępu z <code>{{appUrl}}</code>, ale <code>{{currentUrl}}</code> jest w użyciu. Jeśli będziesz kontynuować, mogą wystąpić problemy z uwierzytelnianiem.", | ||||||
|  |     "ignoreTitle": "Zignoruj", | ||||||
|  |     "goToCorrectDomainTitle": "Przejdź do prawidłowej domeny" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Falha ao obter URL de OAuth", |     "loginOauthFailSubtitle": "Falha ao obter URL de OAuth", | ||||||
|     "loginOauthSuccessTitle": "Redirecionando", |     "loginOauthSuccessTitle": "Redirecionando", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecionando para seu provedor OAuth", |     "loginOauthSuccessSubtitle": "Redirecionando para seu provedor OAuth", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continuar", | ||||||
|     "continueRedirectingTitle": "Redirecionando...", |     "continueRedirectingTitle": "Redirecionando...", | ||||||
|     "continueRedirectingSubtitle": "Você deve ser redirecionado para o aplicativo em breve", |     "continueRedirectingSubtitle": "Você deve ser redirecionado para o aplicativo em breve", | ||||||
|     "continueInvalidRedirectTitle": "Redirecionamento inválido", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "O endereço de redirecionamento é inválido", |  | ||||||
|     "continueInsecureRedirectTitle": "Redirecionamento inseguro", |     "continueInsecureRedirectTitle": "Redirecionamento inseguro", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continuar", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Clique no botão para continuar para o seu aplicativo.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Falha ao encerrar sessão", |     "logoutFailTitle": "Falha ao encerrar sessão", | ||||||
|     "logoutFailSubtitle": "Por favor, tente novamente", |     "logoutFailSubtitle": "Por favor, tente novamente", | ||||||
|     "logoutSuccessTitle": "Sessão encerrada", |     "logoutSuccessTitle": "Sessão encerrada", | ||||||
| @@ -44,8 +47,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": "Tentar novamente", |     "unauthorizedButton": "Tentar novamente", | ||||||
|     "untrustedRedirectTitle": "Redirecionamento não confiável", |  | ||||||
|     "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": "Cancelar", |     "cancelTitle": "Cancelar", | ||||||
|     "forgotPasswordTitle": "Esqueceu sua senha?", |     "forgotPasswordTitle": "Esqueceu sua senha?", | ||||||
|     "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", |     "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", | ||||||
| @@ -53,5 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|     "loginTitle": "С возвращением, войти с", |     "loginTitle": "С возвращением, войти с", | ||||||
|     "loginTitleSimple": "Вход", |     "loginTitleSimple": "С возвращением, пожалуйста войдите", | ||||||
|     "loginDivider": "Или", |     "loginDivider": "Или", | ||||||
|     "loginUsername": "Имя пользователя", |     "loginUsername": "Имя пользователя", | ||||||
|     "loginPassword": "Пароль", |     "loginPassword": "Пароль", | ||||||
| @@ -8,20 +8,23 @@ | |||||||
|     "loginFailTitle": "Вход не удался", |     "loginFailTitle": "Вход не удался", | ||||||
|     "loginFailSubtitle": "Проверьте имя пользователя и пароль", |     "loginFailSubtitle": "Проверьте имя пользователя и пароль", | ||||||
|     "loginFailRateLimit": "Слишком много ошибок входа. Попробуйте позже", |     "loginFailRateLimit": "Слишком много ошибок входа. Попробуйте позже", | ||||||
|     "loginSuccessTitle": "Вы вошли", |     "loginSuccessTitle": "Вход выполнен", | ||||||
|     "loginSuccessSubtitle": "С возвращением!", |     "loginSuccessSubtitle": "С возвращением!", | ||||||
|     "loginOauthFailTitle": "Произошла ошибка", |     "loginOauthFailTitle": "Произошла ошибка", | ||||||
|     "loginOauthFailSubtitle": "Не удалось получить OAuth URL", |     "loginOauthFailSubtitle": "Не удалось получить OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Перенаправление", |     "loginOauthSuccessTitle": "Перенаправление", | ||||||
|     "loginOauthSuccessSubtitle": "Перенаправление к поставщику OAuth", |     "loginOauthSuccessSubtitle": "Перенаправление к поставщику OAuth", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Продолжить", | ||||||
|     "continueRedirectingTitle": "Перенаправление...", |     "continueRedirectingTitle": "Перенаправление...", | ||||||
|     "continueRedirectingSubtitle": "Скоро вы будете перенаправлены в приложение", |     "continueRedirectingSubtitle": "Скоро вы будете перенаправлены в приложение", | ||||||
|     "continueInvalidRedirectTitle": "Неверное перенаправление", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "URL перенаправления недействителен", |  | ||||||
|     "continueInsecureRedirectTitle": "Небезопасное перенаправление", |     "continueInsecureRedirectTitle": "Небезопасное перенаправление", | ||||||
|     "continueInsecureRedirectSubtitle": "Попытка перенаправления с <code>https</code> на <code>http</code>, уверены, что хотите продолжить?", |     "continueInsecureRedirectSubtitle": "Попытка перенаправления с <code>https</code> на <code>http</code>, уверены, что хотите продолжить?", | ||||||
|     "continueTitle": "Продолжить", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Нажмите на кнопку, чтобы перейти к приложению.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Не удалось выйти", |     "logoutFailTitle": "Не удалось выйти", | ||||||
|     "logoutFailSubtitle": "Попробуйте ещё раз", |     "logoutFailSubtitle": "Попробуйте ещё раз", | ||||||
|     "logoutSuccessTitle": "Выход", |     "logoutSuccessTitle": "Выход", | ||||||
| @@ -37,21 +40,23 @@ | |||||||
|     "totpSuccessTitle": "Подтверждён", |     "totpSuccessTitle": "Подтверждён", | ||||||
|     "totpSuccessSubtitle": "Перенаправление в приложение", |     "totpSuccessSubtitle": "Перенаправление в приложение", | ||||||
|     "totpTitle": "Введите код TOTP", |     "totpTitle": "Введите код TOTP", | ||||||
|     "totpSubtitle": "Пожалуйста, введите код из вашего приложения — аутентификатора.", |     "totpSubtitle": "Пожалуйста, введите код из вашего приложения-аутентификатора.", | ||||||
|     "unauthorizedTitle": "Доступ запрещен", |     "unauthorizedTitle": "Доступ запрещен", | ||||||
|     "unauthorizedResourceSubtitle": "Пользователю <code>{{username}}</code> не разрешен доступ к <code>{{resource}}</code>.", |     "unauthorizedResourceSubtitle": "Пользователю <code>{{username}}</code> не разрешен доступ к <code>{{resource}}</code>.", | ||||||
|     "unauthorizedLoginSubtitle": "Пользователю <code>{{username}}</code> не разрешен вход.", |     "unauthorizedLoginSubtitle": "Пользователю <code>{{username}}</code> не разрешен вход.", | ||||||
|     "unauthorizedGroupsSubtitle": "Пользователь <code>{{username}}</code> не состоит в группах, которым разрешен доступ к <code>{{resource}}</code>.", |     "unauthorizedGroupsSubtitle": "Пользователь <code>{{username}}</code> не состоит в группах, которым разрешен доступ к <code>{{resource}}</code>.", | ||||||
|     "unauthorizedIpSubtitle": "Ваш IP адрес <code>{{ip}}</code> не авторизован для доступа к ресурсу <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "Ваш IP адрес <code>{{ip}}</code> не авторизован для доступа к ресурсу <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Повторить", |     "unauthorizedButton": "Повторить", | ||||||
|     "untrustedRedirectTitle": "Ненадежное перенаправление", |  | ||||||
|     "untrustedRedirectSubtitle": "Попытка перенаправить на домен, который не соответствует вашему заданному домену (<code>{{domain}}</code>). Уверены, что хотите продолжить?", |  | ||||||
|     "cancelTitle": "Отмена", |     "cancelTitle": "Отмена", | ||||||
|     "forgotPasswordTitle": "Забыли пароль?", |     "forgotPasswordTitle": "Забыли пароль?", | ||||||
|     "failedToFetchProvidersTitle": "Не удалось загрузить провайдеров аутентификации. Пожалуйста, проверьте конфигурацию.", |     "failedToFetchProvidersTitle": "Не удалось загрузить провайдеров аутентификации. Пожалуйста, проверьте конфигурацию.", | ||||||
|     "errorTitle": "Произошла ошибка", |     "errorTitle": "Произошла ошибка", | ||||||
|     "errorSubtitle": "Произошла ошибка при попытке выполнить это действие. Проверьте консоль для дополнительной информации.", |     "errorSubtitle": "Произошла ошибка при попытке выполнить это действие. Проверьте консоль для дополнительной информации.", | ||||||
|     "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", |     "forgotPasswordMessage": "Вы можете сбросить свой пароль, изменив переменную окружения `USERS`.", | ||||||
|     "fieldRequired": "This field is required", |     "fieldRequired": "Это поле является обязательным", | ||||||
|     "invalidInput": "Invalid input" |     "invalidInput": "Недопустимый ввод", | ||||||
|  |     "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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Неуспело преузимање OAuth адресе", |     "loginOauthFailSubtitle": "Неуспело преузимање OAuth адресе", | ||||||
|     "loginOauthSuccessTitle": "Преусмеравање", |     "loginOauthSuccessTitle": "Преусмеравање", | ||||||
|     "loginOauthSuccessSubtitle": "Преусмеравање на вашег OAuth провајдера", |     "loginOauthSuccessSubtitle": "Преусмеравање на вашег OAuth провајдера", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Настави", | ||||||
|     "continueRedirectingTitle": "Преусмеравање...", |     "continueRedirectingTitle": "Преусмеравање...", | ||||||
|     "continueRedirectingSubtitle": "Требали би сте ускоро да будете преусмерени на апликацију", |     "continueRedirectingSubtitle": "Требали би сте ускоро да будете преусмерени на апликацију", | ||||||
|     "continueInvalidRedirectTitle": "Неисправно преусмеравање", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "Адреса за преусмеравање није исправна", |  | ||||||
|     "continueInsecureRedirectTitle": "Небезбедно преусмеравање", |     "continueInsecureRedirectTitle": "Небезбедно преусмеравање", | ||||||
|     "continueInsecureRedirectSubtitle": "Покушавате да преусмерите са <code>https</code> на <code>http</code> што није безбедно. Да ли желите да наставите?", |     "continueInsecureRedirectSubtitle": "Покушавате да преусмерите са <code>https</code> на <code>http</code> што није безбедно. Да ли желите да наставите?", | ||||||
|     "continueTitle": "Настави", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Кликните на дугме да би сте наставили на нашу апликацију.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Неуспешно одјављивање", |     "logoutFailTitle": "Неуспешно одјављивање", | ||||||
|     "logoutFailSubtitle": "Молим вас покушајте поново", |     "logoutFailSubtitle": "Молим вас покушајте поново", | ||||||
|     "logoutSuccessTitle": "Одјављени", |     "logoutSuccessTitle": "Одјављени", | ||||||
| @@ -44,8 +47,6 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "Корисник са корисничким именом <code>{{username}}</code> није у групама које захтева ресурс <code>{{resource}}</code>.", |     "unauthorizedGroupsSubtitle": "Корисник са корисничким именом <code>{{username}}</code> није у групама које захтева ресурс <code>{{resource}}</code>.", | ||||||
|     "unauthorizedIpSubtitle": "Ваша IP адреса <code>{{ip}}</code> није ауторизована да приступи ресурсу <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "Ваша IP адреса <code>{{ip}}</code> није ауторизована да приступи ресурсу <code>{{resource}}</code>.", | ||||||
|     "unauthorizedButton": "Покушајте поново", |     "unauthorizedButton": "Покушајте поново", | ||||||
|     "untrustedRedirectTitle": "Преусмерење без поверења", |  | ||||||
|     "untrustedRedirectSubtitle": "Покушавате да преусмерите на домен који се не поклапа са подешеним доменом (<code>{{domain}}</code>). Да ли желите да наставите?", |  | ||||||
|     "cancelTitle": "Поништи", |     "cancelTitle": "Поништи", | ||||||
|     "forgotPasswordTitle": "Заборавили сте лозинку?", |     "forgotPasswordTitle": "Заборавили сте лозинку?", | ||||||
|     "failedToFetchProvidersTitle": "Није успело учитавање провајдера аутентификације. Молим вас проверите ваша подешавања.", |     "failedToFetchProvidersTitle": "Није успело учитавање провајдера аутентификације. Молим вас проверите ваша подешавања.", | ||||||
| @@ -53,5 +54,9 @@ | |||||||
|     "errorSubtitle": "Појавила се грешка при покушају извршавања ове радње. Молим вас проверите конзолу за додатне информације.", |     "errorSubtitle": "Појавила се грешка при покушају извршавања ове радње. Молим вас проверите конзолу за додатне информације.", | ||||||
|     "forgotPasswordMessage": "Можете поништити вашу лозинку променом `USERS` променљиве окружења.", |     "forgotPasswordMessage": "Можете поништити вашу лозинку променом `USERS` променљиве окружења.", | ||||||
|     "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" | ||||||
| } | } | ||||||
| @@ -1,32 +1,35 @@ | |||||||
| { | { | ||||||
|     "loginTitle": "Welcome back, login with", |     "loginTitle": "Välkommen tillbaka, logga in med", | ||||||
|     "loginTitleSimple": "Welcome back, please login", |     "loginTitleSimple": "Välkommen tillbaka, logga in", | ||||||
|     "loginDivider": "Or", |     "loginDivider": "Eller", | ||||||
|     "loginUsername": "Username", |     "loginUsername": "Användarnamn", | ||||||
|     "loginPassword": "Password", |     "loginPassword": "Lösenord", | ||||||
|     "loginSubmit": "Login", |     "loginSubmit": "Logga in", | ||||||
|     "loginFailTitle": "Failed to log in", |     "loginFailTitle": "Kunde inte logga in", | ||||||
|     "loginFailSubtitle": "Please check your username and password", |     "loginFailSubtitle": "Kontrollera ditt användarnamn och lösenord", | ||||||
|     "loginFailRateLimit": "You failed to login too many times. Please try again later", |     "loginFailRateLimit": "Du misslyckades med att logga in för många gånger. Försök igen senare", | ||||||
|     "loginSuccessTitle": "Logged in", |     "loginSuccessTitle": "Inloggad", | ||||||
|     "loginSuccessSubtitle": "Welcome back!", |     "loginSuccessSubtitle": "Välkommen tillbaka!", | ||||||
|     "loginOauthFailTitle": "An error occurred", |     "loginOauthFailTitle": "Ett fel har uppstått", | ||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Kunde inte hämta OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Omdirigerar", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Omdirigera till din OAuth leverantör", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |     "continueTitle": "Fortsätt", | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueRedirectingTitle": "Omdirigerar...", | ||||||
|     "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?", |     "continueRedirectingSubtitle": "Du bör omdirigeras till appen snart", | ||||||
|     "continueTitle": "Continue", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueInsecureRedirectTitle": "Osäker omdirigering", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "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?", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutSuccessSubtitle": "You have been logged out", |     "logoutFailTitle": "Kunde inte logga ut.", | ||||||
|     "logoutTitle": "Logout", |     "logoutFailSubtitle": "Vänligen försök igen", | ||||||
|  |     "logoutSuccessTitle": "Utloggad", | ||||||
|  |     "logoutSuccessSubtitle": "Du har blivit utloggad", | ||||||
|  |     "logoutTitle": "Logga ut", | ||||||
|     "logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.", |     "logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.", | ||||||
|     "logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.", |     "logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.", | ||||||
|     "notFoundTitle": "Page not found", |     "notFoundTitle": "Page not found", | ||||||
| @@ -38,14 +41,12 @@ | |||||||
|     "totpSuccessSubtitle": "Redirecting to your app", |     "totpSuccessSubtitle": "Redirecting to your app", | ||||||
|     "totpTitle": "Enter your TOTP code", |     "totpTitle": "Enter your TOTP code", | ||||||
|     "totpSubtitle": "Please enter the code from your authenticator app.", |     "totpSubtitle": "Please enter the code from your authenticator app.", | ||||||
|     "unauthorizedTitle": "Unauthorized", |     "unauthorizedTitle": "Obehörig", | ||||||
|     "unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |     "unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.", | ||||||
|     "unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.", |     "unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.", | ||||||
|     "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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Yönlendiriliyor", |     "loginOauthSuccessTitle": "Yönlendiriliyor", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Devam et", | ||||||
|     "continueRedirectingTitle": "Yönlendiriliyor...", |     "continueRedirectingTitle": "Yönlendiriliyor...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Devam et", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Lütfen tekrar deneyin", |     "logoutFailSubtitle": "Lütfen tekrar deneyin", | ||||||
|     "logoutSuccessTitle": "Çıkış yapıldı", |     "logoutSuccessTitle": "Çıkış yapıldı", | ||||||
| @@ -44,8 +47,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": "İptal", |     "cancelTitle": "İptal", | ||||||
|     "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 +54,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" | ||||||
| } | } | ||||||
| @@ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
|     "loginTitle": "Welcome back, login with", |     "loginTitle": "З поверненням, увійдіть через", | ||||||
|     "loginTitleSimple": "Welcome back, please login", |     "loginTitleSimple": "Welcome back, please login", | ||||||
|     "loginDivider": "Or", |     "loginDivider": "Or", | ||||||
|     "loginUsername": "Username", |     "loginUsername": "Username", | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "Failed to get OAuth URL", |     "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||||||
|     "loginOauthSuccessTitle": "Redirecting", |     "loginOauthSuccessTitle": "Redirecting", | ||||||
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "Continue", | ||||||
|     "continueRedirectingTitle": "Redirecting...", |     "continueRedirectingTitle": "Redirecting...", | ||||||
|     "continueRedirectingSubtitle": "You should be redirected to the app soon", |     "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||||||
|     "continueInvalidRedirectTitle": "Invalid redirect", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid", |  | ||||||
|     "continueInsecureRedirectTitle": "Insecure redirect", |     "continueInsecureRedirectTitle": "Insecure redirect", | ||||||
|     "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?", |     "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?", | ||||||
|     "continueTitle": "Continue", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "Click the button to continue to your app.", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "Failed to log out", |     "logoutFailTitle": "Failed to log out", | ||||||
|     "logoutFailSubtitle": "Please try again", |     "logoutFailSubtitle": "Please try again", | ||||||
|     "logoutSuccessTitle": "Logged out", |     "logoutSuccessTitle": "Logged out", | ||||||
| @@ -44,8 +47,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 +54,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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "获取 OAuth URL 失败", |     "loginOauthFailSubtitle": "获取 OAuth URL 失败", | ||||||
|     "loginOauthSuccessTitle": "重定向中", |     "loginOauthSuccessTitle": "重定向中", | ||||||
|     "loginOauthSuccessSubtitle": "重定向到您的 OAuth 提供商", |     "loginOauthSuccessSubtitle": "重定向到您的 OAuth 提供商", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "继续", | ||||||
|     "continueRedirectingTitle": "正在重定向……", |     "continueRedirectingTitle": "正在重定向……", | ||||||
|     "continueRedirectingSubtitle": "您应该很快被重定向到应用", |     "continueRedirectingSubtitle": "您应该很快被重定向到应用", | ||||||
|     "continueInvalidRedirectTitle": "无效的重定向", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "重定向URL无效", |  | ||||||
|     "continueInsecureRedirectTitle": "不安全的重定向", |     "continueInsecureRedirectTitle": "不安全的重定向", | ||||||
|     "continueInsecureRedirectSubtitle": "您正在尝试从<code>https</code>重定向到<code>http</code>可能存在风险。您确定要继续吗?", |     "continueInsecureRedirectSubtitle": "您正在尝试从<code>https</code>重定向到<code>http</code>可能存在风险。您确定要继续吗?", | ||||||
|     "continueTitle": "继续", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "点击按钮以继续您的应用。", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "注销失败", |     "logoutFailTitle": "注销失败", | ||||||
|     "logoutFailSubtitle": "请重试", |     "logoutFailSubtitle": "请重试", | ||||||
|     "logoutSuccessTitle": "已登出", |     "logoutSuccessTitle": "已登出", | ||||||
| @@ -30,7 +33,7 @@ | |||||||
|     "logoutUsernameSubtitle": "您当前登录用户为<code>{{username}}</code>。点击下方按钮注销。", |     "logoutUsernameSubtitle": "您当前登录用户为<code>{{username}}</code>。点击下方按钮注销。", | ||||||
|     "logoutOauthSubtitle": "您当前以<code>{{username}}</code>登录,使用的是{{provider}} OAuth 提供商。点击下方按钮注销。", |     "logoutOauthSubtitle": "您当前以<code>{{username}}</code>登录,使用的是{{provider}} OAuth 提供商。点击下方按钮注销。", | ||||||
|     "notFoundTitle": "无法找到页面", |     "notFoundTitle": "无法找到页面", | ||||||
|     "notFoundSubtitle": "您正在查找的页面不存在。", |     "notFoundSubtitle": "您访问的页面不存在。", | ||||||
|     "notFoundButton": "回到主页", |     "notFoundButton": "回到主页", | ||||||
|     "totpFailTitle": "无法验证代码", |     "totpFailTitle": "无法验证代码", | ||||||
|     "totpFailSubtitle": "请检查您的代码并重试", |     "totpFailSubtitle": "请检查您的代码并重试", | ||||||
| @@ -42,16 +45,18 @@ | |||||||
|     "unauthorizedResourceSubtitle": "用户名为<code>{{username}}</code>的用户无权访问资源<code>{{resource}}</code>。", |     "unauthorizedResourceSubtitle": "用户名为<code>{{username}}</code>的用户无权访问资源<code>{{resource}}</code>。", | ||||||
|     "unauthorizedLoginSubtitle": "用户名为<code>{{username}}</code>的用户无权登录。", |     "unauthorizedLoginSubtitle": "用户名为<code>{{username}}</code>的用户无权登录。", | ||||||
|     "unauthorizedGroupsSubtitle": "用户名为<code>{{username}}</code>的用户不在资源<code>{{resource}}</code>所需的组中。", |     "unauthorizedGroupsSubtitle": "用户名为<code>{{username}}</code>的用户不在资源<code>{{resource}}</code>所需的组中。", | ||||||
|     "unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |     "unauthorizedIpSubtitle": "用户 <code>{{ip}}</code> 无权访问资源 <code>{{resource}}</code>。", | ||||||
|     "unauthorizedButton": "重试", |     "unauthorizedButton": "重试", | ||||||
|     "untrustedRedirectTitle": "不可信的重定向", |  | ||||||
|     "untrustedRedirectSubtitle": "您正在尝试重定向到一个与您已配置的域名 (<code>{{domain}}</code>) 不匹配的域名。您确定要继续吗?", |  | ||||||
|     "cancelTitle": "取消", |     "cancelTitle": "取消", | ||||||
|     "forgotPasswordTitle": "忘记密码?", |     "forgotPasswordTitle": "忘记密码?", | ||||||
|     "failedToFetchProvidersTitle": "加载身份验证提供程序失败,请检查您的配置。", |     "failedToFetchProvidersTitle": "加载身份验证提供程序失败,请检查您的配置。", | ||||||
|     "errorTitle": "发生了错误", |     "errorTitle": "发生了错误", | ||||||
|     "errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。", |     "errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。", | ||||||
|     "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", |     "forgotPasswordMessage": "您可以通过更改 `USERS ` 环境变量重置您的密码。", | ||||||
|     "fieldRequired": "This field is required", |     "fieldRequired": "必添字段", | ||||||
|     "invalidInput": "Invalid input" |     "invalidInput": "无效的输入", | ||||||
|  |     "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" | ||||||
| } | } | ||||||
| @@ -14,14 +14,17 @@ | |||||||
|     "loginOauthFailSubtitle": "無法取得 OAuth 網址", |     "loginOauthFailSubtitle": "無法取得 OAuth 網址", | ||||||
|     "loginOauthSuccessTitle": "重新導向中", |     "loginOauthSuccessTitle": "重新導向中", | ||||||
|     "loginOauthSuccessSubtitle": "正在將您重新導向至 OAuth 供應商", |     "loginOauthSuccessSubtitle": "正在將您重新導向至 OAuth 供應商", | ||||||
|  |     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||||||
|  |     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||||||
|  |     "loginOauthAutoRedirectButton": "Redirect now", | ||||||
|  |     "continueTitle": "繼續", | ||||||
|     "continueRedirectingTitle": "重新導向中……", |     "continueRedirectingTitle": "重新導向中……", | ||||||
|     "continueRedirectingSubtitle": "您即將被重新導向至應用程式", |     "continueRedirectingSubtitle": "您即將被重新導向至應用程式", | ||||||
|     "continueInvalidRedirectTitle": "無效的重新導向", |     "continueRedirectManually": "Redirect me manually", | ||||||
|     "continueInvalidRedirectSubtitle": "重新導向的網址無效", |  | ||||||
|     "continueInsecureRedirectTitle": "不安全的重新導向", |     "continueInsecureRedirectTitle": "不安全的重新導向", | ||||||
|     "continueInsecureRedirectSubtitle": "您正嘗試從安全的 <code>https</code> 重新導向至不安全的 <code>http</code>。您確定要繼續嗎?", |     "continueInsecureRedirectSubtitle": "您正嘗試從安全的 <code>https</code> 重新導向至不安全的 <code>http</code>。您確定要繼續嗎?", | ||||||
|     "continueTitle": "繼續", |     "continueUntrustedRedirectTitle": "Untrusted redirect", | ||||||
|     "continueSubtitle": "點擊按鈕以繼續前往您的應用程式。", |     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", | ||||||
|     "logoutFailTitle": "登出失敗", |     "logoutFailTitle": "登出失敗", | ||||||
|     "logoutFailSubtitle": "請再試一次", |     "logoutFailSubtitle": "請再試一次", | ||||||
|     "logoutSuccessTitle": "登出成功", |     "logoutSuccessTitle": "登出成功", | ||||||
| @@ -44,8 +47,6 @@ | |||||||
|     "unauthorizedGroupsSubtitle": "使用者 <code>{{username}}</code> 不在存取資源 <code>{{resource}}</code> 所需的群組中。", |     "unauthorizedGroupsSubtitle": "使用者 <code>{{username}}</code> 不在存取資源 <code>{{resource}}</code> 所需的群組中。", | ||||||
|     "unauthorizedIpSubtitle": "您的 IP 位址 <code>{{ip}}</code> 未被授權存取資源 <code>{{resource}}</code>。", |     "unauthorizedIpSubtitle": "您的 IP 位址 <code>{{ip}}</code> 未被授權存取資源 <code>{{resource}}</code>。", | ||||||
|     "unauthorizedButton": "再試一次", |     "unauthorizedButton": "再試一次", | ||||||
|     "untrustedRedirectTitle": "不受信任的重新導向", |  | ||||||
|     "untrustedRedirectSubtitle": "您正嘗試重新導向至的網域與您設定的網域 (<code>{{domain}}</code>) 不符。您確定要繼續嗎?", |  | ||||||
|     "cancelTitle": "取消", |     "cancelTitle": "取消", | ||||||
|     "forgotPasswordTitle": "忘記密碼?", |     "forgotPasswordTitle": "忘記密碼?", | ||||||
|     "failedToFetchProvidersTitle": "載入驗證供應商失敗。請檢查您的設定。", |     "failedToFetchProvidersTitle": "載入驗證供應商失敗。請檢查您的設定。", | ||||||
| @@ -53,5 +54,9 @@ | |||||||
|     "errorSubtitle": "執行此操作時發生錯誤。請檢查主控台以獲取更多資訊。", |     "errorSubtitle": "執行此操作時發生錯誤。請檢查主控台以獲取更多資訊。", | ||||||
|     "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