mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 05:06:39 +00:00
improved security key management interface, also updated locales
This commit is contained in:
@@ -1133,22 +1133,24 @@
|
||||
"initialSetupDescription": "Create the intial server admin account. Only one server admin can exist. You can always change these credentials later.",
|
||||
"createAdminAccount": "Create Admin Account",
|
||||
"setupErrorCreateAdmin": "An error occurred while creating the server admin account.",
|
||||
"passkeyManage": "Manage Passkeys",
|
||||
"passkeyDescription": "Add or remove passkeys for passwordless authentication",
|
||||
"passkeyRegister": "Register New Passkey",
|
||||
"passkeyList": "Your Passkeys",
|
||||
"passkeyNone": "No passkeys registered yet",
|
||||
"passkeyNameRequired": "Name is required",
|
||||
"passkeyRemove": "Remove",
|
||||
"passkeyLastUsed": "Last used: {date}",
|
||||
"passkeyNameLabel": "Name",
|
||||
"passkeyNamePlaceholder": "Enter a name for this passkey",
|
||||
"passkeyRegisterSuccess": "Passkey registered successfully",
|
||||
"passkeyRegisterError": "Failed to register passkey",
|
||||
"passkeyRemoveSuccess": "Passkey removed successfully",
|
||||
"passkeyRemoveError": "Failed to remove passkey",
|
||||
"passkeyLoadError": "Failed to load passkeys",
|
||||
"passkeyLogin": "Login with Passkey",
|
||||
"passkeyAuthError": "Failed to authenticate with passkey",
|
||||
"passkeyRecommendation": "Consider registering another passkey on a different device to ensure you don't get locked out of your account."
|
||||
"securityKeyManage": "Manage Security Keys",
|
||||
"securityKeyDescription": "Add or remove security keys for passwordless authentication",
|
||||
"securityKeyRegister": "Register New Security Key",
|
||||
"securityKeyList": "Your Security Keys",
|
||||
"securityKeyNone": "No security keys registered yet",
|
||||
"securityKeyNameRequired": "Name is required",
|
||||
"securityKeyRemove": "Remove",
|
||||
"securityKeyLastUsed": "Last used: {date}",
|
||||
"securityKeyNameLabel": "Name",
|
||||
"securityKeyNamePlaceholder": "Enter a name for this security key",
|
||||
"securityKeyRegisterSuccess": "Security key registered successfully",
|
||||
"securityKeyRegisterError": "Failed to register security key",
|
||||
"securityKeyRemoveSuccess": "Security key removed successfully",
|
||||
"securityKeyRemoveError": "Failed to remove security key",
|
||||
"securityKeyLoadError": "Failed to load security keys",
|
||||
"securityKeyLogin": "Sign in with security key",
|
||||
"securityKeyAuthError": "Failed to authenticate with security key",
|
||||
"securityKeyRecommendation": "Consider registering another security key on a different device to ensure you don't get locked out of your account.",
|
||||
"registering": "Registering...",
|
||||
"securityKeyPrompt": "Please verify your identity using your security key. Make sure your security key is connected and ready."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user