|
42 | 42 | "c_cpp.command.RemoveAllCodeAnalysisProblems.title": "清除所有代码分析问题", |
43 | 43 | "c_cpp.command.BuildAndDebugFile.title": "调试 C/C++ 文件", |
44 | 44 | "c_cpp.command.BuildAndRunFile.title": "运行 C/C++ 文件", |
| 45 | + "c_cpp.command.SetVsDeveloperEnvironment.title": "Set Visual Studio Developer Environment", |
| 46 | + "c_cpp.command.ClearVsDeveloperEnvironment.title": "Clear Visual Studio Developer Environment", |
45 | 47 | "c_cpp.command.AddDebugConfiguration.title": "添加调试配置", |
46 | 48 | "c_cpp.command.GenerateDoxygenComment.title": "生成 Doxygen 注释", |
47 | 49 | "c_cpp.command.addSshTarget.title": "添加 SSH 目标", |
|
104 | 106 | "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.markdownDescription": "按 `#editor.tabSize#` 设置中指定的量缩进 case 语句后的大括号。", |
105 | 107 | "c_cpp.configuration.vcFormat.indent.lambdaBracesWhenParameter.markdownDescription": "按 `#editor.tabSize#` 设置中指定的量,对用作函数参数的 Lambda 大括号进行缩进(相对于语句开头)。", |
106 | 108 | "c_cpp.configuration.vcFormat.indent.gotoLabels.description": "goto 标签的位置。", |
107 | | - "c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "按 `#editor.tabSize#` 设置中指定的量将 goto 标签置于当前代码缩进的左侧。", |
| 109 | + "c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": "Position goto labels to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.", |
108 | 110 | "c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "将 goto 标签置于代码的最左侧边缘。", |
109 | 111 | "c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "不会格式化 goto 标签。", |
110 | 112 | "c_cpp.configuration.vcFormat.indent.preprocessor.description": "预处理器指令的位置。", |
111 | | - "c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "按 `#editor.tabSize#` 设置中指定的量将预处理器指令放置在当前代码缩进的左侧。", |
| 113 | + "c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "Preprocessor directives are positioned to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.", |
112 | 114 | "c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "预处理器指令位于代码的最左侧边缘。", |
113 | 115 | "c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "不会格式化预处理器指令。", |
114 | 116 | "c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "按 `#editor.tabSize#` 设置中指定的量缩进访问说明符(相对于类或结构定义)。", |
|
269 | 271 | "c_cpp.contributes.views.sshTargetsView.title": "Cpptools: SSH 目标", |
270 | 272 | "c_cpp.contributes.viewsWelcome.contents": "要了解有关 launch.json 的信息,请参阅 [配置 C/C++ 调试](https://code.visualstudio.com/docs/cpp/launch-json-reference)。", |
271 | 273 | "c_cpp.configuration.debugShortcut.description": "显示 C++ 文件编辑器标题栏中的“运行和调试”播放按钮和“添加调试配置”齿轮。", |
| 274 | + "c_cpp.configuration.persistVsDeveloperEnvironment.description": "Remember the last used Visual Studio developer environment for the current workspace. This setting is only applicable for Windows.", |
272 | 275 | "c_cpp.debuggers.pipeTransport.description": "如果存在,这会指示调试程序使用其他可执行文件作为管道来连接到远程计算机,此管道将在 VS Code 和已启用 MI 的调试程序后端可执行文件(如 gdb)之间中继标准输入/输入。", |
273 | 276 | "c_cpp.debuggers.pipeTransport.default.pipeProgram": "输入管道程序名称的完全限定的路径,例如 '/usr/bin/ssh'。", |
274 | 277 | "c_cpp.debuggers.pipeTransport.default.debuggerPath": "目标计算机上调试程序的完整路径,例如 /usr/bin/gdb。", |
|
417 | 420 | "c_cpp.debuggers.logging.category.warning.description": "突出显示应用程序流中的异常或意外事件,但不会导致应用程序执行停止的日志。", |
418 | 421 | "c_cpp.debuggers.logging.category.error.description": "在当前执行流因失败而停止时突出显示的日志。这些应指示当前活动中的失败,而不是应用程序范围的失败。", |
419 | 422 | "c_cpp.debuggers.logging.category.none.description": "不用于写入日志消息。指定事件日志类别不应写入任何消息。", |
420 | | - "c_cpp.walkthrough.title": "C++ 开发入门", |
| 423 | + "c_cpp.walkthrough.title": "Get started with C++ development", |
421 | 424 | "c_cpp.walkthrough.description": "深入了解 VS Code 丰富的 C++ 开发体验。", |
422 | | - "c_cpp.walkthrough.set.up.title": "设置 C++ 环境", |
| 425 | + "c_cpp.walkthrough.set.up.title": "Set up your C++ environment", |
423 | 426 | "c_cpp.walkthrough.activating.description": "激活 C++ 扩展以确定是否已设置 C++ 环境。\n正在激活扩展...", |
424 | 427 | "c_cpp.walkthrough.no.compilers.windows.description": "无法在计算机上找到 C++ 编译器,这是使用 C++ 扩展所必需的。请按照右侧的说明安装一个编译器,然后单击下面的“查找我的新编译器”。\n[查找我的新编译器](command:C_Cpp.RescanCompilers?%22walkthrough%22)", |
425 | 428 | "c_cpp.walkthrough.no.compilers.description": "在你的计算机上找不到 C++ 编译器,而使用 C++ 扩展需要该编译器。请选择“安装 C++ 编译器”,为你安装编译器,或者按照右侧的说明安装编译器,然后单击下面的“查找我的新编译器”。\n[安装 C++ 编译器](command:C_Cpp.InstallCompiler?%22walkthrough%22)\n[查找我的新编译器](command:C_Cpp.RescanCompilers?%22walkthrough%22)", |
|
428 | 431 | "c_cpp.walkthrough.create.cpp.file.title": "创建 C++ 文件", |
429 | 432 | "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)", |
430 | 433 | "c_cpp.walkthrough.create.cpp.file.altText": "使用 C++ 项目打开 C++ 文件或文件夹。", |
431 | | - "c_cpp.walkthrough.command.prompt.title": "从 Developer Command Prompt for VS 启动", |
432 | | - "c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 编译器时,C++ 扩展需要你从 Developer Command Prompt for VS 启动 VS Code。请按照右侧的说明重新启动。\n[重新加载窗口](command:workbench.action.reloadWindow)", |
| 434 | + "c_cpp.walkthrough.command.prompt.title": "Apply the Visual Studio developer environment", |
| 435 | + "c_cpp.walkthrough.command.prompt.description": "When using the Microsoft Visual Studio C++ compiler, the Visual Studio developer environment must be present.\r\n\r\nFollow the instructions on the right to relaunch or click the button below.\r\n[Set Developer Environment](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)", |
433 | 436 | "c_cpp.walkthrough.run.debug.title": "运行并调试 C++ 文件", |
434 | 437 | "c_cpp.walkthrough.run.debug.mac.description": "打开你的 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“clang++ - 构建和调试活动文件”以使用调试器运行。", |
435 | 438 | "c_cpp.walkthrough.run.debug.linux.description": "打开 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“g++ - 构建和调试活动文件”以使用调试器运行。", |
|
0 commit comments