mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
This implements Webauthn. Old devices can be used to authenticate via the appid compatibility layer which should be automatic. New devices will be registered via Webauthn, and devices which do not support FIDO2 will no longer be able to be registered. At this time it does not fully support multiple devices (backend does, frontend doesn't allow registration of additional devices). Does not support passwordless.
61 lines
3.9 KiB
JSON
61 lines
3.9 KiB
JSON
{
|
|
"Portal": {
|
|
"An email has been sent to your address to complete the process": "An email has been sent to your address to complete the process.",
|
|
"Authenticated": "Authenticated",
|
|
"Cancel": "Cancel",
|
|
"Contact your administrator to register a device": "Contact your administrator to register a device.",
|
|
"Could not obtain user settings": "Could not obtain user settings",
|
|
"Done": "Done",
|
|
"Enter new password": "Enter new password",
|
|
"Enter one-time password": "Enter one-time password",
|
|
"Failed to register device, the provided link is expired or has already been used": "Failed to register device, the provided link is expired or has already been used",
|
|
"Hi": "Hi",
|
|
"Incorrect username or password": "Incorrect username or password.",
|
|
"Loading": "Loading",
|
|
"Logout": "Logout",
|
|
"Lost your device?": "Lost your device?",
|
|
"Methods": "Methods",
|
|
"Need Google Authenticator?": "Need Google Authenticator?",
|
|
"New password": "New password",
|
|
"No verification token provided": "No verification token provided",
|
|
"OTP Secret copied to clipboard": "OTP Secret copied to clipboard.",
|
|
"OTP URL copied to clipboard": "OTP URL copied to clipboard.",
|
|
"One-Time Password": "One-Time Password",
|
|
"Password has been reset": "Password has been reset.",
|
|
"Password": "Password",
|
|
"Passwords do not match": "Passwords do not match.",
|
|
"Push Notification": "Push Notification",
|
|
"Register device": "Register device",
|
|
"Register your first device by clicking on the link below": "Register your first device by clicking on the link below.",
|
|
"Remember me": "Remember me",
|
|
"Repeat new password": "Repeat new password",
|
|
"Reset password": "Reset password",
|
|
"Reset password?": "Reset password?",
|
|
"Reset": "Reset",
|
|
"Scan QR Code": "Scan QR Code",
|
|
"Secret": "Secret",
|
|
"Security Key - WebAuthN": "Security Key - WebAuthN",
|
|
"Select a Device": "Select a Device",
|
|
"Sign in": "Sign in",
|
|
"Sign out": "Sign out",
|
|
"The resource you're attempting to access requires two-factor authentication": "The resource you're attempting to access requires two-factor authentication.",
|
|
"There was a problem initiating the registration process": "There was a problem initiating the registration process",
|
|
"There was an issue completing the process. The verification token might have expired": "There was an issue completing the process. The verification token might have expired.",
|
|
"There was an issue initiating the password reset process": "There was an issue initiating the password reset process.",
|
|
"There was an issue resetting the password": "There was an issue resetting the password",
|
|
"There was an issue signing out": "There was an issue signing out",
|
|
"Time-based One-Time Password": "Time-based One-Time Password",
|
|
"Username": "Username",
|
|
"You must open the link from the same device and browser that initiated the registration process": "You must open the link from the same device and browser that initiated the registration process",
|
|
"You're being signed out and redirected": "You're being signed out and redirected",
|
|
"Your supplied password does not meet the password policy requirements": "Your supplied password does not meet the password policy requirements.",
|
|
"Use OpenID to verify your identity": "Use OpenID to verify your identity",
|
|
"Access your display name": "Access your display name",
|
|
"Access your group membership": "Access your group membership",
|
|
"Access your email addresses": "Access your email addresses",
|
|
"Accept": "Accept",
|
|
"Deny": "Deny",
|
|
"The above application is requesting the following permissions": "The above application is requesting the following permissions"
|
|
}
|
|
}
|