feat: add Import & Export page and update Help page with new navigation

This commit is contained in:
shuaiplus
2026-03-02 00:02:19 +08:00
committed by Shuai
parent 82131bd892
commit 01154947ef
4 changed files with 37 additions and 4 deletions
+6
View File
@@ -10,8 +10,11 @@ const messages: Record<Locale, Record<string, string>> = {
nav_my_vault: "My Vault",
nav_sends: "Sends",
nav_backup_strategy: "Backup Strategy",
nav_import_export: "Import & Export",
backup_strategy_title: "Backup Strategy",
backup_strategy_under_construction: "Under construction.",
import_export_title: "Import & Export",
import_export_under_construction: "Under construction.",
txt_access_count: "Access Count",
txt_accessed_count_times: "Accessed {count} times",
txt_actions: "Actions",
@@ -368,8 +371,11 @@ const zhCNOverrides: Record<string, string> = {
nav_account_settings: '账户设置',
nav_device_management: '设备管理',
nav_backup_strategy: '备份策略',
nav_import_export: '导入导出',
backup_strategy_title: '备份策略',
backup_strategy_under_construction: '正在搭建中',
import_export_title: '导入导出',
import_export_under_construction: '正在搭建中',
txt_sign_out: '退出登录',
txt_log_in: '登录',
txt_log_out: '退出',