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 zhCN: 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": "数据与备份",