mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add passkey unlock functionality and improve related error handling
This commit is contained in:
@@ -657,9 +657,11 @@ const zhTW: Record<string, string> = {
|
||||
"txt_enable_passkey_direct_unlock": "開啟直接解鎖",
|
||||
"txt_login_only": "僅登錄",
|
||||
"txt_login_with_passkey": "使用通行密鑰登錄",
|
||||
"txt_unlock_with_passkey": "使用通行密鑰解鎖",
|
||||
"txt_no_account_passkeys": "暫無賬號通行密鑰",
|
||||
"txt_passkey_name": "通行密鑰名稱",
|
||||
"txt_passkey_requires_master_password": "通行密鑰已驗證,請輸入主密碼解鎖密碼庫。",
|
||||
"txt_passkey_not_for_locked_account": "這把通行密鑰屬於其他賬號",
|
||||
"txt_prf_not_supported": "不支持 PRF",
|
||||
"txt_invalid_passkey_creation_options": "通行密鑰創建選項無效",
|
||||
"txt_invalid_passkey_assertion_options": "通行密鑰驗證選項無效",
|
||||
|
||||
Reference in New Issue
Block a user