Skip to content

Commit

Permalink
Localization - Translated Strings (#4135)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Campbell <[email protected]>
  • Loading branch information
csigs and gcampbell-msft authored Nov 6, 2024
1 parent 4d381d3 commit 0388e47
Show file tree
Hide file tree
Showing 208 changed files with 6,032 additions and 0 deletions.
8 changes: 8 additions & 0 deletions i18n/chs/src/cmakeExecutable.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.exe.not.found.in.cache": "在缓存中找不到 CMake 可执行文件。正在重新检查。"
}
3 changes: 3 additions & 0 deletions i18n/chs/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"test.explorer.not.enabled": "已禁用 ctest 集成。请参阅 `cmake.ctest.testExplorerIntegrationEnabled` 设置。",
"ctest.testing.progress.title": "正在测试",
"running.tests": "正在运行测试",
"ctest.path.not.set": "未设置 CTest 路径",
"no.project.found": "找不到文件夹的项目 {0}",
"no.driver.found": "找不到文件夹 {0} 的驱动程序",
Expand All @@ -13,6 +15,7 @@
"test.failed.with.exit.code": "测试{0}失败,退出代码 {1}。",
"test.failed.with.completion.status": "测试{0}失败,完成状态为 \"{1}\"",
"test.failed": "测试{0}失败。有关详细信息,请检查输出。",
"ctest.run.cancelled": "已取消 CTest 运行",
"ctest.run.terminated": "CTest 运行已终止",
"ctest.finished.with.code": "CTest 已完成,返回代码 {0}",
"folder.not.found.in.test.explorer": "在测试资源管理器中找不到文件夹: {0}",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.scriptPath.does.not.exist": "找不到该脚本文件“{0}”。",
"debugger.create.descriptor": "正在命名管道上连接调试程序:“{0}”"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cmake.debug.without.launch": "使用默认启动调试 cmake 脚本",
"cmake.debugging.not.supported": "CMake 不支持自动调试此文件",
"cmake.debug.only.launch.supported": "“cmake”调试类型仅支持“launch”请求。",
"cmake.debug.must.define.debugType": "“cmake”调试类型要求你定义“cmakeDebugType”。可用选项为“configure”、“external”和“script”。",
"cmake.debug.external.requires.pipeName": "“cmakeDebugType”设置为“external”的“cmake”调试类型要求定义“pipeName”。",
"cmake.debug.script.requires.scriptPath": "“cmakeDebugType”设置为“script”的“cmake”调试类型要求定义指向 CMake 脚本的“scriptPath”。"
}
11 changes: 11 additions & 0 deletions i18n/chs/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"run.script": "正在执行 CMake 脚本:“{0}”",
"run.script.successful": "CMake 脚本: 已成功完成“{0}”。",
"run.script.failed": "CMake 脚本: 未成功完成“{0}”。",
"run.script.cmakeDebugger.not.supported": "无法使用此版本的 CMake 调试脚本,请确保使用的是 CMake 3.27 或更高版本。"
}
12 changes: 12 additions & 0 deletions i18n/chs/src/debug/debugger.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"gdb.not.found": "在默认搜索路径和 {0} 中找不到 GDB。",
"enable.pretty.printing": "为 gdb 启用整齐打印",
"invalid.miDebuggerPath.override": "{1} 中的 {0} 必须是调试器的绝对路径(当前不支持变量扩展)。已获取: {2}",
"no.compiler.found.in.cache": "在缓存文件中找不到编译器。",
"unable.to.determine.debugger.for.compiler": "无法自动确定与编译器对应的调试程序: {0}"
}
60 changes: 60 additions & 0 deletions i18n/chs/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"testing.compiler.binary": "正在测试 {0} 二进制文件: {1}",
"getting.compiler.version": "正在获取 {1} 的 {0} 版本",
"bad.compiler.binary": "{0} 二进制文件不正确 (“-v”返回 {1}): {2}",
"bad.compiler.binary.output": "二进制 {0} 错误。{1} 报表版本: {2} 输出: {3}",
"detected.compiler": "检测到 {0} 编译器: {1}",
"bad.mingw32-make.binary": "mingw32-make 二进制文件不正确({0} 返回非零值): {1}",
"unknown.gcc.kit.untrusted": "未知的 GCC 工具包(不受信任的路径)",
"detected.clang.compiler": "已检测到 Clang 编译器: {0}",
"unknown.clang.kit.untrusted": "未知 Clang 工具包(不受信任的路径)",
"skipping.scan.of.appdata": "正在跳过 %LocalAppData% 文件夹扫描",
"skipping.scan.of.not.existing.path": "正在跳过扫描不存在的路径 {0}",
"scanning.directory.for.compilers": "正在扫描编译器的目录 {0}",
"failed.to.scan": "无法按异常扫描 {0}: {1}",
"checking.file.for.compiler.features": "检查编译器功能的文件: {0}",
"filed.to.check.binary": "无法按异常检查二进制文件 {0}: {1}",
"failed.to.scan.kit": "无法扫描工具包文件",
"founds.kits.in.directory": "已在目录 {1} 中找到 {0} 工具包",
"error.running.setup.script": "运行 {0} 时出错,出现: {1}",
"error.parsing.environment": "分析环境变量时出错: {0}",
"ok.running": "正常运行 {0},环境变量: {1}",
"checking.for.kit": "检查工具包: {0}",
"checking": "正在检查 {0}",
"detected.kit.for.version": "已检测到适用于版本的 VsKit",
"generator.present": "生成器存在: {0}",
"selected.preferred.generator.name": "已选择首选生成器名称: {0} {1}",
"failed.to.scan.for.kits": "无法扫描 GNU CLI Clang kits: CMake 路径未定义",
"vs.instance.not.found.run.scan.kits": "找不到工具包“{0}”的 VS 安装实例- ({1})。建议你重新扫描工具包,并删除系统上不再存在的所有用户本地条目。",
"kit.env": "工具包 {0} 的环境: {1}",
"scanning.for.kits.on.system": "正在系统上扫描工具包",
"scanning.for.kits": "正在扫描工具包",
"scanning.for.cmake.kits": "正在扫描 CMake 工具包...",
"skip.scan.path": "正在跳过 PATH 扫描",
"found.kit": "已找到工具包({0}): {1}",
"trusted": "受信任",
"untrusted": "不受信任",
"untrusted.kits.found": "编译器工具包可能存在于以下目录中: {0}。是否要通过将这些目录添加到 \"cmake.additionalCompilerSearchDirs\" 来扫描和执行这些目录中的潜在编译器?",
"yes": "",
"no": "",
"silent.kits.rescan": "检测到工具包定义版本已从 {0} 更改为 {1}。扫描工具包但不显示提示。",
"kit.for.toolchain.file": "适用于工具链文件 {0} 的工具包",
"using.compilers": "正在使用编译器: {0}",
"using.compilers.for.VS": "将编译器用于 {0} ({1} 体系结构)",
"using.compilers.for.VS2": "正在使用 Visual Studio ({0} 体系结构)的编译器",
"search.for.compilers": "在这台计算机上搜索编译器",
"unspecified.let.cmake.guess": "未指定(让 CMake 猜测要使用的编译器和环境)",
"not.reading.nonexistent.kit": "未读取不存在的工具包文件: {0}",
"not.reading.invalid.path": "未读取无效的工具包文件: {0}",
"reading.kits.file": "正在读取工具包文件 {0}",
"failed.to.parse": "无法分析 {0}: {1}",
"invalid.file.error": "无效的工具包内容 {0} ({1}):",
"successfully.loaded.kits": "已成功从 {1} 加载 {0} 工具包",
"clean.not.needed": "不需要清理: 未选择任何以前的工具包",
"clean.needed": "需要清理: 已更改工具包"
}
35 changes: 35 additions & 0 deletions i18n/chs/src/kits/kitsController.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"rereading.kits": "正在重新读取文件夹工具包",
"migrating.kits.file": "正在迁移工具包文件",
"failed.to.migrate.kits.file": "无法迁移以前的 user-local 工具包文件。",
"loading.kits": "正在加载工具包",
"unsetting.kit": "正在取消设置工具包",
"loading.kit": "正在加载工具包 {0}",
"invalid.only.kit": "唯一的工具包无效。应找到 {0}",
"already.checking.kits": "已检查工具包,请稍后再试。",
"start.selection.of.kits": "开始选择工具包。已找到 {0} 个工具包。",
"opening.kit.selection": "正在打开工具包选项快速选择",
"scan.for.kits.button": "扫描工具包",
"unspecified.kit.name": "未指定",
"select.a.kit.placeholder": "为 {0} 选择工具包",
"user.cancelled.kit.selection": "用户已取消工具包选择",
"user.selected.kit": "用户已选择工具包 {0}",
"kit.references.non-existent": "工具包 {0} 引用了不存在的编译器二进制文件 [{1}]。你希望执行什么操作?",
"remove.it.button": "移除它",
"keep.it.button": "保留它",
"pruning.kit": "修剪工具包",
"saving.kits.to": "正在将工具包保存到 {0}",
"saving.new.kits.to": "正在将新工具包保存到 {0}",
"retry.button": "重试",
"cancel.button": "取消",
"rescanning.for.kits": "正在重新扫描工具包",
"found.duplicate.kits": "在 cmake-tools-kits.json 中找到了保存的 Visual Studio 工具包和旧 ID。",
"yes.button": "",
"delete.duplicate.kits": "是否要从 cmake-tools-kits.json 删除重复的 Visual Studio 工具包?",
"no.button": ""
}
25 changes: 25 additions & 0 deletions i18n/chs/src/kits/variant.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build.type.description": "生成类型",
"emit.debug.without.optimizations": "发出调试信息而不执行优化",
"enable.optimizations.omit.debug": "启用优化,省略调试信息",
"optimize.for.smallest": "针对最小的二进制大小进行优化",
"optimize.and.debug": "执行优化并包括调试信息",
"unspec.build.type": "允许 CMake 选择默认生成类型",
"constructing": "正在构造 {0}",
"reloading.variants.file": "正在重新加载变量文件 {0}",
"reloading.variants.from.settings": "正在从设置重新加载变量",
"error.parsing": "分析 {0} 时出错: {1}",
"invalid.variants": "已指定无效变体:",
"loaded.default.variants": "已加载默认变量",
"loaded.new.variants.set": "已加载一组新变量",
"missing.setting.in.variant": "变量定义中缺少设置 {0}。",
"missing.variant.choice": "变量定义中 {1} 上缺少变量选项 {0}。",
"incompatible.variant": "最后一个变量选择与当前变量定义不兼容。",
"using.default.variant.choices": "使用变量定义中的默认变量选项。",
"select.a.variant.placeholder": "选择生成变体"
}
50 changes: 50 additions & 0 deletions i18n/chs/src/presets/preset.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid.user.inherits": "CMakePresets.json 中的预设 {0} 不能从 CMakeUserPresets.json 中的预设 {1} 继承",
"invalid.inherits.type": "预设 {0}: {1} 的值无效",
"missing.condition.property": "预设 {0}: 条件对象上缺少必需的属性 {1}",
"invalid.condition.type": "预设 {0}: 条件类型 {1} 无效",
"invalid.condition": "预设 {0}: 条件必须为 null、布尔值或对象。",
"default.build.preset": "[默认]",
"default.build.preset.description": "未添加任何参数的空生成预设",
"default.test.preset": "[默认]",
"default.test.preset.description": "未添加任何参数的空测试预设",
"default.package.preset": "[默认]",
"default.package.preset.description": "不添加任何参数的空包预设",
"default.workflow.preset": "[默认]",
"default.workflow.preset.description": "不添加任何参数的空工作流预设",
"circular.inherits.in.config.preset": "配置预设 {0} 中的循环继承",
"no.cl.arch": "配置预设 {0}: 未为 cl.exe 指定体系结构,默认使用 {1}",
"no.cl.toolset.arch": "配置预设{0}: 未为 cl.exe 指定工具集体系结构,默认使用 {1}",
"invalid.cl.toolset.arch": "配置预设{0}: 非预期的工具集体系结构指定了 {1},是否要指定 {2}?",
"no.cl.toolset.version": "配置预设 {0}: 没有为 cl.exe 指定工具集版本,默认情况下使用最新版本",
"unknown.toolset.option": "将忽略未识别的工具集选项: {0}",
"specified.vs.not.found": "配置预设 {0}: 未找到由 {1} 指定的 Visual Studio 实例,正在回退默认实例查找行为。",
"specified.cl.not.found": "配置预设 {0}: 未找到具有工具集 {2} 和体系结构 {3} 的编译器 {1},如果计算机上存在此工具集,则可能需要运行“CMake: 扫描编译器”命令。",
"vs.not.found": "配置预设 {0}: 找不到支持指定工具集 {1} 和体系结构 {2} 的 Visual Studio 安装,如果计算机上存在此工具集,则可能需要运行 ‘CMake: Scan for Compilers’ 命令。",
"using.vs.instance": "使用来自 Visual Studio 的开发人员环境(实例 {0},版本 {1},安装在 {2})",
"ninja.not.set": "未在 PATH 上设置 Ninja,正在尝试使用 {0}",
"config.preset.not.found.full": "找不到名为 {0} 的配置预设",
"config.preset.not.found": "找不到配置预设",
"property.unsupported.v2": "配置预设 {0}: 预设 v2 中不支持属性 {1}",
"binaryDir.undefined": "配置预设 {0}: 未指定 binaryDir,使用默认值 {1}",
"circular.inherits.in.build.preset": "生成预设 {0} 中的循环继承",
"circular.inherits.in.test.preset": "测试预设 {0} 中的循环继承",
"circular.inherits.in.package.preset": "循环在包预设 {0} 中继承",
"circular.inherits.in.workflow.preset": "循环在工作流预设 {0} 中继承",
"build.preset.not.found.full": "找不到名称为 {0} 的生成预设",
"build.preset.not.found": "找不到生成预设",
"configure.preset.not.found.full": "找不到名为 {0} 的配置预设",
"configure.preset.not.found": "找不到配置预设",
"test.preset.not.found.full": "找不到名称为 {0} 的测试预设",
"test.preset.not.found": "找不到测试预设",
"package.preset.not.found.full": "找不名称为 {0} 的包预设",
"package.preset.not.found": "找不到包预设",
"workflow.preset.not.found": "找不到名为 {0} 的工作流预设",
"clean.not.needed.no.prior.config.preset": "无需清理: 未选择任何之前的配置预设",
"clean.needed.config.preset.changed": "需要清理: 配置预设已更改"
}
Loading

0 comments on commit 0388e47

Please sign in to comment.