feat: support Bitwarden extended cipher types

This commit is contained in:
shuaiplus
2026-07-06 00:44:17 +08:00
parent 01ff627ac6
commit 109593da90
18 changed files with 1019 additions and 11 deletions
+29
View File
@@ -688,6 +688,35 @@ const zhCN: Record<string, string> = {
"txt_last_name": "姓",
"txt_last_seen": "最后在线",
"txt_license_number": "证件号",
"txt_bank_account": "银行账户",
"txt_bank_account_details": "银行账户详情",
"txt_bank_name": "银行名称",
"txt_name_on_account": "账户姓名",
"txt_account_type": "账户类型",
"txt_account_number": "账户号码",
"txt_routing_number": "路由号码",
"txt_branch_number": "分行号码",
"txt_pin": "PIN",
"txt_swift_code": "SWIFT 代码",
"txt_iban": "IBAN",
"txt_bank_contact_phone": "银行联系电话",
"txt_drivers_license": "驾照",
"txt_drivers_license_details": "驾照详情",
"txt_date_of_birth": "出生日期",
"txt_issuing_country": "签发国家/地区",
"txt_issuing_state": "签发州/省",
"txt_issue_date": "签发日期",
"txt_issuing_authority": "签发机构",
"txt_license_class": "驾照等级",
"txt_passport": "护照",
"txt_passport_details": "护照详情",
"txt_surname": "姓",
"txt_given_name": "名",
"txt_sex": "性别",
"txt_birth_place": "出生地",
"txt_nationality": "国籍",
"txt_passport_type": "护照类型",
"txt_national_id_number": "国家身份证号",
"txt_link_copied": "链接已复制",
"txt_linked": "已关联",
"txt_linux_desktop": "Linux 桌面端",