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": "返回",
"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 命令",