From b7ae4fdd13835dab1273048f76ed9f6c2dbb48bf Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Wed, 18 Jun 2025 22:20:46 -0600 Subject: [PATCH] fix(i18n): add simplified chinese translations for claude code --- webview-ui/src/i18n/locales/zh-CN/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webview-ui/src/i18n/locales/zh-CN/settings.json b/webview-ui/src/i18n/locales/zh-CN/settings.json index 40f28860d5..7756e35e12 100644 --- a/webview-ui/src/i18n/locales/zh-CN/settings.json +++ b/webview-ui/src/i18n/locales/zh-CN/settings.json @@ -305,9 +305,9 @@ }, "setReasoningLevel": "启用推理工作量", "claudeCode": { - "pathLabel": "Claude Code Path", - "description": "Optional path to your Claude Code CLI. Defaults to 'claude' if not set.", - "placeholder": "Default: claude" + "pathLabel": "Claude Code 路径", + "description": "您的 Claude Code CLI 的可选路径。如果未设置,则默认为 “claude”。", + "placeholder": "默认:claude" } }, "browser": {