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...",