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:
Lingxuan Zuo
2026-03-09 19:04:00 +08:00
committed by GitHub
Unverified
parent 8b45960662
commit e28eba01e1
47 changed files with 4160 additions and 543 deletions

View File

@@ -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."
}
}
}

View File

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

View File

@@ -28,7 +28,10 @@
"back": "戻る",
"next": "次へ",
"skip": "スキップ",
"restart": "再起動"
"restart": "再起動",
"show": "表示",
"hide": "非表示",
"clear": "クリア"
},
"status": {
"running": "実行中",
@@ -49,4 +52,4 @@
"notRunningDesc": "この機能を使用するには OpenClaw ゲートウェイが実行されている必要があります。自動的に起動するか、設定から起動できます。",
"warning": "ゲートウェイが停止中です。"
}
}
}

View File

@@ -206,6 +206,19 @@
"cliPowershell": "PowerShell コマンド。",
"cmdUnavailable": "コマンドが利用できません",
"cmdCopied": "CLI コマンドをコピーしました",
"wsDiagnostic": "WS 診断モード",
"wsDiagnosticDesc": "Gateway RPC デバッグのため一時的に WS/HTTP フォールバックを有効化します。",
"wsDiagnosticEnabled": "WS 診断モードを有効化しました",
"wsDiagnosticDisabled": "WS 診断モードを無効化しました",
"telemetryViewer": "テレメトリビューア",
"telemetryViewerDesc": "ローカル専用の UX/性能テレメトリ(最新 200 件)。",
"telemetryAggregated": "イベント集計",
"telemetryTotal": "合計",
"telemetryErrors": "エラー",
"telemetrySlow": "遅延(>=800ms",
"telemetryEmpty": "テレメトリはまだありません",
"telemetryCopied": "テレメトリをコピーしました",
"telemetryCleared": "テレメトリをクリアしました",
"installCmd": "\"openclaw\" コマンドをインストール",
"installCmdDesc": "~/.local/bin/openclaw をインストール(管理者権限不要)",
"installTitle": "OpenClaw コマンドをインストール",

View File

@@ -28,7 +28,10 @@
"back": "返回",
"next": "下一步",
"skip": "跳过",
"restart": "重启"
"restart": "重启",
"show": "显示",
"hide": "隐藏",
"clear": "清空"
},
"status": {
"running": "运行中",
@@ -49,4 +52,4 @@
"notRunningDesc": "OpenClaw 网关需要运行才能使用此功能。它将自动启动,或者您可以从设置中启动。",
"warning": "网关未运行。"
}
}
}

View File

@@ -207,6 +207,19 @@
"cliPowershell": "PowerShell 命令。",
"cmdUnavailable": "命令不可用",
"cmdCopied": "CLI 命令已复制",
"wsDiagnostic": "WS 诊断模式",
"wsDiagnosticDesc": "临时启用 WS/HTTP 回退链,用于网关 RPC 调试。",
"wsDiagnosticEnabled": "已启用 WS 诊断模式",
"wsDiagnosticDisabled": "已关闭 WS 诊断模式",
"telemetryViewer": "埋点查看器",
"telemetryViewerDesc": "仅本地 UX/性能埋点,显示最近 200 条。",
"telemetryAggregated": "事件聚合",
"telemetryTotal": "总数",
"telemetryErrors": "错误",
"telemetrySlow": "慢请求(>=800ms",
"telemetryEmpty": "暂无埋点",
"telemetryCopied": "埋点已复制",
"telemetryCleared": "埋点已清空",
"installCmd": "安装 \"openclaw\" 命令",
"installCmdDesc": "安装 ~/.local/bin/openclaw无需管理员权限",
"installTitle": "安装 OpenClaw 命令",