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