mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
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:
@@ -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...",
|
||||
|
||||
Reference in New Issue
Block a user