Add password generator feature and update localization files

This commit is contained in:
shuaiplus
2026-07-11 18:49:26 +08:00
parent b472121f43
commit dfc98008cb
18 changed files with 8112 additions and 2 deletions
+4
View File
@@ -7,6 +7,10 @@ const zhTW: Record<string, string> = {
"nav_my_vault": "我的密碼庫",
"nav_vault_items": "密碼庫",
"nav_sends": "Send",
"nav_generator": "密碼產生器",
"txt_password_generator": "密碼產生器",
"txt_password_generator_description": "在此裝置本機建立強而唯一的密碼。",
"txt_generator_type": "產生類型", "txt_passphrase": "密碼片語", "txt_generated_password": "已產生密碼", "txt_password_strength": "強度", "txt_password_strength_weak": "弱", "txt_password_strength_fair": "普通", "txt_password_strength_good": "良好", "txt_password_strength_strong": "強", "txt_generator_security_note": "產生程序僅在本機進行,密碼不會傳送到伺服器。", "txt_generator_length": "長度", "txt_generator_character_types": "字元類型", "txt_generator_uppercase": "大寫字母 (A-Z)", "txt_generator_lowercase": "小寫字母 (a-z)", "txt_generator_numbers": "數字 (0-9)", "txt_generator_special": "特殊字元 (!@#$%^&*)", "txt_generator_minimum": "最少數量", "txt_generator_avoid_ambiguous": "避免易混淆字元", "txt_generator_words": "單字數量", "txt_generator_separator": "單字分隔符號", "txt_generator_capitalize": "首字母大寫", "txt_generator_include_number": "包含數字",
"nav_backup_strategy": "雲端備份",
"nav_import_export": "導入導出",
"nav_group_data_backup": "資料與備份",