mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 05:05:42 +00:00
* wip * feat: make forms functional * feat: finalize pages * chore: remove unused translations * feat: app context * feat: user context * feat: finalize username login * fix: use correct tab order in login form * feat: add oauth logic * chore: update readme and assets * chore: rename docs back to assets * feat: favicons * feat: custom background image config option * chore: add acknowledgements for background image * feat: sanitize redirect URL * feat: sanitize redirect URL on check * chore: fix dependabot config * refactor: bot suggestions * fix: correctly redirect to app and check for untrusted redirects * fix: run oauth auto redirect only when there is a redirect URI * refactor: change select color * fix: fix dockerfiles * fix: fix hook rendering * chore: remove translations cdn * chore: formatting * feat: validate api response against zod schema * fix: use axios error instead of generic error in login page
53 lines
3.3 KiB
JSON
53 lines
3.3 KiB
JSON
{
|
|
"loginTitle": "Welcome back, login with",
|
|
"loginTitleSimple": "Welcome back, please login",
|
|
"loginDivider": "Or",
|
|
"loginUsername": "Username",
|
|
"loginPassword": "Password",
|
|
"loginSubmit": "Login",
|
|
"loginFailTitle": "Failed to log in",
|
|
"loginFailSubtitle": "Please check your username and password",
|
|
"loginFailRateLimit": "You failed to login too many times. Please try again later",
|
|
"loginSuccessTitle": "Logged in",
|
|
"loginSuccessSubtitle": "Welcome back!",
|
|
"loginOauthFailTitle": "An error occurred",
|
|
"loginOauthFailSubtitle": "Failed to get OAuth URL",
|
|
"loginOauthSuccessTitle": "Redirecting",
|
|
"loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
|
|
"continueRedirectingTitle": "Redirecting...",
|
|
"continueRedirectingSubtitle": "You should be redirected to the app soon",
|
|
"continueInvalidRedirectTitle": "Invalid redirect",
|
|
"continueInvalidRedirectSubtitle": "The redirect URL is invalid",
|
|
"continueInsecureRedirectTitle": "Insecure redirect",
|
|
"continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?",
|
|
"continueTitle": "Continue",
|
|
"continueSubtitle": "Click the button to continue to your app.",
|
|
"logoutFailTitle": "Failed to log out",
|
|
"logoutFailSubtitle": "Please try again",
|
|
"logoutSuccessTitle": "Logged out",
|
|
"logoutSuccessSubtitle": "You have been logged out",
|
|
"logoutTitle": "Logout",
|
|
"logoutUsernameSubtitle": "You are currently logged in as <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.",
|
|
"notFoundTitle": "Page not found",
|
|
"notFoundSubtitle": "The page you are looking for does not exist.",
|
|
"notFoundButton": "Go home",
|
|
"totpFailTitle": "Failed to verify code",
|
|
"totpFailSubtitle": "Please check your code and try again",
|
|
"totpSuccessTitle": "Verified",
|
|
"totpSuccessSubtitle": "Redirecting to your app",
|
|
"totpTitle": "Enter your TOTP code",
|
|
"totpSubtitle": "Please enter the code from your authenticator app.",
|
|
"unauthorizedTitle": "Unauthorized",
|
|
"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.",
|
|
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
|
|
"unauthorizedButton": "Try again",
|
|
"untrustedRedirectTitle": "Untrusted redirect",
|
|
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{domain}}</code>). Are you sure you want to continue?",
|
|
"cancelTitle": "Cancel",
|
|
"forgotPasswordTitle": "Forgot your password?",
|
|
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
|
|
"errorTitle": "An error occurred",
|
|
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information."
|
|
} |