mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add TOTP QR code scanning functionality and related UI components
This commit is contained in:
@@ -697,6 +697,16 @@ const zhTW: Record<string, string> = {
|
||||
"txt_totp_is_enabled_for_this_account": "此賬戶已啟用 TOTP。",
|
||||
"txt_total_items_count": "共 {count} 項",
|
||||
"txt_totp_secret": "TOTP 密鑰",
|
||||
"txt_scan_totp_qr": "掃描 TOTP 二維碼",
|
||||
"txt_totp_qr_starting_camera": "正在啟動攝影機...",
|
||||
"txt_totp_qr_point_camera": "把攝影機對準 TOTP 二維碼。",
|
||||
"txt_totp_qr_scanning": "正在掃描二維碼...",
|
||||
"txt_totp_qr_scanned": "TOTP 內容已填入。",
|
||||
"txt_totp_qr_not_found": "這張圖片裡沒有識別到二維碼。",
|
||||
"txt_totp_qr_scan_failed": "二維碼掃描失敗。",
|
||||
"txt_totp_qr_unsupported": "目前瀏覽器不支援二維碼掃描。可嘗試 Chrome 或 Edge,或手動貼上 TOTP 連結/密鑰。",
|
||||
"txt_totp_qr_camera_unavailable": "無法使用攝影機。請檢查瀏覽器權限,或選擇圖片。",
|
||||
"txt_totp_qr_choose_image": "選擇圖片",
|
||||
"txt_totp_verify_failed": "TOTP 驗證失敗",
|
||||
"txt_attachments": "附件",
|
||||
"txt_upload_attachments": "上傳附件",
|
||||
|
||||
Reference in New Issue
Block a user