Fix telemetry shutdown noise and improve token usage diagnostics (#444)
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
01adc828b5
commit
995a7f070d
@@ -219,6 +219,29 @@
|
||||
"cliPowershell": "PowerShell command.",
|
||||
"cmdUnavailable": "Command unavailable",
|
||||
"cmdCopied": "CLI command copied",
|
||||
"doctor": "OpenClaw Doctor",
|
||||
"doctorDesc": "Run `openclaw doctor --json` and inspect the raw diagnostic output.",
|
||||
"runDoctor": "Run Doctor",
|
||||
"runDoctorFix": "Run Doctor Fix",
|
||||
"doctorSucceeded": "OpenClaw doctor completed",
|
||||
"doctorFailed": "OpenClaw doctor reported issues",
|
||||
"doctorRunFailed": "Failed to run OpenClaw doctor",
|
||||
"doctorFixSucceeded": "OpenClaw doctor fix completed",
|
||||
"doctorFixFailed": "OpenClaw doctor fix reported issues",
|
||||
"doctorFixRunFailed": "Failed to run OpenClaw doctor fix",
|
||||
"doctorCopied": "Doctor output copied",
|
||||
"doctorOk": "Healthy",
|
||||
"doctorIssue": "Issues Found",
|
||||
"doctorFixOk": "Fixed",
|
||||
"doctorFixIssue": "Fix Failed",
|
||||
"doctorExitCode": "Exit code",
|
||||
"doctorDuration": "Duration",
|
||||
"doctorCommand": "Command",
|
||||
"doctorWorkingDir": "Working dir",
|
||||
"doctorError": "Error",
|
||||
"doctorStdout": "Stdout",
|
||||
"doctorStderr": "Stderr",
|
||||
"doctorOutputEmpty": "(empty)",
|
||||
"wsDiagnostic": "WS Diagnostic Mode",
|
||||
"wsDiagnosticDesc": "Temporarily enable WS/HTTP fallback chain for gateway RPC debugging.",
|
||||
"wsDiagnosticEnabled": "WS diagnostic mode enabled",
|
||||
|
||||
@@ -216,6 +216,29 @@
|
||||
"cliPowershell": "PowerShell コマンド。",
|
||||
"cmdUnavailable": "コマンドが利用できません",
|
||||
"cmdCopied": "CLI コマンドをコピーしました",
|
||||
"doctor": "OpenClaw Doctor",
|
||||
"doctorDesc": "`openclaw doctor --json` を実行して診断の生出力を確認します。",
|
||||
"runDoctor": "Doctor を実行",
|
||||
"runDoctorFix": "Doctor 修復を実行",
|
||||
"doctorSucceeded": "OpenClaw doctor が完了しました",
|
||||
"doctorFailed": "OpenClaw doctor が問題を報告しました",
|
||||
"doctorRunFailed": "OpenClaw doctor の実行に失敗しました",
|
||||
"doctorFixSucceeded": "OpenClaw doctor 修復が完了しました",
|
||||
"doctorFixFailed": "OpenClaw doctor 修復後も問題が残っています",
|
||||
"doctorFixRunFailed": "OpenClaw doctor 修復の実行に失敗しました",
|
||||
"doctorCopied": "診断出力をコピーしました",
|
||||
"doctorOk": "正常",
|
||||
"doctorIssue": "問題あり",
|
||||
"doctorFixOk": "修復済み",
|
||||
"doctorFixIssue": "修復失敗",
|
||||
"doctorExitCode": "終了コード",
|
||||
"doctorDuration": "所要時間",
|
||||
"doctorCommand": "コマンド",
|
||||
"doctorWorkingDir": "作業ディレクトリ",
|
||||
"doctorError": "エラー",
|
||||
"doctorStdout": "標準出力",
|
||||
"doctorStderr": "標準エラー",
|
||||
"doctorOutputEmpty": "(空)",
|
||||
"wsDiagnostic": "WS 診断モード",
|
||||
"wsDiagnosticDesc": "Gateway RPC デバッグのため一時的に WS/HTTP フォールバックを有効化します。",
|
||||
"wsDiagnosticEnabled": "WS 診断モードを有効化しました",
|
||||
|
||||
@@ -219,6 +219,29 @@
|
||||
"cliPowershell": "PowerShell 命令。",
|
||||
"cmdUnavailable": "命令不可用",
|
||||
"cmdCopied": "CLI 命令已复制",
|
||||
"doctor": "OpenClaw Doctor 诊断",
|
||||
"doctorDesc": "运行 `openclaw doctor --json` 并查看原始诊断输出。",
|
||||
"runDoctor": "运行 Doctor",
|
||||
"runDoctorFix": "运行 Doctor 并修复",
|
||||
"doctorSucceeded": "OpenClaw doctor 已完成",
|
||||
"doctorFailed": "OpenClaw doctor 检测到问题",
|
||||
"doctorRunFailed": "运行 OpenClaw doctor 失败",
|
||||
"doctorFixSucceeded": "OpenClaw doctor 修复已完成",
|
||||
"doctorFixFailed": "OpenClaw doctor 修复后仍有问题",
|
||||
"doctorFixRunFailed": "运行 OpenClaw doctor 修复失败",
|
||||
"doctorCopied": "诊断输出已复制",
|
||||
"doctorOk": "正常",
|
||||
"doctorIssue": "发现问题",
|
||||
"doctorFixOk": "已修复",
|
||||
"doctorFixIssue": "修复失败",
|
||||
"doctorExitCode": "退出码",
|
||||
"doctorDuration": "耗时",
|
||||
"doctorCommand": "命令",
|
||||
"doctorWorkingDir": "工作目录",
|
||||
"doctorError": "错误",
|
||||
"doctorStdout": "标准输出",
|
||||
"doctorStderr": "标准错误",
|
||||
"doctorOutputEmpty": "(空)",
|
||||
"wsDiagnostic": "WS 诊断模式",
|
||||
"wsDiagnosticDesc": "临时启用 WS/HTTP 回退链,用于网关 RPC 调试。",
|
||||
"wsDiagnosticEnabled": "已启用 WS 诊断模式",
|
||||
|
||||
Reference in New Issue
Block a user