fix: correct i18n keys in settings modal for metadata archive and proxy settings

- Fix metadata archive DB setting to use correct i18n keys (enableArchiveDb, etc.)
- Restore metadata archive status display and management buttons
- Fix proxy settings to use correct i18n keys (enableProxy, proxyType, proxyHost, etc.)
- Add missing help text for proxy settings
- Add SOCKS4 proxy option
- Add onblur/onkeydown handlers for proxy input fields
- Update locales for new nav items (organization, system, network)
This commit is contained in:
Will Miao
2026-02-24 11:30:43 +08:00
parent 60674feb10
commit 8d7e861458
11 changed files with 244 additions and 172 deletions

View File

@@ -270,10 +270,12 @@
"proxySettings": "代理設定"
},
"nav": {
"general": "[TODO: Translate] General",
"interface": "[TODO: Translate] Interface",
"download": "[TODO: Translate] Download",
"advanced": "[TODO: Translate] Advanced"
"general": "通用",
"interface": "介面",
"download": "下載",
"organization": "整理",
"system": "系統",
"network": "網路"
},
"search": {
"placeholder": "[TODO: Translate] Search settings...",