I18n auth (#23)

* New translation keys in en-US locale

* New translation keys in de-DE locale

* New translation keys in fr-FR locale

* New translation keys in it-IT locale

* New translation keys in pl-PL locale

* New translation keys in pt-PT locale

* New translation keys in tr-TR locale

* Add translation keys in app/auth

* Fix build

---------

Co-authored-by: Lokowitz <marvinlokowitz@gmail.com>
This commit is contained in:
vlalx
2025-05-17 19:11:56 +03:00
committed by GitHub
parent d2d84be99a
commit b8ed5ac1c5
23 changed files with 727 additions and 115 deletions

View File

@@ -133,7 +133,7 @@
"shareAccessHint": "Anyone with this link can access the resource. Share it with care.",
"shareTokenUsage": "See Access Token Usage",
"createLink": "Create Link",
"resourceNotFound": "No resources found",
"resourcesNotFound": "No resources found",
"resourceSearch": "Search resources",
"openMenu": "Open menu",
"resource": "Resource",
@@ -802,5 +802,89 @@
"redirectUrlAbout": "About Redirect URL",
"redirectUrlAboutDescription": "This is the URL to which users will be redirected after authentication. You need to configure this URL in your identity provider settings.",
"key": "Key",
"createdAt": "Created At"
"createdAt": "Created At",
"expiresAt": "Expires At",
"pangolinAuth": "Auth - Pangolin",
"emailInvalid": "Invalid email address",
"verificationCodeLengthRequirements": "Your verification code must be 8 characters.",
"errorOccurred": "An error occurred",
"emailErrorVerify": "Failed to verify email:",
"emailVerified": "Email successfully verified! Redirecting you...",
"verificationCodeErrorResend": "Failed to resend verification code:",
"verificationCodeResend": "Verification code resent",
"verificationCodeResendDescription": "We've resent a verification code to your email address. Please check your inbox.",
"emailVerify": "Verify Email",
"emailVerifyDescription": "Enter the verification code sent to your email address.",
"verificationCode": "Verification Code",
"verificationCodeEmailSent": "We sent a verification code to your email address.",
"emailVerifySubmit": "Submit",
"emailVerifyResendProgress": "Resending...",
"emailVerifyResend": "Didn't receive a code? Click here to resend",
"passwordNotMatch": "Passwords do not match",
"signupError": "An error occurred while signing up",
"pangolinLogoAlt": "Pangolin Logo",
"inviteAlready": "Looks like you've been invited!",
"inviteAlreadyDescription": "To accept the invite, you must log in or create an account.",
"signupQuestion": "Already have an account?",
"login": "Log in",
"resourceNotFound": "Resource Not Found",
"resourceNotFoundDescription": "The resource you're trying to access does not exist.",
"pincodeRequirementsLength": "PIN must be exactly 6 digits",
"pincodeRequirementsChars": "PIN must only contain numbers",
"passwordRequirementsLength": "Password must be at least 1 character long",
"otpEmailRequirementsLength": "OTP must be at least 1 character long",
"otpEmailSent": "OTP Sent",
"otpEmailSentDescription": "An OTP has been sent to your email",
"otpEmailErrorAuthenticate": "Failed to authenticate with email",
"pincodeErrorAuthenticate": "Failed to authenticate with pincode",
"passwordErrorAuthenticate": "Failed to authenticate with password",
"poweredBy": "Powered by",
"authenticationRequired": "Authentication Required",
"authenticationMethodChoose": "Choose your preferred method to access {name}",
"authenticationRequest": "You must authenticate to access {name}",
"user": "User",
"pincodeInput": "6-digit PIN Code",
"pincodeSubmit": "Log in with PIN",
"passwordSubmit": "Log In with Password",
"otpEmailDescription": "A one-time code will be sent to this email.",
"otpEmailSend": "Send One-time Code",
"otpEmail": "One-Time Password (OTP)",
"otpEmailSubmit": "Submit OTP",
"backToEmail": "Back to Email",
"noSupportKey": "Server is running without a supporter key.<br/>Consider supporting the project!",
"accessDenied": "Access Denied",
"accessDeniedDescription": "You're not allowed to access this resource. If this is a mistake, please contact the administrator.",
"accessTokenError": "Error checking access token",
"accessGranted": "Access Granted",
"accessUrlInvalid": "Access URL Invalid",
"accessGrantedDescription": "You have been granted access to this resource. Redirecting you...",
"accessUrlInvalidDescription": "This shared access URL is invalid. Please contact the resource owner for a new URL.",
"tokenInvalid": "Invalid token",
"pincodeInvalid": "Invalid code",
"passwordErrorRequestReset": "Failed to request reset:",
"passwordErrorReset": "Failed to reset password:",
"passwordResetSuccess": "Password reset successfully! Back to log in...",
"passwordReset": "Reset Password",
"passwordResetDescription": "Follow the steps to reset your password",
"passwordResetSent": "We'll send a password reset code to this email address.",
"passwordResetCode": "Reset Code",
"passwordResetCodeDescription": "Check your email for the reset code.",
"passwordNew": "New Password",
"passwordNewConfirm": "Confirm New Password",
"pincodeAuth": "Authenticator Code",
"pincodeSubmit2": "Submit Code",
"passwordResetSubmit": "Request Reset",
"passwordBack": "Back to Password",
"loginBack": "Go back to log in",
"signup": "Sign up",
"loginStart": "Log in to get started",
"idpOidcTokenValidating": "Validating OIDC token",
"idpOidcTokenResponse": "Validate OIDC token response",
"idpErrorOidcTokenValidating": "Error validating OIDC token",
"idpConnectingTo": "Connecting to {name}",
"idpConnectingToDescription": "Validating your identity",
"idpConnectingToProcess": "Connecting...",
"idpConnectingToFinished": "Connected",
"idpErrorConnectingTo": "There was a problem connecting to {name}. Please contact your administrator.",
"idpErrorNotFound": "IdP not found"
}