Add built-in proxy settings for Electron and Gateway (#239)
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
c09b45832b
commit
e40f4b2163
@@ -85,7 +85,22 @@
|
||||
"appLogs": "Application Logs",
|
||||
"openFolder": "Open Folder",
|
||||
"autoStart": "Auto-start Gateway",
|
||||
"autoStartDesc": "Start Gateway when ClawX launches"
|
||||
"autoStartDesc": "Start Gateway when ClawX launches",
|
||||
"proxyTitle": "Proxy",
|
||||
"proxyDesc": "Route Electron and Gateway traffic through your local proxy client.",
|
||||
"proxyServer": "Proxy Server",
|
||||
"proxyServerHelp": "The default proxy for all requests. Bare host:port values default to HTTP.",
|
||||
"proxyHttpServer": "HTTP Proxy",
|
||||
"proxyHttpServerHelp": "Advanced override for HTTP requests. Leave blank to use Proxy Server.",
|
||||
"proxyHttpsServer": "HTTPS Proxy",
|
||||
"proxyHttpsServerHelp": "Advanced override for HTTPS requests. Leave blank to use Proxy Server.",
|
||||
"proxyAllServer": "ALL_PROXY / SOCKS",
|
||||
"proxyAllServerHelp": "Advanced fallback for SOCKS-capable clients and protocols such as Telegram. Leave blank to use Proxy Server.",
|
||||
"proxyBypass": "Bypass Rules",
|
||||
"proxyBypassHelp": "Semicolon, comma, or newline separated hosts that should connect directly.",
|
||||
"proxyRestartNote": "Saving reapplies Electron networking and restarts the Gateway immediately.",
|
||||
"proxySaved": "Proxy settings saved",
|
||||
"proxySaveFailed": "Failed to save proxy settings"
|
||||
},
|
||||
"updates": {
|
||||
"title": "Updates",
|
||||
@@ -155,4 +170,4 @@
|
||||
"docs": "Website",
|
||||
"github": "GitHub"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user