mirror of
https://github.com/we-promise/sure.git
synced 2026-05-31 16:29:03 +00:00
* feat(auth): add WebAuthn MFA credentials * fix(auth): harden WebAuthn MFA review paths * fix(auth): polish WebAuthn error handling * fix(auth): handle duplicate WebAuthn credential races * fix(auth): permit WebAuthn credential params * fix(auth): trim WebAuthn registration controller cleanup * fix(auth): tighten WebAuthn MFA handling * fix(auth): pin WebAuthn relying party config
46 lines
1.9 KiB
YAML
46 lines
1.9 KiB
YAML
---
|
|
en:
|
|
mfa:
|
|
backup_codes:
|
|
backup_codes_description: Each code can only be used once. Keep these codes
|
|
safe and secure.
|
|
backup_codes_title: Your Backup Codes
|
|
continue: Continue to Security Settings
|
|
description: Store these backup codes in a safe place - you'll need them if
|
|
you lose access to your authenticator app
|
|
page_title: Backup Codes
|
|
title: Save Your Backup Codes
|
|
create:
|
|
invalid_code: Invalid verification code. Please try again.
|
|
disable:
|
|
success: Two-factor authentication has been disabled
|
|
new:
|
|
code_label: Verification Code
|
|
code_placeholder: Enter 6-digit code
|
|
description: Enhance your account security by setting up two-factor authentication
|
|
page_title: Two-Factor Authentication Setup
|
|
scan_description: Use an authenticator app like Google Authenticator or 1Password
|
|
to scan this QR code
|
|
scan_title: 1. Scan QR Code
|
|
secret_description: If you can't scan the QR code, enter this secret key manually
|
|
in your authenticator app
|
|
secret_title: Manual Entry Code
|
|
title: Set Up Two-Factor Authentication
|
|
verify_button: Verify and Enable 2FA
|
|
verify_description: Enter the 6-digit code from your authenticator app
|
|
verify_title: 2. Enter Verification Code
|
|
verify:
|
|
description: Enter the code from your authenticator app to continue
|
|
or: or
|
|
page_title: Verify Two-Factor Authentication
|
|
title: Two-Factor Authentication
|
|
verify_button: Verify
|
|
webauthn_button: Use passkey or security key
|
|
webauthn_unsupported: This browser does not support passkeys or security keys.
|
|
verify_code:
|
|
invalid_code: Invalid authentication code. Please try again.
|
|
verify_webauthn:
|
|
invalid_credential: Could not verify that passkey or security key. Please try again.
|
|
webauthn_options:
|
|
unavailable: No passkeys or security keys are available for this account.
|