Skip to content

Commit b82083e

Browse files
committed
Localization - Translated Strings
1 parent 1c5e46b commit b82083e

File tree

85 files changed

+255
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+255
-229
lines changed

Extension/i18n/chs/package.i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@
426426
"c_cpp.walkthrough.create.cpp.file.title": "创建 C++ 文件",
427427
"c_cpp.walkthrough.create.cpp.file.description": "[打开](command:toSide:workbench.action.files.openFile)或[创建](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)一个 C++ 文件。请确保将其保存为 \".cpp\" 扩展名,例如 \"helloworld.cpp\"\n[创建 C++ 文件](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
428428
"c_cpp.walkthrough.create.cpp.file.altText": "使用 C++ 项目打开 C++ 文件或文件夹。",
429-
"c_cpp.walkthrough.command.prompt.title": "从 VS 的开发人员命令提示启动",
430-
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 编译器时,C++ 扩展需要你从 VS 的开发人员命令提示符中启动 VS Code。请按照右侧的说明重新启动。\n[重新加载窗口](command:workbench.action.reloadWindow)",
429+
"c_cpp.walkthrough.command.prompt.title": "Developer Command Prompt for VS 启动",
430+
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 编译器时,C++ 扩展需要你从 Developer Command Prompt for VS 启动 VS Code。请按照右侧的说明重新启动。\n[重新加载窗口](command:workbench.action.reloadWindow)",
431431
"c_cpp.walkthrough.run.debug.title": "运行并调试 C++ 文件",
432432
"c_cpp.walkthrough.run.debug.mac.description": "打开你的 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“clang++ - 构建和调试活动文件”以使用调试器运行。",
433433
"c_cpp.walkthrough.run.debug.linux.description": "打开 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“g++ - 构建和调试活动文件”以使用调试器运行。",
@@ -448,4 +448,4 @@
448448
"c_cpp.configuration.refactoring.includeHeader.never.description": "从不包含头文件。",
449449
"c_cpp.languageModelTools.configuration.displayName": "C/C++ 配置",
450450
"c_cpp.languageModelTools.configuration.userDescription": "活动 C 或 C++ 文件的配置,例如语言标准版本和目标平台。"
451-
}
451+
}

Extension/i18n/chs/src/LanguageServer/codeAnalysis.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"clear.this.problem": "清除此 {0} 问题",
1313
"fix.this.problem": "修复此 {0} 问题",
1414
"show.documentation.for": "显示 {0} 文档"
15-
}
15+
}

Extension/i18n/chs/src/LanguageServer/copilotProviders.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.relatedfilesprovider.error": "检索结果时出错。原因 {0}"
7+
"copilot.relatedfilesprovider.error": "检索结果时出错。原因: {0}"
88
}

Extension/i18n/chs/src/LanguageServer/lmTool.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"copilot.projectcontext.error": "检索项目上下文时出错。原因 {0}",
7+
"copilot.projectcontext.error": "检索项目上下文时出错。原因: {0}",
88
"copilot.cppcontext.error": "检索 #cpp 上下文时出错。"
99
}

Extension/i18n/chs/src/SSH/sshCommandRunner.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"ssh.continuing.command.canceled": "已取消任务 \"{0}\",但基础命令可能不会终止。请手动进行检查。",
1818
"ssh.process.failed": "\"{0}\" 进程失败: {1}",
1919
"ssh.wrote.data.to.terminal": "\"{0}\" 已将数据写入终端: \"{1}\""
20-
}
20+
}

Extension/i18n/chs/src/nativeStrings.i18n.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,6 @@
317317
"refactor_extract_missing_return": "在所选代码中,一些控制路径退出而没有设置返回值。这只受标量、数字、和指针返回类型支持。",
318318
"expand_selection": "展开选择(以启用“提取到函数”)",
319319
"file_not_found_in_path2": "在 compile_commands.json 文件中找不到 \"{0}\"。此文件将改用文件夹“{1}”中的 c_cpp_properties.json 中包含的 \"includePath\"",
320-
"copilot_hover_link": "生成 Copilot 摘要"
320+
"copilot_hover_link": "生成 Copilot 摘要",
321+
"browse_path_not_found": "Unable to index files from non-existent folder: {0}"
321322
}

Extension/i18n/chs/ui/settings.html.i18n.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"edit.configurations.in.json": "编辑 JSON 文件中的配置",
1313
"edit.configurations.json": "C/C++: 编辑配置(JSON)",
1414
"check.the.schema": "转到 {0},详细了解 C/C++ 属性。",
15+
"cpp.properties.schema.reference": "C/C++ Properties Schema Reference",
1516
"view.schema.reference": "属性架构引用",
1617
"intellisense.configurations": "IntelliSense 配置",
1718
"intellisense.configurations.description": "使用此编辑器编辑在基础 {0} 文件中定义的 IntelliSense 设置。在此编辑器中所做的更改仅适用于所选的配置。要一次编辑多个配置,请转到 {1}。",

Extension/i18n/chs/walkthrough/debugconfig/run-and-debug-project-linux.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"walkthrough.linux.build.and.debug.active.file": "构建和调试活动文件",
1616
"walkthrough.linux.after.running": "首次运行和调试 C++ 文件后,你将注意到项目 {0} 的文件夹内有两个新文件: {1} 和 {2}。",
1717
"walkthrough.linux.for.more.complex": "对于更复杂的生成和调试场景,可以在 {0} 和 {1} 中自定义生成任务和调试配置。例如,如果在从命令行生成时通常会将参数传递给编译器,则可以使用 {3} 属性以在 {2} 中指定这些参数。同样,可以定义要传递给程序的参数,以在 {4} 中进行调试。"
18-
}
18+
}

Extension/i18n/chs/walkthrough/debugconfig/run-and-debug-project-mac.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"walkthrough.mac.build.and.debug.active.file": "构建和调试活动文件",
1616
"walkthrough.mac.after.running": "首次运行和调试 C++ 文件后,你将注意到项目 {0} 的文件夹内有两个新文件: {1} 和 {2}。",
1717
"walkthrough.mac.for.more.complex": "对于更复杂的生成和调试场景,可以在 {0} 和 {1} 中自定义生成任务和调试配置。例如,如果在从命令行生成时通常会将参数传递给编译器,则可以使用 {3} 属性以在 {2} 中指定这些参数。同样,可以定义要传递给程序的参数,以在 {4} 中进行调试。"
18-
}
18+
}

Extension/i18n/chs/walkthrough/debugconfig/run-and-debug-project-windows.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"walkthrough.windows.build.and.debug.active.file": "构建和调试活动文件",
1616
"walkthrough.windows.after.running": "首次运行和调试 C++ 文件后,你将注意到项目 {0} 的文件夹内有两个新文件: {1} 和 {2}。",
1717
"walkthrough.windows.for.more.complex": "对于更复杂的生成和调试场景,可以在 {0} 和 {1} 中自定义生成任务和调试配置。例如,如果在从命令行生成时通常会将参数传递给编译器,则可以使用 {3} 属性以在 {2} 中指定这些参数。同样,可以定义要传递给程序的参数,以在 {4} 中进行调试。"
18-
}
18+
}

0 commit comments

Comments
 (0)