From 72a77bded182880fbe79ab87855b44b7a57ce84d Mon Sep 17 00:00:00 2001 From: w287346141 <287346141@qq.com> Date: Sun, 24 May 2026 08:34:56 +0800 Subject: [PATCH] Fix duplicate Carbon Code wording --- src/i18n/EN.ts | 2 +- src/i18n/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/EN.ts b/src/i18n/EN.ts index 0ac9539..9a85b9a 100644 --- a/src/i18n/EN.ts +++ b/src/i18n/EN.ts @@ -244,7 +244,7 @@ export const EN: TranslationSchema = { }, code: { workspaceConflict: - "⚠ workspace contains another agent platform's files ({platforms}). Carbon Code Code may read them as project content; relaunch with --dir if that's not what you want.\n", + "⚠ workspace contains another agent platform's files ({platforms}). Carbon Code may read them as project content; relaunch with --dir if that's not what you want.\n", systemAppendEmpty: "--system-append is empty — no prompt text will be appended\n", systemAppendFileReadError: 'Error: cannot read --system-append-file "{filePath}": {errorDetails}\n', diff --git a/src/i18n/zh-CN.ts b/src/i18n/zh-CN.ts index 7afc2e3..4a80e58 100644 --- a/src/i18n/zh-CN.ts +++ b/src/i18n/zh-CN.ts @@ -240,7 +240,7 @@ export const zhCN: TranslationSchema = { }, code: { workspaceConflict: - "⚠ 工作区包含另一个智能体平台的文件 ({platforms})。Carbon Code Code 可能会将其作为项目内容读取;如果不是您想要的,请使用 --dir 重新启动。\n", + "⚠ 工作区包含另一个智能体平台的文件 ({platforms})。Carbon Code 可能会将其作为项目内容读取;如果不是您想要的,请使用 --dir 重新启动。\n", systemAppendEmpty: "--system-append 为空 — 不会追加任何提示文本\n", systemAppendFileReadError: '错误:无法读取 --system-append-file "{filePath}":{errorDetails}\n', },