Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/i18n/EN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-project> 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 <your-project> 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',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const zhCN: TranslationSchema = {
},
code: {
workspaceConflict:
"⚠ 工作区包含另一个智能体平台的文件 ({platforms})。Carbon Code Code 可能会将其作为项目内容读取;如果不是您想要的,请使用 --dir <your-project> 重新启动。\n",
"⚠ 工作区包含另一个智能体平台的文件 ({platforms})。Carbon Code 可能会将其作为项目内容读取;如果不是您想要的,请使用 --dir <your-project> 重新启动。\n",
systemAppendEmpty: "--system-append 为空 — 不会追加任何提示文本\n",
systemAppendFileReadError: '错误:无法读取 --system-append-file "{filePath}":{errorDetails}\n',
},
Expand Down