refactor/channel & ipc (#349)
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com> Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
8b45960662
commit
e28eba01e1
@@ -28,7 +28,10 @@
|
||||
"back": "Back",
|
||||
"next": "Next",
|
||||
"skip": "Skip",
|
||||
"restart": "Restart"
|
||||
"restart": "Restart",
|
||||
"show": "Show",
|
||||
"hide": "Hide",
|
||||
"clear": "Clear"
|
||||
},
|
||||
"status": {
|
||||
"running": "Running",
|
||||
@@ -49,4 +52,4 @@
|
||||
"notRunningDesc": "The OpenClaw Gateway needs to be running to use this feature. It will start automatically, or you can start it from Settings.",
|
||||
"warning": "Gateway is not running."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -207,6 +207,19 @@
|
||||
"cliPowershell": "PowerShell command.",
|
||||
"cmdUnavailable": "Command unavailable",
|
||||
"cmdCopied": "CLI command copied",
|
||||
"wsDiagnostic": "WS Diagnostic Mode",
|
||||
"wsDiagnosticDesc": "Temporarily enable WS/HTTP fallback chain for gateway RPC debugging.",
|
||||
"wsDiagnosticEnabled": "WS diagnostic mode enabled",
|
||||
"wsDiagnosticDisabled": "WS diagnostic mode disabled",
|
||||
"telemetryViewer": "Telemetry Viewer",
|
||||
"telemetryViewerDesc": "Local-only UX/performance telemetry, latest 200 entries.",
|
||||
"telemetryAggregated": "Top Events",
|
||||
"telemetryTotal": "Total",
|
||||
"telemetryErrors": "Errors",
|
||||
"telemetrySlow": "Slow (>=800ms)",
|
||||
"telemetryEmpty": "No telemetry yet",
|
||||
"telemetryCopied": "Telemetry copied",
|
||||
"telemetryCleared": "Telemetry cleared",
|
||||
"installCmd": "Install \"openclaw\" Command",
|
||||
"installCmdDesc": "Installs ~/.local/bin/openclaw (no admin required)",
|
||||
"installTitle": "Install OpenClaw Command",
|
||||
|
||||
Reference in New Issue
Block a user