mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 13:20:13 +00:00
feat: add TOTP QR code scanning functionality and related UI components
This commit is contained in:
@@ -697,6 +697,16 @@ const en: Record<string, string> = {
|
||||
"txt_totp_is_enabled_for_this_account": "TOTP is enabled for this account.",
|
||||
"txt_total_items_count": "{count} items",
|
||||
"txt_totp_secret": "TOTP Secret",
|
||||
"txt_scan_totp_qr": "Scan TOTP QR code",
|
||||
"txt_totp_qr_starting_camera": "Starting camera...",
|
||||
"txt_totp_qr_point_camera": "Point the camera at a TOTP QR code.",
|
||||
"txt_totp_qr_scanning": "Scanning QR code...",
|
||||
"txt_totp_qr_scanned": "TOTP value added.",
|
||||
"txt_totp_qr_not_found": "No QR code found in that image.",
|
||||
"txt_totp_qr_scan_failed": "Failed to scan QR code.",
|
||||
"txt_totp_qr_unsupported": "This browser does not support QR scanning. Try Chrome or Edge, or paste the TOTP link or secret manually.",
|
||||
"txt_totp_qr_camera_unavailable": "Camera is unavailable. Check browser permission, or choose an image.",
|
||||
"txt_totp_qr_choose_image": "Choose image",
|
||||
"txt_totp_verify_failed": "TOTP verify failed",
|
||||
"txt_attachments": "Attachments",
|
||||
"txt_upload_attachments": "Upload attachments",
|
||||
|
||||
Reference in New Issue
Block a user