Skip to content

Commit 05d43dc

Browse files
authored
[Auto] Localization - Translated Strings (#12869)
1 parent 44b736e commit 05d43dc

File tree

71 files changed

+279
-58
lines changed

Some content is hidden

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

71 files changed

+279
-58
lines changed

Extension/i18n/chs/src/Debugger/configurationProvider.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"compiler.path.not.exists": "找不到 {0}。将忽略 {1} 任务。",
1717
"pre.Launch.Task": "preLaunchTask: {0}",
1818
"debugger.path.not.exists": "找不到 {0} 调试器。将忽略 {1} 的调试配置。",
19-
"build.and.debug.active.file": "生成和调试活动文件",
19+
"build.and.debug.active.file": "构建和调试活动文件",
2020
"cl.exe.not.available": "仅当从 VS 开发人员命令提示符处运行 VS Code 时,{0} 生成和调试才可用。",
2121
"lldb.find.failed": "缺少 lldb-mi 可执行文件的依赖项“{0}”。",
2222
"lldb.search.paths": "搜索范围:",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"path.is.not.a.file": "路径不是文件: {0}",
1717
"path.is.not.a.directory": "路径不是目录: {0}",
1818
"duplicate.name": "{0} 重复。配置名称应是唯一的。",
19-
"cannot.find2": "无法找到“{0}”。",
2019
"multiple.paths.not.allowed": "不允许使用多个路径。",
2120
"paths.are.not.directories": "路径不是目录: {0}"
2221
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"copilot.relatedfilesprovider.error": "Error while retrieving result. Reason: {0}"
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"copilot.projectcontext.error": "Error while retrieving the project context. Reason: {0}",
8+
"copilot.cppcontext.error": "Error while retrieving the #cpp context."
9+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,6 @@
315315
"refactor_extract_reference_return_c_code": "函数必须通过引用返回一个值。C 代码不能返回引用。",
316316
"refactor_extract_xborder_jump": "所选代码和外层代码之间的存在跳跃。",
317317
"refactor_extract_missing_return": "在所选代码中,一些控制路径退出而没有设置返回值。这只受标量、数字、和指针返回类型支持。",
318-
"expand_selection": "展开选择(以启用“提取到函数”)"
318+
"expand_selection": "展开选择(以启用“提取到函数”)",
319+
"file_not_found_in_path2": "在 compile_commands.json 文件中找不到 \"{0}\"。此文件将改用文件夹“{1}”中的 c_cpp_properties.json 中包含的 \"includePath\""
319320
}

Extension/i18n/chs/walkthrough/devcommandprompt/open-developer-command-prompt.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
{
77
"walkthrough.windows.title.open.dev.command.prompt": "使用开发人员命令提示符重新启动",
88
"walkthrough.windows.background.dev.command.prompt": "正在使用带有 MSVC 编译器的 Windows 机器,因此需要从开发人员命令提示符中启动 VS Code,以便所有环境变量都能正确设置。要使用开发人员命令提示符重新启动:",
9-
"walkthrough.open.command.prompt": "通过在 Windows 开始菜单中键入 \"developer\" 来打开 VS 的开发人员命令提示提示。选择 VS 的开发人员命令提示提示,它将自动导航到当前打开的文件夹。",
9+
"walkthrough.open.command.prompt": "通过在 Windows 开始菜单中键入 \"developer\" 来打开 VS 的开发人员命令提示。选择 VS 的开发人员命令提示,它将自动导航到当前打开的文件夹。",
1010
"walkthrough.windows.press.f5": "在命令提示符中键入 \"code\",然后按 Enter。这应该重新启动 VS Code 并将你带回此演练。"
1111
}

Extension/i18n/chs/walkthrough/installcompiler/install-compiler-windows.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"walkthrough.windows.command.prompt.name1": "VS 的 Developer 命令提示",
2121
"walkthrough.windows.check.install": "在 VS 的开发人员命令提示中键入 {0} 以检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。",
2222
"walkthrough.windows.note2": "注意",
23-
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、 {2})或 Windows 命令提示符未设置必要的路径环境变量",
23+
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、{2} 或 Windows 命令提示符)未设置必要的路径环境变量",
2424
"walkthrough.windows.command.prompt.name2": "VS 的开发人员命令提示"
2525
}

Extension/i18n/chs/walkthrough/installcompiler/install-compiler-windows10.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"walkthrough.windows.command.prompt.name1": "VS 的 Developer 命令提示",
1515
"walkthrough.windows.check.install": "在 VS 的开发人员命令提示中键入 {0} 以检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。",
1616
"walkthrough.windows.note2": "注意",
17-
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、 {2})或 Windows 命令提示符未设置必要的路径环境变量",
17+
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、{2} 或 Windows 命令提示符)未设置必要的路径环境变量",
1818
"walkthrough.windows.command.prompt.name2": "VS 的开发人员命令提示",
1919
"walkthrough.windows.other.compilers": "其他编译器选项",
2020
"walkthrough.windows.text3": "如果面向的是 Windows 中的 Linux,请查看{0}。或者,可{1}。",

Extension/i18n/chs/walkthrough/installcompiler/install-compiler-windows11.md.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"walkthrough.windows.command.prompt.name1": "VS 的 Developer 命令提示",
1515
"walkthrough.windows.check.install": "在 VS 的开发人员命令提示中键入 {0} 以检查 MSVC 安装。你应该会看到包含版本和基本使用说明的版权消息。",
1616
"walkthrough.windows.note2": "注意",
17-
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、 {2})或 Windows 命令提示符未设置必要的路径环境变量",
17+
"walkthrough.windows.note2.text": "要从命令行或 VS Code 使用 MSVC,必须从 {0} 运行。普通 shell (例如 {1}、{2} 或 Windows 命令提示符)未设置必要的路径环境变量",
1818
"walkthrough.windows.command.prompt.name2": "VS 的开发人员命令提示",
1919
"walkthrough.windows.other.compilers": "其他编译器选项",
2020
"walkthrough.windows.text3": "如果面向的是 Windows 中的 Linux,请查看{0}。或者,可{1}。",

Extension/i18n/cht/src/LanguageServer/configurations.i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"path.is.not.a.file": "路徑不是檔案: {0}",
1717
"path.is.not.a.directory": "路徑不是目錄: {0}",
1818
"duplicate.name": "{0} 重複。組態名稱應該是唯一的。",
19-
"cannot.find2": "找不到 \"{0}\"",
2019
"multiple.paths.not.allowed": "不允許使用多個路徑。",
2120
"paths.are.not.directories": "路徑不是目錄: {0}"
2221
}

0 commit comments

Comments
 (0)