diff --git a/i18n/chs/src/cmakeExecutable.i18n.json b/i18n/chs/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..21ed14eba --- /dev/null +++ b/i18n/chs/src/cmakeExecutable.i18n.json @@ -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 可执行文件。正在重新检查。" +} \ No newline at end of file diff --git a/i18n/chs/src/ctest.i18n.json b/i18n/chs/src/ctest.i18n.json index 510af931c..466fc6e57 100644 --- a/i18n/chs/src/ctest.i18n.json +++ b/i18n/chs/src/ctest.i18n.json @@ -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} 的驱动程序", @@ -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}", diff --git a/i18n/chs/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/chs/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..3a39d3b96 --- /dev/null +++ b/i18n/chs/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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}”" +} \ No newline at end of file diff --git a/i18n/chs/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/chs/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..e30c467e9 --- /dev/null +++ b/i18n/chs/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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”。" +} \ No newline at end of file diff --git a/i18n/chs/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/chs/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..22ffef45f --- /dev/null +++ b/i18n/chs/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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 或更高版本。" +} \ No newline at end of file diff --git a/i18n/chs/src/debug/debugger.i18n.json b/i18n/chs/src/debug/debugger.i18n.json new file mode 100644 index 000000000..aaae6936a --- /dev/null +++ b/i18n/chs/src/debug/debugger.i18n.json @@ -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}" +} \ No newline at end of file diff --git a/i18n/chs/src/kits/kit.i18n.json b/i18n/chs/src/kits/kit.i18n.json new file mode 100644 index 000000000..2e8e53f5f --- /dev/null +++ b/i18n/chs/src/kits/kit.i18n.json @@ -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": "需要清理: 已更改工具包" +} \ No newline at end of file diff --git a/i18n/chs/src/kits/kitsController.i18n.json b/i18n/chs/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..01a53b292 --- /dev/null +++ b/i18n/chs/src/kits/kitsController.i18n.json @@ -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": "否" +} \ No newline at end of file diff --git a/i18n/chs/src/kits/variant.i18n.json b/i18n/chs/src/kits/variant.i18n.json new file mode 100644 index 000000000..03aa52bd9 --- /dev/null +++ b/i18n/chs/src/kits/variant.i18n.json @@ -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": "选择生成变体" +} \ No newline at end of file diff --git a/i18n/chs/src/presets/preset.i18n.json b/i18n/chs/src/presets/preset.i18n.json new file mode 100644 index 000000000..f925b2868 --- /dev/null +++ b/i18n/chs/src/presets/preset.i18n.json @@ -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": "需要清理: 配置预设已更改" +} \ No newline at end of file diff --git a/i18n/chs/src/presets/presetsController.i18n.json b/i18n/chs/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..00f03c3f6 --- /dev/null +++ b/i18n/chs/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "预设名称", + "inherit.config.preset": "从配置预设继承", + "description.inherit.config.preset": "从现有配置预设继承", + "toolchain.file": "工具链文件", + "description.toolchain.file": "使用 CMake 工具链文件进行配置", + "custom.config.preset": "自定义", + "description.custom.config.preset": "添加自定义配置预设", + "create.from.compilers": "从编译器创建", + "description.create.from.compilers": "从此计算机上的一对编译器创建", + "add.a.config.preset.placeholder": "添加 {0} 的配置预设", + "user.cancelled.add.config.preset": "用户已取消添加配置预设", + "no.compilers.available.for.quick.start": "没有可用于快速入门的编译器", + "no.compilers.available": "无法使用快速入门生成 CmakePresets.json,因为没有可用的编译器。", + "learn.about.installing.compilers": "了解如何安装编译器", + "start.selection.of.compilers": "开始选择编译器。找到 {0} 编译器。", + "opening.compiler.selection": "正在打开编译器选择 QuickPick", + "scan.for.compilers.button": "扫描编译器", + "select.a.compiler.placeholder": "为 {0} 选择工具包", + "user.cancelled.compiler.selection": "用户已取消编译器选择", + "user.selected.compiler": "用户已选择编译器 {0}", + "select.one.or.more.config.preset.placeholder": "选择一个或多个配置预设", + "custom.configure.preset.toolchain.file": "使用工具链文件配置预设", + "description.custom.configure.preset": "设置 Ninja 生成器、版本和安装目录", + "custom.configure.preset": "自定义配置预设", + "user.selected.config.preset": "用户已选择配置预设 {0}", + "yes": "是", + "no": "否", + "no.config.preset": "不存在任何配置预设。是否要添加配置预设?", + "error.no.config.preset": "不存在任何配置预设。", + "create.build.from.config.preset": "根据配置预设创建", + "description.create.build.from.config.preset": "创建新的生成预设", + "inherit.build.preset": "从生成预设继承", + "description.inherit.build.preset": "从现有的生成预设继承", + "custom.build.preset": "自定义", + "description.custom.build.preset": "添加自定义生成预设", + "add.a.build.preset.placeholder": "添加 {0} 的生成预设", + "user.cancelled.add.build.preset": "用户已取消添加生成预设", + "select.a.config.preset.placeholder": "选择配置预设", + "select.one.or.more.build.preset.placeholder": "选择一个或多个生成预设", + "create.test.from.config.preset": "根据配置预设创建", + "description.create.test.from.config.preset": "创建新的测试预设", + "inherit.test.preset": "从测试预设继承", + "description.inherit.test.preset": "从现有的测试预设继承", + "custom.test.preset": "自定义", + "description.custom.test.preset": "添加自定义测试预设", + "add.a.test.preset.placeholder": "添加 {0} 的测试预设", + "user.cancelled.add.test.preset": "用户已取消添加测试预设", + "select.one.or.more.test.preset.placeholder": "选择一个或多个测试预设", + "create.package.from.config.preset": "根据配置预设创建", + "description.create.package.from.config.preset": "创建新包预设", + "inherit.package.preset": "从包预设继承", + "description.inherit.package.preset": "从现有包预设继承", + "custom.package.preset": "自定义", + "description.custom.package.preset": "添加自定义包预设", + "add.a.package.preset.placeholder": "添加 {0} 的包预设", + "user.cancelled.add.package.preset": "用户取消添加包预设", + "select.one.or.more.package.preset.placeholder": "选择一个或多个包预设", + "create.workflow.from.config.preset": "根据配置预设创建", + "description.create.workflow.from.config.preset": "创建新的工作流预设", + "create.workflow.preset": "从工作流预设创建", + "description.create.test.preset": "从现有工作流预设创建新的工作流预设", + "custom.workflow.preset": "自定义", + "description.custom.workflow.preset": "添加自定义工作流预设", + "add.a.workflow.preset.placeholder": "添加 {0} 的工作流预设", + "user.cancelled.add.workflow.preset": "用户取消添加工作流预设", + "select.one.workflow.preset.placeholder": "选择工作流基础预设", + "add.new.preset": "添加新预设...", + "start.selection.of.config.presets": "开始选择配置预设。已找到 {0} 个预设。", + "opening.config.preset.selection": "正在打开配置预设选择 QuickPick", + "select.active.config.preset.placeholder": "选择 {0} 的配置预设", + "user.cancelled.config.preset.selection": "用户已取消配置预设选择", + "preset.change.in.progress": "预设更改已在进行中。", + "loading.config.preset": "正在加载配置预设 {0}", + "reloading.build.test.preset": "正在重新加载生成和测试预设", + "config.preset.required": "需要选择“配置预设”。希望如何继续?", + "select.config.preset": "选择配置预设", + "later": "以后再说", + "build.preset.required": "需要选择生成预设。希望如何继续?", + "select.build.preset": "选择生成预设", + "start.selection.of.build.presets": "开始选择生成预设。已找到 {0} 个预设。", + "opening.build.preset.selection": "正在打开生成预设选择 QuickPick", + "select.active.build.preset.placeholder": "选择 {0} 的生成预设", + "user.cancelled.build.preset.selection": "用户已取消生成预设选择", + "user.selected.build.preset": "用户已选择生成预设 {0}", + "build.preset.configure.preset.not.match": "生成预设 {0}: 配置预设与活动配置预设不匹配", + "unloading.build.preset": "正在卸载生成预设", + "unloading.test.preset": "正在卸载测试预设", + "loading.build.preset": "正在加载生成预设 {0}", + "start.selection.of.test.presets": "开始选择测试预设。已找到 {0} 个预设。", + "select.active.test.preset.placeholder": "选择 {0} 的测试预设", + "user.cancelled.test.preset.selection": "用户已取消测试预设选择", + "user.selected.test.preset": "用户已选择测试预设 {0}", + "test.preset.configure.preset.not.match": "测试预设 {0} 与活动配置或生成预设不兼容", + "loading.test.preset": "正在加载测试预设 {0}", + "start.selection.of.package.presets": "开始选择包预设。找到了 {0} 个预设。", + "select.active.package.preset.placeholder": "选择 {0} 的包预设", + "user.cancelled.package.preset.selection": "用户取消包预设选择", + "user.selected.package.preset": "用户选择的包预设 {0}", + "package.preset.configure.preset.not.match": "包预设 {0} 与活动配置或生成预设不兼容", + "unloading.package.preset": "正在卸载包预设", + "loading.package.preset": "加载包预设 {0}", + "start.selection.of.workflow.presets": "开始选择工作流预设。找到了 {0} 个预设。", + "select.active.workflow.preset.placeholder": "选择 {0} 的工作流预设", + "user.cancelled.workflow.preset.selection": "用户取消了工作流预设选择", + "user.selected.workflow.preset": "用户选择了工作流预设 {0}", + "workflow.preset.configure.preset.not.match": "工作流预设 {0} 的配置预设与某些工作流步骤的配置预设不兼容", + "unloading.workflow.preset": "正在卸载工作流预设", + "loading.workflow.preset": "加载工作流预设 {0}", + "use.kits.variants": "使用工具包和变量", + "edit.presets": "定位", + "presets.version.error": "CMakePresets 版本 1 不受支持。希望如何继续?", + "failed.writing.to.file": "未能写入文件 {0}", + "failed.to.watch": "无法为 {0} 创建观察程序: {1}" +} \ No newline at end of file diff --git a/i18n/chs/src/presets/presetsParser.i18n.json b/i18n/chs/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..5edf7cf3f --- /dev/null +++ b/i18n/chs/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "读取并验证预设“文件 {0}”", + "unsupported.presets": "在 {0} 中检测到不受支持的预设。支持仅限于版本 {1} 定义的功能。", + "no.additional.properties": "不得具有其他属性", + "unsupported.presets.disable": "通过使用 {0} 设置可以忽略未知属性和宏。", + "duplicate.build.preset.found": "在生成预设集合 {0} 中找到重复项", + "duplicate.test.preset.found": "在测试预设集合 {0} 中找到重复项", + "duplicate.package.preset.found": "在包预设集合 {0} 中找到重复项", + "duplicate.workflow.preset.found": "在工作流预设集合 {0} 中找到重复项", + "workflow.does.not.start.configure.step": "工作流预设“{0}”不以配置步骤开始。", + "workflow.has.subsequent.configure.preset": "工作流预设“{0}”除了第一步“{2}”之外还有另一个配置预设“{1}”: ", + "successfully.validated.presets": "已成功针对预设架构验证 {0}", + "included.presets.file.not.found": "找不到包含的预设文件 {0}", + "expansion.errors": "预设文件中发现扩展错误。", + "reading.presets.file": "正在读取预设文件 {0}", + "failed.to.parse": "无法分析 {0}: {1}", + "expanding.presets.file": "正在展开预设文件 {0}", + "successfully.expanded.presets.file": "已成功展开预设文件 {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/ui/cacheView.i18n.json b/i18n/chs/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..2e29b35a5 --- /dev/null +++ b/i18n/chs/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "CMake 缓存编辑器", + "cmake.cache.saved": "已保存 CMake 选项。", + "ignore": "忽略", + "from.UI": "来自 UI", + "from.cache": "来自缓存", + "merge.cache.edits": "CMake 缓存已在此 Web 视图外部进行修改,并且与当前未保存的编辑发生冲突。要保留哪些值?", + "yes": "是", + "no": "否", + "unsaved.cache.edits": "是否要保存最新的缓存编辑?", + "search": "搜索", + "save": "保存", + "key": "密钥", + "value": "值" +} \ No newline at end of file diff --git a/i18n/chs/src/ui/pinnedCommands.i18n.json b/i18n/chs/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..041a0c7b5 --- /dev/null +++ b/i18n/chs/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "选择要固定的 CMake 命令", + "user.cancelled.add.pinned.cmake.command": "用户已取消选择要固定的 CMake 命令" +} \ No newline at end of file diff --git a/i18n/chs/src/ui/projectOutline/projectOutline.i18n.json b/i18n/chs/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..fbafac683 --- /dev/null +++ b/i18n/chs/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "打开文件", + "references": "引用", + "static.library": "静态库", + "module.library": "模块库", + "shared.library": "共享库", + "object.library": "对象库", + "executable": "可执行文件", + "utility": "实用工具", + "interface.library": "接口库", + "target.tooltip": "目标 {0}", + "launch.tooltip": "启动", + "default.tooltip": "默认", + "item.render.issue": "呈现此项目时出现问题。这是 bug", + "empty.project": "空项目", + "update.project.with.mismatch": "更新具有不匹配的名称属性的项目", + "workspace.active": "活动工作区", + "workspace": "工作区", + "error.update.code.model.on.nonexist.folder": "正在对尚未加载的文件夹更新代码模型。", + "error.rendering.children.nodes": "呈现子节点时出错" +} \ No newline at end of file diff --git a/i18n/chs/src/ui/projectStatus.i18n.json b/i18n/chs/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..f342499b3 --- /dev/null +++ b/i18n/chs/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[未选择工具包]", + "no.configure.preset.selected": "[未选择任何配置预设]", + "no.build.preset.selected": "[未选择任何生成预设]", + "no.test.preset.selected": "[未选择任何测试预设]", + "no.package.preset.selected": "[未选择包预设]", + "no.workflow.preset.selected": "[未选择工作流预设]", + "Configure": "配置", + "configure.running": "配置(正在运行)", + "Stop": "停止", + "Build": "生成", + "build.running": "生成(正在运行)", + "Test": "测试", + "Package": "包", + "cpack.running": "CPack (正在打包)", + "Workflow": "工作流", + "workflow.running": "工作流(正在运行)", + "Debug": "调试", + "Launch": "启动", + "Folder": "文件夹", + "active.folder": "活动文件夹", + "configPreset.change": "更改配置预设", + "override.settings.applied": "已应用替代设置", + "buildPreset.change": "更改生成预设", + "testPreset.change": "更改测试预设", + "packagePreset.change": "更改包预设", + "workflowPreset.change": "更改工作流预设", + "kit.change": "更改工具包", + "set.build.target": "设置生成目标", + "set.debug.target": "设置调试目标", + "set.launch.target": "设置启动目标", + "select.active.folder": "选择活动文件夹", + "set.variant": "设置变体" +} \ No newline at end of file diff --git a/i18n/cht/src/cmakeExecutable.i18n.json b/i18n/cht/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..5c1a05ed5 --- /dev/null +++ b/i18n/cht/src/cmakeExecutable.i18n.json @@ -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 可執行檔。正在重新檢查。" +} \ No newline at end of file diff --git a/i18n/cht/src/ctest.i18n.json b/i18n/cht/src/ctest.i18n.json index c4b20afec..6884585f1 100644 --- a/i18n/cht/src/ctest.i18n.json +++ b/i18n/cht/src/ctest.i18n.json @@ -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} 的驅動程式", @@ -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}", diff --git a/i18n/cht/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/cht/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..bae7479d5 --- /dev/null +++ b/i18n/cht/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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}\"" +} \ No newline at end of file diff --git a/i18n/cht/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/cht/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..7f1e1063b --- /dev/null +++ b/i18n/cht/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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\" 。" +} \ No newline at end of file diff --git a/i18n/cht/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/cht/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..1b8af8150 --- /dev/null +++ b/i18n/cht/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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 版或更新版本。" +} \ No newline at end of file diff --git a/i18n/cht/src/debug/debugger.i18n.json b/i18n/cht/src/debug/debugger.i18n.json new file mode 100644 index 000000000..1b31dff78 --- /dev/null +++ b/i18n/cht/src/debug/debugger.i18n.json @@ -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}" +} \ No newline at end of file diff --git a/i18n/cht/src/kits/kit.i18n.json b/i18n/cht/src/kits/kit.i18n.json new file mode 100644 index 000000000..c4c993a82 --- /dev/null +++ b/i18n/cht/src/kits/kit.i18n.json @@ -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 套件: 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": "需要清除: 已變更套件" +} \ No newline at end of file diff --git a/i18n/cht/src/kits/kitsController.i18n.json b/i18n/cht/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..66882f74a --- /dev/null +++ b/i18n/cht/src/kits/kitsController.i18n.json @@ -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": "無法移轉先前的使用者本機套件檔案。", + "loading.kits": "正在載入套件", + "unsetting.kit": "正在取消設定套件", + "loading.kit": "正在載入套件 {0}", + "invalid.only.kit": "僅套件無效。應找到 {0}", + "already.checking.kits": "已在檢查套件。請稍後再試一次。", + "start.selection.of.kits": "開始選取套件。找到 {0} 個套件。", + "opening.kit.selection": "正在開啟套件選取 QuickPick", + "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 套件。", + "yes.button": "是", + "delete.duplicate.kits": "要從 cmake-tools-kits.json 中刪除重複的 Visual Studio 套件嗎?", + "no.button": "否" +} \ No newline at end of file diff --git a/i18n/cht/src/kits/variant.i18n.json b/i18n/cht/src/kits/variant.i18n.json new file mode 100644 index 000000000..31b9084e6 --- /dev/null +++ b/i18n/cht/src/kits/variant.i18n.json @@ -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": "選取建組變體" +} \ No newline at end of file diff --git a/i18n/cht/src/presets/preset.i18n.json b/i18n/cht/src/presets/preset.i18n.json new file mode 100644 index 000000000..d95fbe815 --- /dev/null +++ b/i18n/cht/src/presets/preset.i18n.json @@ -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: 掃描編譯器」命令。", + "using.vs.instance": "使用 Visual Studio 的開發人員環境 (執行個體 {0},版本 {1},安裝於 {2})", + "ninja.not.set": "未在 PATH 上設定忍者,正在嘗試使用{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": "需要清理: 設定預設已變更" +} \ No newline at end of file diff --git a/i18n/cht/src/presets/presetsController.i18n.json b/i18n/cht/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..5b5f0725f --- /dev/null +++ b/i18n/cht/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "預設名稱", + "inherit.config.preset": "繼承自設定預設", + "description.inherit.config.preset": "從現有的設定預設繼承", + "toolchain.file": "工具鏈檔案", + "description.toolchain.file": "使用 CMake 工具鏈檔案進行設定", + "custom.config.preset": "自訂", + "description.custom.config.preset": "新增自訂設定預設", + "create.from.compilers": "從編譯器建立", + "description.create.from.compilers": "從這台電腦的一對編譯器建立", + "add.a.config.preset.placeholder": "為 {0} 新增設定預設", + "user.cancelled.add.config.preset": "使用者已取消新增設定預設", + "no.compilers.available.for.quick.start": "沒有可供快速入門使用的編譯器", + "no.compilers.available": "無法產生具有快速入門的 CmakePresets.json,因為沒有可用的編譯器。", + "learn.about.installing.compilers": "了解如何安裝編譯器", + "start.selection.of.compilers": "開始選取編譯器。找到 {0} 個編譯器。", + "opening.compiler.selection": "正在開啟編譯器選取範圍 QuickPick", + "scan.for.compilers.button": "掃描編譯器", + "select.a.compiler.placeholder": "選取 {0} 的套件", + "user.cancelled.compiler.selection": "使用者已取消選取編譯器", + "user.selected.compiler": "使用者選取的編譯器 {0}", + "select.one.or.more.config.preset.placeholder": "選取一或多個設定預設", + "custom.configure.preset.toolchain.file": "使用工具鏈檔案設定預設", + "description.custom.configure.preset": "設定 Ninja 產生器、建置和安裝目錄", + "custom.configure.preset": "自訂設定預設", + "user.selected.config.preset": "使用者選取的設定預設{0}", + "yes": "是", + "no": "否", + "no.config.preset": "沒有設定預設存在。是否要新增設定預設?", + "error.no.config.preset": "沒有設定預設存在。", + "create.build.from.config.preset": "從設定預設建立", + "description.create.build.from.config.preset": "建立新的建置預設", + "inherit.build.preset": "繼承自建置預設", + "description.inherit.build.preset": "從現有的建置預設繼承", + "custom.build.preset": "自訂", + "description.custom.build.preset": "新增自訂建置預設", + "add.a.build.preset.placeholder": "為 {0} 新增建置預設", + "user.cancelled.add.build.preset": "使用者已取消新增建置預設", + "select.a.config.preset.placeholder": "選取設定預設", + "select.one.or.more.build.preset.placeholder": "選取一或多個建置預設", + "create.test.from.config.preset": "從設定預設建立", + "description.create.test.from.config.preset": "建立新測試預設", + "inherit.test.preset": "繼承自測試預設", + "description.inherit.test.preset": "從現有的測試預設繼承", + "custom.test.preset": "自訂", + "description.custom.test.preset": "新增自訂測試預設", + "add.a.test.preset.placeholder": "為 {0} 新增測試預設", + "user.cancelled.add.test.preset": "使用者已取消新增測試預設", + "select.one.or.more.test.preset.placeholder": "選取一或多個測試預設", + "create.package.from.config.preset": "從設定預設建立", + "description.create.package.from.config.preset": "建立新的封裝預設", + "inherit.package.preset": "繼承自封裝預設", + "description.inherit.package.preset": "繼承自現有封裝預設", + "custom.package.preset": "自訂", + "description.custom.package.preset": "新增自訂封裝預設", + "add.a.package.preset.placeholder": "新增 {0} 的封裝預設", + "user.cancelled.add.package.preset": "使用者取消新增封裝預設", + "select.one.or.more.package.preset.placeholder": "選取一個或多個封裝預設", + "create.workflow.from.config.preset": "從設定預設建立", + "description.create.workflow.from.config.preset": "建立新的工作流程預設", + "create.workflow.preset": "從工作流程預設建立", + "description.create.test.preset": "從現有工作流程預設建立新工作流程預設", + "custom.workflow.preset": "自訂", + "description.custom.workflow.preset": "新增自訂工作流程預設", + "add.a.workflow.preset.placeholder": "新增 {0} 的工作流程預設", + "user.cancelled.add.workflow.preset": "使用者取消新增工作流程預設", + "select.one.workflow.preset.placeholder": "選取一個工作流程基礎預設", + "add.new.preset": "新增新預設...", + "start.selection.of.config.presets": "開始選取設定預設。找到{0}個設定。", + "opening.config.preset.selection": "開啟設定預設選項快速選取", + "select.active.config.preset.placeholder": "為 {0} 選取設定預設", + "user.cancelled.config.preset.selection": "使用者已取消設定預設選項", + "preset.change.in.progress": "預設變更已在進行中。", + "loading.config.preset": "正在載入設定預設 {0}", + "reloading.build.test.preset": "重新載入建置和測試預設", + "config.preset.required": "必須選取設定預設。要如何繼續?", + "select.config.preset": "選取設定預設", + "later": "稍後", + "build.preset.required": "必須選取組建預設。要如何繼續?", + "select.build.preset": "選取建置預設", + "start.selection.of.build.presets": "開始選取建置預設。找到{0}個設定。", + "opening.build.preset.selection": "正在開啟建置預設選取範圍快速選取", + "select.active.build.preset.placeholder": "選取 {0} 的建置預設", + "user.cancelled.build.preset.selection": "使用者已取消建置預設選項", + "user.selected.build.preset": "使用者選取的建置預設 {0}", + "build.preset.configure.preset.not.match": "建置預設 {0}: 設定預設與作用中的設定預設不相符", + "unloading.build.preset": "正在卸載建置預設", + "unloading.test.preset": "正在卸載測試預設", + "loading.build.preset": "正在載入建置預設 {0}", + "start.selection.of.test.presets": "開始選取測試預設。找到{0}個設定。", + "select.active.test.preset.placeholder": "選取 {0} 的測試預設", + "user.cancelled.test.preset.selection": "使用者已取消測試預設選項", + "user.selected.test.preset": "使用者選取的測試預設 {0}", + "test.preset.configure.preset.not.match": "測試預設 {0} 與使用中的設定或建置預設不相容", + "loading.test.preset": "正在載入測試預設 {0}", + "start.selection.of.package.presets": "開始選取封裝預設。找到 {0} 個預設。", + "select.active.package.preset.placeholder": "選取 {0} 的封裝預設", + "user.cancelled.package.preset.selection": "使用者已取消封裝預設選取", + "user.selected.package.preset": "使用者選取的封裝預設 {0}", + "package.preset.configure.preset.not.match": "封裝預設 {0} 與使用中的設定或建置預設不相容", + "unloading.package.preset": "卸載封裝預設", + "loading.package.preset": "載入封裝預設 {0}", + "start.selection.of.workflow.presets": "開始選取工作流程預設。找到 {0} 個預設。", + "select.active.workflow.preset.placeholder": "選取 {0} 的工作流程預設", + "user.cancelled.workflow.preset.selection": "使用者取消了工作流程預設選取", + "user.selected.workflow.preset": "使用者已選取工作流程預設 {0}", + "workflow.preset.configure.preset.not.match": "工作流程預設 {0} 的設定預設與部分工作流程步驟的設定預設不相容", + "unloading.workflow.preset": "正在載入工作流程預設", + "loading.workflow.preset": "載入工作流程預設 {0}", + "use.kits.variants": "使用套件和變體", + "edit.presets": "尋找", + "presets.version.error": "不支援 CMakePresets 版本 1。要如何繼續?", + "failed.writing.to.file": "無法寫入檔案 {0}", + "failed.to.watch": "無法為 {0}: {1} 監控程式建立容器" +} \ No newline at end of file diff --git a/i18n/cht/src/presets/presetsParser.i18n.json b/i18n/cht/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..43c4bf4ee --- /dev/null +++ b/i18n/cht/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "正在讀取及驗證預設 \"file {0}\"", + "unsupported.presets": "在 {0} 中偵測到不支援的預設。支援僅限於版本 {1} 所定義的功能。", + "no.additional.properties": "不應該有其他屬性", + "unsupported.presets.disable": "使用 {0} 設定可以忽略未知的屬性和巨集。", + "duplicate.build.preset.found": "在組建預設集合 {0} 中找到重複項", + "duplicate.test.preset.found": "在測試預設集合 {0} 中找到重複項", + "duplicate.package.preset.found": "在封裝預設集合中找到重複項: \"{0}\"", + "duplicate.workflow.preset.found": "在工作流程預設集合 {0} 中找到重複項", + "workflow.does.not.start.configure.step": "工作流程預設 \"{0}\" 不是以設定步驟開頭。", + "workflow.has.subsequent.configure.preset": "工作流程預設 \"{0}\" 的第一步 \"{2}\" 之外,還有另一個設定預設 \"{1}\": ", + "successfully.validated.presets": "已成功針對預設結構描述驗證 {0}", + "included.presets.file.not.found": "找不到包含的預設檔案 {0}", + "expansion.errors": "在預設檔案中發現展開錯誤。", + "reading.presets.file": "正在讀取預設的檔案{0}", + "failed.to.parse": "無法剖析 {0}: {1}", + "expanding.presets.file": "正在展開預設檔案 {0}", + "successfully.expanded.presets.file": "已成功展開預設檔案 {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/ui/cacheView.i18n.json b/i18n/cht/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..f5f6d0ab4 --- /dev/null +++ b/i18n/cht/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "CMake 快取編輯器", + "cmake.cache.saved": "已儲存 CMake 選項。", + "ignore": "略過", + "from.UI": "從 UI", + "from.cache": "從快取", + "merge.cache.edits": "CMake 快取已於此 Web 檢視外修改,而且與目前未儲存的編輯有所衝突。您想要保留哪些值?", + "yes": "是", + "no": "否", + "unsaved.cache.edits": "是否要儲存最新的快取編輯?", + "search": "搜尋", + "save": "儲存", + "key": "索引鍵", + "value": "值" +} \ No newline at end of file diff --git a/i18n/cht/src/ui/pinnedCommands.i18n.json b/i18n/cht/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..95feb5bc1 --- /dev/null +++ b/i18n/cht/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "選取要釘選的 CMake 命令", + "user.cancelled.add.pinned.cmake.command": "使用者已取消選取要釘選的 CMake 命令" +} \ No newline at end of file diff --git a/i18n/cht/src/ui/projectOutline/projectOutline.i18n.json b/i18n/cht/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..27f9ffd33 --- /dev/null +++ b/i18n/cht/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "開啟檔案", + "references": "參考", + "static.library": "靜態程式庫", + "module.library": "模組程式庫", + "shared.library": "共用程式庫", + "object.library": "物件程式庫", + "executable": "可執行檔", + "utility": "公用程式", + "interface.library": "介面程式庫", + "target.tooltip": "目標 {0}", + "launch.tooltip": "啟動", + "default.tooltip": "預設", + "item.render.issue": "轉譯此項目時發生問題。這是 Bug", + "empty.project": "空白專案", + "update.project.with.mismatch": "更新具有不符名稱屬性的專案", + "workspace.active": "使用中的工作區", + "workspace": "工作區", + "error.update.code.model.on.nonexist.folder": "正在更新尚未載入之資料夾中的程式碼模型。", + "error.rendering.children.nodes": "轉譯子節點時發生錯誤" +} \ No newline at end of file diff --git a/i18n/cht/src/ui/projectStatus.i18n.json b/i18n/cht/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..8d72eb7e9 --- /dev/null +++ b/i18n/cht/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[未選取任何套件]", + "no.configure.preset.selected": "[未選取設定預設]", + "no.build.preset.selected": "[未選取組建預設]", + "no.test.preset.selected": "[未選取測試預設]", + "no.package.preset.selected": "[未選取任何封裝預設]", + "no.workflow.preset.selected": "[未選取任何工作流程預設]", + "Configure": "設定", + "configure.running": "設定 (執行中)", + "Stop": "停止", + "Build": "組建", + "build.running": "組建 (執行中)", + "Test": "測試", + "Package": "套件", + "cpack.running": "CPack (封裝)", + "Workflow": "工作流程", + "workflow.running": "工作流程 (正在執行)", + "Debug": "偵錯", + "Launch": "啟動", + "Folder": "資料夾", + "active.folder": "作用中資料夾", + "configPreset.change": "變更設定預設", + "override.settings.applied": "已套用覆寫設定", + "buildPreset.change": "變更建置預設", + "testPreset.change": "變更測試預設", + "packagePreset.change": "變更套件預設", + "workflowPreset.change": "變更工作流程預設", + "kit.change": "變更套件", + "set.build.target": "設定組建目標", + "set.debug.target": "設定偵錯目標", + "set.launch.target": "設定啟動目標", + "select.active.folder": "選取作用中資料夾", + "set.variant": "設定變體" +} \ No newline at end of file diff --git a/i18n/csy/src/cmakeExecutable.i18n.json b/i18n/csy/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..131f961f1 --- /dev/null +++ b/i18n/csy/src/cmakeExecutable.i18n.json @@ -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": "Spustitelný soubor CMake nebyl nalezen v mezipaměti. Znovu se kontroluje." +} \ No newline at end of file diff --git a/i18n/csy/src/ctest.i18n.json b/i18n/csy/src/ctest.i18n.json index cf5c78a3d..de3172de4 100644 --- a/i18n/csy/src/ctest.i18n.json +++ b/i18n/csy/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "Good DEV comment.Integrace ctest je zakázaná. Podívejte se na nastavení `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Testování", + "running.tests": "Provádění testů", "ctest.path.not.set": "Cesta CTestu není nastavená.", "no.project.found": "Pro složku {0} se nenašel žádný projekt.", "no.driver.found": "Pro složku {0} se nenašel žádný ovladač.", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "Test {0} byl neúspěšný s ukončovacím kódem {1}.", "test.failed.with.completion.status": "Test {0} byl neúspěšný se stavem dokončení {1}.", "test.failed": "Test {0} byl neúspěšný. Další informace najdete ve výstupu.", + "ctest.run.cancelled": "Spuštění příkazu CTest bylo zrušeno.", "ctest.run.terminated": "Běh CTestu se ukončil.", "ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.", "folder.not.found.in.test.explorer": "Složka se nenašla v Průzkumníkovi testů: {0}", diff --git a/i18n/csy/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/csy/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..53ae451ac --- /dev/null +++ b/i18n/csy/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "Cesta ke skriptu „{0}“ nebyla nalezena.", + "debugger.create.descriptor": "Připojování ladicího programu na pojmenovaném kanálu: „{0}“" +} \ No newline at end of file diff --git a/i18n/csy/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/csy/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..d1104b035 --- /dev/null +++ b/i18n/csy/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Ladění skriptu cmake s výchozím spuštěním", + "cmake.debugging.not.supported": "CMake nepodporuje automatické ladění pro tento soubor.", + "cmake.debug.only.launch.supported": "Typ ladění „cmake“ podporuje pouze požadavek „launch“.", + "cmake.debug.must.define.debugType": "Typ ladění cmake vyžaduje, abyste definovali cmakeDebugType. Dostupné možnosti jsou configure, external a script.", + "cmake.debug.external.requires.pipeName": "Typ ladění „cmake“ s parametrem „cmakeDebugType“ nastaveným na „external“ vyžaduje, abyste definovali „pipeName“.", + "cmake.debug.script.requires.scriptPath": "Typ ladění „cmake“ s cmakeDebugType nastaveným na „script“ vyžaduje, abyste definovali „scriptPath“, který odkazuje na skript CMake." +} \ No newline at end of file diff --git a/i18n/csy/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/csy/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..9ab092697 --- /dev/null +++ b/i18n/csy/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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": "Spouští se skript CMake: „{0}“", + "run.script.successful": "Skript CMake „{0}“ byl úspěšně dokončen.", + "run.script.failed": "Skript CMake „{0}“ byl dokončen bez úspěchu.", + "run.script.cmakeDebugger.not.supported": "Nejde ladit skript s touto verzí CMake. Ujistěte se, že máte CMake verze 3.27 nebo novější." +} \ No newline at end of file diff --git a/i18n/csy/src/debug/debugger.i18n.json b/i18n/csy/src/debug/debugger.i18n.json new file mode 100644 index 000000000..10a59e325 --- /dev/null +++ b/i18n/csy/src/debug/debugger.i18n.json @@ -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": "Nepovedlo se najít GDB ve výchozí cestě pro vyhledávání a místě {0}.", + "enable.pretty.printing": "Povolit přehledný výpis pro gdb", + "invalid.miDebuggerPath.override": "{0} v {1} musí být absolutní cesta k ladicímu programu (rozbalování proměnných není aktuálně podporováno). Získáno: {2}", + "no.compiler.found.in.cache": "V souboru mezipaměti nebyl nalezen žádný kompilátor.", + "unable.to.determine.debugger.for.compiler": "Ladicí program, který odpovídá kompilátoru, se nedá automaticky určit: {0}" +} \ No newline at end of file diff --git a/i18n/csy/src/kits/kit.i18n.json b/i18n/csy/src/kits/kit.i18n.json new file mode 100644 index 000000000..33c8d4cac --- /dev/null +++ b/i18n/csy/src/kits/kit.i18n.json @@ -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": "Testuje se binární soubor {0}: {1}", + "getting.compiler.version": "Získává se verze {0} pro {1}", + "bad.compiler.binary": "Chybný binární soubor {0} (-v vrací {1}): {2}", + "bad.compiler.binary.output": "Chybný binární soubor {0}.{1} hlásí verzi: {2} výstup: {3}", + "detected.compiler": "Zjistil se kompilátor {0}: {1}", + "bad.mingw32-make.binary": "Chybný binární soubor mingw32-make ({0} vrací jinou hodnotu než hodnotu nula): {1}", + "unknown.gcc.kit.untrusted": "Neznámá sada GCC (nedůvěryhodná cesta)", + "detected.clang.compiler": "Zjištěn kompilátor Clang: {0}", + "unknown.clang.kit.untrusted": "Neznámá sada Clang (nedůvěryhodná cesta)", + "skipping.scan.of.appdata": "Přeskakuje se kontrola složky %LocalAppData%", + "skipping.scan.of.not.existing.path": "Přeskakuje se hledání neexistující cesty {0}.", + "scanning.directory.for.compilers": "Vyhledávají se kompilátory v adresáři {0}.", + "failed.to.scan": "Nepovedlo se zkontrolovat {0} podle výjimky: {1}", + "checking.file.for.compiler.features": "Hledají se v souboru funkce kompilátoru: {0}.", + "filed.to.check.binary": "Nepovedlo se zkontrolovat binární soubor {0} podle výjimky: {1}", + "failed.to.scan.kit": "Nepovedlo se zkontrolovat soubor sady.", + "founds.kits.in.directory": "Našly se sady ({0}) v adresáři {1}.", + "error.running.setup.script": "Při spouštění {0} s {1} došlo k chybě.", + "error.parsing.environment": "Chyba při parsování proměnné prostředí: {0}", + "ok.running": "Spuštění {0} je ok, proměnné prostředí: {1}", + "checking.for.kit": "Hledá se sada: {0}.", + "checking": "Kontroluje se {0}", + "detected.kit.for.version": "Zjištěna sada VsKit pro verzi", + "generator.present": "Generátor je přítomen: {0}", + "selected.preferred.generator.name": "Název vybraného upřednostňovaného generátoru: {0} {1}", + "failed.to.scan.for.kits": "Nepovedlo se vyhledat sady Clang GNU CLI: CMake Path není definován.", + "vs.instance.not.found.run.scan.kits": "Pro sadu {0} se nenašla instance instalace VS – ({1}). Doporučujeme znovu zkontrolovat sady a také odebrat všechny položky místního uživatele, které už v systému nejsou přítomny.", + "kit.env": "Prostředí pro sady {0}: {1}", + "scanning.for.kits.on.system": "Hledají se sady v systému.", + "scanning.for.kits": "Hledají se sady", + "scanning.for.cmake.kits": "Hledají se sady CMake...", + "skip.scan.path": "Přeskakuje se kontrola PATH", + "found.kit": "Nalezená sada ({0}): {1}", + "trusted": "důvěryhodné", + "untrusted": "nedůvěryhodné", + "untrusted.kits.found": "Sady kompilátoru mohou být k dispozici v těchto adresářích: {0}. Chcete vyhledávat a spouštět potenciální kompilátory v těchto adresářích jejich přidáním do „cmake.additionalCompilerSearchDirs“?", + "yes": "Ano", + "no": "Ne", + "silent.kits.rescan": "Zjistila se změna verze definice sad z {0} na {1}. Kontrolují se sady v tichém režimu.", + "kit.for.toolchain.file": "Sada pro soubor sady nástrojů {0}", + "using.compilers": "Používají se kompilátory: {0}", + "using.compilers.for.VS": "Používají se kompilátory pro {0} (architektura {1}).", + "using.compilers.for.VS2": "Používají se kompilátory pro Visual Studio (architektura {0}).", + "search.for.compilers": "Vyhledat kompilátory na tomto počítači", + "unspecified.let.cmake.guess": "Neurčeno (Ať nástroje CMake odhadnou, jaké kompilátory a prostředí používat)", + "not.reading.nonexistent.kit": "Nečte se soubor neexistujících sad: {0}", + "not.reading.invalid.path": "Nečíst neplatný soubor sad: {0}", + "reading.kits.file": "Čte se soubor sad {0}.", + "failed.to.parse": "Nepovedlo se parsovat {0}: {1}", + "invalid.file.error": "Neplatný obsah sady: {0} ({1}):", + "successfully.loaded.kits": "Úspěšně se načetly sady ({0}) z místa {1}.", + "clean.not.needed": "Vymazat není nutné: nebyla vybrána žádná předchozí sada.", + "clean.needed": "Je nutné vymazání: sada se změnila." +} \ No newline at end of file diff --git a/i18n/csy/src/kits/kitsController.i18n.json b/i18n/csy/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..616554055 --- /dev/null +++ b/i18n/csy/src/kits/kitsController.i18n.json @@ -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": "Znovu se čtou sady složek.", + "migrating.kits.file": "Probíhá migrace souboru sad", + "failed.to.migrate.kits.file": "Nepovedlo se migrovat předchozí soubor sad pro místní uživatele.", + "loading.kits": "Načítají se sady", + "unsetting.kit": "Ruší se nastavení sady.", + "loading.kit": "Načítá se sada {0}", + "invalid.only.kit": "Jen neplatná sada. Očekávalo se nalezení elementu {0}.", + "already.checking.kits": "Sady se už kontrolují. Zkuste to prosím znovu později.", + "start.selection.of.kits": "Začněte vybírat sady. Nalezené sady: {0}", + "opening.kit.selection": "Otevírá se element QuickPick výběru sady.", + "scan.for.kits.button": "Hledat sady", + "unspecified.kit.name": "Neurčeno", + "select.a.kit.placeholder": "Vyberte sadu pro {0}.", + "user.cancelled.kit.selection": "Uživatel zrušil výběr sady.", + "user.selected.kit": "Uživatel vybral sadu {0}.", + "kit.references.non-existent": "Sada {0} odkazuje na neexistující binární soubor kompilátoru [{1}]. Co chcete udělat?", + "remove.it.button": "Odebrat", + "keep.it.button": "Zachovat", + "pruning.kit": "Vyřazovací sada", + "saving.kits.to": "Ukládají se sady do {0}.", + "saving.new.kits.to": "Ukládají se nové sady do {0}.", + "retry.button": "Zkusit znovu", + "cancel.button": "Zrušit", + "rescanning.for.kits": "Probíhá opětovné hledání sad", + "found.duplicate.kits": "V souboru cmake-tools-kits.json se našly sady Visual Studio se starými ID.", + "yes.button": "Ano", + "delete.duplicate.kits": "Chcete odstranit duplicitní sady Visual Studio ze souboru cmake-tools-kits.json?", + "no.button": "Ne" +} \ No newline at end of file diff --git a/i18n/csy/src/kits/variant.i18n.json b/i18n/csy/src/kits/variant.i18n.json new file mode 100644 index 000000000..26942d0d1 --- /dev/null +++ b/i18n/csy/src/kits/variant.i18n.json @@ -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": "Typ sestavení", + "emit.debug.without.optimizations": "Generovat ladicí informace bez provádění optimalizací", + "enable.optimizations.omit.debug": "Povolit optimalizace, vynechat ladicí informace", + "optimize.for.smallest": "Optimalizovat pro nejmenší velikost binárního souboru", + "optimize.and.debug": "Provést optimalizace A zahrnout ladicí informace", + "unspec.build.type": "Povolit nástroji CMake vybrat výchozí typ buildu", + "constructing": "Vytváří se element {0}", + "reloading.variants.file": "Znovu se načítá soubor variant {0}.", + "reloading.variants.from.settings": "Znovu se načítají varianty z nastavení.", + "error.parsing": "Chyba při parsování {0}: {1}", + "invalid.variants": "Byly zadány neplatné varianty:", + "loaded.default.variants": "Načteny výchozí varianty", + "loaded.new.variants.set": "Načetla se nová sada variant.", + "missing.setting.in.variant": "V definici varianty chybí nastavení {0}.", + "missing.variant.choice": "V definici varianty chybí volba varianty {0} u {1}.", + "incompatible.variant": "Poslední výběr varianty je nekompatibilní s přítomnou definicí varianty.", + "using.default.variant.choices": "Používají se výchozí volby variant z definice variant.", + "select.a.variant.placeholder": "Vyberte variantu sestavení." +} \ No newline at end of file diff --git a/i18n/csy/src/presets/preset.i18n.json b/i18n/csy/src/presets/preset.i18n.json new file mode 100644 index 000000000..f142d9c8e --- /dev/null +++ b/i18n/csy/src/presets/preset.i18n.json @@ -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": "Předvolba {0} v CMakePresets.json nemůže dědit z předvolby {1} v CMakeUserPresets.json.", + "invalid.inherits.type": "Předvolba {0}: Neplatná hodnota pro {1}", + "missing.condition.property": "Předvolba {0}: Chybí požadovaná vlastnost {1} objektu podmínky", + "invalid.condition.type": "Předvolba {0}: Neplatný typ podmínky {1}", + "invalid.condition": "Předvolba {0}: Podmínka musí být null, logická hodnota nebo objekt.", + "default.build.preset": "[Výchozí]", + "default.build.preset.description": "Prázdná předvolba sestavení, která nepřidává žádné argumenty", + "default.test.preset": "[Výchozí]", + "default.test.preset.description": "Prázdná předvolba testování, která nepřidává žádné argumenty", + "default.package.preset": "[Výchozí]", + "default.package.preset.description": "Prázdná předvolba balíčku, která nepřidává žádné argumenty", + "default.workflow.preset": "[Výchozí]", + "default.workflow.preset.description": "Prázdná předvolba pracovního postupu, která nepřidává žádné argumenty.", + "circular.inherits.in.config.preset": "Cyklická dědění v předvolbě konfigurace {0}", + "no.cl.arch": "Předvolba konfigurace {0}: Pro cl.exe není zadaná žádná architektura. Jako výchozí nastavení se používá {1}.", + "no.cl.toolset.arch": "Konfigurace předvolby {0}: Pro cl.exe se nezadala žádná architektura sady nástrojů, jako výchozí nastavení se používá {1}.", + "invalid.cl.toolset.arch": "Konfigurace předvolby {0}: Zadala se neočekávaná architektura sady nástrojů {1}. Měli jste na mysli {2}?", + "no.cl.toolset.version": "Předvolba konfigurace {0}: Pro cl.exe se nezadala žádná verze sady nástrojů, jako výchozí nastavení se používá ta nejnovější.", + "unknown.toolset.option": "Nerozpoznaná možnost sady nástrojů bude ignorována: {0}", + "specified.vs.not.found": "Konfigurace předvolby {0}: Instance sady Visual Studio zadaná pomocí {1} se nenašla, vrátila se k výchozímu chování vyhledávání instance.", + "specified.cl.not.found": "Předvolby konfigurace{0}: Kompilátor {1} se sadou nástrojů {2} a architekturou {3} se nenašel. Pokud tato sada nástrojů v počítači existuje, možná budete muset spustit příkaz „CMake: Vyhledat kompilátory“.", + "vs.not.found": "Předvolba konfigurace {0}: Nebyla nalezena žádná instalace sady Visual Studio, která by podporovala zadanou sadu nástrojů {1} a architekturu {2}. Pokud na vašem počítači existuje tato sada nástrojů, budete možná muset spustit příkaz CMake: Vyhledat kompilátory.", + "using.vs.instance": "Použití vývojářského prostředí ze sady Visual Studio (instance {0}, verze {1}, nainstalovaná v {2})", + "ninja.not.set": "V proměnné PATH není nastavený nástroj Ninja, probíhá pokus použít {0}.", + "config.preset.not.found.full": "Nepovedlo se najít předvolbu konfigurace s názvem {0}.", + "config.preset.not.found": "Nepovedlo se najít předvolbu konfigurace.", + "property.unsupported.v2": "Konfigurace předvolby {0}: Vlastnost {1} se v předvolbách verze 2 nepodporuje", + "binaryDir.undefined": "Konfigurace předvolby {0}: Není zadán žádný binaryDir, použije se výchozí hodnota {1}", + "circular.inherits.in.build.preset": "Cyklická dědění v předvolbě buildu {0}", + "circular.inherits.in.test.preset": "Cyklická dědění v předvolbě testu {0}", + "circular.inherits.in.package.preset": "Cyklická dědění v předvolbě balíčku {0}", + "circular.inherits.in.workflow.preset": "Cyklické dědění v předvolbě pracovního postupu {0}", + "build.preset.not.found.full": "Nepovedlo se najít předvolbu sestavení s názvem {0}.", + "build.preset.not.found": "Nepovedlo se najít předvolbu sestavení.", + "configure.preset.not.found.full": "Nepovedlo se najít předvolbu konfigurace s názvem {0}.", + "configure.preset.not.found": "Nepovedlo se najít předvolbu konfigurace.", + "test.preset.not.found.full": "Nepovedlo se najít předvolbu testování s názvem {0}.", + "test.preset.not.found": "Nepovedlo se najít předvolbu testování.", + "package.preset.not.found.full": "Nepovedlo se najít předvolbu balíčku s názvem {0}.", + "package.preset.not.found": "Nepovedlo se najít předvolbu balíčku.", + "workflow.preset.not.found": "Předvolbu pracovního postupu s názvem {0} se nepovedlo najít.", + "clean.not.needed.no.prior.config.preset": "Čištění není potřeba: Nevybrala se žádná předchozí předvolba konfigurace.", + "clean.needed.config.preset.changed": "Nutno vyčistit: Změnila se předvolba konfigurace." +} \ No newline at end of file diff --git a/i18n/csy/src/presets/presetsController.i18n.json b/i18n/csy/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..7c31ca42c --- /dev/null +++ b/i18n/csy/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Název předvolby", + "inherit.config.preset": "Zdědit z předvolby konfigurace", + "description.inherit.config.preset": "Zdědit z existující předvolby konfigurace", + "toolchain.file": "Soubor sady nástrojů", + "description.toolchain.file": "Nakonfigurovat pomocí souboru sady nástrojů CMake", + "custom.config.preset": "Vlastní", + "description.custom.config.preset": "Přidat vlastní předvolbu konfigurace", + "create.from.compilers": "Vytvořit z kompilátorů", + "description.create.from.compilers": "Vytvořit z dvojice kompilátorů na tomto počítači", + "add.a.config.preset.placeholder": "Přidat předvolbu konfigurace pro {0}", + "user.cancelled.add.config.preset": "Uživatel zrušil přidávání předvolby konfigurace.", + "no.compilers.available.for.quick.start": "Pro rychlé zprovoznění nejsou k dispozici žádné kompilátory.", + "no.compilers.available": "Nejde vygenerovat CmakePresets.json s rychlé zprovoznění, protože nejsou k dispozici žádné kompilátory.", + "learn.about.installing.compilers": "Informace o instalaci kompilátorů", + "start.selection.of.compilers": "Zahajte výběr kompilátorů. Našel se jich tento počet: {0}", + "opening.compiler.selection": "Otevírá se výběr kompilátoru QuickPick.", + "scan.for.compilers.button": "Hledat kompilátory", + "select.a.compiler.placeholder": "Vyberte sadu pro {0}.", + "user.cancelled.compiler.selection": "Uživatel zrušil výběr kompilátoru.", + "user.selected.compiler": "Uživatel vybral kompilátor {0}.", + "select.one.or.more.config.preset.placeholder": "Vyberte alespoň jednu předvolbu konfigurace.", + "custom.configure.preset.toolchain.file": "Konfigurovat předvolbu pomocí souboru sady nástrojů", + "description.custom.configure.preset": "Nastaví generátor Ninja, adresář sestavení a instalační adresář", + "custom.configure.preset": "Vlastní předvolba konfigurace", + "user.selected.config.preset": "Uživatel vybral předvolbu konfigurace {0}.", + "yes": "Ano", + "no": "Ne", + "no.config.preset": "Neexistují žádné předvolby konfigurace. Chcete přidat předvolbu konfigurace?", + "error.no.config.preset": "Neexistují žádné předvolby konfigurace.", + "create.build.from.config.preset": "Vytvořit z předvolby konfigurace", + "description.create.build.from.config.preset": "Vytvořit novou předvolbu sestavení", + "inherit.build.preset": "Zdědit z předvolby sestavení", + "description.inherit.build.preset": "Zdědit z existující předvolby sestavení", + "custom.build.preset": "Vlastní", + "description.custom.build.preset": "Přidat vlastní předvolbu sestavení", + "add.a.build.preset.placeholder": "Přidat předvolbu sestavení pro {0}", + "user.cancelled.add.build.preset": "Uživatel zrušil přidávání předvolby sestavení.", + "select.a.config.preset.placeholder": "Vybrat předvolbu konfigurace", + "select.one.or.more.build.preset.placeholder": "Vyberte alespoň jednu předvolbu sestavení.", + "create.test.from.config.preset": "Vytvořit z předvolby konfigurace", + "description.create.test.from.config.preset": "Vytvořit novou předvolbu testování", + "inherit.test.preset": "Zdědit z předvolby testování", + "description.inherit.test.preset": "Zdědit z existující předvolby testování", + "custom.test.preset": "Vlastní", + "description.custom.test.preset": "Přidat vlastní předvolbu testování", + "add.a.test.preset.placeholder": "Přidat předvolbu testování pro {0}", + "user.cancelled.add.test.preset": "Uživatel zrušil přidávání předvolby testování.", + "select.one.or.more.test.preset.placeholder": "Vyberte alespoň jednu předvolbu testování.", + "create.package.from.config.preset": "Vytvořit z předvolby konfigurace", + "description.create.package.from.config.preset": "Vytvoření nové předvolby balíčku", + "inherit.package.preset": "Dědí z předvolby balíčku.", + "description.inherit.package.preset": "Dědí ze stávající předvolby balíčku.", + "custom.package.preset": "Vlastní", + "description.custom.package.preset": "Přidání vlastní předvolby balíčku", + "add.a.package.preset.placeholder": "Přidání předvolby balíčku pro {0}", + "user.cancelled.add.package.preset": "Uživatel zrušil přidávání předvolby balíčku.", + "select.one.or.more.package.preset.placeholder": "Vyberte alespoň jednu předvolbu balíčku.", + "create.workflow.from.config.preset": "Vytvořit z předvolby konfigurace", + "description.create.workflow.from.config.preset": "Vytvoření nové předvolby pracovního postupu", + "create.workflow.preset": "Vytvořit z předvolby pracovního postupu", + "description.create.test.preset": "Vytvoření nové předvolby pracovního postupu z existující předvolby pracovního postupu", + "custom.workflow.preset": "Vlastní", + "description.custom.workflow.preset": "Přidání vlastní předvolby pracovního postupu", + "add.a.workflow.preset.placeholder": "Přidání předvolby pracovního postupu pro {0}", + "user.cancelled.add.workflow.preset": "Uživatel zrušil přidávání předvolby pracovního postupu.", + "select.one.workflow.preset.placeholder": "Vyberte jednu základní předvolbu pracovního postupu.", + "add.new.preset": "Přidat novou předvolbu...", + "start.selection.of.config.presets": "Zahajte výběr předvoleb konfigurace. Našel se tento počet předvoleb: {0}", + "opening.config.preset.selection": "Otevírá se výběr předvolby konfigurace QuickPick.", + "select.active.config.preset.placeholder": "Vybrat předvolbu konfigurace pro {0}", + "user.cancelled.config.preset.selection": "Uživatel zrušil výběr předvolby konfigurace.", + "preset.change.in.progress": "Přednastavená změna již probíhá.", + "loading.config.preset": "Načítá se předvolba konfigurace {0}.", + "reloading.build.test.preset": "Znovu se načítají předvolby sestavení a testování.", + "config.preset.required": "Musí se vybrat předvolba konfigurace. Jak chcete pokračovat?", + "select.config.preset": "Vybrat předvolbu konfigurace", + "later": "Později", + "build.preset.required": "Musí se vybrat předvolba sestavení. Jak chcete pokračovat?", + "select.build.preset": "Vybrat předvolbu sestavení", + "start.selection.of.build.presets": "Zahajte výběr předvoleb sestavení. Našel se tento počet předvoleb: {0}", + "opening.build.preset.selection": "Otevírá se výběr předvolby sestavení QuickPick.", + "select.active.build.preset.placeholder": "Vybrat předvolbu sestavení pro {0}", + "user.cancelled.build.preset.selection": "Uživatel zrušil výběr předvolby sestavení.", + "user.selected.build.preset": "Uživatel vybral předvolbu sestavení {0}.", + "build.preset.configure.preset.not.match": "Předvolba sestavení {0}: Předvolba konfigurace neodpovídá aktivní předvolbě konfigurace.", + "unloading.build.preset": "Uvolňuje se předvolba sestavení", + "unloading.test.preset": "Uvolňuje se předvolba testování", + "loading.build.preset": "Načítá se předvolba sestavení {0}.", + "start.selection.of.test.presets": "Zahajte výběr předvoleb testování. Našel se jich tento počet: {0}", + "select.active.test.preset.placeholder": "Vybrat předvolbu testování pro {0}", + "user.cancelled.test.preset.selection": "Uživatel zrušil výběr předvolby testování.", + "user.selected.test.preset": "Uživatel vybral předvolbu testování {0}.", + "test.preset.configure.preset.not.match": "Přednastavení {0} testu není kompatibilní s aktivní konfigurací nebo předvolbami sestavení.", + "loading.test.preset": "Načítá se předvolba testování {0}.", + "start.selection.of.package.presets": "Zahájení výběru předvoleb balíčků. Našel se tento počet předvoleb: {0}.", + "select.active.package.preset.placeholder": "Výběr předvolby balíčku pro {0}", + "user.cancelled.package.preset.selection": "Uživatel zrušil výběr předvolby balíčku.", + "user.selected.package.preset": "Předvolba balíčku {0} vybraná uživatelem.", + "package.preset.configure.preset.not.match": "Předvolba balíčku {0} není kompatibilní s aktivní konfigurací nebo předvolbami sestavení.", + "unloading.package.preset": "Uvolňování předvolby balíčku", + "loading.package.preset": "Načítání předvolby balíčku {0}", + "start.selection.of.workflow.presets": "Zahájení výběru předvoleb pracovních postupů. Našel se tento počet předvoleb: {0}.", + "select.active.workflow.preset.placeholder": "Výběr předvolby pracovního postupu pro {0}", + "user.cancelled.workflow.preset.selection": "Uživatel zrušil výběr předvolby pracovního postupu.", + "user.selected.workflow.preset": "Předvolba pracovního postupu {0} vybraná uživatelem", + "workflow.preset.configure.preset.not.match": "Předvolba konfigurace předvolby pracovního postupu {0} není kompatibilní s předvolbou konfigurace některých kroků pracovního postupu.", + "unloading.workflow.preset": "Uvolňuje se předvolba pracovního postupu", + "loading.workflow.preset": "Načítání předvolby pracovního postupu {0}", + "use.kits.variants": "Používat sady a varianty", + "edit.presets": "Vyhledat", + "presets.version.error": "CMakePresets verze 1 se nepodporuje. Jak chcete pokračovat?", + "failed.writing.to.file": "Nepovedlo se zapisovat do souboru {0}.", + "failed.to.watch": "Pro {0} se nepovedlo vytvořit sledovací proces: {1}" +} \ No newline at end of file diff --git a/i18n/csy/src/presets/presetsParser.i18n.json b/i18n/csy/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..3f0b93043 --- /dev/null +++ b/i18n/csy/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Čtení a ověřování předvoleb souboru {0}", + "unsupported.presets": "V {0} se zjistily nepodporované předvolby. Podpora je omezená na funkce definované verzí {1}.", + "no.additional.properties": "NEMĚLO by mít další vlastnosti", + "unsupported.presets.disable": "Neznámé vlastnosti a makra lze ignorovat pomocí nastavení {0}.", + "duplicate.build.preset.found": "V kolekci předvoleb sestavení se našly duplicity: „{0}“", + "duplicate.test.preset.found": "V kolekci předvoleb testů se našly duplicity: „{0}“", + "duplicate.package.preset.found": "V kolekci předvoleb balíčků se našly duplicity: „{0}“", + "duplicate.workflow.preset.found": "V kolekci předvoleb pracovních postupů se našly duplicity: „{0}“", + "workflow.does.not.start.configure.step": "Předvolba pracovního postupu „{0}“ nezačíná krokem konfigurace.", + "workflow.has.subsequent.configure.preset": "Předvolba pracovního postupu „{0}“ má kromě prvního kroku „{2}“ jinou předvolbu konfigurace „{1}“: ", + "successfully.validated.presets": "{0} se úspěšně ověřil proti schématu předvoleb.", + "included.presets.file.not.found": "Soubor zahrnutých předvoleb {0} nebyl nalezen.", + "expansion.errors": "V souboru předvoleb se našly chyby rozšíření.", + "reading.presets.file": "Čte se soubor předvoleb {0}.", + "failed.to.parse": "Nepovedlo se parsovat {0}: {1}", + "expanding.presets.file": "Rozbaluje se soubor předvoleb {0}.", + "successfully.expanded.presets.file": "Soubor předvoleb {0} se úspěšně rozbalil." +} \ No newline at end of file diff --git a/i18n/csy/src/ui/cacheView.i18n.json b/i18n/csy/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..29c977d66 --- /dev/null +++ b/i18n/csy/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Editor mezipaměti CMake", + "cmake.cache.saved": "Možnosti CMake se uložily.", + "ignore": "Ignorovat", + "from.UI": "Z uživatelského rozhraní", + "from.cache": "Z mezipaměti", + "merge.cache.edits": "Mezipaměť CMake se upravila mimo toto webové rozhraní a došlo ke konfliktům s aktuálními neuloženými úpravami. Které hodnoty chcete zachovat?", + "yes": "Ano", + "no": "Ne", + "unsaved.cache.edits": "Chcete uložit nejnovější úpravy mezipaměti?", + "search": "Hledat", + "save": "Uložit", + "key": "Klíč", + "value": "Hodnota" +} \ No newline at end of file diff --git a/i18n/csy/src/ui/pinnedCommands.i18n.json b/i18n/csy/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..4f8143698 --- /dev/null +++ b/i18n/csy/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Vybrání příkazu CMake pro připnutí", + "user.cancelled.add.pinned.cmake.command": "Uživatel zrušil výběr příkazu CMake k připnutí." +} \ No newline at end of file diff --git a/i18n/csy/src/ui/projectOutline/projectOutline.i18n.json b/i18n/csy/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..e07c8e446 --- /dev/null +++ b/i18n/csy/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Otevřít soubor", + "references": "Odkazy", + "static.library": "Statická knihovna", + "module.library": "Knihovna modulů", + "shared.library": "Sdílená knihovna", + "object.library": "Knihovna objektů", + "executable": "Spustitelný", + "utility": "Nástroj", + "interface.library": "Knihovna rozhraní", + "target.tooltip": "Cíl {0}", + "launch.tooltip": "spustit", + "default.tooltip": "výchozí", + "item.render.issue": "Při vykreslování této položky došlo k problému. Toto je chyba.", + "empty.project": "Prázdný projekt", + "update.project.with.mismatch": "Aktualizovat projekt s neshodnou vlastností názvu", + "workspace.active": "Aktivní pracovní prostor", + "workspace": "Pracovní prostor", + "error.update.code.model.on.nonexist.folder": "Aktualizuje se model kódu ve složce, která se ještě nenačetla.", + "error.rendering.children.nodes": "Chyba při vykreslování podřízených uzlů" +} \ No newline at end of file diff --git a/i18n/csy/src/ui/projectStatus.i18n.json b/i18n/csy/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..3c20f88cd --- /dev/null +++ b/i18n/csy/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Není vybraná žádná sada]", + "no.configure.preset.selected": "[Nevybrala se žádná předvolba konfigurace]", + "no.build.preset.selected": "[Nevybrala se žádná předvolba sestavení]", + "no.test.preset.selected": "[Nevybrala se žádná předvolba testování]", + "no.package.preset.selected": "[Není vybraná žádná předvolba balíčku]", + "no.workflow.preset.selected": "[Není vybraná žádná předvolba pracovního postupu.]", + "Configure": "Konfigurace", + "configure.running": "Nakonfigurovat (spuštěno)", + "Stop": "Zastavit", + "Build": "Sestavení", + "build.running": "Sestavit (spuštěno)", + "Test": "Test", + "Package": "Balíček", + "cpack.running": "CPack (balení)", + "Workflow": "Pracovní postup", + "workflow.running": "Pracovní postup (spuštěný)", + "Debug": "Ladit", + "Launch": "Spustit", + "Folder": "Složka", + "active.folder": "Aktivní složka", + "configPreset.change": "Změnit předvolbu konfigurace", + "override.settings.applied": "Použito přepsání nastavení", + "buildPreset.change": "Změnit předvolbu sestavení", + "testPreset.change": "Změnit předvolbu testování", + "packagePreset.change": "Změnit předvolbu balíčku", + "workflowPreset.change": "Změnit předvolbu pracovního postupu", + "kit.change": "Změnit sadu", + "set.build.target": "Nastavit cíl sestavení", + "set.debug.target": "Nastavit cíl ladění", + "set.launch.target": "Nastavit cíl spuštění", + "select.active.folder": "Vybrat aktivní složku", + "set.variant": "Nastavit variantu" +} \ No newline at end of file diff --git a/i18n/deu/src/cmakeExecutable.i18n.json b/i18n/deu/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..ac6ada5d5 --- /dev/null +++ b/i18n/deu/src/cmakeExecutable.i18n.json @@ -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": "Die ausführbare CMake-Datei wurde nicht im Cache gefunden. Wird erneut überprüft." +} \ No newline at end of file diff --git a/i18n/deu/src/ctest.i18n.json b/i18n/deu/src/ctest.i18n.json index 01d5bbe3b..bb966ef37 100644 --- a/i18n/deu/src/ctest.i18n.json +++ b/i18n/deu/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "ctest-Integration deaktiviert. Weitere Informationen finden Sie in der Einstellung `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Testen", + "running.tests": "Tests werden ausgeführt.", "ctest.path.not.set": "Der CTest-Pfad wurde nicht festgelegt.", "no.project.found": "Für den Ordner {0} wurde kein Projekt gefunden.", "no.driver.found": "Für den Ordner {0} wurde kein Treiber gefunden.", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "Fehler beim Test \"{0}\" mit Exitcode \"{1}\".", "test.failed.with.completion.status": "Fehler beim Test \"{0}\" mit dem Abschlussstatus \"{1}\".", "test.failed": "Fehler beim Test \"{0}\". Weitere Informationen finden Sie in der Ausgabe.", + "ctest.run.cancelled": "C-Testlauf wurde abgebrochen.", "ctest.run.terminated": "Der CTest-Testlauf wurde beendet.", "ctest.finished.with.code": "CTest wurde mit Rückgabecode {0} abgeschlossen.", "folder.not.found.in.test.explorer": "Der Ordner wurde im Test-Explorer nicht gefunden: {0}", diff --git a/i18n/deu/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/deu/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..cebd3e377 --- /dev/null +++ b/i18n/deu/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "Der Skriptpfad \"{0}\" wurde nicht gefunden.", + "debugger.create.descriptor": "Debugger für Named Pipe wird verbunden: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/deu/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/deu/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..f60cd835e --- /dev/null +++ b/i18n/deu/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Debuggen eines CMake-Skripts mit Standardstart", + "cmake.debugging.not.supported": "CMake unterstützt kein automatisches Debuggen für diese Datei.", + "cmake.debug.only.launch.supported": "Der Debugtyp \"cmake\" unterstützt nur die Anforderung \"launch\".", + "cmake.debug.must.define.debugType": "Für den Debugtyp \"cmake\" müssen Sie \"cmakeDebugType\" definieren. Verfügbare Optionen sind \"configure\", \"external\" und \"script\".", + "cmake.debug.external.requires.pipeName": "Für den Debugtyp \"cmake\", für den \"cmakeDebugType\" auf \"external\" festgelegt ist, müssen Sie \"pipeName\" definieren.", + "cmake.debug.script.requires.scriptPath": "Für den Debugtyp \"cmake\", bei dem \"cmakeDebugType\" auf \"script\" festgelegt ist, müssen Sie einen \"scriptPath\" definieren, der auf ein CMake-Skript verweist." +} \ No newline at end of file diff --git a/i18n/deu/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/deu/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..552b4fbb1 --- /dev/null +++ b/i18n/deu/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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-Skript wird ausgeführt: \"{0}\"", + "run.script.successful": "CMake-Skript: \"{0}\" erfolgreich abgeschlossen.", + "run.script.failed": "CMake-Skript: \"{0}\" wurde nicht erfolgreich abgeschlossen.", + "run.script.cmakeDebugger.not.supported": "Ein Skript mit dieser Version von CMake kann nicht debuggen werden. Stellen Sie sicher, dass Sie über CMake Version 3.27 oder höher verfügen." +} \ No newline at end of file diff --git a/i18n/deu/src/debug/debugger.i18n.json b/i18n/deu/src/debug/debugger.i18n.json new file mode 100644 index 000000000..067c3ee78 --- /dev/null +++ b/i18n/deu/src/debug/debugger.i18n.json @@ -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": "GDB nicht gefunden im Standardsuchpfad und in {0}.", + "enable.pretty.printing": "Automatische Strukturierung und Einrückung für GDB aktivieren", + "invalid.miDebuggerPath.override": "{0} in {1} muss ein absoluter Pfad zu einem Debugger sein (die Variablenerweiterung wird zurzeit nicht unterstützt). Erhalten: {2}", + "no.compiler.found.in.cache": "In der Cachedatei wurde kein Compiler gefunden.", + "unable.to.determine.debugger.for.compiler": "Der dem Compiler entsprechende Debugger kann nicht automatisch ermittelt werden: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/kits/kit.i18n.json b/i18n/deu/src/kits/kit.i18n.json new file mode 100644 index 000000000..86a4ab974 --- /dev/null +++ b/i18n/deu/src/kits/kit.i18n.json @@ -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}-Binärdatei wird getestet: {1}", + "getting.compiler.version": "Abrufen der {0}-Version für {1}", + "bad.compiler.binary": "Ungültige Binärdatei {0} („-v“ gibt {1} zurück): {2}", + "bad.compiler.binary.output": "Ungültige {0} Binärdatei. {1} meldet Version: {2} Ausgabe: {3}", + "detected.compiler": "{0}-Compiler wurde erkannt: {1}", + "bad.mingw32-make.binary": "Ungültige mingw32-make-Binärdatei ({0} gibt nicht 0 zurück): {1}", + "unknown.gcc.kit.untrusted": "Unbekanntes GCC-Kit (nicht vertrauenswürdiger Pfad)", + "detected.clang.compiler": "Erkannter Clang-Compiler: {0}", + "unknown.clang.kit.untrusted": "Unbekanntes Clang-Kit (nicht vertrauenswürdiger Pfad)", + "skipping.scan.of.appdata": "Scan des Ordners %LocalAppData% wird übersprungen", + "skipping.scan.of.not.existing.path": "Überprüfung überspringen des nicht vorhandenen Pfads {0}", + "scanning.directory.for.compilers": "Verzeichnis {0} wird auf Compiler überprüft", + "failed.to.scan": "Fehler beim Überprüfen von {0} mit Ausnahme: {1}", + "checking.file.for.compiler.features": "Die Datei wird auf Compilerfeatures geprüft: {0}", + "filed.to.check.binary": "Fehler beim Überprüfen der Binärdatei {0}. Ausnahme: {1}", + "failed.to.scan.kit": "Fehler beim Überprüfen einer Kitdatei.", + "founds.kits.in.directory": "Gefunden: {0} Kits im Verzeichnis {1}", + "error.running.setup.script": "Fehler beim Ausführen von {0} mit: {1}", + "error.parsing.environment": "Fehler beim Analysieren der Umgebungsvariablen: {0}", + "ok.running": "Ausführung von {0} OK, env vars: {1}", + "checking.for.kit": "Suche nach Kit: {0}", + "checking": "{0} wird überprüft", + "detected.kit.for.version": "Erkanntes VsKit für Version", + "generator.present": "Generator vorhanden: {0}", + "selected.preferred.generator.name": "Ausgewählter bevorzugter Generatorname: {0} {1}", + "failed.to.scan.for.kits": "Scannen nach GNU CLI-Clang-Kits nicht möglich: CMake-Pfad ist nicht definiert", + "vs.instance.not.found.run.scan.kits": "VS-Installationsinstanz für Kit \"{0}\" – ({1}) nicht gefunden. Es wird empfohlen, die Kits erneut zu überprüfen und auch alle benutzerlokalen Einträge zu entfernen, die nicht mehr im System vorhanden sind.", + "kit.env": "Die Umgebung für das Kit {0}: {1}", + "scanning.for.kits.on.system": "Es wird nach Kits auf dem System gesucht.", + "scanning.for.kits": "Es wird nach Kits gesucht.", + "scanning.for.cmake.kits": "Es wird nach CMake-Kits gesucht...", + "skip.scan.path": "Scan von PATH wird übersprungen", + "found.kit": "Gefundenes Kit ({0}): {1}", + "trusted": "Vertrauenswürdig", + "untrusted": "Nicht vertrauenswürdig", + "untrusted.kits.found": "Compilerkits können in den folgenden Verzeichnissen vorhanden sein: {0}. Möchten Sie potenzielle Compiler in diesen Verzeichnissen überprüfen und ausführen, indem Sie sie zu \"cmake.additionalCompilerSearchDirs\" hinzufügen?", + "yes": "Ja", + "no": "Nein", + "silent.kits.rescan": "Es wurde eine Änderung der Version der Definition von Kits von {0} in {1} festgestellt. Es wird automatisch nach Kits gesucht.", + "kit.for.toolchain.file": "Kit für Toolkettendatei {0}", + "using.compilers": "Compiler werden verwendet: {0}", + "using.compilers.for.VS": "Compiler für {0} werden verwendet ({1}-Architektur).", + "using.compilers.for.VS2": "Verwenden von Compilern für Visual Studio ({0}-Architektur)", + "search.for.compilers": "Auf diesem Computer nach Compilern suchen", + "unspecified.let.cmake.guess": "Nicht angegeben (zu verwendenden Compiler und Umgebung von CMake ermitteln lassen)", + "not.reading.nonexistent.kit": "Nicht vorhandene Kitdatei wird nicht gelesen: {0}", + "not.reading.invalid.path": "Ungültige Kits-Datei wird nicht gelesen: {0}", + "reading.kits.file": "Kitdatei wird gelesen: {0}", + "failed.to.parse": "Fehler beim Analysieren von {0}: {1}", + "invalid.file.error": "Ungültige Kitinhalte {0} ({1}):", + "successfully.loaded.kits": "Erfolgreich geladen: {0} Kits von {1}", + "clean.not.needed": "Bereinigen nicht erforderlich: Kein vorheriges Kit ausgewählt", + "clean.needed": "Bereinigen erforderlich: Kit geändert" +} \ No newline at end of file diff --git a/i18n/deu/src/kits/kitsController.i18n.json b/i18n/deu/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..56dc393cd --- /dev/null +++ b/i18n/deu/src/kits/kitsController.i18n.json @@ -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": "Ordner-Kits werden erneut gelesen.", + "migrating.kits.file": "Die Datei des Kits wird migriert.", + "failed.to.migrate.kits.file": "Fehler beim Migrieren der vorherigen Datei mit user-local-Kits.", + "loading.kits": "Kits werden geladen.", + "unsetting.kit": "Die Einstellung des Kits wird aufgehoben.", + "loading.kit": "Kit „{0}“ wird geladen.", + "invalid.only.kit": "Nur ungültiges Kit. Erwartet: {0}", + "already.checking.kits": "Kits werden bereits überprüft. Versuchen Sie es später noch mal.", + "start.selection.of.kits": "Starten Sie die Auswahl der Kits. {0} Kits gefunden.", + "opening.kit.selection": "QuickPick zur Kitauswahl wird geöffnet.", + "scan.for.kits.button": "Nach Kits suchen", + "unspecified.kit.name": "Nicht angegeben", + "select.a.kit.placeholder": "Kit auswählen für {0}", + "user.cancelled.kit.selection": "Vom Benutzer abgebrochene Kitauswahl", + "user.selected.kit": "Vom Benutzer ausgewähltes Kit {0}", + "kit.references.non-existent": "Kit {0} verweist auf nicht vorhandene Compilerbinärdatei [{1}]. Wie möchten Sie vorgehen?", + "remove.it.button": "Entfernen", + "keep.it.button": "Beibehalten", + "pruning.kit": "Kit wird bereinigt.", + "saving.kits.to": "Kits werden gespeichert in {0}", + "saving.new.kits.to": "Neue Kits werden gespeichert in {0}", + "retry.button": "Wiederholen", + "cancel.button": "Abbrechen", + "rescanning.for.kits": "Es wird erneut nach Kits gesucht.", + "found.duplicate.kits": "In der Datei \"cmake-tools-kits.json\" wurden Visual Studio-Kits mit den alten IDs gefunden.", + "yes.button": "Ja", + "delete.duplicate.kits": "Möchten Sie die doppelten Visual Studio-Kits aus \"cmake-tools-kits.json\" löschen?", + "no.button": "Nein" +} \ No newline at end of file diff --git a/i18n/deu/src/kits/variant.i18n.json b/i18n/deu/src/kits/variant.i18n.json new file mode 100644 index 000000000..3143565e6 --- /dev/null +++ b/i18n/deu/src/kits/variant.i18n.json @@ -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": "Der Buildtyp", + "emit.debug.without.optimizations": "Debuginformationen ohne Durchführung von Optimierungen ausgeben", + "enable.optimizations.omit.debug": "Optimierungen aktivieren, Debuginformationen auslassen", + "optimize.for.smallest": "Für die kleinste binäre Größe optimieren", + "optimize.and.debug": "Optimierungen durchführen UND Debuginformationen einschließen", + "unspec.build.type": "CMake den Standardbuildtyp auswählen lassen", + "constructing": "{0} wird erstellt.", + "reloading.variants.file": "Variantendatei wird erneut geladen: {0}", + "reloading.variants.from.settings": "Varianten werden aus den Einstellungen neu geladen.", + "error.parsing": "Fehler beim Analysieren von {0}: {1}", + "invalid.variants": "Ungültige Varianten angegeben:", + "loaded.default.variants": "Standardvarianten wurden geladen.", + "loaded.new.variants.set": "Neue Varianten wurden geladen.", + "missing.setting.in.variant": "Fehlende Einstellung {0} in Variantendefinition.", + "missing.variant.choice": "Fehlende Variantenauswahl {0} für {1} in Variantendefinition.", + "incompatible.variant": "Die letzte Variantenauswahl ist mit der aktuellen Variantendefinition inkompatibel.", + "using.default.variant.choices": "Die Standardvariantenauswahl aus der Variantendefinition wird verwendet.", + "select.a.variant.placeholder": "Auswahl einer Buildvariante" +} \ No newline at end of file diff --git a/i18n/deu/src/presets/preset.i18n.json b/i18n/deu/src/presets/preset.i18n.json new file mode 100644 index 000000000..907676884 --- /dev/null +++ b/i18n/deu/src/presets/preset.i18n.json @@ -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": "Die Voreinstellung {0} in CMakePresets.json kann nicht von der Voreinstellung {1} in CMakeUserPresets.json erben", + "invalid.inherits.type": "Voreingestellte {0}: Ungültiger Wert für {1}", + "missing.condition.property": "Voreinstellung {0}: Fehlende obligatorische Eigenschaft {1} für Bedingungsobjekt", + "invalid.condition.type": "Voreinstellung {0}: Ungültiger Konditionstyp {1}", + "invalid.condition": "Voreingestellte {0}: Die Bedingung muss NULL, ein boolescher Wert oder ein Objekt sein.", + "default.build.preset": "[Standard]", + "default.build.preset.description": "Eine leere Buildvoreinstellung, die keine Argumente hinzufügt", + "default.test.preset": "[Standard]", + "default.test.preset.description": "Eine leere Testvoreinstellung, die keine Argumente hinzufügt", + "default.package.preset": "[Standard]", + "default.package.preset.description": "Eine leere Paketvoreinstellung, die keine Argumente hinzufügt", + "default.workflow.preset": "[Standard]", + "default.workflow.preset.description": "Eine leere Workflowvoreinstellung, die keine Argumente hinzufügt", + "circular.inherits.in.config.preset": "Kreisförmige Erbvorgänge in Konfigurationsvoreinstellung {0}", + "no.cl.arch": "Konfigurationsvoreinstellung {0}: Keine Architektur für cl.exe angegeben, standardmäßig wird {1} verwendet.", + "no.cl.toolset.arch": "Konfigurationsvoreinstellung {0}: Keine Toolsetarchitektur für cl.exe angegeben, standardmäßig wird {1} verwendet.", + "invalid.cl.toolset.arch": "Konfigurationsvoreinstellung {0}: Unerwartete Toolsetarchitektur angegeben: {1}. Meinten Sie {2}?", + "no.cl.toolset.version": "Konfigurationsvoreinstellung {0}: Für cl.exe wurde keine Toolsetversion angegeben, die standardmäßig die neueste Version verwendet", + "unknown.toolset.option": "Unbekannte Toolset-Option wird ignoriert: {0}", + "specified.vs.not.found": "Voreingestellte {0} konfigurieren: Visual Studio-Instanz, die durch {1} angegeben wurde, wurde nicht gefunden, was auf das Standardverhalten der Instanzsuche zurückgeht.", + "specified.cl.not.found": "Konfigurationsvoreinstellung {0}: Compiler {1} mit Toolset {2} und Architektur {3} wurde nicht gefunden. Möglicherweise müssen Sie 'CMake: Scan for Compilers' ausführen, sofern dieses Toolset auf Ihrem Computer vorhanden ist.", + "vs.not.found": "Voreinstellung {0} konfigurieren: Es wurde keine Visual Studio-Installation gefunden, die das angegebene Toolset {1} und die angegebene Architektur {2}unterstützt. Sie müssen möglicherweise den Befehl \"CMake: Scan for Compilers\" ausführen, wenn dieses Toolset auf Ihrem Computer vorhanden ist.", + "using.vs.instance": "Verwenden der Entwicklerumgebung von Visual Studio (Instanz {0}, Version {1}, installiert unter {2})", + "ninja.not.set": "Ninja ist nicht auf PATH eingestellt, versucht {0} zu verwenden", + "config.preset.not.found.full": "Die Konfigurationsvoreinstellung mit dem Namen {0} wurde nicht gefunden", + "config.preset.not.found": "Die Konfigurationsvoreinstellung wurde nicht gefunden", + "property.unsupported.v2": "Konfigurationsvoreinstellung {0}: Eigenschaft {1} nicht unterstützt in Voreinstellungen v2", + "binaryDir.undefined": "Konfigurationsvoreinstellung {0}: Kein binaryDir angegeben, Standardwert wird verwendet:{1}", + "circular.inherits.in.build.preset": "Kreisförmige Erbvorgänge in Buildvoreinstellung {0}", + "circular.inherits.in.test.preset": "Kreisförmige Erbvorgänge in Testvoreinstellung {0}", + "circular.inherits.in.package.preset": "Kreisförmige Erbvorgänge in Paketvoreinstellung {0}", + "circular.inherits.in.workflow.preset": "Kreisförmige Erbvorgänge in Workflowvoreinstellung {0}", + "build.preset.not.found.full": "Die Buildvoreinstellung mit dem Namen {0} wurde nicht gefunden", + "build.preset.not.found": "Die Buildvoreinstellung konnte nicht gefunden werden", + "configure.preset.not.found.full": "Die Konfigurationsvoreinstellung mit dem Namen {0} wurde nicht gefunden", + "configure.preset.not.found": "Die Konfigurationsvoreinstellung wurde nicht gefunden", + "test.preset.not.found.full": "Die Testvoreinstellung mit dem Namen {0} wurde nicht gefunden", + "test.preset.not.found": "Die Voreinstellung konnte nicht gefunden werden", + "package.preset.not.found.full": "Die Paketvoreinstellung mit dem Namen {0} wurde nicht gefunden", + "package.preset.not.found": "Die Paketvoreinstellung konnte nicht gefunden werden", + "workflow.preset.not.found": "Die Workflowvoreinstellung mit dem Namen {0} wurde nicht gefunden", + "clean.not.needed.no.prior.config.preset": "Bereinigung nicht erforderlich: Keine vorherige Konfigurationsvoreinstellung ausgewählt", + "clean.needed.config.preset.changed": "Bereinigung erforderlich: Konfigurationsvoreinstellung geändert" +} \ No newline at end of file diff --git a/i18n/deu/src/presets/presetsController.i18n.json b/i18n/deu/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..660ac4931 --- /dev/null +++ b/i18n/deu/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Voreinstellungsname", + "inherit.config.preset": "Aus der Konfigurationsvoreinstellung erben", + "description.inherit.config.preset": "Aus einer vorhandenen Konfigurationsvoreinstellung erben", + "toolchain.file": "Toolkettendatei:", + "description.toolchain.file": "Mit einer CMake-Toolkettendatei konfigurieren", + "custom.config.preset": "Benutzerdefiniert", + "description.custom.config.preset": "Benutzerdefinierte Konfigurationsvoreinstellung hinzufügen", + "create.from.compilers": "Aus Compilern erstellen", + "description.create.from.compilers": "Aus einem Paar von Compilern auf diesem Computer erstellen", + "add.a.config.preset.placeholder": "Konfigurationsvoreinstellung für {0} hinzufügen", + "user.cancelled.add.config.preset": "Hinzufügen der Konfigurationsvoreinstellung vom Benutzer abgebrochen", + "no.compilers.available.for.quick.start": "Für den Schnellstart sind keine Compiler verfügbar.", + "no.compilers.available": "Es kann kein CmakePresets.json mit dem Schnellstart generiert werden, da keine Compiler verfügbar sind.", + "learn.about.installing.compilers": "Informationen zum Installieren von Compilern", + "start.selection.of.compilers": "Auswahl der Compiler starten. {0} Compiler gefunden.", + "opening.compiler.selection": "QuickPick zur Compilerauswahl wird geöffnet", + "scan.for.compilers.button": "Nach Compilern suchen", + "select.a.compiler.placeholder": "Kit auswählen für {0}", + "user.cancelled.compiler.selection": "Auswahl des Compilers vom Benutzer abgebrochenen", + "user.selected.compiler": "Compiler {0} vom Benutzer ausgewählt", + "select.one.or.more.config.preset.placeholder": "Wählen Sie mindestens eine Konfigurationsvoreinstellung aus", + "custom.configure.preset.toolchain.file": "Voreinstellung mithilfe der Toolkettendatei konfigurieren", + "description.custom.configure.preset": "Legt Ninja Generator fest, erstellt und installiert das Verzeichnis.", + "custom.configure.preset": "Benutzerdefinierte Konfigurationsvoreinstellung", + "user.selected.config.preset": "Konfigurationsvoreinstellung {0} vom Benutzer ausgewählt", + "yes": "Ja", + "no": "Nein", + "no.config.preset": "Es sind keine Konfigurationsvoreinstellungen vorhanden. Möchten Sie eine Konfigurationsvoreinstellung hinzufügen?", + "error.no.config.preset": "Es sind keine Konfigurationsvoreinstellungen vorhanden.", + "create.build.from.config.preset": "Aus der Konfigurationsvoreinstellung erstellen", + "description.create.build.from.config.preset": "Neue Buildvoreinstellung erstellen", + "inherit.build.preset": "Aus der Buildvoreinstellung erben", + "description.inherit.build.preset": "Aus einer vorhandenen Buildvoreinstellung erben", + "custom.build.preset": "Benutzerdefiniert", + "description.custom.build.preset": "Benutzerdefinierte Buildvoreinstellung hinzufügen", + "add.a.build.preset.placeholder": "Buildvoreinstellung für {0} hinzufügen", + "user.cancelled.add.build.preset": "Hinzufügen der Buildvoreinstellung vom Benutzer abgebrochen", + "select.a.config.preset.placeholder": "Konfigurationsvoreinstellung auswählen", + "select.one.or.more.build.preset.placeholder": "Wählen Sie mindestens eine Buildvoreinstellung aus", + "create.test.from.config.preset": "Aus der Konfigurationsvoreinstellung erstellen", + "description.create.test.from.config.preset": "Neue Testvoreinstellung erstellen", + "inherit.test.preset": "Aus der Testvoreinstellung erben", + "description.inherit.test.preset": "Aus einer vorhandenen Testvoreinstellung erben", + "custom.test.preset": "Benutzerdefiniert", + "description.custom.test.preset": "Benutzerdefinierte Testvoreinstellung hinzufügen", + "add.a.test.preset.placeholder": "Testvoreinstellung für {0} hinzufügen", + "user.cancelled.add.test.preset": "Hinzufügen der Testvoreinstellung vom Benutzer abgebrochen", + "select.one.or.more.test.preset.placeholder": "Wählen Sie mindestens eine Testvoreinstellung aus", + "create.package.from.config.preset": "Aus der Konfigurationsvoreinstellung erstellen", + "description.create.package.from.config.preset": "Neue Paketvoreinstellung erstellen", + "inherit.package.preset": "Von Paketvoreinstellung erben", + "description.inherit.package.preset": "Aus einer vorhandenen Paketvoreinstellung erben", + "custom.package.preset": "Benutzerdefiniert", + "description.custom.package.preset": "Benutzerdefinierte Paketvoreinstellung hinzufügen", + "add.a.package.preset.placeholder": "Paketvoreinstellung für {0} hinzufügen", + "user.cancelled.add.package.preset": "Hinzufügen der Paketvoreinstellung vom Benutzer abgebrochen", + "select.one.or.more.package.preset.placeholder": "Wählen Sie mindestens eine Paketvoreinstellung aus", + "create.workflow.from.config.preset": "Aus der Konfigurationsvoreinstellung erstellen", + "description.create.workflow.from.config.preset": "Neue Workflowvoreinstellung erstellen", + "create.workflow.preset": "Aus Workflowvoreinstellung erstellen", + "description.create.test.preset": "Neue Workflowvoreinstellung aus einer vorhandenen Workflowvoreinstellung erstellen", + "custom.workflow.preset": "Benutzerdefiniert", + "description.custom.workflow.preset": "Benutzerdefinierte Workflowvoreinstellung hinzufügen", + "add.a.workflow.preset.placeholder": "Workflowvoreinstellung für {0} hinzufügen", + "user.cancelled.add.workflow.preset": "Hinzufügen der Workflowvoreinstellung vom Benutzer abgebrochen", + "select.one.workflow.preset.placeholder": "Eine Workflowbasisvoreinstellung auswählen", + "add.new.preset": "Neue Voreinstellung hinzufügen...", + "start.selection.of.config.presets": "Auswahl der Konfigurationsvoreinstellungen starten. {0} Voreinstellungen gefunden.", + "opening.config.preset.selection": "QuickPick zur Konfigurationsvoreinstellungsauswahl wird geöffnet", + "select.active.config.preset.placeholder": "Konfigurationsvoreinstellung für {0} auswählen", + "user.cancelled.config.preset.selection": "Auswahl der Konfigurationsvoreinstellung vom Benutzer abgebrochen", + "preset.change.in.progress": "Eine voreingestellte Änderung wird bereits ausgeführt.", + "loading.config.preset": "Konfigurationsvoreinstellung {0} wird geladen", + "reloading.build.test.preset": "Build- und Testvoreinstellungen werden neu geladen", + "config.preset.required": "Eine Konfigurationsvoreinstellung muss ausgewählt werden. Wie möchten Sie fortfahren?", + "select.config.preset": "Konfigurationsvoreinstellung auswählen", + "later": "Später", + "build.preset.required": "Eine Konfigurationsvoreinstellung muss ausgewählt werden. Wie möchten Sie fortfahren?", + "select.build.preset": "Buildvoreinstellung auswählen", + "start.selection.of.build.presets": "Auswahl der Buildvoreinstellungen starten. {0} Voreinstellungen gefunden.", + "opening.build.preset.selection": "QuickPick zur Buildvoreinstellungsauswahl wird geöffnet", + "select.active.build.preset.placeholder": "Buildvoreinstellung für {0} auswählen", + "user.cancelled.build.preset.selection": "Auswahl \"Buildvoreinstellung\" vom Benutzer abgebrochen", + "user.selected.build.preset": "Buildvoreinstellung {0} vom Benutzer ausgewählt", + "build.preset.configure.preset.not.match": "Buildvoreinstellung {0}: Die Konfigurationsvoreinstellung stimmt nicht mit der ausgewählten Konfigurationsvoreinstellung überein", + "unloading.build.preset": "Die Buildvoreinstellung wird entladen", + "unloading.test.preset": "Testvoreinstellung wird entladen", + "loading.build.preset": "Die Buildvoreinstellung {0} wird geladen", + "start.selection.of.test.presets": "Auswahl der Testvoreinstellungen starten. {0} Voreinstellungen gefunden.", + "select.active.test.preset.placeholder": "Testvoreinstellung für {0} auswählen", + "user.cancelled.test.preset.selection": "Auswahl \"Testvoreinstellung\" vom Benutzer abgebrochen", + "user.selected.test.preset": "Testvoreinstellung {0} vom Benutzer ausgewählt", + "test.preset.configure.preset.not.match": "Die Testvoreinstellung {0} ist nicht mit den aktiven Konfigurations- oder Buildvoreinstellungen kompatibel.", + "loading.test.preset": "Testvoreinstellung {0} wird geladen", + "start.selection.of.package.presets": "Beginnen Sie mit der Auswahl von Paketvoreinstellungen. Es wurden {0} Voreinstellungen gefunden.", + "select.active.package.preset.placeholder": "Paketvoreinstellung für {0} auswählen", + "user.cancelled.package.preset.selection": "Auswahl \"Paketvoreinstellung\" vom Benutzer abgebrochen", + "user.selected.package.preset": "Vom Benutzer ausgewählte Paketvoreinstellung {0}", + "package.preset.configure.preset.not.match": "Die Paketvoreinstellung {0} ist nicht mit den aktiven Konfigurations- oder Buildvoreinstellungen kompatibel.", + "unloading.package.preset": "Paketvoreinstellung wird entladen", + "loading.package.preset": "Paketvoreinstellung {0} wird geladen", + "start.selection.of.workflow.presets": "Beginnen Sie mit der Auswahl von Workflowvoreinstellungen. Es wurden {0} Voreinstellungen gefunden.", + "select.active.workflow.preset.placeholder": "Workflowvoreinstellung für {0} auswählen", + "user.cancelled.workflow.preset.selection": "Auswahl \"Workflowvoreinstellung\" vom Benutzer abgebrochen", + "user.selected.workflow.preset": "Vom Benutzer ausgewählte Workflowvoreinstellung {0}", + "workflow.preset.configure.preset.not.match": "Die Konfigurationsvoreinstellung der Workflowvoreinstellung {0} ist mit der Konfigurationsvoreinstellung einiger Workflowschritte nicht kompatibel.", + "unloading.workflow.preset": "Workflowvoreinstellung wird entladen", + "loading.workflow.preset": "Workflowvoreinstellung {0} wird geladen", + "use.kits.variants": "Verwenden von Kits und Varianten", + "edit.presets": "Lokalisieren", + "presets.version.error": "CMakePresets Version 1 wird nicht unterstützt. Wie möchten Sie fortfahren?", + "failed.writing.to.file": "Fehler beim Schreiben in Datei {0}", + "failed.to.watch": "Watcher konnte nicht für {0}: {1} erstellt werden." +} \ No newline at end of file diff --git a/i18n/deu/src/presets/presetsParser.i18n.json b/i18n/deu/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..5046df851 --- /dev/null +++ b/i18n/deu/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Die Voreinstellung \"file {0}\" wird gelesen und überprüft.", + "unsupported.presets": "In {0} wurden nicht unterstützte Voreinstellungen erkannt. Die Unterstützung ist auf Features beschränkt, die von der Version {1} definiert werden.", + "no.additional.properties": "darf KEINE zusätzlichen Eigenschaften aufweisen.", + "unsupported.presets.disable": "Unbekannte Eigenschaften und Makros können mithilfe der Einstellung {0} ignoriert werden.", + "duplicate.build.preset.found": "In der Sammlung der Buildvoreinstellungen wurden Duplikate gefunden: \"{0}\"", + "duplicate.test.preset.found": "In der Sammlung der Testvoreinstellungen wurden Duplikate gefunden: \"{0}\"", + "duplicate.package.preset.found": "In der Sammlung der Paketvoreinstellungen wurden Duplikate gefunden: \"{0}\"", + "duplicate.workflow.preset.found": "In der Sammlung der Workflowvoreinstellungen wurden Duplikate gefunden: \"{0}\"", + "workflow.does.not.start.configure.step": "Die Workflowvoreinstellung \"{0}\" beginnt nicht mit einem Konfigurationsschritt.", + "workflow.has.subsequent.configure.preset": "Die Workflowvoreinstellung \"{0}\" verfügt über eine andere Konfigurationsvoreinstellung \"{1}\" neben dem ersten Schritt \"{2}\": ", + "successfully.validated.presets": "Erfolgreiche Validierung von {0} gegen das vorgegebene Schema", + "included.presets.file.not.found": "Enthaltene Voreinstellungsdatei {0} kann nicht gefunden werden", + "expansion.errors": "Erweiterungsfehler in der Voreinstellungsdatei gefunden.", + "reading.presets.file": "Datei mit Lesevoreinstellungen {0}", + "failed.to.parse": "Fehler beim Analysieren von {0}: {1}", + "expanding.presets.file": "Die Voreinstellungsdatei {0} wird erweitert", + "successfully.expanded.presets.file": "Die Voreinstellungsdatei {0} wurde erfolgreich erweitert" +} \ No newline at end of file diff --git a/i18n/deu/src/ui/cacheView.i18n.json b/i18n/deu/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..e60cc1d94 --- /dev/null +++ b/i18n/deu/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "CMake-Cache-Editor", + "cmake.cache.saved": "CMake-Optionen wurden gespeichert.", + "ignore": "Ignorieren", + "from.UI": "Aus Benutzeroberfläche", + "from.cache": "Aus Cache", + "merge.cache.edits": "Der CMake-Cache wurde außerhalb dieser Webansicht geändert, und es liegen Konflikte mit den aktuellen nicht gespeicherten Bearbeitungen vor. Welche Werte sollen beibehalten werden?", + "yes": "Ja", + "no": "Nein", + "unsaved.cache.edits": "Möchten Sie die letzten Cachebearbeitungen speichern?", + "search": "Suchen", + "save": "Speichern", + "key": "Schlüssel", + "value": "Wert" +} \ No newline at end of file diff --git a/i18n/deu/src/ui/pinnedCommands.i18n.json b/i18n/deu/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..225a9ab58 --- /dev/null +++ b/i18n/deu/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "CMake-Befehl zum Anheften auswählen", + "user.cancelled.add.pinned.cmake.command": "Der Benutzer hat die Auswahl des CMake-Befehls zum Anheften abgebrochen." +} \ No newline at end of file diff --git a/i18n/deu/src/ui/projectOutline/projectOutline.i18n.json b/i18n/deu/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..bfca9200b --- /dev/null +++ b/i18n/deu/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Datei öffnen", + "references": "Verweise", + "static.library": "Statische Bibliothek", + "module.library": "Modulbibliothek", + "shared.library": "Freigegebene Bibliothek", + "object.library": "Objektbibliothek", + "executable": "Ausführbar", + "utility": "Hilfsprogramm", + "interface.library": "Schnittstellenbibliothek", + "target.tooltip": "Ziel: {0}", + "launch.tooltip": "Starten", + "default.tooltip": "Standard", + "item.render.issue": "Problem beim Rendern dieses Elements. Dies ist ein Fehler.", + "empty.project": "Leeres Projekt", + "update.project.with.mismatch": "Projekt mit nicht übereinstimmender name-Eigenschaft aktualisieren", + "workspace.active": "Aktiver Arbeitsbereich", + "workspace": "Arbeitsbereich", + "error.update.code.model.on.nonexist.folder": "Das Codemodell wird für einen Ordner aktualisiert, der noch nicht geladen wurde.", + "error.rendering.children.nodes": "Fehler beim Rendern untergeordneter Knoten." +} \ No newline at end of file diff --git a/i18n/deu/src/ui/projectStatus.i18n.json b/i18n/deu/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..380419fc7 --- /dev/null +++ b/i18n/deu/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Kein Kit ausgewählt]", + "no.configure.preset.selected": "[Keine Konfigurationsvoreinstellung ausgewählt]", + "no.build.preset.selected": "[Keine Buildvoreinstellung ausgewählt]", + "no.test.preset.selected": "[Keine Testvoreinstellung ausgewählt]", + "no.package.preset.selected": "[Keine Paketvoreinstellung ausgewählt]", + "no.workflow.preset.selected": "[Keine Workflowvoreinstellung ausgewählt]", + "Configure": "Konfigurieren", + "configure.running": "Konfigurieren (wird ausgeführt)", + "Stop": "Beenden", + "Build": "Erstellen", + "build.running": "Build (wird ausgeführt)", + "Test": "Test", + "Package": "Paket", + "cpack.running": "CPack (wird gepackt)", + "Workflow": "Workflow", + "workflow.running": "Workflow (wird ausgeführt)", + "Debug": "Debuggen", + "Launch": "Starten", + "Folder": "Ordner", + "active.folder": "Aktiver Ordner", + "configPreset.change": "Konfigurationsvoreinstellung ändern", + "override.settings.applied": "Angewendete Einstellungen überschreiben", + "buildPreset.change": "Buildvoreinstellung ändern", + "testPreset.change": "Testvoreinstellung ändern", + "packagePreset.change": "Paketvoreinstellung ändern", + "workflowPreset.change": "Workflowvoreinstellung ändern", + "kit.change": "Kit ändern", + "set.build.target": "Buildziel festlegen", + "set.debug.target": "Debugziel festlegen", + "set.launch.target": "Startziel festlegen", + "select.active.folder": "Aktiven Ordner auswählen", + "set.variant": "Variante festlegen" +} \ No newline at end of file diff --git a/i18n/esn/src/cmakeExecutable.i18n.json b/i18n/esn/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..f8b1ff418 --- /dev/null +++ b/i18n/esn/src/cmakeExecutable.i18n.json @@ -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": "No se encuentra el ejecutable de CMake en la memoria caché. Comprobando de nuevo." +} \ No newline at end of file diff --git a/i18n/esn/src/ctest.i18n.json b/i18n/esn/src/ctest.i18n.json index 4a6533427..d9552892b 100644 --- a/i18n/esn/src/ctest.i18n.json +++ b/i18n/esn/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "Integración de ctest deshabilitada. Consulte el valor `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Pruebas", + "running.tests": "Ejecutando pruebas", "ctest.path.not.set": "No se ha establecido la ruta de acceso de CTest.", "no.project.found": "No se ha encontrado ningún proyecto para la carpeta {0}", "no.driver.found": "No se ha encontrado ningún controlador para la carpeta {0}", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "La prueba {0} ha fallado con código {1} de salida .", "test.failed.with.completion.status": "La prueba {0} fallida con estado de finalización \"{1}\".", "test.failed": "La prueba {0} ha fallado. Compruebe el resultado para obtener más información.", + "ctest.run.cancelled": "Se canceló la ejecución de CTest", "ctest.run.terminated": "La ejecución de CTest ha finalizado.", "ctest.finished.with.code": "CTest finalizó con el código de retorno {0}", "folder.not.found.in.test.explorer": "No se ha encontrado la carpeta en el Explorador de pruebas: {0}", diff --git a/i18n/esn/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/esn/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..c4f833264 --- /dev/null +++ b/i18n/esn/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "No se encontró la ruta de acceso del script, \"{0}\".", + "debugger.create.descriptor": "Conectando depurador en canalización con nombre: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/esn/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/esn/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..7cd836f7d --- /dev/null +++ b/i18n/esn/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Depuración del script de cmake con inicio predeterminado", + "cmake.debugging.not.supported": "CMake no admite la depuración automática para este archivo", + "cmake.debug.only.launch.supported": "El tipo de depuración \"cmake\" solo admite la solicitud \"launch\".", + "cmake.debug.must.define.debugType": "El tipo de depuración \"cmake\" requiere que defina \"cmakeDebugType\". Las opciones disponibles son \"configure\", \"external\" y \"script\".", + "cmake.debug.external.requires.pipeName": "El tipo de depuración \"cmake\" con \"cmakeDebugType\" establecido en \"external\" requiere que defina \"pipeName\".", + "cmake.debug.script.requires.scriptPath": "El tipo de depuración \"cmake\" con \"cmakeDebugType\" establecido en \"script\" requiere que defina un \"scriptPath\" que apunte a un script de CMake." +} \ No newline at end of file diff --git a/i18n/esn/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/esn/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..47e87b832 --- /dev/null +++ b/i18n/esn/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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": "Ejecutando script de CMake: \"{0}\"", + "run.script.successful": "El script de CMake: \"{0}\" se completó correctamente.", + "run.script.failed": "El script de CMake: \"{0}\" no se completó correctamente.", + "run.script.cmakeDebugger.not.supported": "No se puede depurar un script con esta versión de CMake. Asegúrese de que tiene la versión 3.27 o posterior de CMake." +} \ No newline at end of file diff --git a/i18n/esn/src/debug/debugger.i18n.json b/i18n/esn/src/debug/debugger.i18n.json new file mode 100644 index 000000000..269127d62 --- /dev/null +++ b/i18n/esn/src/debug/debugger.i18n.json @@ -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": "No se encuentra GDB en la ruta de acceso de búsqueda predeterminada y {0}.", + "enable.pretty.printing": "Habilitar la impresión con sangría para gdb", + "invalid.miDebuggerPath.override": "{0} en {1} debe ser una ruta absoluta a un depurador (la expansión de variables no se admite actualmente). Se obtuvo: {2}", + "no.compiler.found.in.cache": "No se encontró ningún compilador en el archivo caché.", + "unable.to.determine.debugger.for.compiler": "No se puede determinar el depurador correspondiente al compilador de forma automática: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/kits/kit.i18n.json b/i18n/esn/src/kits/kit.i18n.json new file mode 100644 index 000000000..1f1f33ca4 --- /dev/null +++ b/i18n/esn/src/kits/kit.i18n.json @@ -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": "Probando el binario de {0}: {1}", + "getting.compiler.version": "Obteniendo la versión {0} para {1}", + "bad.compiler.binary": "Binario {0} incorrecto (\"-v\" devuelve {1}): {2}", + "bad.compiler.binary.output": "Binario de {0} incorrecto. Versión de informes de {1}: {2} salida: {3}", + "detected.compiler": "Compilador de {0} detectado: {1}", + "bad.mingw32-make.binary": "Binario de mingw32-make incorrecto ({0} devuelve un valor distinto de cero): {1}", + "unknown.gcc.kit.untrusted": "Kit de GCC desconocido (ruta de acceso que no es de confianza)", + "detected.clang.compiler": "Compilador de Clang detectado: {0}", + "unknown.clang.kit.untrusted": "Kit de Clang desconocido (ruta de acceso que no es de confianza)", + "skipping.scan.of.appdata": "Omitiendo el examen de la carpeta %LocalAppData%", + "skipping.scan.of.not.existing.path": "Omitiendo el examen de la ruta de acceso {0} no existente", + "scanning.directory.for.compilers": "Examinando el directorio {0} para ver si hay compiladores", + "failed.to.scan": "No se pudo examinar {0} por la excepción: {1}", + "checking.file.for.compiler.features": "Comprobando las características del compilador en el archivo: {0}", + "filed.to.check.binary": "No se pudo comprobar el binario {0} por excepción: {1}", + "failed.to.scan.kit": "No se pudo examinar un archivo de kit.", + "founds.kits.in.directory": "Se encontraron {0} kits en el directorio {1}", + "error.running.setup.script": "Error al ejecutar {0} con: {1}", + "error.parsing.environment": "Error al analizar la variable de entorno: {0}", + "ok.running": "Se está ejecutando {0}, env vars: {1}", + "checking.for.kit": "Comprobando si existe el kit: {0}", + "checking": "Comprobando {0}", + "detected.kit.for.version": "VsKit detectado para la versión", + "generator.present": "Generador presente: {0}", + "selected.preferred.generator.name": "Nombre de generador preferido seleccionado: {0} {1}", + "failed.to.scan.for.kits": "No se pueden examinar los kits Clang CLI GNU: CMake Path no está definido", + "vs.instance.not.found.run.scan.kits": "No se encontró la instancia de instalación de VS para el kit \"{0}\" - ({1}). Se recomienda volver a examinar los kits y también quitar las entradas locales de usuario que ya no estén presentes en el sistema.", + "kit.env": "El entorno del kit {0}: {1}", + "scanning.for.kits.on.system": "Buscando kits en el sistema", + "scanning.for.kits": "Buscando kits", + "scanning.for.cmake.kits": "Examinando los kits de CMake...", + "skip.scan.path": "Omitiendo examen de PATH", + "found.kit": "Kit encontrado ({0}): {1}", + "trusted": "De confianza", + "untrusted": "no de confianza", + "untrusted.kits.found": "Los kits de compilador pueden estar presentes en estos directorios: {0}. ¿Desea examinar y ejecutar compiladores potenciales en estos directorios agregándolos a \"cmake.additionalCompilerSearchDirs\"?", + "yes": "Sí", + "no": "No", + "silent.kits.rescan": "Se detectó un cambio de la versión de definición de los kits de {0} a {1}. Los kits se están examinando en modo silencioso.", + "kit.for.toolchain.file": "Kit para el archivo de la cadena de herramientas {0}", + "using.compilers": "Uso de compiladores: {0}", + "using.compilers.for.VS": "Usando los compiladores para {0} (arquitectura {1})", + "using.compilers.for.VS2": "Usando compiladores para Visual Studio (arquitectura {0})", + "search.for.compilers": "Buscar compiladores en este equipo", + "unspecified.let.cmake.guess": "Sin especificar (dejar que CMake adivine qué compiladores y entorno se va a usar)", + "not.reading.nonexistent.kit": "No se está leyendo el archivo de kits no existentes: {0}", + "not.reading.invalid.path": "No se lee el archivo de kits no válido: {0}", + "reading.kits.file": "Leyendo el archivo de kits {0}", + "failed.to.parse": "No se pudo analizar {0}: {1}", + "invalid.file.error": "Contenido del kit {0} ({1}) no válido:", + "successfully.loaded.kits": "Se han cargado correctamente {0} kits de {1}", + "clean.not.needed": "No es necesario limpiar: no se ha seleccionado ningún kit anterior", + "clean.needed": "Es necesario limpiar: el kit se ha cambiado" +} \ No newline at end of file diff --git a/i18n/esn/src/kits/kitsController.i18n.json b/i18n/esn/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..71aeaa4e9 --- /dev/null +++ b/i18n/esn/src/kits/kitsController.i18n.json @@ -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": "Volver a leer los kits de carpetas", + "migrating.kits.file": "Migración del archivo de kits", + "failed.to.migrate.kits.file": "No se pudo migrar el archivo anterior de kits de usuario local.", + "loading.kits": "Cargando kits", + "unsetting.kit": "Desajustando kit", + "loading.kit": "Cargando el kit {0}", + "invalid.only.kit": "Solo un kit no válido. Se esperaba encontrar {0}", + "already.checking.kits": "Ya se están comprobando los kits. Vuelva a intentarlo más tarde.", + "start.selection.of.kits": "Iniciar la selección de kits. Kits encontrados: {0}.", + "opening.kit.selection": "Abriendo la selección de kit de QuickPick", + "scan.for.kits.button": "Buscar para kits", + "unspecified.kit.name": "Indeterminado", + "select.a.kit.placeholder": "Seleccionar un kit para {0}", + "user.cancelled.kit.selection": "Selección de kit cancelada por el usuario", + "user.selected.kit": "Kit {0} seleccionado por el usuario", + "kit.references.non-existent": "El kit {0} hace referencia a un binario del compilador [{1}] que no existe. ¿Qué quiere hacer?", + "remove.it.button": "Quitarlo", + "keep.it.button": "Mantenlo", + "pruning.kit": "Kit de eliminación", + "saving.kits.to": "Guardando los kits en {0}", + "saving.new.kits.to": "Guardando los kits nuevos en {0}", + "retry.button": "Reintentar", + "cancel.button": "Cancelar", + "rescanning.for.kits": "Volver a examinar los kits", + "found.duplicate.kits": "Se han encontrado kits de Visual Studio con los identificadores antiguos guardados en cmake-tools-kits.json.", + "yes.button": "Sí", + "delete.duplicate.kits": "¿Quiere eliminar los kits de Visual Studio duplicados de cmake-tools-kits.json?", + "no.button": "No" +} \ No newline at end of file diff --git a/i18n/esn/src/kits/variant.i18n.json b/i18n/esn/src/kits/variant.i18n.json new file mode 100644 index 000000000..b88b1be6e --- /dev/null +++ b/i18n/esn/src/kits/variant.i18n.json @@ -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": "El tipo de compilación", + "emit.debug.without.optimizations": "Emitir información de depuración sin realizar optimizaciones", + "enable.optimizations.omit.debug": "Habilitar optimizaciones, omitir información de depuración", + "optimize.for.smallest": "Optimizar para el tamaño binario más pequeño", + "optimize.and.debug": "Realizar optimizaciones e incluir información de depuración", + "unspec.build.type": "Permitir que CMake elija el tipo de compilación predeterminado", + "constructing": "Construcción de {0}", + "reloading.variants.file": "Recargando el archivo de variantes {0}", + "reloading.variants.from.settings": "Recargando las variantes desde la configuración", + "error.parsing": "Error al analizar {0}: {1}", + "invalid.variants": "Se especificaron variantes no válidas:", + "loaded.default.variants": "Variantes predeterminadas cargadas", + "loaded.new.variants.set": "Se cargó un nuevo conjunto de variantes.", + "missing.setting.in.variant": "Falta el valor {0} en la definición de la variante.", + "missing.variant.choice": "Falta la opción de variante {0} en {1} en la definición de la variante.", + "incompatible.variant": "La última selección de variante no es compatible con la definición de variante presente.", + "using.default.variant.choices": "Usando las opciones de variante predeterminadas de la definición de variante.", + "select.a.variant.placeholder": "Seleccione una variante de compilación" +} \ No newline at end of file diff --git a/i18n/esn/src/presets/preset.i18n.json b/i18n/esn/src/presets/preset.i18n.json new file mode 100644 index 000000000..84c53e5c0 --- /dev/null +++ b/i18n/esn/src/presets/preset.i18n.json @@ -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": "La {0} preestablecida en CMakePresets.json no se puede heredar de {1} preestablecidas en CMakeUserPresets.json", + "invalid.inherits.type": "Preestablecido {0}: valor no válido para {1}", + "missing.condition.property": "Configurar {0} preestablecido: falta la propiedad necesaria {1} en el objeto de condición", + "invalid.condition.type": "Configurar {0} preestablecido: tipo de condición no válido {1}", + "invalid.condition": "Valor preestablecido {0}: la condición debe ser null, booleano o un objeto.", + "default.build.preset": "[Valor predeterminado]", + "default.build.preset.description": "Una compilación preestablecida vacía que no agrega ningún argumento.", + "default.test.preset": "[Valor predeterminado]", + "default.test.preset.description": "Una prueba preestablecida vacía que no agrega ningún argumento.", + "default.package.preset": "[Valor predeterminado]", + "default.package.preset.description": "Un valor preestablecido de paquete vacío que no agrega ningún argumento", + "default.workflow.preset": "[Valor predeterminado]", + "default.workflow.preset.description": "Un valor preestablecido de flujo de trabajo vacío que no agrega ningún argumento", + "circular.inherits.in.config.preset": "Circular hereda en valores preestablecidos de configuración de {0}", + "no.cl.arch": "Configuración preestablecida{0}: No se especificó ninguna arquitectura para cl.exe mediante {1} de forma predeterminada", + "no.cl.toolset.arch": "Configurar {0} preestablecido: no se ha especificado ninguna arquitectura de conjunto de herramientas para cl.exe; se usará {1} de forma predeterminada", + "invalid.cl.toolset.arch": "Configurar {0} preestablecido: se especificó una arquitectura de conjunto de herramientas inesperada {1}, ¿quiso decir {2}?", + "no.cl.toolset.version": "Configuración preestablecida {0}: no se especificó ninguna versión de conjunto de herramientas para cl.exe; se usará la más reciente de forma predeterminada.", + "unknown.toolset.option": "Se omitirá la opción de conjunto de herramientas no reconocido: {0}", + "specified.vs.not.found": "Configurar el valor preestablecido {0}: no se encontró la instancia de Visual Studio especificada por {1}, revirtiendo al comportamiento de búsqueda de la instancia predeterminada.", + "specified.cl.not.found": "Configurar {0} preestablecido: no se encontró el compilador {1} con el conjunto de herramientas {2} y la arquitectura {3}. Es posible que tenga que ejecutar el comando \"CMake: buscar compiladores\" si este conjunto de herramientas existe en el equipo.", + "vs.not.found": "Configuración preestablecida{0}: No se encontró ninguna instalación Visual Studio que admita el conjunto de herramientas especificado {1} y arquitectura {2}, es posible que tenga que ejecutar el comando \"CMake: Buscar compiladores\" si este conjunto de herramientas existe en el equipo.", + "using.vs.instance": "Uso del entorno de desarrollador de Visual Studio (instancia {0}, versión {1}, instalada en {2})", + "ninja.not.set": "Ninja no está establecido en la ruta de acceso; se está intentando usar {0}.", + "config.preset.not.found.full": "No se encontró la configuración preestablecida con el nombre {0}", + "config.preset.not.found": "No se pudo encontrar el valor preestablecido de configuración", + "property.unsupported.v2": "Configurar {0} preestablecido: la propiedad {1} no se admite en los valores prestablecidos V2", + "binaryDir.undefined": "Configurar {0} preestablecido: no se especificó un binaryDir, se usará el valor predeterminado {1}", + "circular.inherits.in.build.preset": "Circular hereda en valores preestablecidos de compilación {0}", + "circular.inherits.in.test.preset": "Circular hereda en valores preestablecidos en prueba{0}", + "circular.inherits.in.package.preset": "Circular hereda en {0}preestablecidas del paquete", + "circular.inherits.in.workflow.preset": "Circular hereda en {0}preestablecidos de flujo de trabajo", + "build.preset.not.found.full": "No se ha encontrado la compilación preestablecida con el nombre {0}", + "build.preset.not.found": "No se encontró el valor preestablecido de compilación", + "configure.preset.not.found.full": "No se encontró la configuración preestablecida con el nombre {0}", + "configure.preset.not.found": "No se pudo encontrar el valor preestablecido de configuración", + "test.preset.not.found.full": "No ha encontrado se la prueba preestablecida con el nombre {0}.", + "test.preset.not.found": "No se pudo encontrar el valor preestablecido de prueba", + "package.preset.not.found.full": "No se encontró el valor preestablecido del paquete con el nombre {0}", + "package.preset.not.found": "No se pudo encontrar el valor preestablecido del paquete", + "workflow.preset.not.found": "No se encontró el valor preestablecido de flujo de trabajo con el nombre {0}", + "clean.not.needed.no.prior.config.preset": "Limpieza no necesaria: no se ha seleccionado ninguna configuración preestablecida previa seleccionada", + "clean.needed.config.preset.changed": "Es necesario limpiar: configuración preestablecida cambiada" +} \ No newline at end of file diff --git a/i18n/esn/src/presets/presetsController.i18n.json b/i18n/esn/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..a60c9c621 --- /dev/null +++ b/i18n/esn/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Nombre preestablecido", + "inherit.config.preset": "Heredar de la configuración preestablecida", + "description.inherit.config.preset": "Heredar de una configuración preestablecida existente", + "toolchain.file": "Archivo de cadena de herramientas", + "description.toolchain.file": "Configurar con un archivo de cadena de herramientas de CMake", + "custom.config.preset": "Personalizado", + "description.custom.config.preset": "Agregar una configuración personalizada preestablecida", + "create.from.compilers": "Crear a partir de compiladores", + "description.create.from.compilers": "Crear desde un par de compiladores en este equipo", + "add.a.config.preset.placeholder": "Agregar una configuración preestablecida para {0}", + "user.cancelled.add.config.preset": "Adición de configuración preestablecida cancelada por el usuario", + "no.compilers.available.for.quick.start": "No hay compiladores disponibles para Inicio rápido", + "no.compilers.available": "No se puede generar un CmakePresets.json con Inicio rápido porque no hay compiladores disponibles.", + "learn.about.installing.compilers": "Más información sobre la instalación de compiladores", + "start.selection.of.compilers": "Iniciar la selección de compiladores. {0} compiladores encontrados.", + "opening.compiler.selection": "Abriendo la selección de compilador de QuickPick", + "scan.for.compilers.button": "Buscar compiladores", + "select.a.compiler.placeholder": "Seleccionar un kit para {0}", + "user.cancelled.compiler.selection": "Selección del compilador cancelada por el usuario", + "user.selected.compiler": "Compilador {0} seleccionado por el usuario", + "select.one.or.more.config.preset.placeholder": "Seleccionar una o más configuraciones preestablecidas", + "custom.configure.preset.toolchain.file": "Configuración de valores preestablecidos mediante el archivo de cadena de herramientas", + "description.custom.configure.preset": "Establece el generador Ninja, compilación e instalación del directorio", + "custom.configure.preset": "Configuración personalizada preestablecida", + "user.selected.config.preset": "Configuración preestablecida {0} seleccionada por el usuario", + "yes": "Sí", + "no": "No", + "no.config.preset": "No hay ninguna configuración preestablecida. ¿Quiere agregar una configuración preestablecida?", + "error.no.config.preset": "No hay ninguna configuración de los ajustes preestablecidos.", + "create.build.from.config.preset": "Crear desde la configuración preestablecida", + "description.create.build.from.config.preset": "Crear una nueva compilación preestablecida", + "inherit.build.preset": "Heredar de la compilación preestablecida", + "description.inherit.build.preset": "Heredar de una compilación preestablecida existente", + "custom.build.preset": "Personalizado", + "description.custom.build.preset": "Agregar una compilación preestablecida personalizada", + "add.a.build.preset.placeholder": "Añadir una compilación preestablecida para {0}", + "user.cancelled.add.build.preset": "Adición de la compilación preestablecida cancelada por el usuario", + "select.a.config.preset.placeholder": "Seleccionar una configuración preestablecida", + "select.one.or.more.build.preset.placeholder": "Seleccionar una o más compilaciones preestablecidas", + "create.test.from.config.preset": "Crear desde la configuración preestablecida", + "description.create.test.from.config.preset": "Crear una nueva prueba preestablecida", + "inherit.test.preset": "Heredar de la prueba preestablecida", + "description.inherit.test.preset": "Heredar de una prueba preestablecida existente", + "custom.test.preset": "Personalizado", + "description.custom.test.preset": "Agregar una prueba preestablecida personalizada", + "add.a.test.preset.placeholder": "Agregar una prueba preestablecida para {0}", + "user.cancelled.add.test.preset": "Adición de la prueba preestablecida cancelada por el usuario", + "select.one.or.more.test.preset.placeholder": "Seleccionar una o más pruebas preestablecidas", + "create.package.from.config.preset": "Crear desde la configuración preestablecida", + "description.create.package.from.config.preset": "Crear un nuevo valor preestablecido de paquete", + "inherit.package.preset": "Heredar del valor preestablecido del paquete", + "description.inherit.package.preset": "Heredar de un valor preestablecido de paquete existente", + "custom.package.preset": "Personalizado", + "description.custom.package.preset": "Agregar un valor preestablecido de paquete personalizado", + "add.a.package.preset.placeholder": "Agregar un valor preestablecido de paquete para {0}", + "user.cancelled.add.package.preset": "El usuario canceló la adición del valor preestablecido del paquete", + "select.one.or.more.package.preset.placeholder": "Seleccionar uno o varios valores preestablecidos de paquete", + "create.workflow.from.config.preset": "Crear desde la configuración preestablecida", + "description.create.workflow.from.config.preset": "Creación de un nuevo valor preestablecido de flujo de trabajo", + "create.workflow.preset": "Crear a partir del valor preestablecido de flujo de trabajo", + "description.create.test.preset": "Creación de un nuevo valor preestablecido de flujo de trabajo a partir de un valor preestablecido de flujo de trabajo existente", + "custom.workflow.preset": "Personalizado", + "description.custom.workflow.preset": "Adición de un valor preestablecido de flujo de trabajo personalizado", + "add.a.workflow.preset.placeholder": "Agregar un valor preestablecido de flujo de trabajo para {0}", + "user.cancelled.add.workflow.preset": "El usuario canceló la adición del valor preestablecido de flujo de trabajo", + "select.one.workflow.preset.placeholder": "Seleccionar un valor preestablecido base de flujo de trabajo", + "add.new.preset": "Agregar un nuevo valor preestablecido...", + "start.selection.of.config.presets": "Iniciar la selección de valores preestablecidos de configuración. Se han encontrado {0} valores preestablecidos.", + "opening.config.preset.selection": "Abriendo QuickPick de selección de configuración preestablecida", + "select.active.config.preset.placeholder": "Seleccionar una configuración preestablecida para {0}", + "user.cancelled.config.preset.selection": "Selección de configuración preestablecida cancelada por el usuario", + "preset.change.in.progress": "Ya hay un cambio preestablecido en curso.", + "loading.config.preset": "Cargando la configuración preestablecida {0}", + "reloading.build.test.preset": "Recargando compilaciones y pruebas preestablecidas", + "config.preset.required": "Se debe seleccionar una configuración preestablecida. ¿Qué quiere hacer?", + "select.config.preset": "Seleccionar Configurar valor preestablecido", + "later": "Más tarde", + "build.preset.required": "Se debe seleccionar una configuración preestablecida. ¿Qué quiere hacer?", + "select.build.preset": "Seleccionar valor preestablecido de compilación", + "start.selection.of.build.presets": "Iniciar la selección de compilaciones preestablecidas. Se encontraron {0} preestablecidos.", + "opening.build.preset.selection": "Abriendo compilación QuickPick de selección preestablecida", + "select.active.build.preset.placeholder": "Seleccionar una compilación preestablecida para {0}", + "user.cancelled.build.preset.selection": "El usuario ha cancelado la compilación de pruebas preestablecidas", + "user.selected.build.preset": "Compilación preestablecida seleccionada por el usuario {0}", + "build.preset.configure.preset.not.match": "Compilación preestablecida {0}: la configuración preestablecida no coincide con la configuración activa.", + "unloading.build.preset": "Descargando el valor preestablecido de compilación", + "unloading.test.preset": "Descargando valor preestablecido de prueba", + "loading.build.preset": "Cargando compilación preestablecida {0}", + "start.selection.of.test.presets": "Iniciar la selección de pruebas preestablecidas. Se han encontrado {0} valores preestablecidos.", + "select.active.test.preset.placeholder": "Seleccionar una prueba preestablecida para {0}", + "user.cancelled.test.preset.selection": "El usuario ha cancelado la selección de pruebas preestablecidas.", + "user.selected.test.preset": "Prueba preestablecida seleccionada por el usuario {0}", + "test.preset.configure.preset.not.match": "La {0} de valores preestablecidos de prueba no es compatible con la configuración activa o los valores preestablecidos de compilación", + "loading.test.preset": "Cargando prueba preestablecida {0}", + "start.selection.of.package.presets": "Iniciar la selección de valores preestablecidos de paquete. Se encontraron {0} valores preestablecidos.", + "select.active.package.preset.placeholder": "Seleccionar un valor preestablecido de paquete para {0}", + "user.cancelled.package.preset.selection": "Selección preestablecida del paquete cancelada por el usuario", + "user.selected.package.preset": "Valor preestablecido del paquete seleccionado por el usuario {0}", + "package.preset.configure.preset.not.match": "El {0} valor preestablecida del paquete no es compatible con los valores preestablecidos de configuración o compilación activos", + "unloading.package.preset": "Descargando el valor preestablecido del paquete", + "loading.package.preset": "Cargando {0}preestablecidas del paquete", + "start.selection.of.workflow.presets": "Iniciar la selección de valores preestablecidos de flujo de trabajo. Se encontraron {0} valores preestablecidos.", + "select.active.workflow.preset.placeholder": "Seleccionar un valor preestablecido de flujo de trabajo para {0}", + "user.cancelled.workflow.preset.selection": "Selección preestablecida de flujo de trabajo cancelada por el usuario", + "user.selected.workflow.preset": "El usuario ha seleccionado un valor preestablecido de flujo de trabajo {0}", + "workflow.preset.configure.preset.not.match": "El valor preestablecido de configuración del valor preestablecido de flujo de trabajo {0} no es compatible con el valor preestablecido de configuración de algunos de los pasos del flujo de trabajo", + "unloading.workflow.preset": "Descargando valor preestablecido de flujo de trabajo", + "loading.workflow.preset": "Cargando {0} valores preestablecidos de flujo de trabajo", + "use.kits.variants": "Usar kits y variantes", + "edit.presets": "Buscar", + "presets.version.error": "CMakePresets versión 1 no es compatible. ¿Qué quiere hacer?", + "failed.writing.to.file": "No se pudo escribir en el archivo {0}", + "failed.to.watch": "No se pudo crear el monitor para {0}: {1}" +} \ No newline at end of file diff --git a/i18n/esn/src/presets/presetsParser.i18n.json b/i18n/esn/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..91410c3dd --- /dev/null +++ b/i18n/esn/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Leyendo y validando los valores preestablecidos de \"file {0}\"", + "unsupported.presets": "Se detectaron valores preestablecidos no admitidos en {0}. La compatibilidad se limita a las características definidas por la versión {1}.", + "no.additional.properties": "NO debe tener propiedades adicionales", + "unsupported.presets.disable": "Las macros y las propiedades desconocidas se pueden omitir mediante la configuración de {0}.", + "duplicate.build.preset.found": "Se encontraron duplicados en la colección de valores preestablecidos de compilación: \"{0}\"", + "duplicate.test.preset.found": "Se encontraron duplicados en la colección de valores preestablecidos de prueba: \"{0}\"", + "duplicate.package.preset.found": "Se han encontrado duplicados en la colección de valores preestablecidos del paquete: \"{0}\"", + "duplicate.workflow.preset.found": "Se encontraron duplicados en la colección de valores preestablecidos de flujo de trabajo: \"{0}\"", + "workflow.does.not.start.configure.step": "El valor preestablecido de flujo de trabajo \"{0}\" no empieza por un paso de configuración.", + "workflow.has.subsequent.configure.preset": "El valor preestablecido de flujo de trabajo \"{0}\" tiene otro valor preestablecido de configuración \"{1}\" además del primer paso \"{2}\": ", + "successfully.validated.presets": "{0} validado con éxito con el esquema preestablecido", + "included.presets.file.not.found": "El archivo de valores preestablecidos incluidos {0} no se encuentra", + "expansion.errors": "Errores de expansión encontrados en el archivo de valores preestablecidos.", + "reading.presets.file": "Lectura del archivo de valores preestablecidos {0}", + "failed.to.parse": "No se pudo analizar {0}: {1}", + "expanding.presets.file": "Expandiendo archivo de valores preestablecidos {0}", + "successfully.expanded.presets.file": "Archivo de valores preestablecidos {0} expandido correctamente" +} \ No newline at end of file diff --git a/i18n/esn/src/ui/cacheView.i18n.json b/i18n/esn/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..0cb2f3e5f --- /dev/null +++ b/i18n/esn/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Editor de caché de CMake", + "cmake.cache.saved": "Se han guardado las opciones de CMake.", + "ignore": "Ignorar", + "from.UI": "Desde la interfaz de usuario", + "from.cache": "Desde caché", + "merge.cache.edits": "La memoria caché de CMake se ha modificado fuera de esta vista web y hay conflictos con las ediciones no guardadas. ¿Qué valores quiere conservar?", + "yes": "Sí", + "no": "No", + "unsaved.cache.edits": "¿Quiere guardar las últimas ediciones de la memoria caché?", + "search": "Búsqueda", + "save": "Guardar", + "key": "Clave", + "value": "Valor" +} \ No newline at end of file diff --git a/i18n/esn/src/ui/pinnedCommands.i18n.json b/i18n/esn/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..b042bd958 --- /dev/null +++ b/i18n/esn/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Seleccionar un comando de CMake para anclar", + "user.cancelled.add.pinned.cmake.command": "El usuario canceló la selección del comando de CMake para anclar" +} \ No newline at end of file diff --git a/i18n/esn/src/ui/projectOutline/projectOutline.i18n.json b/i18n/esn/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..b61953eb0 --- /dev/null +++ b/i18n/esn/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Abrir archivo", + "references": "Referencias", + "static.library": "Biblioteca estática", + "module.library": "Biblioteca de módulos", + "shared.library": "Biblioteca compartida", + "object.library": "Biblioteca de objetos", + "executable": "Ejecutable", + "utility": "Utilidad", + "interface.library": "Biblioteca de interfaz", + "target.tooltip": "Destino {0}", + "launch.tooltip": "iniciar", + "default.tooltip": "predeterminado", + "item.render.issue": "Hubo un problema al representar este elemento. Esto es un error.", + "empty.project": "Proyecto vacío", + "update.project.with.mismatch": "Actualizar el proyecto con la propiedad del nombre no coincidente", + "workspace.active": "Área de trabajo activa", + "workspace": "Área de trabajo", + "error.update.code.model.on.nonexist.folder": "Actualizando el modelo de código en una carpeta que no se ha cargado aún.", + "error.rendering.children.nodes": "Error al representar los nodos secundarios." +} \ No newline at end of file diff --git a/i18n/esn/src/ui/projectStatus.i18n.json b/i18n/esn/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..db5d489e7 --- /dev/null +++ b/i18n/esn/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[No hay ningún kit seleccionado]", + "no.configure.preset.selected": "[No hay ninguna configuración preestablecida seleccionada]", + "no.build.preset.selected": "[No se ha seleccionado ningún valor preestablecido de compilación]", + "no.test.preset.selected": "[No hay ningún valor preestablecido de prueba seleccionado]", + "no.package.preset.selected": "[No se ha seleccionado ningún valor preestablecido de paquete]", + "no.workflow.preset.selected": "[No se ha seleccionado ningún valor preestablecido de flujo de trabajo]", + "Configure": "Configurar", + "configure.running": "Configurar (en ejecución)", + "Stop": "Detener", + "Build": "Compilación", + "build.running": "Compilación (en ejecución)", + "Test": "Prueba", + "Package": "Paquete", + "cpack.running": "CPack (empaquetado)", + "Workflow": "Flujo de trabajo", + "workflow.running": "Flujo de trabajo (en ejecución)", + "Debug": "Depurar", + "Launch": "Iniciar", + "Folder": "Carpeta", + "active.folder": "Carpeta activa", + "configPreset.change": "Cambiar configuración preestablecida", + "override.settings.applied": "Invalidación de la configuración aplicada", + "buildPreset.change": "Cambiar valor preestablecido de compilación", + "testPreset.change": "Cambiar valor preestablecido de prueba", + "packagePreset.change": "Cambiar el valor preestablecido del paquete", + "workflowPreset.change": "Cambiar valor preestablecido de flujo de trabajo", + "kit.change": "Cambiar kit", + "set.build.target": "Establecer destino de compilación", + "set.debug.target": "Establecer destino de depuración", + "set.launch.target": "Establecer destino de inicio", + "select.active.folder": "Seleccionar carpeta activa", + "set.variant": "Establece variante" +} \ No newline at end of file diff --git a/i18n/fra/src/cmakeExecutable.i18n.json b/i18n/fra/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..fc50e5d5f --- /dev/null +++ b/i18n/fra/src/cmakeExecutable.i18n.json @@ -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": "Nous n’avons pas trouvé l’exécutable CMake dans le cache. Nouvelle vérification." +} \ No newline at end of file diff --git a/i18n/fra/src/ctest.i18n.json b/i18n/fra/src/ctest.i18n.json index c7132766b..7f7405080 100644 --- a/i18n/fra/src/ctest.i18n.json +++ b/i18n/fra/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "l’intégration de ctest est désactivée. Consultez le paramètre `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Test", + "running.tests": "Exécution des tests", "ctest.path.not.set": "Le chemin de CTest n'est pas défini", "no.project.found": "Projet introuvable pour le dossier {0}", "no.driver.found": "Pilote introuvable pour le dossier {0}", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "Échec du test {0} avec le code de sortie {1}.", "test.failed.with.completion.status": "Échec du test {0} avec l’état d’achèvement « {1} ».", "test.failed": "Échec du test {0}. Pour plus d’informations, consultez la sortie.", + "ctest.run.cancelled": "L’exécution de CTest a été annulée", "ctest.run.terminated": "Exécution de CTest terminée", "ctest.finished.with.code": "CTest s'est achevé avec le code de retour {0}", "folder.not.found.in.test.explorer": "Dossier introuvable dans l’Explorateur de tests : {0}", diff --git a/i18n/fra/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/fra/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..965c74442 --- /dev/null +++ b/i18n/fra/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "Le chemin d’accès du script , «{0}», est introuvable.", + "debugger.create.descriptor": "Connexion du débogueur sur le canal nommé : «{0}»" +} \ No newline at end of file diff --git a/i18n/fra/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/fra/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..804a2f350 --- /dev/null +++ b/i18n/fra/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Débogage du script cmake avec lancement par défaut", + "cmake.debugging.not.supported": "CMake ne prend pas en charge le débogage automatique pour ce fichier", + "cmake.debug.only.launch.supported": "Le type de débogage « cmake » prend uniquement en charge la requête « launch ».", + "cmake.debug.must.define.debugType": "Le type de débogage « cmake » nécessite que vous définissiez « cmakeDebugType ». Les options disponibles sont « configure », « external » et « script ».", + "cmake.debug.external.requires.pipeName": "Le type de débogage « cmake » avec « cmakeDebugType » défini sur « external » vous oblige à définir « pipeName ».", + "cmake.debug.script.requires.scriptPath": "Le type de débogage « cmake » avec « cmakeDebugType » défini sur « script » vous oblige à définir un « scriptPath » qui pointe vers un script CMake." +} \ No newline at end of file diff --git a/i18n/fra/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/fra/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..84ae000f7 --- /dev/null +++ b/i18n/fra/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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": "Exécution du script CMake : «{0}»", + "run.script.successful": "Script CMake : «{0}» terminé.", + "run.script.failed": "Script CMake : «{0}» s’est terminé sans succès.", + "run.script.cmakeDebugger.not.supported": "Impossible de déboguer un script avec cette version de CMake. Vérifiez que vous disposez de CMake version 3.27 ou ultérieure." +} \ No newline at end of file diff --git a/i18n/fra/src/debug/debugger.i18n.json b/i18n/fra/src/debug/debugger.i18n.json new file mode 100644 index 000000000..7d4cab324 --- /dev/null +++ b/i18n/fra/src/debug/debugger.i18n.json @@ -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": "GDB est introuvable dans le chemin de recherche par défaut et {0}.", + "enable.pretty.printing": "Activer l'impression en mode Pretty pour gdb", + "invalid.miDebuggerPath.override": "{0} dans {1} doit être un chemin absolu vers un débogueur (l’expansion de variable n’est pas prise en charge actuellement). Obtenu : {2}.", + "no.compiler.found.in.cache": "Compilateur introuvable dans le fichier cache.", + "unable.to.determine.debugger.for.compiler": "Impossible de déterminer automatiquement le débogueur correspondant au compilateur : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/kits/kit.i18n.json b/i18n/fra/src/kits/kit.i18n.json new file mode 100644 index 000000000..7b371d152 --- /dev/null +++ b/i18n/fra/src/kits/kit.i18n.json @@ -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": "Test de la ressource binaire {0} : {1}", + "getting.compiler.version": "Obtention de la version {0} pour {1}", + "bad.compiler.binary": "Ressource binaire {0} incorrecte (« -v » retourne {1}) : {2}", + "bad.compiler.binary.output": "Binaire {0} incorrect. version des rapports {1} : sortie {2} : {3}", + "detected.compiler": "Détection du compilateur {0} : {1}", + "bad.mingw32-make.binary": "Binaire de type mingw32 incorrect ({0} retourne une valeur différente de zéro) : {1}", + "unknown.gcc.kit.untrusted": "Kit GCC inconnu (chemin non approuvé)", + "detected.clang.compiler": "Compilateur Clang détecté : {0}", + "unknown.clang.kit.untrusted": "Kit Clang inconnu (chemin non approuvé)", + "skipping.scan.of.appdata": "Analyse du dossier %LocalAppData% ignorée", + "skipping.scan.of.not.existing.path": "Analyse ignorée du chemin non existant {0}", + "scanning.directory.for.compilers": "Analyse du répertoire {0} à la recherche de compilateurs", + "failed.to.scan": "Échec de l'analyse de {0}. Exception : {1}", + "checking.file.for.compiler.features": "Vérification des fonctionnalités du compilateur dans le fichier : {0}", + "filed.to.check.binary": "Échec du contrôle du fichier binaire {0}. Exception : {1}", + "failed.to.scan.kit": "Échec de l'analyse d'un fichier de kits", + "founds.kits.in.directory": "{0} kits trouvés dans le répertoire {1}", + "error.running.setup.script": "Erreur lors de l’exécution de {0} avec : {1}", + "error.parsing.environment": "Erreur durant l'analyse de la variable d'environnement : {0}", + "ok.running": "OK en cours d’exécution {0}, env vars : {1}", + "checking.for.kit": "Recherche du kit : {0}", + "checking": "Vérification de {0}", + "detected.kit.for.version": "VsKit détecté pour la version", + "generator.present": "Générateur présent : {0}", + "selected.preferred.generator.name": "Nom du générateur par défaut sélectionné : {0} {1}", + "failed.to.scan.for.kits": "Impossible d’analyser les kits Clang CLI GNU : le chemin d'accès CMake n’est pas défini", + "vs.instance.not.found.run.scan.kits": "Instance d’installation de VS introuvable pour le kit « {0} » – ({1}). Il est recommandé de réexécuter les kits et de supprimer toutes les entrées locales de l’utilisateur qui ne sont plus présentes sur le système.", + "kit.env": "Environnement du kit {0}: {1}", + "scanning.for.kits.on.system": "Recherche de kits sur le système", + "scanning.for.kits": "Recherche de kits", + "scanning.for.cmake.kits": "Recherche de kits CMake...", + "skip.scan.path": "Analyse de PATH ignorée", + "found.kit": "Kit trouvé ({0}): {1}", + "trusted": "de confiance", + "untrusted": "non fiable", + "untrusted.kits.found": "Les kits de compilation peuvent être présents dans ces répertoires : {0}. Souhaitez-vous analyser et exécuter des compilateurs potentiels dans ces répertoires en les ajoutant à \"cmake.additionalCompilerSearchDirs\" ?", + "yes": "Oui", + "no": "Non", + "silent.kits.rescan": "Changement de version des définitions de kit détecté ({0} à {1}). Recherche silencieuse des kits.", + "kit.for.toolchain.file": "Kit pour le fichier de chaîne d'outils {0}", + "using.compilers": "Utilisation des compilateurs : {0}", + "using.compilers.for.VS": "Utilisation de compilateurs pour {0} (architecture {1})", + "using.compilers.for.VS2": "Utilisation de compilateurs pour Visual Studio (architecture {0})", + "search.for.compilers": "Rechercher des compilateurs sur cet ordinateur", + "unspecified.let.cmake.guess": "Non spécifié (laisser CMake identifier les compilateurs et l'environnement à utiliser)", + "not.reading.nonexistent.kit": "Impossible de lire un fichier de kits inexistant : {0}", + "not.reading.invalid.path": "Impossible de lire le fichier de kits non valide : {0}", + "reading.kits.file": "Lecture du fichier de kits {0}", + "failed.to.parse": "Échec de l'analyse de {0} : {1}", + "invalid.file.error": "Contenu du kit non valide {0} ({1}) :", + "successfully.loaded.kits": "Chargement réussi de {0} kits à partir de {1}", + "clean.not.needed": "Nettoyage non nécessaire : aucun kit antérieur sélectionné", + "clean.needed": "Nettoyage nécessaire : le kit a changé" +} \ No newline at end of file diff --git a/i18n/fra/src/kits/kitsController.i18n.json b/i18n/fra/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..c11abcf3b --- /dev/null +++ b/i18n/fra/src/kits/kitsController.i18n.json @@ -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": "Relecture des kits de dossiers", + "migrating.kits.file": "Migration du fichier des kits", + "failed.to.migrate.kits.file": "Échec de la migration du fichier antérieur de kits locaux de l'utilisateur.", + "loading.kits": "Chargement des kits", + "unsetting.kit": "Annulation du kit", + "loading.kit": "Chargement du kit {0}", + "invalid.only.kit": "Kit non valide uniquement. {0} attendu", + "already.checking.kits": "Recherche de kits déjà en cours. Réessayez plus tard.", + "start.selection.of.kits": "Démarrez la sélection des kits. {0} kits trouvés.", + "opening.kit.selection": "Ouverture de la sélection rapide de kit", + "scan.for.kits.button": "Rechercher des kits", + "unspecified.kit.name": "Non spécifié", + "select.a.kit.placeholder": "Sélectionner un kit pour {0}", + "user.cancelled.kit.selection": "L'utilisateur a annulé la sélection du kit", + "user.selected.kit": "L'utilisateur a sélectionné le kit {0}", + "kit.references.non-existent": "Le kit {0} référence un fichier binaire de compilateur inexistant [{1}]. Que voulez-vous faire ?", + "remove.it.button": "Supprimer", + "keep.it.button": "Le conserver", + "pruning.kit": "Nettoyage du kit", + "saving.kits.to": "Enregistrement des kits dans {0}", + "saving.new.kits.to": "Enregistrement des nouveaux kits dans {0}", + "retry.button": "Réessayer", + "cancel.button": "Annuler", + "rescanning.for.kits": "Nouvelle recherche de kits", + "found.duplicate.kits": "Détection de kits Visual Studio avec d'anciens ID enregistrés dans cmake-tools-kits.json.", + "yes.button": "Oui", + "delete.duplicate.kits": "Voulez-vous supprimer les kits Visual Studio dupliqués de cmake-tools-kits.json ?", + "no.button": "Non" +} \ No newline at end of file diff --git a/i18n/fra/src/kits/variant.i18n.json b/i18n/fra/src/kits/variant.i18n.json new file mode 100644 index 000000000..ac635813f --- /dev/null +++ b/i18n/fra/src/kits/variant.i18n.json @@ -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": "Type de build", + "emit.debug.without.optimizations": "Émettre les informations de débogage sans effectuer d'optimisations", + "enable.optimizations.omit.debug": "Activer les optimisations, omettre les informations de débogage", + "optimize.for.smallest": "Optimiser pour la plus petite taille de fichier binaire", + "optimize.and.debug": "Effectuer les optimisations ET inclure les informations de débogage", + "unspec.build.type": "Laisser CMake choisir le type de build par défaut", + "constructing": "Construction de {0}", + "reloading.variants.file": "Rechargement du fichier de variantes {0}", + "reloading.variants.from.settings": "Rechargement des variantes à partir des paramètres", + "error.parsing": "Erreurs durant l'analyse de {0} : {1}", + "invalid.variants": "Variantes non valides spécifiées :", + "loaded.default.variants": "Variantes par défaut chargées", + "loaded.new.variants.set": "Chargement effectué du nouvel ensemble de variantes", + "missing.setting.in.variant": "Paramètre {0} manquant dans la définition de variante", + "missing.variant.choice": "Choix de variante {0} manquant pour {1} dans la définition de variante", + "incompatible.variant": "La dernière sélection de variante est incompatible avec la définition de variante actuelle.", + "using.default.variant.choices": "Utilisation des choix de variantes par défaut à partir de la définition de variante.", + "select.a.variant.placeholder": "Sélectionner une variante de build" +} \ No newline at end of file diff --git a/i18n/fra/src/presets/preset.i18n.json b/i18n/fra/src/presets/preset.i18n.json new file mode 100644 index 000000000..41b513e83 --- /dev/null +++ b/i18n/fra/src/presets/preset.i18n.json @@ -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": "Le preset de {0} CMakePresets.json ne peut pas hériter du preset de {1} CMakeUserPresets.json.", + "invalid.inherits.type": "{0} prédéfinies : valeur non valide pour {1}", + "missing.condition.property": "Prédéfinie {0} : propriété requise manquante {1} dans l’objet condition", + "invalid.condition.type": "Prédéfinie {0} : type de condition Non valide {1}", + "invalid.condition": "Prédéfinie {0} : la Condition doit être null, Boolean ou un objet.", + "default.build.preset": "[Par défaut]", + "default.build.preset.description": "Présélection de build vide qui n’ajoute aucun argument", + "default.test.preset": "[Par défaut]", + "default.test.preset.description": "Présélection de test vide qui n’ajoute aucun argument", + "default.package.preset": "[Par défaut]", + "default.package.preset.description": "Présélection de package vide qui n’ajoute aucun argument", + "default.workflow.preset": "[Par défaut]", + "default.workflow.preset.description": "Présélection de workflow vide qui n’ajoute aucun argument", + "circular.inherits.in.config.preset": "Les héritages circulaires sont hérités dans la configuration prédéfinie {0}", + "no.cl.arch": "Configurer la présélection {0} : aucune architecture spécifiée pour cl.exe, utilisation de {1} par défaut", + "no.cl.toolset.arch": "Présélection de configuration {0} : aucune architecture d’ensemble d’outils spécifiée pour cl.exe, utilisation de {1} par défaut", + "invalid.cl.toolset.arch": "Configurer la présélection {0}: architecture d’ensemble d’outils inattendue spécifiée {1}, voulez-vous dire {2} ?", + "no.cl.toolset.version": "Configurer la présélection {0} : aucune version de l’ensemble d’outils spécifiée pour cl.exe, utilisation de la dernière version par défaut", + "unknown.toolset.option": "L’option d’ensemble d’outils non reconnu sera ignorée : {0}", + "specified.vs.not.found": "Configurer les {0} prédéfinies : Instance Visual Studio spécifiée par {1} est introuvable, ce qui revient au comportement de recherche d’instance par défaut.", + "specified.cl.not.found": "Configurer la présélection {0} : La compilation {1} avec le jeu d'outils {2} et l'architecture {3} n'a pas été trouvé, vous devrez peut-être exécuter la commande 'CMake : Scan for Compilers' si ce jeu d'outils existe sur votre ordinateur.", + "vs.not.found": "Configurer la présélection {0} : aucune installation de Visual Studio prenant en charge l’ensemble d’outils spécifié {1} et l’architecture {2} n’a été trouvé. Vous devrez peut-être exécuter la commande « CMake: Scan for Compilers » (« CMake : rechercher des compilateurs ») si cet ensemble d’outils existe sur votre ordinateur.", + "using.vs.instance": "Utilisation de l’environnement de développement à partir de Visual Studio (instance {0}, version {1}, installé sur {2})", + "ninja.not.set": "Ninja n’est pas défini sur PATH, tentative d’utilisation de {0}", + "config.preset.not.found.full": "Présélection de la configuration introuvable avec le nom {0}", + "config.preset.not.found": "Présélection de la configuration introuvable", + "property.unsupported.v2": "Configurer les prédéfinies {0} : la Propriété {1} n’est pas prise en charge dans les présélections v2.", + "binaryDir.undefined": "Configurer les prédéfinies {0} : Aucun répertoire binaire spécifié, en utilisant la valeur par défaut {1}", + "circular.inherits.in.build.preset": "Les héritages circulaires sont hérités dans la build prédéfinie {0}", + "circular.inherits.in.test.preset": "Les héritages circulaires dans les {0} de test prédéfinis", + "circular.inherits.in.package.preset": "Héritages circulaires dans la présélection de package {0}", + "circular.inherits.in.workflow.preset": "Héritages circulaires dans la présélection de workflow {0}", + "build.preset.not.found.full": "Impossible de trouver une préselection de build avec le nom {0}", + "build.preset.not.found": "Impossible de trouver une préselection de build", + "configure.preset.not.found.full": "Présélection de la configuration introuvable avec le nom {0}", + "configure.preset.not.found": "Présélection de la configuration introuvable", + "test.preset.not.found.full": "Impossible de trouver une présélection de test nommée {0}", + "test.preset.not.found": "Impossible de trouver la présélection de test", + "package.preset.not.found.full": "Impossible de trouver la présélection de package nommée {0}", + "package.preset.not.found": "Impossible de trouver le package", + "workflow.preset.not.found": "Impossible de trouver la présélection de workflow nommée {0}", + "clean.not.needed.no.prior.config.preset": "Nettoyage non nécessaire : aucune présélection de configuration antérieure sélectionnée", + "clean.needed.config.preset.changed": "Nettoyage requis : présélection de configuration modifiée" +} \ No newline at end of file diff --git a/i18n/fra/src/presets/presetsController.i18n.json b/i18n/fra/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..378cc3ca8 --- /dev/null +++ b/i18n/fra/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Nom de la présélection", + "inherit.config.preset": "Hérité à partir de la présélection de configuration", + "description.inherit.config.preset": "Hériter d’une présélection de configuration existante", + "toolchain.file": "Fichier de chaîne d’outils", + "description.toolchain.file": "Configurer à l’aide d’un fichier d’une chaîne d’outils CMake", + "custom.config.preset": "Personnalisé", + "description.custom.config.preset": "Ajouter une présélection de configuration personnalisée", + "create.from.compilers": "Créer à partir de compilateurs", + "description.create.from.compilers": "Créer à partir d’une paire de compilateurs sur cet ordinateur", + "add.a.config.preset.placeholder": "Ajouter une présélection de configuration pour {0}", + "user.cancelled.add.config.preset": "L’utilisateur a annulé l’ajout de présélection de configuration", + "no.compilers.available.for.quick.start": "Aucun compilateur disponible pour Démarrage rapide", + "no.compilers.available": "Désolé, nous n’avons pas pu générer un CmakePresets.json avec Démarrage rapide, car aucun compilateur n’est disponible.", + "learn.about.installing.compilers": "En savoir plus sur l’installation des compilateurs", + "start.selection.of.compilers": "Démarrer la sélection de compilateurs. {0} compilateurs trouvés.", + "opening.compiler.selection": "Ouverture de la sélection de compilateur QuickPick", + "scan.for.compilers.button": "Rechercher des compilateurs", + "select.a.compiler.placeholder": "Sélectionner un kit pour {0}", + "user.cancelled.compiler.selection": "Sélection du compilateur annulée par l’utilisateur", + "user.selected.compiler": "L'utilisateur a sélectionné le compilateur {0}", + "select.one.or.more.config.preset.placeholder": "Sélectionner une ou plusieurs présélections de configuration", + "custom.configure.preset.toolchain.file": "Configurer la présélection en tirant parti du fichier de chaîne d’outils", + "description.custom.configure.preset": "Permet de définir le générateur Ninja, la génération et l’installation du répertoire", + "custom.configure.preset": "Présélection de configuration personnalisée", + "user.selected.config.preset": "L’utilisateur a sélectionné la présélection de configuration {0}", + "yes": "Oui", + "no": "Non", + "no.config.preset": "Aucune présélection de configuration n’existe. Voulez-vous ajouter une présélection de configuration ?", + "error.no.config.preset": "Aucune présélection de configuration n’existe.", + "create.build.from.config.preset": "Créer à partir de la présélection de configuration", + "description.create.build.from.config.preset": "Créer une nouvelle présélection de build", + "inherit.build.preset": "Hériter du build prédéfini", + "description.inherit.build.preset": "Hériter d’une présélection de build existante", + "custom.build.preset": "Personnalisé", + "description.custom.build.preset": "Ajouter une présélection de build personnalisée", + "add.a.build.preset.placeholder": "Ajouter une présélection de build pour {0}", + "user.cancelled.add.build.preset": "L’utilisateur a annulé l’ajout de présélection de build", + "select.a.config.preset.placeholder": "Sélectionner une présélection de configuration", + "select.one.or.more.build.preset.placeholder": "Sélectionner une ou plusieurs présélections de build", + "create.test.from.config.preset": "Créer à partir de la présélection de configuration", + "description.create.test.from.config.preset": "Créer une nouvelle présélection de test", + "inherit.test.preset": "Hériter de la présélection de test", + "description.inherit.test.preset": "Hériter d’une présélection de test existante", + "custom.test.preset": "Personnalisé", + "description.custom.test.preset": "Ajouter une présélection de test personnalisée", + "add.a.test.preset.placeholder": "Ajouter une présélection de test pour {0}", + "user.cancelled.add.test.preset": "L’utilisateur a annulé l’ajout de présélection de test", + "select.one.or.more.test.preset.placeholder": "Sélectionner une ou plusieurs présélections de test", + "create.package.from.config.preset": "Créer à partir de la présélection de configuration", + "description.create.package.from.config.preset": "Créer une présélection de package", + "inherit.package.preset": "Hériter de la présélection de package", + "description.inherit.package.preset": "Hériter d’une présélection de package existante", + "custom.package.preset": "Personnalisé", + "description.custom.package.preset": "Ajouter une présélection de package personnalisée", + "add.a.package.preset.placeholder": "Ajouter une présélection de package pour {0}", + "user.cancelled.add.package.preset": "L’utilisateur a annulé l’ajout de la présélection de package", + "select.one.or.more.package.preset.placeholder": "Sélectionner une ou plusieurs présélections de package", + "create.workflow.from.config.preset": "Créer à partir de la présélection de configuration", + "description.create.workflow.from.config.preset": "Création d’une présélection de workflow", + "create.workflow.preset": "Créer à partir de la présélection de workflow", + "description.create.test.preset": "Créer une présélection de workflow à partir d’une présélection de workflow existante", + "custom.workflow.preset": "Personnalisé", + "description.custom.workflow.preset": "Ajouter une présélection de workflow personnalisée", + "add.a.workflow.preset.placeholder": "Ajouter une présélection de workflow pour {0}", + "user.cancelled.add.workflow.preset": "L’utilisateur a annulé l’ajout de la présélection de workflow", + "select.one.workflow.preset.placeholder": "Sélectionner une présélection de base de workflow", + "add.new.preset": "Ajouter une nouvelle présélection...", + "start.selection.of.config.presets": "Démarrer la sélection des présélections de configuration. {0} présélections trouvées.", + "opening.config.preset.selection": "Ouverture de la sélection de présélection de configuration QuickPick", + "select.active.config.preset.placeholder": "Sélectionner une présélection de configuration pour {0}", + "user.cancelled.config.preset.selection": "L’utilisateur a annulé la sélection de présélection de configuration", + "preset.change.in.progress": "Une modification de la présélection est déjà en cours.", + "loading.config.preset": "Chargement de la présélection de configuration {0}", + "reloading.build.test.preset": "Rechargement des présélections de build et de test", + "config.preset.required": "Une présélection de configuration doit être sélectionnée. Comment voulez-vous procéder ?", + "select.config.preset": "Sélectionner Configurer la présélection", + "later": "Plus tard", + "build.preset.required": "Une présélection de build doit être sélectionnée. Comment voulez-vous continuer ?", + "select.build.preset": "Sélectionner une présélection de build", + "start.selection.of.build.presets": "Démarrer la sélection des présélections de build. {0} présélections trouvées.", + "opening.build.preset.selection": "Ouverture de la sélection de la présélection de build QuickPick", + "select.active.build.preset.placeholder": "Sélectionner une présélection de build pour {0}", + "user.cancelled.build.preset.selection": "L’utilisateur a annulé la sélection de la présélection de build", + "user.selected.build.preset": "L’utilisateur a sélectionné la présélection de build {0}", + "build.preset.configure.preset.not.match": "Prédéfinies de build {0}: la présélection de configuration ne correspond pas à la présélection de configuration active", + "unloading.build.preset": "Déchargement de la présélection de build", + "unloading.test.preset": "Déchargement de la présélection de test", + "loading.build.preset": "Chargement de la présélection de build {0}", + "start.selection.of.test.presets": "Démarrer la sélection des présélections de test. {0} présélections trouvées.", + "select.active.test.preset.placeholder": "Sélectionner une présélection de test pour {0}", + "user.cancelled.test.preset.selection": "L’utilisateur a annulé la sélection de la présélection de test", + "user.selected.test.preset": "L’utilisateur a sélectionné la présélection de test {0}", + "test.preset.configure.preset.not.match": "La présélection de test {0} n’est pas compatible avec les présélections de configuration ou de build actives", + "loading.test.preset": "Chargement de la présélection de test {0}", + "start.selection.of.package.presets": "Commencez la sélection des présélections de package. {0} présélections trouvées.", + "select.active.package.preset.placeholder": "Sélectionner une présélection de package pour {0}", + "user.cancelled.package.preset.selection": "Sélection de la présélection de package annulée par l’utilisateur", + "user.selected.package.preset": "L’utilisateur a sélectionné la présélection de package {0}", + "package.preset.configure.preset.not.match": "La présélection de package {0} n’est pas compatible avec les présélections de configuration ou de build actives", + "unloading.package.preset": "Déchargement de la présélection de package", + "loading.package.preset": "Chargement de la présélection de package {0}", + "start.selection.of.workflow.presets": "Démarrez la sélection des présélections de workflow. {0} présélections trouvées.", + "select.active.workflow.preset.placeholder": "Sélectionner une présélection de workflow pour {0}", + "user.cancelled.workflow.preset.selection": "Sélection de la présélection de workflow annulée par l’utilisateur", + "user.selected.workflow.preset": "L’utilisateur a sélectionné la présélection de workflow {0}", + "workflow.preset.configure.preset.not.match": "La présélection de configuration de la présélection de workflow {0} n’est pas compatible avec la présélection de configuration de certaines étapes du workflow", + "unloading.workflow.preset": "Déchargement de la présélection de workflow", + "loading.workflow.preset": "Chargement de la présélection de workflow {0}", + "use.kits.variants": "Utiliser des kits et des variantes", + "edit.presets": "Localiser", + "presets.version.error": "La version 1 de CMakePresets n’est pas prise en charge. Comment voulez-vous procéder ?", + "failed.writing.to.file": "L'écriture dans le fichier {0} a échoué", + "failed.to.watch": "Impossible de créer l’observateur pour {0} : {1}" +} \ No newline at end of file diff --git a/i18n/fra/src/presets/presetsParser.i18n.json b/i18n/fra/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..863ad508d --- /dev/null +++ b/i18n/fra/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Lecture et validation du « fichier {0}» des présélections", + "unsupported.presets": "Présélections non prises en charge détectées dans {0}. La prise en charge est limitée aux fonctionnalités définies par la version {1}.", + "no.additional.properties": "ne doit PAS avoir de propriétés supplémentaires", + "unsupported.presets.disable": "Les propriétés et macros inconnues peuvent être ignorées à l’aide du paramètre {0}.", + "duplicate.build.preset.found": "Doublons trouvés dans la collection de présélections de build : « {0} »", + "duplicate.test.preset.found": "Doublons trouvés dans la collection de présélections de test : « {0} »", + "duplicate.package.preset.found": "Doublons trouvés dans la collection de présélections de package : « {0} »", + "duplicate.workflow.preset.found": "Doublons trouvés dans la collection de présélections de workflow : « {0} »", + "workflow.does.not.start.configure.step": "La présélection de workflow « {0} » ne commence pas par une étape de configuration.", + "workflow.has.subsequent.configure.preset": "La présélection de workflow « {0} » a une autre présélection de configuration « {1} » en plus de la première étape « {2} » : ", + "successfully.validated.presets": "Validation réussie de {0} par rapport au schéma de présélections", + "included.presets.file.not.found": "Le fichier de présélections inclus {0} est introuvable.", + "expansion.errors": "Erreurs d’extension trouvées dans le fichier de présélections.", + "reading.presets.file": "Lecture des fichiers de présélections {0}", + "failed.to.parse": "Échec de l'analyse de {0} : {1}", + "expanding.presets.file": "Développement des fichiers de présélections {0}", + "successfully.expanded.presets.file": "Développement réussi du fichier de présélections {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/ui/cacheView.i18n.json b/i18n/fra/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..0834bdb32 --- /dev/null +++ b/i18n/fra/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Éditeur du cache de CMake", + "cmake.cache.saved": "Les options de CMake ont été enregistrées.", + "ignore": "Ignorer", + "from.UI": "À partir de l’interface utilisateur", + "from.cache": "À partir du cache", + "merge.cache.edits": "Le cache de CMake a été modifié en dehors de cette vue web. Les modifications non enregistrées sont en conflit. Quelles valeurs voulez-vous conserver ?", + "yes": "Oui", + "no": "Non", + "unsaved.cache.edits": "Voulez-vous enregistrer les dernières modifications apportées au cache ?", + "search": "Rechercher", + "save": "Enregistrer", + "key": "Clé", + "value": "Valeur" +} \ No newline at end of file diff --git a/i18n/fra/src/ui/pinnedCommands.i18n.json b/i18n/fra/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..04255763e --- /dev/null +++ b/i18n/fra/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Sélectionner une commande CMake à épingler", + "user.cancelled.add.pinned.cmake.command": "L’utilisateur(-trice) a annulé la sélection de la commande CMake à épingler" +} \ No newline at end of file diff --git a/i18n/fra/src/ui/projectOutline/projectOutline.i18n.json b/i18n/fra/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..c6e640231 --- /dev/null +++ b/i18n/fra/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Ouvrir un fichier", + "references": "Références", + "static.library": "Bibliothèque statique", + "module.library": "Bibliothèque de modules", + "shared.library": "Bibliothèque partagée", + "object.library": "Bibliothèque d’objets", + "executable": "Exécutable", + "utility": "Utilitaire", + "interface.library": "Bibliothèque d’interfaces", + "target.tooltip": "Cible {0}", + "launch.tooltip": "lancement", + "default.tooltip": "par défaut", + "item.render.issue": "Un problème s'est produit durant le rendu de cet élément. Il s'agit d'un bogue", + "empty.project": "Projet vide", + "update.project.with.mismatch": "Mettre à jour le projet avec une propriété name incompatible", + "workspace.active": "Espace de travail actif", + "workspace": "Espace de travail", + "error.update.code.model.on.nonexist.folder": "Mise à jour du modèle de code sur un dossier qui n'a pas encore été chargé.", + "error.rendering.children.nodes": "Erreur durant le rendu des nœuds enfants" +} \ No newline at end of file diff --git a/i18n/fra/src/ui/projectStatus.i18n.json b/i18n/fra/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..e208c78c1 --- /dev/null +++ b/i18n/fra/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Aucun kit sélectionné]", + "no.configure.preset.selected": "[Aucune configuration prédéfinies sélectionnée]", + "no.build.preset.selected": "[Aucune présélection de build sélectionnée]", + "no.test.preset.selected": "[Aucun test prédéfini sélectionné]", + "no.package.preset.selected": "[Aucune présélection de package sélectionnée]", + "no.workflow.preset.selected": "[Aucune présélection de workflow prédéfini sélectionnée]", + "Configure": "Configurer", + "configure.running": "Configurer (en cours d’exécution)", + "Stop": "Arrêter", + "Build": "Build", + "build.running": "Build (en cours d’exécution)", + "Test": "Tester", + "Package": "Package", + "cpack.running": "CPack (packaging)", + "Workflow": "Workflow", + "workflow.running": "Workflow (en cours d’exécution)", + "Debug": "Déboguer", + "Launch": "Lancement", + "Folder": "Dossier", + "active.folder": "Dossier actif", + "configPreset.change": "Modifier la présélection de configuration", + "override.settings.applied": "Les paramètres de remplacement sont appliqués", + "buildPreset.change": "Modifier la présélection de build", + "testPreset.change": "Modifier la présélection de test", + "packagePreset.change": "Modifier la présélection de package", + "workflowPreset.change": "Modifier la présélection de workflow", + "kit.change": "Modifier le kit", + "set.build.target": "Définir la cible de build", + "set.debug.target": "Définir la cible de débogage", + "set.launch.target": "Définir la cible de lancement", + "select.active.folder": "Sélectionner le dossier actif", + "set.variant": "Définir une variante" +} \ No newline at end of file diff --git a/i18n/ita/src/cmakeExecutable.i18n.json b/i18n/ita/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..289f3db8f --- /dev/null +++ b/i18n/ita/src/cmakeExecutable.i18n.json @@ -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": "L’eseguibile CMake non è stato trovato nella cache. Nuovo controllo in corso." +} \ No newline at end of file diff --git a/i18n/ita/src/ctest.i18n.json b/i18n/ita/src/ctest.i18n.json index 969534e6a..c7949e968 100644 --- a/i18n/ita/src/ctest.i18n.json +++ b/i18n/ita/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "Integrazione di ctest disabilitata. Vedere l'impostazione `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Test", + "running.tests": "Test in esecuzione", "ctest.path.not.set": "Il percorso di CTest non è impostato", "no.project.found": "Non sono stati trovati progetti per la cartella {0}", "no.driver.found": "Nessun driver trovato per la cartella {0}", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "Test {0} non riuscito con codice di uscita {1}.", "test.failed.with.completion.status": "Test {0} non riuscito con stato di completamento \"{1}\".", "test.failed": "Test {0} non riuscito. Per altre informazioni, controllare l'output.", + "ctest.run.cancelled": "Esecuzione CTest annullata", "ctest.run.terminated": "L'esecuzione di CTest è stata terminata", "ctest.finished.with.code": "CTest terminato. Codice restituito: {0}", "folder.not.found.in.test.explorer": "Cartella non trovata in Esplora test: {0}", diff --git a/i18n/ita/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/ita/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..57406606f --- /dev/null +++ b/i18n/ita/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "Impossibile trovare il percorso dello script \"{0}\".", + "debugger.create.descriptor": "Connessione del debugger in named pipe: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/ita/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/ita/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..cbcad7578 --- /dev/null +++ b/i18n/ita/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Debug dello script cmake con avvio predefinito", + "cmake.debugging.not.supported": "CMake non supporta il debug automatico per questo file", + "cmake.debug.only.launch.supported": "Il tipo di debug \"cmake\" supporta solo la richiesta di avvio.", + "cmake.debug.must.define.debugType": "Il tipo di debug \"cmake\" richiede la definizione di \"cmakeDebugType\". Le opzioni disponibili sono \"configure\", \"external\" e \"script\".", + "cmake.debug.external.requires.pipeName": "Il tipo di debug \"cmake\" con \"cmakeDebugType\" impostato su \"external\" richiede la definizione di \"pipeName\".", + "cmake.debug.script.requires.scriptPath": "Il tipo di debug \"cmake\" con \"cmakeDebugType\" impostato su \"script\" richiede la definizione di uno \"scriptPath\" che punti a uno script CMake." +} \ No newline at end of file diff --git a/i18n/ita/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/ita/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..5daae7777 --- /dev/null +++ b/i18n/ita/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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": "Esecuzione dello script CMake: \"{0}\"", + "run.script.successful": "Script CMake: \"{0}\" completato.", + "run.script.failed": "Script CMake: \"{0}\" completato senza esito positivo.", + "run.script.cmakeDebugger.not.supported": "Non è possibile eseguire il debug di uno script con questa versione di CMake. Assicurarsi di avere CMake versione 3.27 o successiva." +} \ No newline at end of file diff --git a/i18n/ita/src/debug/debugger.i18n.json b/i18n/ita/src/debug/debugger.i18n.json new file mode 100644 index 000000000..09c651aef --- /dev/null +++ b/i18n/ita/src/debug/debugger.i18n.json @@ -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": "Non è possibile trovare GDB nel percorso di ricerca predefinito e in {0}.", + "enable.pretty.printing": "Abilita la riformattazione per GDB", + "invalid.miDebuggerPath.override": "{0} in {1} deve essere un percorso assoluto a un debugger (l'espansione delle variabili non è attualmente supportata). Ottenuto: {2}", + "no.compiler.found.in.cache": "Non è stato trovato alcun compilatore nel file di cache.", + "unable.to.determine.debugger.for.compiler": "Non è possibile determinare automaticamente il debugger corrispondente al compilatore: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/kits/kit.i18n.json b/i18n/ita/src/kits/kit.i18n.json new file mode 100644 index 000000000..ba09eac33 --- /dev/null +++ b/i18n/ita/src/kits/kit.i18n.json @@ -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": "Test del file binario {0}: {1}", + "getting.compiler.version": "Recupero di {0} versione per {1}", + "bad.compiler.binary": "Binario {0} non valido (\"-v\" restituisce {1}): {2}", + "bad.compiler.binary.output": "Binario {0} non valido. versione report {1}: output {2}: {3}", + "detected.compiler": "Compilatore {0} rilevato: {1}", + "bad.mingw32-make.binary": "Il file binario di mingw32-make non è valido ({0} restituisce un valore diverso da zero): {1}", + "unknown.gcc.kit.untrusted": "Kit GCC sconosciuto (percorso non attendibile)", + "detected.clang.compiler": "Compilatore Clang rilevato: {0}", + "unknown.clang.kit.untrusted": "Kit Clang sconosciuto (percorso non attendibile)", + "skipping.scan.of.appdata": "L'analisi della cartella %LocalAppData% verrà ignorata", + "skipping.scan.of.not.existing.path": "L'analisi del percorso non esistente {0} verrà ignorata", + "scanning.directory.for.compilers": "Ricerca dei compilatori nella directory {0}", + "failed.to.scan": "Non è stato possibile analizzare {0} in base all'eccezione: {1}", + "checking.file.for.compiler.features": "Ricerca delle funzionalità del compilatore nel file: {0}", + "filed.to.check.binary": "Non è stato possibile verificare il file binario {0} in base all'eccezione: {1}", + "failed.to.scan.kit": "Non è stato possibile analizzare un file di kit", + "founds.kits.in.directory": "Sono stati trovati {0} kit nella directory {1}", + "error.running.setup.script": "Errore durante l'esecuzione di {0} con: {1}", + "error.parsing.environment": "Si è verificato un errore durante l'analisi della variabile di ambiente: {0}", + "ok.running": "Esecuzione di {0} corretta. Variabili di ambiente: {1}", + "checking.for.kit": "Ricerca del kit: {0}", + "checking": "Controllo di {0}", + "detected.kit.for.version": "Rilevato kit di Visual Studio per la versione", + "generator.present": "Generatore presente: {0}", + "selected.preferred.generator.name": "Nome del generatore preferito selezionato: {0} {1}", + "failed.to.scan.for.kits": "Non è possibile cercare i kit Clang di GNU CLI: il percorso CMake non è definito", + "vs.instance.not.found.run.scan.kits": "L'istanza di installazione di Visual Studio non è stata trovata per il kit \"{0}\" - ({1}). È consigliabile eseguire nuovamente l'analisi dei kit e rimuovere anche tutte le voci locali dell'utente non più presenti nel sistema.", + "kit.env": "Ambiente per il kit {0}: {1}", + "scanning.for.kits.on.system": "Ricerca dei kit nel sistema", + "scanning.for.kits": "Analisi dei kit", + "scanning.for.cmake.kits": "Ricerca dei kit CMake...", + "skip.scan.path": "L'analisi di PATH verrà ignorata", + "found.kit": "Kit trovato ({0}): {1}", + "trusted": "attendibile", + "untrusted": "non attendibile", + "untrusted.kits.found": "I kit del compilatore possono essere presenti in queste directory: {0}. Analizzare ed eseguire i compilatori potenziali in queste directory aggiungendoli a \"cmake.additionalCompilerSearchDirs\"?", + "yes": "Sì", + "no": "No", + "silent.kits.rescan": "È stata rilevata la modifica della versione della definizione dei kit da {0} a {1}. Verrà eseguita l'analisi dei kit senza avvisi.", + "kit.for.toolchain.file": "Kit per il file di toolchain {0}", + "using.compilers": "Uso dei compilatori: {0}", + "using.compilers.for.VS": "Uso dei compilatori per {0} (architettura {1})", + "using.compilers.for.VS2": "Uso dei compilatori per Visual Studio (architettura {0})", + "search.for.compilers": "Cerca compilatori in questo computer", + "unspecified.let.cmake.guess": "Non specificato (consenti a CMake di individuare i compilatori e l'ambiente da usare)", + "not.reading.nonexistent.kit": "Lettura del file dei kit non esistente non in corso: {0}", + "not.reading.invalid.path": "Impossibile leggere il file dei kit non valido: {0}", + "reading.kits.file": "Lettura del file dei kit {0}", + "failed.to.parse": "Non è stato possibile analizzare {0}: {1}", + "invalid.file.error": "Il contenuto {0} ({1}) del kit non è valido:", + "successfully.loaded.kits": "I {0} kit sono stati caricati da {1}", + "clean.not.needed": "Pulizia non necessaria: non è stato selezionato alcun kit precedente", + "clean.needed": "Pulizia necessaria: kit modificato" +} \ No newline at end of file diff --git a/i18n/ita/src/kits/kitsController.i18n.json b/i18n/ita/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..177b5aedc --- /dev/null +++ b/i18n/ita/src/kits/kitsController.i18n.json @@ -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": "Rilettura dei kit di cartelle", + "migrating.kits.file": "Migrazione del file dei kit", + "failed.to.migrate.kits.file": "Non è stato possibile eseguire la migrazione del file dei kit locali dell'utente precedente.", + "loading.kits": "Caricamento dei kit", + "unsetting.kit": "Annullamento dell'impostazione del kit", + "loading.kit": "Caricamento del kit {0}", + "invalid.only.kit": "Solo kit non valido. È previsto {0}", + "already.checking.kits": "La verifica dei kit è già in corso. Riprovare più tardi.", + "start.selection.of.kits": "Avvia la selezione dei kit. Sono stati trovati {0} kit.", + "opening.kit.selection": "Apertura della selezione rapida per la selezione del kit", + "scan.for.kits.button": "Analizza kit", + "unspecified.kit.name": "Non specificato", + "select.a.kit.placeholder": "Selezionare un kit per {0}", + "user.cancelled.kit.selection": "Selezione del kit annullata dall'utente", + "user.selected.kit": "Kit {0} selezionato dall'utente", + "kit.references.non-existent": "Il kit {0} fa riferimento a un binario non esistente del compilatore [{1}]. Specificare l'operazione da eseguire.", + "remove.it.button": "Rimuovi", + "keep.it.button": "Mantieni", + "pruning.kit": "Eliminazione del kit", + "saving.kits.to": "Salvataggio dei kit in {0}", + "saving.new.kits.to": "Salvataggio dei nuovi kit in {0}", + "retry.button": "Riprova", + "cancel.button": "Annulla", + "rescanning.for.kits": "Rianalisi dei kit", + "found.duplicate.kits": "Sono stati trovati kit di Visual Studio con ID obsoleti salvati in cmake-tools-kits.json.", + "yes.button": "Sì", + "delete.duplicate.kits": "Eliminare i kit di Visual Studio duplicati da cmake-tools-kits.json?", + "no.button": "No" +} \ No newline at end of file diff --git a/i18n/ita/src/kits/variant.i18n.json b/i18n/ita/src/kits/variant.i18n.json new file mode 100644 index 000000000..67d8b42bd --- /dev/null +++ b/i18n/ita/src/kits/variant.i18n.json @@ -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": "Tipo di compilazione", + "emit.debug.without.optimizations": "Crea informazioni di debug senza eseguire ottimizzazioni", + "enable.optimizations.omit.debug": "Abilita le ottimizzazioni e omette le informazioni di debug", + "optimize.for.smallest": "Ottimizza per ridurre le dimensioni del file binario", + "optimize.and.debug": "Esegui le ottimizzazioni E includi le informazioni di debug", + "unspec.build.type": "Consenti a CMake di selezionare il tipo di build predefinito", + "constructing": "Costruzione di {0}", + "reloading.variants.file": "Ricaricamento del file delle varianti {0}", + "reloading.variants.from.settings": "Ricaricamento delle varianti dalle impostazioni", + "error.parsing": "Si è verificato un errore durante l'analisi di {0}: {1}", + "invalid.variants": "Sono state specificate varianti non valide:", + "loaded.default.variants": "Le varianti predefinite sono state caricate", + "loaded.new.variants.set": "Il nuovo set di varianti è stato caricato", + "missing.setting.in.variant": "Nella definizione di variante manca l'impostazione {0}.", + "missing.variant.choice": "Nella definizione di variante manca l'opzione di variante {0} in {1}.", + "incompatible.variant": "La selezione dell'ultima variante non è compatibile con la definizione di variante corrente.", + "using.default.variant.choices": "Uso delle opzioni di variante predefinite dalla definizione di variante.", + "select.a.variant.placeholder": "Selezionare una variante build" +} \ No newline at end of file diff --git a/i18n/ita/src/presets/preset.i18n.json b/i18n/ita/src/presets/preset.i18n.json new file mode 100644 index 000000000..9578eeb3c --- /dev/null +++ b/i18n/ita/src/presets/preset.i18n.json @@ -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": "I {0} preimpostati in CMakePresets.json non possono ereditare da {1} preimpostati in CMakeUserPresets.json", + "invalid.inherits.type": "Set di impostazioni {0}: valore non valido per {1}", + "missing.condition.property": "Set di impostazioni {0}: proprietà obbligatoria mancante {1} nell'oggetto della condizione", + "invalid.condition.type": "Set di impostazioni {0}: tipo di condizione {1} non valida", + "invalid.condition": "Set di impostazioni {0}: la condizione deve essere un valore null, booleano o un oggetto.", + "default.build.preset": "[Impostazione predefinita]", + "default.build.preset.description": "Set di impostazioni di compilazione vuoto che non aggiunge argomenti", + "default.test.preset": "[Impostazione predefinita]", + "default.test.preset.description": "Set di impostazioni di test vuoto che non aggiunge argomenti", + "default.package.preset": "[Impostazione predefinita]", + "default.package.preset.description": "Aggiungi un set di impostazioni del pacchetto vuoto che non aggiunge argomenti", + "default.workflow.preset": "[Impostazione predefinita]", + "default.workflow.preset.description": "Set di impostazioni del flusso di lavoro vuoto che non aggiunge argomenti", + "circular.inherits.in.config.preset": "Istruzione inherits circolare nel set di impostazioni di configurazione {0}", + "no.cl.arch": "Set di impostazioni di configurazione {0}: non è stata specificata alcuna architettura per cl.exe. Per impostazione predefinita, verrà usata {1}", + "no.cl.toolset.arch": "Set di impostazioni di configurazione {0}: non è stata specificata alcuna architettura del set di strumenti per cl.exe. Per impostazione predefinita, verrà usata {1}", + "invalid.cl.toolset.arch": "Set di impostazioni di configurazione {0}: È stata specificata un'architettura imprevista per il set di strumenti {1}. Si intendeva {2}?", + "no.cl.toolset.version": "Preset di configurazione {0}: nessuna versione del set di strumenti specificata per cl.exe con l’ultima versione per impostazione predefinita", + "unknown.toolset.option": "L'opzione del set di strumenti non riconosciuta verrà ignorata: {0}", + "specified.vs.not.found": "Set di impostazioni di configurazione {0}: l'istanza di Visual Studio specificata da {1} non è stata trovata. Verrà eseguito il fallback al comportamento di ricerca predefinito dell'istanza.", + "specified.cl.not.found": "Set di impostazioni di configurazione {0}: il compilatore {1} con il set di strumenti {2} e l’architettura {3} non sono stati trovati, potrebbe essere necessario eseguire 'CMake: ricerca compilatori' per controllare l’esistenza sul tuo computer.", + "vs.not.found": "Set di impostazioni di configurazione {0}: non è stata trovata alcuna installazione di Visual Studio che supporti il set di strumenti {1} e l'architettura specificati {2}. Potrebbe essere necessario eseguire 'CMake: ricerca compilatori' per controllare l’esistenza sul tuo computer.", + "using.vs.instance": "Uso dell'ambiente di sviluppo da Visual Studio (istanza {0}, versione {1}, installato in {2})", + "ninja.not.set": "Ninja non è impostato su PATH, provare a usare {0}", + "config.preset.not.found.full": "Non è stato possibile trovare il set di impostazioni di configurazione denominato {0}", + "config.preset.not.found": "Non è stato possibile trovare il set di impostazioni di configurazione", + "property.unsupported.v2": "Set di impostazioni di configurazione {0}: la proprietà {1} non è supportata nei set di impostazioni v2", + "binaryDir.undefined": "Set di impostazioni di configurazione {0}: nessun valore binaryDir specificato. Verrà usato il valore predefinito {1}", + "circular.inherits.in.build.preset": "Istruzione inherits circolare nel set di impostazioni di compilazione {0}", + "circular.inherits.in.test.preset": "Istruzione inherits circolare nel set di impostazioni di test {0}", + "circular.inherits.in.package.preset": "Eredità circolari nel set di impostazioni del pacchetto {0}", + "circular.inherits.in.workflow.preset": "Eredità circolari nel set di impostazioni del flusso di lavoro {0}", + "build.preset.not.found.full": "Non è stato possibile trovare il set di impostazioni di compilazione denominato {0}", + "build.preset.not.found": "Non è stato possibile trovare il set di impostazioni di compilazione", + "configure.preset.not.found.full": "Non è stato possibile trovare il set di impostazioni di configurazione denominato {0}", + "configure.preset.not.found": "Non è stato possibile trovare il set di impostazioni di configurazione", + "test.preset.not.found.full": "Non è stato possibile trovare il set di impostazioni di test denominato {0}", + "test.preset.not.found": "Non è stato possibile trovare il set di impostazioni di test", + "package.preset.not.found.full": "Non è possibile trovare il set di impostazioni del pacchetto con il nome {0}", + "package.preset.not.found": "Impossibile trovare il set di impostazioni del pacchetto", + "workflow.preset.not.found": "Non è stato possibile trovare il set di impostazioni del flusso di lavoro con nome {0}", + "clean.not.needed.no.prior.config.preset": "Pulizia non necessaria: nessun set di impostazioni di configurazione precedente selezionato", + "clean.needed.config.preset.changed": "Pulizia necessaria: il set di impostazioni di configurazione è stato modificato" +} \ No newline at end of file diff --git a/i18n/ita/src/presets/presetsController.i18n.json b/i18n/ita/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..ff504fd94 --- /dev/null +++ b/i18n/ita/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Nome set di impostazioni", + "inherit.config.preset": "Eredita dal set di impostazioni di configurazione", + "description.inherit.config.preset": "Ereditare da un set di impostazioni di configurazione esistente", + "toolchain.file": "File toolchain", + "description.toolchain.file": "Eseguire la configurazione con un file toolchain CMake", + "custom.config.preset": "Personalizzato", + "description.custom.config.preset": "Aggiungere un set di impostazioni di configurazione personalizzato", + "create.from.compilers": "Crea dai compilatori", + "description.create.from.compilers": "Creare da una coppia di compilatori in questo computer", + "add.a.config.preset.placeholder": "Aggiungere un set di impostazioni di configurazione per {0}", + "user.cancelled.add.config.preset": "Aggiunta set di impostazioni di configurazione annullata dall’utente", + "no.compilers.available.for.quick.start": "Nessun compilatore disponibile per Avvio rapido", + "no.compilers.available": "Non è possibile generare un CmakePresets.json con Avvio rapido perché non sono disponibili compilatori.", + "learn.about.installing.compilers": "Informazioni sull'installazione dei compilatori", + "start.selection.of.compilers": "Avviare la selezione di compilatori. Trovati {0} compilatori.", + "opening.compiler.selection": "Apertura selezione del compilatore QuickPick", + "scan.for.compilers.button": "Analisi dei compilatori", + "select.a.compiler.placeholder": "Selezionare un kit per {0}", + "user.cancelled.compiler.selection": "Selezione del compilatore annullata dall’utente", + "user.selected.compiler": "Compilatore {0} selezionato dall’utente", + "select.one.or.more.config.preset.placeholder": "Selezionare una o più set di impostazioni di configurazione", + "custom.configure.preset.toolchain.file": "Configura il set di impostazioni usando il file toolchain", + "description.custom.configure.preset": "Imposta il generatore Ninja, compila e installa la directory", + "custom.configure.preset": "Configurazione personalizzata del set di impostazioni", + "user.selected.config.preset": "Utente ha selezionato il set di impostazioni di configurazione {0}", + "yes": "Sì", + "no": "No", + "no.config.preset": "Non è presente alcun set di impostazioni di configurazione. Si vuole aggiungere un set di impostazioni di configurazione?", + "error.no.config.preset": "Non sono presenti set di impostazioni di configurazione.", + "create.build.from.config.preset": "Creare da set di impostazioni di configurazione", + "description.create.build.from.config.preset": "Creare un nuovo set di impostazioni di compilazione", + "inherit.build.preset": "Eredita dal set di impostazioni di compilazione", + "description.inherit.build.preset": "Eredita da un set di impostazioni di compilazione esistente", + "custom.build.preset": "Personalizzato", + "description.custom.build.preset": "Aggiungere un set di impostazioni di compilazione predefinito", + "add.a.build.preset.placeholder": "Aggiungere un set di impostazioni di compilazione per {0}", + "user.cancelled.add.build.preset": "Aggiunta del set di impostazioni di compilazione annullata dall’utente", + "select.a.config.preset.placeholder": "Selezionare un set di impostazioni di configurazione", + "select.one.or.more.build.preset.placeholder": "Selezionare un o più set di impostazioni di compilazione", + "create.test.from.config.preset": "Creare da set di impostazioni di configurazione", + "description.create.test.from.config.preset": "Creare un nuovo set di impostazioni di test", + "inherit.test.preset": "Eredita dal set di impostazioni di test", + "description.inherit.test.preset": "Eredita da un set di impostazioni di test esistente", + "custom.test.preset": "Personalizzato", + "description.custom.test.preset": "Aggiungere un set di impostazioni di test personalizzato", + "add.a.test.preset.placeholder": "Aggiungere un set di impostazioni di test per {0}", + "user.cancelled.add.test.preset": "Aggiunta del set di impostazioni di test annullata dall’utente", + "select.one.or.more.test.preset.placeholder": "Selezionare uno o più set di impostazioni di test", + "create.package.from.config.preset": "Creare da set di impostazioni di configurazione", + "description.create.package.from.config.preset": "Crea un nuovo set di impostazioni del pacchetto", + "inherit.package.preset": "Eredita dal set di impostazioni del pacchetto", + "description.inherit.package.preset": "Eredita da un set di impostazioni del pacchetto esistente", + "custom.package.preset": "Personalizzato", + "description.custom.package.preset": "Aggiungi un set di impostazioni del pacchetto personalizzato", + "add.a.package.preset.placeholder": "Aggiungi un set di impostazioni del pacchetto per {0}", + "user.cancelled.add.package.preset": "L'utente ha annullato l'aggiunta del set di impostazioni del pacchetto", + "select.one.or.more.package.preset.placeholder": "Seleziona uno o più set di impostazioni del pacchetto", + "create.workflow.from.config.preset": "Creare da set di impostazioni di configurazione", + "description.create.workflow.from.config.preset": "Crea un nuovo set di impostazioni del flusso di lavoro", + "create.workflow.preset": "Crea dal set di impostazioni del flusso di lavoro", + "description.create.test.preset": "Crea un nuovo set di impostazioni del flusso di lavoro da uno già esistente", + "custom.workflow.preset": "Personalizzato", + "description.custom.workflow.preset": "Aggiungi un set di impostazioni del flusso di lavoro personalizzato", + "add.a.workflow.preset.placeholder": "Aggiungi un set di impostazioni del flusso di lavoro per {0}", + "user.cancelled.add.workflow.preset": "L'utente ha annullato l'aggiunta del set di impostazioni del flusso di lavoro", + "select.one.workflow.preset.placeholder": "Seleziona un set di impostazioni di base del flusso di lavoro", + "add.new.preset": "Aggiunta di un nuovo set di impostazioni in corso...", + "start.selection.of.config.presets": "Iniziare la selezionare dei set di impostazioni di configurazione. Trovati {0} set di impostazioni.", + "opening.config.preset.selection": "Apertura selezione del set di impostazioni di configurazione QuickPick", + "select.active.config.preset.placeholder": "Selezionare un set di impostazioni di configurazione per {0}", + "user.cancelled.config.preset.selection": "Selezione set di impostazioni di configurazione annullata dall’utente", + "preset.change.in.progress": "Una modifica al set di impostazioni è già in esecuzione.", + "loading.config.preset": "Caricamento set di impostazioni di configurazione {0}", + "reloading.build.test.preset": "Ricaricamento set di impostazioni di test e di compilazione", + "config.preset.required": "È necessario selezionare un set di impostazioni di configurazione. Come si vuole procedere?", + "select.config.preset": "Seleziona Configura set di impostazioni", + "later": "In seguito", + "build.preset.required": "È necessario selezionare un set di impostazioni di compilazione. Come si vuole procedere?", + "select.build.preset": "Seleziona set di impostazioni di compilazione", + "start.selection.of.build.presets": "Iniziare la selezione di set di impostazioni di compilazione. Sono stati trovati {0} set di impostazioni.", + "opening.build.preset.selection": "Apertura selezione del set di impostazioni di compilazione QuickPick", + "select.active.build.preset.placeholder": "Selezionare un set di impostazioni di compilazione per {0}", + "user.cancelled.build.preset.selection": "Selezione set di impostazioni di compilazione annullata dall’utente", + "user.selected.build.preset": "Set di impostazioni di compilazione {0} selezionato dall'utente", + "build.preset.configure.preset.not.match": "Set di impostazioni di compilazione {0}: il set di impostazioni di configurazione non corrisponde al set di impostazioni di configurazione attivo", + "unloading.build.preset": "Scaricamento del set di impostazioni di compilazione", + "unloading.test.preset": "Scaricamento dei set di impostazioni di test", + "loading.build.preset": "Caricamento set di impostazioni di compilazione {0}", + "start.selection.of.test.presets": "Avviare la selezione dei set di impostazioni di test. Trovati {0} set di impostazioni.", + "select.active.test.preset.placeholder": "Selezionare un set di impostazioni di test per {0}", + "user.cancelled.test.preset.selection": "Selezione set di impostazioni di test annullata dall’utente", + "user.selected.test.preset": "Set di impostazioni di test {0} selezionato dall'utente", + "test.preset.configure.preset.not.match": "Il set di impostazioni di test {0} non è compatibile con i set di impostazioni di configurazione o compilazione attivi", + "loading.test.preset": "Caricamento set di impostazioni di test {0}", + "start.selection.of.package.presets": "Avvia la selezione dei set di impostazioni del pacchetto. Trovati {0} set di impostazioni.", + "select.active.package.preset.placeholder": "Seleziona un set di impostazioni del pacchetto per {0}", + "user.cancelled.package.preset.selection": "Selezione del set di impostazioni del pacchetto annullata dall'utente", + "user.selected.package.preset": "Set di impostazioni del pacchetto selezionato dall'utente {0}", + "package.preset.configure.preset.not.match": "Il set di impostazioni del pacchetto{0} non è compatibile con i set di impostazioni di configurazione o compilazione attivi", + "unloading.package.preset": "Scaricamento del set di impostazioni del pacchetto", + "loading.package.preset": "Caricamento del set di impostazioni del pacchetto {0}", + "start.selection.of.workflow.presets": "Avvia la selezione dei set di impostazioni del flusso di lavoro. Trovati {0} set di impostazioni.", + "select.active.workflow.preset.placeholder": "Seleziona un set di impostazioni del flusso di lavoro per {0}", + "user.cancelled.workflow.preset.selection": "Selezione del set di impostazioni del flusso di lavoro annullata dall'utente", + "user.selected.workflow.preset": "Set di impostazioni del flusso di lavoro {0} selezionato dall'utente", + "workflow.preset.configure.preset.not.match": "Il set di impostazioni di configurazione del set di impostazioni del flusso di lavoro {0} non è compatibile con il set di impostazioni di configurazione di alcuni passaggi del flusso di lavoro", + "unloading.workflow.preset": "Scaricamento del set di impostazioni del flusso di lavoro", + "loading.workflow.preset": "Caricamento del set di impostazioni del flusso di lavoro {0}", + "use.kits.variants": "Usare kit e varianti", + "edit.presets": "Individua", + "presets.version.error": "CMakePresets versione 1 non è supportato. Come si vuole procedere?", + "failed.writing.to.file": "Non è stato possibile scrivere nel file {0}", + "failed.to.watch": "Non è stato possibile creare Watcher per {0}: {1}" +} \ No newline at end of file diff --git a/i18n/ita/src/presets/presetsParser.i18n.json b/i18n/ita/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..cffa834f3 --- /dev/null +++ b/i18n/ita/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Lettura e convalida dei set di impostazioni \"file {0}\"", + "unsupported.presets": "Sono stati rilevati set di impostazioni non supportati in {0}. Il supporto è limitato alle funzionalità definite dalla versione {1}.", + "no.additional.properties": "NON deve avere proprietà aggiuntive", + "unsupported.presets.disable": "Le proprietà e le macro sconosciute possono essere ignorate usando l'impostazione {0}.", + "duplicate.build.preset.found": "Sono stati trovati duplicati all'interno della raccolta di set di impostazioni di compilazione: \"{0}\"", + "duplicate.test.preset.found": "Sono stati trovati duplicati all'interno della raccolta dei set di impostazioni di test: \"{0}\"", + "duplicate.package.preset.found": "Sono stati trovati duplicati all'interno della raccolta di set di impostazioni del pacchetto: \"{0}\"", + "duplicate.workflow.preset.found": "Sono stati trovati duplicati all'interno della raccolta di set di impostazioni del flusso di lavoro: \"{0}\"", + "workflow.does.not.start.configure.step": "Il set di impostazioni del flusso di lavoro \"{0}\" non inizia con un passaggio di configurazione.", + "workflow.has.subsequent.configure.preset": "Il set di impostazioni del flusso di lavoro \"{0}\" ha un altro set di impostazioni di configurazione \"{1}\" oltre al primo passaggio \"{2}\": ", + "successfully.validated.presets": "Convalida dei {0} sullo schema dei set di impostazioni completata", + "included.presets.file.not.found": "Impossibile trovare il file dei set di impostazioni inclusi {0}", + "expansion.errors": "Errori di espansione rilevati nel file dei set di impostazioni.", + "reading.presets.file": "Lettura dei file dei set di impostazioni {0}", + "failed.to.parse": "Non è stato possibile analizzare {0}: {1}", + "expanding.presets.file": "Espansione del file dei set di impostazioni {0}", + "successfully.expanded.presets.file": "Il file dei set di impostazioni è stato espanso {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/ui/cacheView.i18n.json b/i18n/ita/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..c0e4e3610 --- /dev/null +++ b/i18n/ita/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Editor cache di CMake", + "cmake.cache.saved": "Le opzioni di CMake sono state salvate.", + "ignore": "Ignora", + "from.UI": "Dall'interfaccia utente", + "from.cache": "Dalla cache", + "merge.cache.edits": "La cache di CMake è stata modificata all'esterno di questa webview e sono presenti conflitti con le modifiche non salvate correnti. Quali valori si vogliono mantenere?", + "yes": "Sì", + "no": "No", + "unsaved.cache.edits": "Salvare le ultime modifiche apportate alla cache?", + "search": "Cerca", + "save": "Salva", + "key": "Chiave", + "value": "Valore" +} \ No newline at end of file diff --git a/i18n/ita/src/ui/pinnedCommands.i18n.json b/i18n/ita/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..a6fd69d68 --- /dev/null +++ b/i18n/ita/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Seleziona un comando CMake da bloccare", + "user.cancelled.add.pinned.cmake.command": "L'utente ha annullato la selezione del comando CMake da bloccare" +} \ No newline at end of file diff --git a/i18n/ita/src/ui/projectOutline/projectOutline.i18n.json b/i18n/ita/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..552833869 --- /dev/null +++ b/i18n/ita/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Apri file", + "references": "Riferimenti", + "static.library": "Libreria statica", + "module.library": "Libreria moduli", + "shared.library": "Libreria condivisa", + "object.library": "Libreria di oggetti", + "executable": "Eseguibile", + "utility": "Utilità", + "interface.library": "Libreria dell'interfaccia", + "target.tooltip": "{0} target", + "launch.tooltip": "avvia", + "default.tooltip": "predefinito", + "item.render.issue": "Si è verificato un errore durante il rendering di questo elemento. Questo è un bug", + "empty.project": "Progetto vuoto", + "update.project.with.mismatch": "Aggiorna il progetto con la proprietà name non corrispondente", + "workspace.active": "Area di lavoro attiva", + "workspace": "Area di lavoro", + "error.update.code.model.on.nonexist.folder": "Aggiornamento del modello di codice nella cartella che non è stata ancora caricata.", + "error.rendering.children.nodes": "Si è verificato un errore durante il rendering dei nodi figlio" +} \ No newline at end of file diff --git a/i18n/ita/src/ui/projectStatus.i18n.json b/i18n/ita/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..1a09f8f28 --- /dev/null +++ b/i18n/ita/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Nessun kit selezionato]", + "no.configure.preset.selected": "[Nessun set di impostazioni di configurazione selezionato]", + "no.build.preset.selected": "[Nessun set di impostazioni di compilazione selezionato]", + "no.test.preset.selected": "[Nessun set di impostazioni di test selezionato]", + "no.package.preset.selected": "[Nessun set di impostazioni del pacchetto selezionato]", + "no.workflow.preset.selected": "[Nessun set di impostazioni del flusso di lavoro selezionato]", + "Configure": "Configura", + "configure.running": "Configura (in esecuzione)", + "Stop": "Arresta", + "Build": "Compila", + "build.running": "Compilazione (in esecuzione)", + "Test": "Test", + "Package": "Pacchetto", + "cpack.running": "CPack (creazione di pacchetti)", + "Workflow": "Flusso di lavoro", + "workflow.running": "Flusso di lavoro (in esecuzione)", + "Debug": "Esegui il debug", + "Launch": "Avvia", + "Folder": "Cartella", + "active.folder": "Cartella attiva", + "configPreset.change": "Modifica set di impostazioni di configurazione", + "override.settings.applied": "Impostazioni di esecuzione dell’override applicate", + "buildPreset.change": "Modifica set di impostazioni di compilazione", + "testPreset.change": "Modifica set di impostazioni di test", + "packagePreset.change": "Modifica set di impostazioni del pacchetto", + "workflowPreset.change": "Modifica set di impostazioni del flusso di lavoro", + "kit.change": "Modifica kit", + "set.build.target": "Imposta la destinazione di compilazione", + "set.debug.target": "Imposta il target di debug", + "set.launch.target": "Imposta la destinazione di avvio", + "select.active.folder": "Seleziona la cartella attiva", + "set.variant": "Imposta variante" +} \ No newline at end of file diff --git a/i18n/jpn/src/cmakeExecutable.i18n.json b/i18n/jpn/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..b1c966aab --- /dev/null +++ b/i18n/jpn/src/cmakeExecutable.i18n.json @@ -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 実行可能ファイルがキャッシュで見つかりません。もう一度確認しています。" +} \ No newline at end of file diff --git a/i18n/jpn/src/ctest.i18n.json b/i18n/jpn/src/ctest.i18n.json index 912831f3d..134ed95c8 100644 --- a/i18n/jpn/src/ctest.i18n.json +++ b/i18n/jpn/src/ctest.i18n.json @@ -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} のドライバーが見つかりません", @@ -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}", diff --git a/i18n/jpn/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/jpn/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..175ff1eff --- /dev/null +++ b/i18n/jpn/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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}\"" +} \ No newline at end of file diff --git a/i18n/jpn/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/jpn/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..103ac9bd3 --- /dev/null +++ b/i18n/jpn/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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\" を定義する必要があります。" +} \ No newline at end of file diff --git a/i18n/jpn/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/jpn/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..f290c40a9 --- /dev/null +++ b/i18n/jpn/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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 以降を使用していることを確認してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/debug/debugger.i18n.json b/i18n/jpn/src/debug/debugger.i18n.json new file mode 100644 index 000000000..73c78486c --- /dev/null +++ b/i18n/jpn/src/debug/debugger.i18n.json @@ -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}" +} \ No newline at end of file diff --git a/i18n/jpn/src/kits/kit.i18n.json b/i18n/jpn/src/kits/kit.i18n.json new file mode 100644 index 000000000..1f228714e --- /dev/null +++ b/i18n/jpn/src/kits/kit.i18n.json @@ -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} が 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": "例外 {1} により、{0} をスキャンできませんでした", + "checking.file.for.compiler.features": "ファイルのコンパイラ機能を確認しています: {0}", + "filed.to.check.binary": "例外 {1} により、バイナリ {0} をチェックできませんでした", + "failed.to.scan.kit": "キット ファイルをスキャンできませんでした", + "founds.kits.in.directory": "ディレクトリ {1} に {0} 個のキットが見つかりました", + "error.running.setup.script": "{0} の実行中に次のエラーが発生しました: {1}", + "error.parsing.environment": "環境変数の解析でエラーが発生しました: {0}", + "ok.running": "OK、{0} は実行中、env vars: {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 キットをスキャンできません: CMake パスが定義されていません", + "vs.instance.not.found.run.scan.kits": "キット \"{0}\" - ({1}) の VS インストール インスタンスが見つかりません。キットを再スキャンし、システムに存在しなくなったユーザー ローカル エントリも削除することをお勧めします。", + "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": "クリーンが必要: キットが変更されました" +} \ No newline at end of file diff --git a/i18n/jpn/src/kits/kitsController.i18n.json b/i18n/jpn/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..b46ea6569 --- /dev/null +++ b/i18n/jpn/src/kits/kitsController.i18n.json @@ -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": "以前のユーザー ローカル キット ファイルを移行できませんでした。", + "loading.kits": "キットを読み込んでいます", + "unsetting.kit": "キットの設定を解除しています", + "loading.kit": "キット {0} を読み込んでいます", + "invalid.only.kit": "キットのみ無効です。{0} が必要です", + "already.checking.kits": "キットは既に確認中です。後でもう一度お試しください。", + "start.selection.of.kits": "キットの選択を開始します。{0} 個のキットが見つかりました。", + "opening.kit.selection": "キット選択 QuickPick を開いています", + "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 に保存されている古い ID の Visual Studio キットが見つかりました。", + "yes.button": "はい", + "delete.duplicate.kits": "cmake-tools-kits.json から重複する Visual Studio キットを削除しますか?", + "no.button": "いいえ" +} \ No newline at end of file diff --git a/i18n/jpn/src/kits/variant.i18n.json b/i18n/jpn/src/kits/variant.i18n.json new file mode 100644 index 000000000..5e3dd01b3 --- /dev/null +++ b/i18n/jpn/src/kits/variant.i18n.json @@ -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": "ビルド バリアントを選択してください" +} \ No newline at end of file diff --git a/i18n/jpn/src/presets/preset.i18n.json b/i18n/jpn/src/presets/preset.i18n.json new file mode 100644 index 000000000..f03801591 --- /dev/null +++ b/i18n/jpn/src/presets/preset.i18n.json @@ -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}: condition オブジェクトに必須のプロパティ {1} がありません", + "invalid.condition.type": "プリセット {0}: condition の種類 {1} が無効です", + "invalid.condition": "プリセット {0}: Condition は 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}: 既定では {1} を使用する、cl.exe のツールセット アーキテクチャが指定されていません", + "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: Scan for Compilers コマンドを実行する必要がある場合があります。", + "vs.not.found": "構成の事前設定 {0}: 指定されたツールセット {1} とアーキテクチャ {2} をサポートする Visual Studio インストールが見つかりませんでした。このツールセットがコンピューターに存在する場合は、'CMake: コンパイラをスキャンする' コマンドを実行する必要がある場合があります。", + "using.vs.instance": "Visual Studio から開発者環境を使用 (インスタンス {0}、バージョン {1}、{2} にインストール)", + "ninja.not.set": "Ninja は PATH に設定されていません。 {0} を使用しようとしています", + "config.preset.not.found.full": "名前が {0} の構成の事前設定を見つけることができませんでした", + "config.preset.not.found": "構成プリセットが見つかりませんでした", + "property.unsupported.v2": "プリセット {0} の構成: プロパティ {1} はプリセット v2 ではサポートされていません", + "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": "クリーンが必要: 構成の事前設定が変更された" +} \ No newline at end of file diff --git a/i18n/jpn/src/presets/presetsController.i18n.json b/i18n/jpn/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..bb33784bd --- /dev/null +++ b/i18n/jpn/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "プリセット名", + "inherit.config.preset": "構成の事前設定から継承する", + "description.inherit.config.preset": "既存の構成の事前設定を継承します", + "toolchain.file": "ツールチェーン ファイル", + "description.toolchain.file": "CMake ツールチェーン ファイルを使用して構成します", + "custom.config.preset": "カスタム", + "description.custom.config.preset": "カスタム構成の事前設定の追加します", + "create.from.compilers": "コンパイラから作成", + "description.create.from.compilers": "このコンピューター上の 1 組のコンパイラから作成", + "add.a.config.preset.placeholder": "{0} の構成の事前設定を追加してください", + "user.cancelled.add.config.preset": "ユーザーが構成の事前設定の追加を取り消しました", + "no.compilers.available.for.quick.start": "クイック スタートに使用できるコンパイラがありません", + "no.compilers.available": "使用できるコンパイラがないため、クイック スタートから CmakePresets.json を生成できません。", + "learn.about.installing.compilers": "コンパイラのインストールに関する詳細情報", + "start.selection.of.compilers": "コンパイラの選択を開始します。{0} のコンパイラが見つかりました。", + "opening.compiler.selection": "コンパイラの選択 QuickPick を開いています", + "scan.for.compilers.button": "コンパイラのスキャン", + "select.a.compiler.placeholder": "{0} のキットを選択してください", + "user.cancelled.compiler.selection": "ユーザーがコンパイラの選択を取り消しました", + "user.selected.compiler": "ユーザーがコンパイラ {0} を選択しました", + "select.one.or.more.config.preset.placeholder": "1 つ以上の構成の事前設定を選択してください", + "custom.configure.preset.toolchain.file": "ツールチェーン ファイルを使用してプリセットを構成する", + "description.custom.configure.preset": "Ninja ジェネレーター、ビルド、インストール ディレクトリを設定します", + "custom.configure.preset": "カスタム構成のプリセット", + "user.selected.config.preset": "ユーザーが構成の事前設定 {0} を選択しました", + "yes": "はい", + "no": "いいえ", + "no.config.preset": "構成の事前設定がありません。構成の事前設定を追加しますか?", + "error.no.config.preset": "構成の事前設定がありません。", + "create.build.from.config.preset": "構成の事前設定から作成する", + "description.create.build.from.config.preset": "新しいビルドの事前設定を作成します", + "inherit.build.preset": "ビルドの事前設定から継承する", + "description.inherit.build.preset": "既存のビルドの事前設定を継承します", + "custom.build.preset": "カスタム", + "description.custom.build.preset": "カスタム ビルドの事前設定の追加", + "add.a.build.preset.placeholder": "{0} のビルドの事前設定を追加します", + "user.cancelled.add.build.preset": "ユーザーがビルドの事前設定の追加を取り消しました", + "select.a.config.preset.placeholder": "構成の事前設定を選択してください", + "select.one.or.more.build.preset.placeholder": "1 つまたは複数のビルドの事前設定を選択してください", + "create.test.from.config.preset": "構成の事前設定から作成する", + "description.create.test.from.config.preset": "新しいテストの事前設定を作成します", + "inherit.test.preset": "テストの事前設定から継承", + "description.inherit.test.preset": "既存のテストの事前設定を継承します", + "custom.test.preset": "カスタム", + "description.custom.test.preset": "カスタム テストの事前設定の追加", + "add.a.test.preset.placeholder": "{0} に関するテストの事前設定を追加します", + "user.cancelled.add.test.preset": "ユーザーがテストの事前設定の追加を取り消しました", + "select.one.or.more.test.preset.placeholder": "1 つまたは複数のテストの事前設定を選択してください", + "create.package.from.config.preset": "構成の事前設定から作成する", + "description.create.package.from.config.preset": "新しいパッケージ プリセットを作成します", + "inherit.package.preset": "パッケージ プリセットから継承する", + "description.inherit.package.preset": "既存のパッケージ プリセットから継承します", + "custom.package.preset": "カスタム", + "description.custom.package.preset": "カスタム パッケージ プリセットを追加します", + "add.a.package.preset.placeholder": "{0} のパッケージ プリセットを追加してください", + "user.cancelled.add.package.preset": "ユーザーがパッケージ プリセットの追加をキャンセルしました", + "select.one.or.more.package.preset.placeholder": "1 つ以上のパッケージ プリセットを選択してください", + "create.workflow.from.config.preset": "構成の事前設定から作成する", + "description.create.workflow.from.config.preset": "新しいワークフロー プリセットの作成", + "create.workflow.preset": "ワークフロー プリセットから作成する", + "description.create.test.preset": "既存のワークフロー プリセットから新しいワークフロー プリセットを作成します", + "custom.workflow.preset": "カスタム", + "description.custom.workflow.preset": "カスタム ワークフロー プリセットを追加します", + "add.a.workflow.preset.placeholder": "{0} のワークフロー プリセットを追加してください", + "user.cancelled.add.workflow.preset": "ユーザーがワークフロー プリセットの追加をキャンセルしました", + "select.one.workflow.preset.placeholder": "ワークフロー ベースのプリセットを 1 つ選択してください", + "add.new.preset": "新しい事前設定を追加します...", + "start.selection.of.config.presets": "構成の事前設定の選択を開始します。{0} の事前設定が見つかりました。", + "opening.config.preset.selection": "構成の事前設定の選択 QuickPick を開いています", + "select.active.config.preset.placeholder": "{0} の構成の事前設定を選択してください", + "user.cancelled.config.preset.selection": "ユーザーが構成の事前設定の選択を取り消しました", + "preset.change.in.progress": "プリセットの変更は既に処理中です。", + "loading.config.preset": "構成の事前設定 {0} を読み込んでいます", + "reloading.build.test.preset": "ビルドとテストの事前設定を再度読み込んでいます", + "config.preset.required": "構成の事前設定を選択する必要があります。続行する方法を選択してください。", + "select.config.preset": "構成のプリセットの選択", + "later": "後で", + "build.preset.required": "ビルドの事前設定を選択する必要があります。続行する方法を選択してください。", + "select.build.preset": "ビルド プリセットの選択", + "start.selection.of.build.presets": "ビルドの事前設定の選択を開始します。{0} 件の事前設定が見つかりました。", + "opening.build.preset.selection": "ビルドの事前設定の選択 QuickPick を開いています", + "select.active.build.preset.placeholder": "{0} のビルドの事前設定を選択してください", + "user.cancelled.build.preset.selection": "ユーザーがビルドの事前設定の選択を取り消しました", + "user.selected.build.preset": "ユーザーがビルドの事前設定 {0} を選択しました", + "build.preset.configure.preset.not.match": "ビルドの事前設定 {0}: 構成の事前設定が、アクティブ構成の事前設定と一致しません", + "unloading.build.preset": "ビルド プリセットをアンロードしています", + "unloading.test.preset": "テスト プリセットをアンロードしています", + "loading.build.preset": "ビルドの事前設定 {0} を読み込んでいます", + "start.selection.of.test.presets": "テストの事前設定の選択を開始します。{0} 件の事前設定が見つかりました。", + "select.active.test.preset.placeholder": "{0} のテストの事前設定を選択してください", + "user.cancelled.test.preset.selection": "ユーザーがテストの事前設定の選択を取り消しました", + "user.selected.test.preset": "ユーザーがテストの事前設定 {0} を選択しました", + "test.preset.configure.preset.not.match": "テストの事前設定 {0} は、アクティブな構成またはビルドの事前設定と互換性がありません", + "loading.test.preset": "テストの事前設定 {0} を読み込んでいます", + "start.selection.of.package.presets": "パッケージ プリセットの選択を開始します。{0} プリセットが見つかりました。", + "select.active.package.preset.placeholder": "{0} のパッケージ プリセットを選択してください", + "user.cancelled.package.preset.selection": "ユーザーがパッケージ プリセットの選択を取り消しました", + "user.selected.package.preset": "ユーザーがパッケージ プリセット {0} を選択しました", + "package.preset.configure.preset.not.match": "パッケージ プリセット {0} は、アクティブな構成またはビルド プリセットと互換性がありません", + "unloading.package.preset": "パッケージ プリセットをアンロードしています", + "loading.package.preset": "パッケージ プリセット {0} を読み込んでいます", + "start.selection.of.workflow.presets": "ワークフロー プリセットの選択を開始します。{0} プリセットが見つかりました。", + "select.active.workflow.preset.placeholder": "{0} のワークフロー プリセットを選択してください", + "user.cancelled.workflow.preset.selection": "ユーザーがワークフロー プリセットの選択をキャンセルしました", + "user.selected.workflow.preset": "ユーザーがワークフロー プリセット {0} を選択しました", + "workflow.preset.configure.preset.not.match": "ワークフロー プリセット {0} の構成プリセットは、いくつかのワークフロー ステップの構成プリセットと互換性がありません", + "unloading.workflow.preset": "ワークフロー プリセットをアンロードしています", + "loading.workflow.preset": "ワークフロー プリセット {0} を読み込んでいます", + "use.kits.variants": "キットとバリアントを使用する", + "edit.presets": "検索する", + "presets.version.error": "CMakePresets バージョン 1 はサポートされていません。続行する方法を選択してください。", + "failed.writing.to.file": "ファイル {0} への書き込みが失敗しました", + "failed.to.watch": "{0} の Watcher を作成できませんでした: {1}" +} \ No newline at end of file diff --git a/i18n/jpn/src/presets/presetsParser.i18n.json b/i18n/jpn/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..c3651a45c --- /dev/null +++ b/i18n/jpn/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "プリセット \"ファイル {0}\" を読み取り、検証しています", + "unsupported.presets": "サポートされていないプリセットが {0} で検出されました。サポートは、バージョン {1} で定義されている機能に制限されています。", + "no.additional.properties": "追加のプロパティを含めることはできません", + "unsupported.presets.disable": "{0} 設定を使用すると、不明なプロパティとマクロを無視できます。", + "duplicate.build.preset.found": "ビルド プリセット コレクション内に重複が見つかりました: \"{0}\"", + "duplicate.test.preset.found": "テストのプリセット コレクション内に重複が見つかりました: \"{0}\"", + "duplicate.package.preset.found": "パッケージ プリセット コレクション内に重複が見つかりました: \"{0}\"", + "duplicate.workflow.preset.found": "ワークフロー プリセット コレクション内に重複が見つかりました: \"{0}\"", + "workflow.does.not.start.configure.step": "ワークフロー プリセット \"{0}\" が構成ステップで開始されません。", + "workflow.has.subsequent.configure.preset": "ワークフロー プリセット \"{0}\" には、最初のステップ \"{2}\" に加えて、別の構成プリセット \"{1}\" があります: ", + "successfully.validated.presets": "プリセット スキーマに対する {0} が正常に検証されました", + "included.presets.file.not.found": "含まれているプリセット ファイル {0} が見つかりません", + "expansion.errors": "プリセット ファイルで拡張エラーが見つかりました。", + "reading.presets.file": "事前設定ファイル {0} を読み取っています", + "failed.to.parse": "{0} を解析できませんでした: {1}", + "expanding.presets.file": "プリセット ファイル {0} を展開中", + "successfully.expanded.presets.file": "プリセット ファイル {0} が正常に展開されました" +} \ No newline at end of file diff --git a/i18n/jpn/src/ui/cacheView.i18n.json b/i18n/jpn/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..847c48e27 --- /dev/null +++ b/i18n/jpn/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "CMake キャッシュ エディター", + "cmake.cache.saved": "CMake オプションが保存されました。", + "ignore": "無視", + "from.UI": "UI から", + "from.cache": "キャッシュから", + "merge.cache.edits": "CMake キャッシュがこの Web ビューの外部で変更され、現在保存されていない編集内容と競合しています。どちらの値を保持しますか?", + "yes": "はい", + "no": "いいえ", + "unsaved.cache.edits": "最新のキャッシュの編集内容を保存しますか?", + "search": "検索", + "save": "保存", + "key": "キー", + "value": "値" +} \ No newline at end of file diff --git a/i18n/jpn/src/ui/pinnedCommands.i18n.json b/i18n/jpn/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..2b55cbebc --- /dev/null +++ b/i18n/jpn/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "ピン留めする CMake コマンドを選択する", + "user.cancelled.add.pinned.cmake.command": "ユーザーがピン留めする CMake コマンドの選択を取り消しました" +} \ No newline at end of file diff --git a/i18n/jpn/src/ui/projectOutline/projectOutline.i18n.json b/i18n/jpn/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..08e17d85f --- /dev/null +++ b/i18n/jpn/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "ファイルを開く", + "references": "リファレンス", + "static.library": "スタティック ライブラリ", + "module.library": "モジュール ライブラリ", + "shared.library": "共有ライブラリ", + "object.library": "オブジェクト ライブラリ", + "executable": "実行可能ファイル", + "utility": "ユーティリティ", + "interface.library": "インターフェイス ライブラリ", + "target.tooltip": "ターゲット {0}", + "launch.tooltip": "起動", + "default.tooltip": "既定値", + "item.render.issue": "このアイテムのレンダリングで問題が発生しました。これはバグです", + "empty.project": "空のプロジェクト", + "update.project.with.mismatch": "一致しない名前プロパティを持つプロジェクトを更新する", + "workspace.active": "アクティブなワークスペース", + "workspace": "ワークスペース", + "error.update.code.model.on.nonexist.folder": "まだ読み込まれていないフォルダーでコード モデルを更新しています。", + "error.rendering.children.nodes": "子ノードのレンダリング中にエラーが発生しました" +} \ No newline at end of file diff --git a/i18n/jpn/src/ui/projectStatus.i18n.json b/i18n/jpn/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..c02d6efce --- /dev/null +++ b/i18n/jpn/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[キットが選択されていません]", + "no.configure.preset.selected": "[構成の事前設定が選択されていません]", + "no.build.preset.selected": "[ビルドの事前設定が選択されていません]", + "no.test.preset.selected": "[テストの事前設定が選択されていません]", + "no.package.preset.selected": "[パッケージ プリセットが選択されていません]", + "no.workflow.preset.selected": "[ワークフロー プリセットが選択されていません]", + "Configure": "構成", + "configure.running": "構成 (実行中)", + "Stop": "停止", + "Build": "ビルド", + "build.running": "ビルド (実行中)", + "Test": "テスト", + "Package": "パッケージ", + "cpack.running": "CPack (パッケージ化)", + "Workflow": "ワークフロー", + "workflow.running": "ワークフロー (実行)", + "Debug": "デバッグ", + "Launch": "起動", + "Folder": "フォルダー", + "active.folder": "アクティブなフォルダー", + "configPreset.change": "構成プリセットの変更", + "override.settings.applied": "オーバーライド設定が適用されました", + "buildPreset.change": "ビルド プリセットの変更", + "testPreset.change": "テスト プリセットの変更", + "packagePreset.change": "パッケージ プリセットの変更", + "workflowPreset.change": "ワークフロー プリセットの変更", + "kit.change": "キットの変更", + "set.build.target": "ビルド ターゲットの設定", + "set.debug.target": "デバッグ ターゲットの設定", + "set.launch.target": "起動ターゲットの設定", + "select.active.folder": "アクティブなフォルダーの選択", + "set.variant": "バリアントの設定" +} \ No newline at end of file diff --git a/i18n/kor/src/cmakeExecutable.i18n.json b/i18n/kor/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..5cfabdde1 --- /dev/null +++ b/i18n/kor/src/cmakeExecutable.i18n.json @@ -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 실행 파일을 찾을 수 없습니다. 다시 확인하는 중입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/ctest.i18n.json b/i18n/kor/src/ctest.i18n.json index 6dcf7b1b4..542bf76fa 100644 --- a/i18n/kor/src/ctest.i18n.json +++ b/i18n/kor/src/ctest.i18n.json @@ -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} 폴더에 대한 드라이버를 찾을 수 없습니다.", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "종료 코드 {1}을(를) 반환하며 테스트 {0}에 실패했습니다.", "test.failed.with.completion.status": "완료 상태 \" {1} \"(으)로 테스트 {0}에 실패했습니다.", "test.failed": "테스트 {0}에 실패했습니다. 자세한 내용은 출력을 확인하세요.", + "ctest.run.cancelled": "CTest 실행이 취소됨", "ctest.run.terminated": "CTest 실행이 종료됨", "ctest.finished.with.code": "CTest 완료(반환 코드: {0})", "folder.not.found.in.test.explorer": "테스트 탐색기에서 폴더를 찾을 수 없습니다. {0}", diff --git a/i18n/kor/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/kor/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..9cbafbe75 --- /dev/null +++ b/i18n/kor/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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}\"" +} \ No newline at end of file diff --git a/i18n/kor/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/kor/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..7e624d72c --- /dev/null +++ b/i18n/kor/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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\" 디버그 형식은 \"시작\" 요청만 지원합니다.", + "cmake.debug.must.define.debugType": "\"cmake\" 디버그 형식을 사용하려면 \"cmakeDebugType\"을 정의해야 합니다. 사용 가능한 옵션은 \"구성\", \"외부\" 및 \"스크립트\"입니다.", + "cmake.debug.external.requires.pipeName": "\"cmakeDebugType\"이 \"외부\"로 설정된 \"cmake\" 디버그 형식을 사용하려면 \"pipeName\"을 정의해야 합니다.", + "cmake.debug.script.requires.scriptPath": "\"cmakeDebugType\"이 \"스크립트\"로 설정된 \"cmake\" 디버그 형식을 사용하려면 CMake 스크립트를 가리키는 \"scriptPath\"를 정의해야 합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/kor/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..60e11a69f --- /dev/null +++ b/i18n/kor/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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 이상이 있는지 확인하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/debug/debugger.i18n.json b/i18n/kor/src/debug/debugger.i18n.json new file mode 100644 index 000000000..78ba7781b --- /dev/null +++ b/i18n/kor/src/debug/debugger.i18n.json @@ -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에 대해 pretty-printing 사용", + "invalid.miDebuggerPath.override": "{1}의 {0}은(는) 디버거에 대한 절대 경로여야 합니다(변수 확장은 현재 지원되지 않음). 가져옴: {2}", + "no.compiler.found.in.cache": "캐시 파일에 컴파일러가 없습니다.", + "unable.to.determine.debugger.for.compiler": "컴파일러에 해당하는 디버거를 자동으로 확인할 수 없음: {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/kits/kit.i18n.json b/i18n/kor/src/kits/kit.i18n.json new file mode 100644 index 000000000..78da159e4 --- /dev/null +++ b/i18n/kor/src/kits/kit.i18n.json @@ -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}이(가) 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 키트를 검사할 수 없음: 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": "정리 필요: 키트가 변경됨" +} \ No newline at end of file diff --git a/i18n/kor/src/kits/kitsController.i18n.json b/i18n/kor/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..5b8ff7c14 --- /dev/null +++ b/i18n/kor/src/kits/kitsController.i18n.json @@ -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": "키트 선택 QuickPick을 여는 중", + "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에 저장된 이전 ID가 있는 Visual Studio 키트를 찾았습니다.", + "yes.button": "예", + "delete.duplicate.kits": "cmake-tools-kits.json에서 중복된 Visual Studio 키트를 삭제하시겠습니까?", + "no.button": "아니요" +} \ No newline at end of file diff --git a/i18n/kor/src/kits/variant.i18n.json b/i18n/kor/src/kits/variant.i18n.json new file mode 100644 index 000000000..2db0323b7 --- /dev/null +++ b/i18n/kor/src/kits/variant.i18n.json @@ -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": "variant 파일 {0}을(를) 다시 로드하는 중", + "reloading.variants.from.settings": "설정에서 variant를 다시 로드하는 중", + "error.parsing": "{0}을(를) 구문 분석하는 동안 오류 발생: {1}", + "invalid.variants": "잘못된 변형이 지정됨:", + "loaded.default.variants": "기본 변형 로드됨", + "loaded.new.variants.set": "새 variant 세트를 로드함", + "missing.setting.in.variant": "variant 정의에 {0} 설정이 없습니다.", + "missing.variant.choice": "variant 정의에 {1}의 variant 선택 {0}이(가) 없습니다.", + "incompatible.variant": "마지막 variant 선택이 현재 variant 정의와 호환되지 않습니다.", + "using.default.variant.choices": "variant 정의의 기본 variant 선택 항목을 사용하고 있습니다.", + "select.a.variant.placeholder": "빌드 변형 선택" +} \ No newline at end of file diff --git a/i18n/kor/src/presets/preset.i18n.json b/i18n/kor/src/presets/preset.i18n.json new file mode 100644 index 000000000..ebf7b545c --- /dev/null +++ b/i18n/kor/src/presets/preset.i18n.json @@ -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}: 기본으로 {1}을(를) 사용하여 cl.exe에 대해 지정된 도구 집합 아키텍처가 없음", + "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: 컴파일러 검색' 명령을 실행해야 할 수 있습니다.", + "using.vs.instance": "Visual Studio의 개발자 환경 사용({2}에 설치된 인스턴스 {0}, 버전 {1})", + "ninja.not.set": "{0}을(를) 사용하려는 PATH에 Ninja가 설정되지 않음", + "config.preset.not.found.full": "이름이 {0}인 구성 사전 설정을 찾을 수 없음", + "config.preset.not.found": "구성 미리 설정을 찾을 수 없습니다.", + "property.unsupported.v2": "구성 사전 설정 {0}: 속성 {1}은(는) 사전 설정 v2에서 지원되지 않음", + "binaryDir.undefined": "구성 사전 설정 {0}: 기본값 {1}을(를) 사용하여 지정된 binaryDir이 없음", + "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": "정리 필요: 구성 사전 설정이 변경됨" +} \ No newline at end of file diff --git a/i18n/kor/src/presets/presetsController.i18n.json b/i18n/kor/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..8bef8c2c2 --- /dev/null +++ b/i18n/kor/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "사전 설정 이름", + "inherit.config.preset": "구성 사전 설정에서 상속", + "description.inherit.config.preset": "기존 구성 사전 설정에서 상속", + "toolchain.file": "도구 체인 파일", + "description.toolchain.file": "CMake 도구 체인 파일로 구성", + "custom.config.preset": "사용자 지정", + "description.custom.config.preset": "사용자 지정 구성 사전 설정 추가", + "create.from.compilers": "컴파일러에서 만들기", + "description.create.from.compilers": "이 컴퓨터의 컴파일러 쌍에서 만들기", + "add.a.config.preset.placeholder": "{0}에 대한 구성 사전 설정 추가", + "user.cancelled.add.config.preset": "사용자가 구성 사전 설정 추가를 취소", + "no.compilers.available.for.quick.start": "빠른 시작에 사용할 수 있는 컴파일러가 없습니다.", + "no.compilers.available": "사용할 수 있는 컴파일러가 없기 때문에 Quick Start를 사용하여 CmakePresets.json을 생성할 수 없습니다.", + "learn.about.installing.compilers": "컴파일러 설치에 대한 자세한 정보", + "start.selection.of.compilers": "컴파일러 선택을 시작합니다. {0} 컴파일러를 찾았습니다.", + "opening.compiler.selection": "컴파일러 선택 QuickPick를 여는 중", + "scan.for.compilers.button": "컴파일러 검색", + "select.a.compiler.placeholder": "{0}용 키트 선택", + "user.cancelled.compiler.selection": "사용자가 컴파일러 선택을 취소", + "user.selected.compiler": "사용자가 컴파일러 {0} 선택", + "select.one.or.more.config.preset.placeholder": "하나 이상의 구성 사전 설정 선택", + "custom.configure.preset.toolchain.file": "도구 체인 파일을 사용하여 사전 설정 구성", + "description.custom.configure.preset": "Ninja 생성기, 빌드 및 설치 디렉터리 설정", + "custom.configure.preset": "사용자 지정 구성 사전 설정", + "user.selected.config.preset": "사용자가 구성 사전 설정 {0} 선택", + "yes": "예", + "no": "아니요", + "no.config.preset": "구성 사전 설정이 없습니다. 구성 사전 설정을 추가하시겠습니까?", + "error.no.config.preset": "구성 사전 설정이 없습니다.", + "create.build.from.config.preset": "구성 사전 설정에서 만들기", + "description.create.build.from.config.preset": "새 빌드 사전 설정 만들기", + "inherit.build.preset": "빌드 사전 설정에서 상속", + "description.inherit.build.preset": "기존 빌드 사전 설정에서 상속", + "custom.build.preset": "사용자 지정", + "description.custom.build.preset": "사용자 지정 빌드 사전 설정 추가", + "add.a.build.preset.placeholder": "{0}에 대한 빌드 사전 설정 추가", + "user.cancelled.add.build.preset": "사용자가 빌드 사전 설정 추가를 취소", + "select.a.config.preset.placeholder": "구성 사전 설정 선택", + "select.one.or.more.build.preset.placeholder": "하나 이상의 빌드 사전 설정 선택", + "create.test.from.config.preset": "구성 사전 설정에서 만들기", + "description.create.test.from.config.preset": "새 테스트 사전 설정 만들기", + "inherit.test.preset": "테스트 사전 설정에서 상속", + "description.inherit.test.preset": "기존 테스트 사전 설정에서 상속", + "custom.test.preset": "사용자 지정", + "description.custom.test.preset": "사용자 지정 테스트 사전 설정 추가", + "add.a.test.preset.placeholder": "{0}에 대한 테스트 사전 설정 추가", + "user.cancelled.add.test.preset": "사용자가 테스트 사전 설정 추가를 취소", + "select.one.or.more.test.preset.placeholder": "하나 이상의 테스트 사전 설정 선택", + "create.package.from.config.preset": "구성 사전 설정에서 만들기", + "description.create.package.from.config.preset": "새 패키지 사전 설정 만들기", + "inherit.package.preset": "패키지 사전 설정에서 상속", + "description.inherit.package.preset": "기존 패키지 사전 설정에서 상속", + "custom.package.preset": "사용자 지정", + "description.custom.package.preset": "사용자 지정 패키지 사전 설정 추가", + "add.a.package.preset.placeholder": "{0}에 대한 패키지 사전 설정 추가", + "user.cancelled.add.package.preset": "사용자가 패키지 사전 설정 추가를 취소함", + "select.one.or.more.package.preset.placeholder": "하나 이상의 패키지 사전 설정 선택", + "create.workflow.from.config.preset": "구성 사전 설정에서 만들기", + "description.create.workflow.from.config.preset": "새 워크플로 사전 설정 만들기", + "create.workflow.preset": "워크플로 사전 설정을 기반으로 만들기", + "description.create.test.preset": "기존 워크플로 사전 설정을 기반으로 새 워크플로 사전 설정 만들기", + "custom.workflow.preset": "사용자 지정", + "description.custom.workflow.preset": "사용자 지정 워크플로 사전 설정 추가", + "add.a.workflow.preset.placeholder": "{0}에 대한 워크플로 사전 설정 추가", + "user.cancelled.add.workflow.preset": "사용자가 워크플로 사전 설정 추가를 취소함", + "select.one.workflow.preset.placeholder": "워크플로 기본 사전 설정을 1개 선택하세요.", + "add.new.preset": "새 사전 설정 추가...", + "start.selection.of.config.presets": "구성 사전 설정 선택을 시작합니다. {0} 사전 설정을 찾았습니다.", + "opening.config.preset.selection": "구성 사전 설정 선택 QuickPick를 여는 중", + "select.active.config.preset.placeholder": "{0}에 대한 구성 사전 설정 선택", + "user.cancelled.config.preset.selection": "사용자가 설정 구성 선택 취소", + "preset.change.in.progress": "미리 설정된 변경이 이미 진행 중입니다.", + "loading.config.preset": "구성 사전 설정 {0} 로드 중", + "reloading.build.test.preset": "빌드 및 테스트 사전 설정 다시 로드 중", + "config.preset.required": "구성 사전 설정을 선택해야 합니다. 계속 진행하시겠습니까?", + "select.config.preset": "구성 사전 설정 선택", + "later": "나중에", + "build.preset.required": "빌드 사전 설정을 선택해야 합니다. 어떻게 진행하시겠습니까?", + "select.build.preset": "빌드 사전 설정 선택", + "start.selection.of.build.presets": "빌드 사전 설정 선택을 시작합니다. {0} 사전 설정을 찾았습니다.", + "opening.build.preset.selection": "빌드 사전 설정 선택 QuickPick 열기", + "select.active.build.preset.placeholder": "{0}에 대한 빌드 사전 설정 선택", + "user.cancelled.build.preset.selection": "사용자가 빌드 사전 설정 선택 취소", + "user.selected.build.preset": "사용자가 빌드 사전 설정 {0} 선택", + "build.preset.configure.preset.not.match": "빌드 사전 설정 {0}: 구성 사전 설정이 활성 상태의 구성 사전 설정과 일치하지 않음", + "unloading.build.preset": "빌드 사전 설정 언로드 중", + "unloading.test.preset": "테스트 사전 설정 언로드 중", + "loading.build.preset": "빌드 사전 설정 {0} 로드 중", + "start.selection.of.test.presets": "테스트 사전 설정 선택을 시작합니다. {0} 사전 설정을 찾았습니다.", + "select.active.test.preset.placeholder": "{0}에 대한 테스트 사전 설정 선택", + "user.cancelled.test.preset.selection": "사용자가 테스트 사전 설정 선택 취소", + "user.selected.test.preset": "사용자가 테스트 사전 설정 {0} 선택", + "test.preset.configure.preset.not.match": "테스트 사전 설정 {0}이(가) 활성 상태의 구성 또는 빌드 사전 설정과 호환되지 않음", + "loading.test.preset": "테스트 사전 설정 {0} 로드 중", + "start.selection.of.package.presets": "패키지 사전 설정 선택을 시작합니다. {0} 사전 설정을 찾았습니다.", + "select.active.package.preset.placeholder": "{0}에 대한 패키지 사전 설정 선택", + "user.cancelled.package.preset.selection": "사용자가 패키지 사전 설정 선택을 취소함", + "user.selected.package.preset": "사용자가 패키지 사전 설정 {0}을(를) 선택함", + "package.preset.configure.preset.not.match": "패키지 사전 설정 {0}이(가) 활성 상태의 구성 또는 빌드 사전 설정과 호환되지 않음", + "unloading.package.preset": "패키지 사전 설정을 언로드 중", + "loading.package.preset": "{0} 패키지 사전 설정을 로드하는 중", + "start.selection.of.workflow.presets": "워크플로 사전 설정 선택을 시작합니다. {0} 사전 설정을 찾았습니다.", + "select.active.workflow.preset.placeholder": "{0}에 대한 워크플로 사전 설정 선택", + "user.cancelled.workflow.preset.selection": "사용자가 워크플로 사전 설정 선택을 취소함", + "user.selected.workflow.preset": "사용자가 워크플로 사전 설정 {0}을(를) 선택함", + "workflow.preset.configure.preset.not.match": "워크플로 사전 설정 {0}의 구성 사전 설정이 일부 워크플로 단계의 구성 사전 설정과 호환되지 않습니다.", + "unloading.workflow.preset": "워크플로 사전 설정을 언로드 중", + "loading.workflow.preset": "워크플로 사전 설정 {0} 로드 중", + "use.kits.variants": "키트 및 변형 사용", + "edit.presets": "찾기", + "presets.version.error": "CMakePresets 버전 1이 지원되지 않습니다. 계속 진행하시겠습니까?", + "failed.writing.to.file": "{0} 파일에 쓰지 못함", + "failed.to.watch": "{0}에 감시자를 만들 수 없습니다.{1}" +} \ No newline at end of file diff --git a/i18n/kor/src/presets/presetsParser.i18n.json b/i18n/kor/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..1e8ad6fc7 --- /dev/null +++ b/i18n/kor/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "\"파일 {0}\" 사전 설정을 읽고 유효성을 검사하는 중", + "unsupported.presets": "{0}에서 지원되지 않는 사전 설정이 검색되었습니다. 지원은 버전 {1}에서 정의한 기능으로 제한됩니다.", + "no.additional.properties": "추가 속성이 없어야 함", + "unsupported.presets.disable": "알 수 없는 속성 및 매크로는 {0} 설정을 사용하여 무시할 수 있습니다.", + "duplicate.build.preset.found": "빌드 사전 설정 컬렉션에서 중복 항목 발견: \"{0}\"", + "duplicate.test.preset.found": "테스트 사전 설정 컬렉션에서 중복 항목 발견: \"{0}\"", + "duplicate.package.preset.found": "패키지 사전 설정 컬렉션에서 중복 항목 발견: \"{0}\"", + "duplicate.workflow.preset.found": "워크플로 사전 설정 컬렉션에서 중복 항목 발견: \"{0}\"", + "workflow.does.not.start.configure.step": "워크플로 사전 설정 \"{0}\"이(가) 구성 단계로 시작하지 않습니다.", + "workflow.has.subsequent.configure.preset": "워크플로 사전 설정 \"{0}\"에 첫 번째 단계 \"{2}\" 외에 다른 구성 사전 설정 \"{1}\"이(가) 있습니다. ", + "successfully.validated.presets": "사전 설정 스키마에 대해 {0}의 유효성을 검사했습니다.", + "included.presets.file.not.found": "포함된 사전 설정 파일 {0}을(를) 찾을 수 없습니다.", + "expansion.errors": "사전 설정 파일에서 확장 오류가 발견되었습니다.", + "reading.presets.file": "사전 설정 파일 {0} 읽기", + "failed.to.parse": "{0}을(를) 구문 분석하지 못함: {1}", + "expanding.presets.file": "미리 설정 파일 확장 {0}", + "successfully.expanded.presets.file": "사전 설정 파일을 확장함 {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/ui/cacheView.i18n.json b/i18n/kor/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..65251c5c3 --- /dev/null +++ b/i18n/kor/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "CMake 캐시 편집기", + "cmake.cache.saved": "CMake 옵션이 저장되었습니다.", + "ignore": "무시", + "from.UI": "UI에서", + "from.cache": "캐시에서", + "merge.cache.edits": "CMake 캐시가 이 웹 보기 외부에서 수정되었으며 현재 저장되지 않은 편집 내용에 충돌이 있습니다. 유지할 값을 선택하세요.", + "yes": "예", + "no": "아니요", + "unsaved.cache.edits": "최신 캐시 편집 내용을 저장하시겠습니까?", + "search": "검색", + "save": "저장", + "key": "키", + "value": "값" +} \ No newline at end of file diff --git a/i18n/kor/src/ui/pinnedCommands.i18n.json b/i18n/kor/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..0da270aa1 --- /dev/null +++ b/i18n/kor/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "고정할 CMake 명령 선택", + "user.cancelled.add.pinned.cmake.command": "사용자가 고정할 CMake 명령 선택을 취소함" +} \ No newline at end of file diff --git a/i18n/kor/src/ui/projectOutline/projectOutline.i18n.json b/i18n/kor/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..4dedc3440 --- /dev/null +++ b/i18n/kor/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "파일 열기", + "references": "참조", + "static.library": "정적 라이브러리", + "module.library": "모듈 라이브러리", + "shared.library": "공유 라이브러리", + "object.library": "개체 라이브러리", + "executable": "실행 파일", + "utility": "유틸리티", + "interface.library": "인터페이스 라이브러리", + "target.tooltip": "대상 {0}", + "launch.tooltip": "시작", + "default.tooltip": "기본값", + "item.render.issue": "이 항목을 렌더링하는 동안 버그로 인해 문제가 발생했습니다.", + "empty.project": "빈 프로젝트", + "update.project.with.mismatch": "일치하지 않는 이름 속성으로 프로젝트 업데이트", + "workspace.active": "활성 작업 영역", + "workspace": "작업 영역", + "error.update.code.model.on.nonexist.folder": "아직 로드되지 않은 폴더의 코드 모델을 업데이트하는 중입니다.", + "error.rendering.children.nodes": "자식 노드를 렌더링하는 동안 오류 발생" +} \ No newline at end of file diff --git a/i18n/kor/src/ui/projectStatus.i18n.json b/i18n/kor/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..c5865ce6f --- /dev/null +++ b/i18n/kor/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[선택된 키트가 없음]", + "no.configure.preset.selected": "[선택한 구성 사전 설정 없음]", + "no.build.preset.selected": "[선택한 빌드 사전 설정 없음]", + "no.test.preset.selected": "[선택한 테스트 사전 설정 없음]", + "no.package.preset.selected": "[선택한 패키지 사전 설정 없음]", + "no.workflow.preset.selected": "[선택한 워크플로 사전 설정 없음]", + "Configure": "구성", + "configure.running": "구성(실행 중)", + "Stop": "중지", + "Build": "빌드", + "build.running": "빌드(실행 중)", + "Test": "테스트", + "Package": "패키지", + "cpack.running": "CPack(패키징)", + "Workflow": "워크플로", + "workflow.running": "워크플로(실행 중)", + "Debug": "디버그", + "Launch": "시작", + "Folder": "폴더", + "active.folder": "활성 폴더", + "configPreset.change": "사전 설정 구성 변경", + "override.settings.applied": "재정의 설정 적용됨", + "buildPreset.change": "빌드 사전 설정 변경", + "testPreset.change": "테스트 사전 설정 변경", + "packagePreset.change": "패키지 사전 설정 변경", + "workflowPreset.change": "워크플로 사전 설정 변경", + "kit.change": "키트 변경", + "set.build.target": "빌드 대상 설정", + "set.debug.target": "디버그 대상 설정", + "set.launch.target": "시작 대상 설정", + "select.active.folder": "활성 폴더 선택", + "set.variant": "변형 설정" +} \ No newline at end of file diff --git a/i18n/plk/src/cmakeExecutable.i18n.json b/i18n/plk/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..77a19b836 --- /dev/null +++ b/i18n/plk/src/cmakeExecutable.i18n.json @@ -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": "Nie znaleziono pliku wykonywalnego narzędzia CMake w pamięci podręcznej. Sprawdzanie ponowne." +} \ No newline at end of file diff --git a/i18n/plk/src/ctest.i18n.json b/i18n/plk/src/ctest.i18n.json index 113fb8503..9eed9e128 100644 --- a/i18n/plk/src/ctest.i18n.json +++ b/i18n/plk/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "integracja narzędzia CTest została wyłączona. Zobacz ustawienie `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Testowanie", + "running.tests": "Uruchomione testy", "ctest.path.not.set": "Ścieżka narzędzia CTest nie jest ustawiona", "no.project.found": "Nie znaleziono projektu dla folderu {0}", "no.driver.found": "Nie znaleziono sterownika dla folderu {0}", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "Test {0} zakończył się niepowodzeniem z kodem zakończenia {1}.", "test.failed.with.completion.status": "Test {0} nie powiódł się ze statusem ukończenia „{1}”.", "test.failed": "Test {0} nie powiódł się. Sprawdź dane wyjściowe, aby uzyskać więcej informacji.", + "ctest.run.cancelled": "Przebieg narzędzia CTest został anulowany", "ctest.run.terminated": "Praca narzędzia CTest została przerwana", "ctest.finished.with.code": "Narzędzie CTest zakończyło pracę z kodem powrotnym {0}", "folder.not.found.in.test.explorer": "Nie znaleziono folderu w Eksploratorze testów: {0}", diff --git a/i18n/plk/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/plk/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..f593fd0ec --- /dev/null +++ b/i18n/plk/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "Nie można odnaleźć ścieżki skryptu „{0}”.", + "debugger.create.descriptor": "Łączenie debugera w nazwanym potoku: „{0}”" +} \ No newline at end of file diff --git a/i18n/plk/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/plk/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..f1bfea0c6 --- /dev/null +++ b/i18n/plk/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Debugowanie skryptu cmake z domyślnym uruchamianiem", + "cmake.debugging.not.supported": "Narzędzie CMake nie obsługuje automatycznego debugowania dla tego pliku", + "cmake.debug.only.launch.supported": "Typ debugowania „cmake” obsługuje tylko żądanie „launch”.", + "cmake.debug.must.define.debugType": "Typ debugowania „cmake” wymaga zdefiniowania typu „cmakeDebugType”. Dostępne opcje to „configure”, „external” i „script”.", + "cmake.debug.external.requires.pipeName": "Typ debugowania „cmake” z parametrem „cmakeDebugType” ustawionym na wartość „external” wymaga zdefiniowania elementu „pipeName”.", + "cmake.debug.script.requires.scriptPath": "Typ debugowania „cmake” z parametrem „cmakeDebugType” ustawionym na wartość „script” wymaga zdefiniowania elementu „scriptPath”, który wskazuje skrypt narzędzia CMake." +} \ No newline at end of file diff --git a/i18n/plk/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/plk/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..cde79b8f0 --- /dev/null +++ b/i18n/plk/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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": "Wykonywanie skryptu narzędzia CMake: „{0}”", + "run.script.successful": "Skrypt narzędzia CMake: „{0}” ukończono pomyślnie.", + "run.script.failed": "Skrypt narzędzia CMake: „{0}” zakończył się niepowodzeniem.", + "run.script.cmakeDebugger.not.supported": "Nie można debugować skryptu z tą wersją narzędzia CMake. Upewnij się, że masz narzędzie CMake w wersji 3.27 lub nowszej." +} \ No newline at end of file diff --git a/i18n/plk/src/debug/debugger.i18n.json b/i18n/plk/src/debug/debugger.i18n.json new file mode 100644 index 000000000..d50cbdf6e --- /dev/null +++ b/i18n/plk/src/debug/debugger.i18n.json @@ -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": "Nie można znaleźć programu GDB w domyślnej ścieżce wyszukiwania i lokalizacji {0}.", + "enable.pretty.printing": "Włącz formatowanie kodu dla programu gdb", + "invalid.miDebuggerPath.override": "Element {0} w {1} musi być ścieżką bezwzględną do debugera (rozszerzenie zmiennej nie jest obecnie obsługiwane). Otrzymano: {2}", + "no.compiler.found.in.cache": "Nie znaleziono kompilatora w pliku pamięci podręcznej.", + "unable.to.determine.debugger.for.compiler": "Nie można automatycznie określić debugera odpowiadającego kompilatorowi: {0}" +} \ No newline at end of file diff --git a/i18n/plk/src/kits/kit.i18n.json b/i18n/plk/src/kits/kit.i18n.json new file mode 100644 index 000000000..9525f5b04 --- /dev/null +++ b/i18n/plk/src/kits/kit.i18n.json @@ -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": "Testowanie pliku binarnego {0}: {1}", + "getting.compiler.version": "Pobieranie wersji {0} dla {1}", + "bad.compiler.binary": "Nieprawidłowy {0} binarny (\"-v\" zwraca {1}): {2}", + "bad.compiler.binary.output": "Nieprawidłowy {0} binarny. {1} wersja raportów {2} : dane wyjściowe : {3}", + "detected.compiler": "Wykryto kompilator {0}: {1}", + "bad.mingw32-make.binary": "Nieprawidłowy plik binarny mingw32-make ({0} zwraca wartość inną niż zero): {1}", + "unknown.gcc.kit.untrusted": "Nieznany zestaw GCC (niezaufana ścieżka)", + "detected.clang.compiler": "Wykryto kompilator Clang: {0}", + "unknown.clang.kit.untrusted": "Nieznany zestaw Clang (niezaufana ścieżka)", + "skipping.scan.of.appdata": "Pomijanie skanowania folderu %LocalAppData%", + "skipping.scan.of.not.existing.path": "Pomijanie skanowania nieistniejącej ścieżki {0}", + "scanning.directory.for.compilers": "Skanowanie katalogu {0} w poszukiwaniu kompilatorów", + "failed.to.scan": "Nie można skanować elementu {0} według wyjątku: {1}", + "checking.file.for.compiler.features": "Sprawdzanie pliku pod kątem funkcji kompilatora: {0}", + "filed.to.check.binary": "Nie można sprawdzić pliku binarnego {0} według wyjątku: {1}", + "failed.to.scan.kit": "Nie można skanować pliku zestawu", + "founds.kits.in.directory": "W katalogu {1} znaleziono zestawy w liczbie {0}", + "error.running.setup.script": "Błąd podczas uruchamiania {0} za pomocą: {1}", + "error.parsing.environment": "Wystąpił błąd podczas analizowania zmiennej środowiskowej: {0}", + "ok.running": "Ok, uruchamianie {0}, env vars: {1}", + "checking.for.kit": "Sprawdzanie pod kątem zestawu: {0}", + "checking": "Sprawdzanie {0}", + "detected.kit.for.version": "Wykryto zestaw VsKit dla wersji", + "generator.present": "Generator jest dostępny: {0}", + "selected.preferred.generator.name": "Nazwa wybranego preferowanego generatora: {0} {1}", + "failed.to.scan.for.kits": "Nie można przeskanować w poszukiwaniu zestawów Clang interfejsu wiersza polecenia GNU: ścieżka narzędzia CMake nie jest zdefiniowana", + "vs.instance.not.found.run.scan.kits": "Nie znaleziono wystąpienia instalacji programu VS dla zestawu „{0}” - ({1}). Zaleca się ponowne zeskanowanie zestawów i usunięcie wszystkich wpisów lokalnych użytkownika, które nie są już obecne w systemie.", + "kit.env": "Środowisko zestawu {0}: {1}", + "scanning.for.kits.on.system": "Trwa skanowanie w poszukiwaniu zestawów w systemie", + "scanning.for.kits": "Skanowanie pod kątem zestawów", + "scanning.for.cmake.kits": "Trwa skanowanie w poszukiwaniu zestawów narzędzia CMake...", + "skip.scan.path": "Pomijanie skanowania ścieżki", + "found.kit": "Znaleziono zestaw ({0}): {1}", + "trusted": "zaufane", + "untrusted": "niezaufane", + "untrusted.kits.found": "Zestawy kompilatora mogą znajdować się w następujących katalogach: {0}. Czy chcesz skanować i wykonywać potencjalne kompilatory w tych katalogach, dodając je do „cmake.additionalCompilerSearchDirs”?", + "yes": "Tak", + "no": "Nie", + "silent.kits.rescan": "Wykryto zmianę wersji definicji zestawów z {0} na {1}. Tras dyskretne skanowanie w poszukiwaniu zestawów.", + "kit.for.toolchain.file": "Zestaw dla pliku łańcucha narzędzi {0}", + "using.compilers": "Użycie kompilatorów: {0}", + "using.compilers.for.VS": "Użycie kompilatorów dla elementu {0} (architektura {1})", + "using.compilers.for.VS2": "Używanie kompilatorów dla Visual Studio (architektura {0})", + "search.for.compilers": "Wyszukaj kompilatory na tym komputerze", + "unspecified.let.cmake.guess": "Nieokreślone (narzędzie CMake ma zgadnąć kompilatory i środowisko do użycia)", + "not.reading.nonexistent.kit": "Bez odczytywania pliku nieistniejących zestawów: {0}", + "not.reading.invalid.path": "Nie można odczytać nieprawidłowego pliku zestawów: {0}", + "reading.kits.file": "Odczytywanie pliku zestawów {0}", + "failed.to.parse": "Nie można przeanalizować elementu {0}: {1}", + "invalid.file.error": "Nieprawidłowa zawartość zestawu {0} ({1}):", + "successfully.loaded.kits": "Pomyślnie załadowano zestawy w liczbie {0} ze ścieżki {1}", + "clean.not.needed": "Nie wymaga czyszczenia: nie wybrano poprzedniego zestawu", + "clean.needed": "Wymaga czyszczenia: zmieniono zestaw" +} \ No newline at end of file diff --git a/i18n/plk/src/kits/kitsController.i18n.json b/i18n/plk/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..a0664093c --- /dev/null +++ b/i18n/plk/src/kits/kitsController.i18n.json @@ -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": "Ponowne odczytywanie zestawów folderów", + "migrating.kits.file": "Migrowanie pliku zestawów", + "failed.to.migrate.kits.file": "Nie można migrować wcześniejszego pliku zestawów lokalnych użytkownika.", + "loading.kits": "Ładowanie zestawów", + "unsetting.kit": "Cofanie ustawienia zestawu", + "loading.kit": "Ładowanie zestawu {0}", + "invalid.only.kit": "Jedyny zestaw jest nieprawidłowy. Oczekiwano znalezienia elementu {0}.", + "already.checking.kits": "Sprawdzanie zestawów już trwa. Spróbuj ponownie później.", + "start.selection.of.kits": "Rozpocznij wybieranie zestawów. Liczba znalezionych zestawów: {0}.", + "opening.kit.selection": "Otwieranie elementu QuickPick wyboru zestawu", + "scan.for.kits.button": "Skanuj w poszukiwaniu zestawów", + "unspecified.kit.name": "Nieokreślone", + "select.a.kit.placeholder": "Wybierz zestaw dla: {0}", + "user.cancelled.kit.selection": "Użytkownik anulował wybór zestawu", + "user.selected.kit": "Użytkownik wybrał zestaw {0}", + "kit.references.non-existent": "Zestaw {0} przywołuje nieistniejący plik binarny kompilatora [{1}]. Co chcesz zrobić?", + "remove.it.button": "Usuń to", + "keep.it.button": "Zachowaj to", + "pruning.kit": "Zestaw oczyszczania", + "saving.kits.to": "Zapisywanie zestawów do lokalizacji {0}", + "saving.new.kits.to": "Zapisywanie nowych zestawów do lokalizacji {0}", + "retry.button": "Ponów próbę", + "cancel.button": "Anuluj", + "rescanning.for.kits": "Ponowne skanowanie pod kątem zestawów", + "found.duplicate.kits": "Znaleziono zestawy programu Visual Studio ze starymi identyfikatorami zapisane w pliku cmake-tools-kits.json.", + "yes.button": "Tak", + "delete.duplicate.kits": "Czy chcesz usunąć zduplikowane zestawy programu Visual Studio z pliku cmake-tools-kits.json?", + "no.button": "Nie" +} \ No newline at end of file diff --git a/i18n/plk/src/kits/variant.i18n.json b/i18n/plk/src/kits/variant.i18n.json new file mode 100644 index 000000000..44fe79a1e --- /dev/null +++ b/i18n/plk/src/kits/variant.i18n.json @@ -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": "Typ kompilacji", + "emit.debug.without.optimizations": "Emituj informacje debugowania bez wykonywania optymalizacji", + "enable.optimizations.omit.debug": "Włącz optymalizacje, pomiń informacje debugowania", + "optimize.for.smallest": "Optymalizuj pod kątem najmniejszego rozmiaru pliku binarnego", + "optimize.and.debug": "Wykonaj optymalizacje I dołącz informacje debugowania", + "unspec.build.type": "Pozwól narzędziu CMake wybrać domyślny typ kompilacji", + "constructing": "Tworzenie wariantu {0}", + "reloading.variants.file": "Ponowne ładowanie pliku wariantów {0}", + "reloading.variants.from.settings": "Ponowne ładowanie wariantów z ustawień", + "error.parsing": "Błąd podczas analizowania elementu {0}: {1}", + "invalid.variants": "Określono nieprawidłowe warianty:", + "loaded.default.variants": "Załadowano domyślne warianty", + "loaded.new.variants.set": "Załadowano nowy zestaw wariantów", + "missing.setting.in.variant": "Brak ustawienia {0} w definicji wariantu.", + "missing.variant.choice": "Brakuje wyboru wariantu {0} dla elementu {1} w definicji wariantu.", + "incompatible.variant": "Ostatni wybór wariantu jest niezgodny z obecną definicją wariantu.", + "using.default.variant.choices": "Użycie domyślnych wyborów wariantu z definicji wariantu.", + "select.a.variant.placeholder": "Wybierz wariant kompilacji" +} \ No newline at end of file diff --git a/i18n/plk/src/presets/preset.i18n.json b/i18n/plk/src/presets/preset.i18n.json new file mode 100644 index 000000000..bcbadd102 --- /dev/null +++ b/i18n/plk/src/presets/preset.i18n.json @@ -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": "Element {0} w pliku CMakePresets.json nie może dziedziczyć z elementu {1} w pliku CMakeUserPresets.json", + "invalid.inherits.type": "Wstępne ustawienie {0}: nieprawidłowa wartość dla {1}", + "missing.condition.property": "Ustawienie predefiniowane {0}: Brak wymaganej właściwości {1} w warunku obiektu", + "invalid.condition.type": "Ustawienie wstępne {0}: nieprawidłowy typ warunku {1}", + "invalid.condition": "Ustawienie wstępne {0}: warunek musi mieć wartość null, wartość logiczną lub musi być obiektem.", + "default.build.preset": "[Domyślne]", + "default.build.preset.description": "Pusta predefiniowana kompilacja, która nie dodaje żadnych argumentów", + "default.test.preset": "[Domyślne]", + "default.test.preset.description": "Pusty predefiniowany test, które nie dodaje żadnych argumentów", + "default.package.preset": "[Domyślne]", + "default.package.preset.description": "Pusty predefiniowany test, które nie dodaje żadnych argumentów", + "default.workflow.preset": "[Domyślne]", + "default.workflow.preset.description": "Puste wstępne ustawienie przepływu pracy, które nie dodaje żadnych argumentów", + "circular.inherits.in.config.preset": "Dziedziczenie cykliczne we wstępnie zdefiniowanej konfiguracji {0}", + "no.cl.arch": "Skonfiguruj ustawienie wstępne {0}: nie określono żadnej architektury dla cl.exe przy użyciu domyślnego elementu „{1}”", + "no.cl.toolset.arch": "Skonfiguruj wstępnie ustawione {0}: nie określono architektury zestawu narzędzi dla środowiska cl.exe przy użyciu domyślnego elementu {1}", + "invalid.cl.toolset.arch": "Skonfiguruj wstępnie ustawione {0}: Określono nieoczekiwaną architekturę zestawu narzędzi {1} czy chodziło Ci o {2}?", + "no.cl.toolset.version": "Predefiniowana konfiguracja {0}: nie określono wersji zestawu narzędzi dla cl.exe, domyślnie używając najnowszej", + "unknown.toolset.option": "Nierozpoznana opcja zestawu narzędzi zostanie zignorowana: {0}", + "specified.vs.not.found": "Skonfiguruj wstępnie ustawione {0}: nie znaleziono wystąpienia programu Visual Studio określonego przez {1}, co powoduje powrót do domyślnego zachowania wyszukiwania wystąpienia.", + "specified.cl.not.found": "Konfigurowanie ustawień wstępnych {0}: nie znaleziono kompilatora {1} z zestawem narzędzi {2} i architekturą {3}. Może być konieczne uruchomienie elementu „CMake: skanuj w poszukiwaniu kompilatorów”, jeśli istnieje on na komputerze.", + "vs.not.found": "Skonfiguruj ustawienie wstępne {0}: nie znaleziono żadnej instalacji programu Visual Studio obsługującej określony zestaw narzędzi {1} i architektury {2}. Jeśli ten zestaw narzędzi istnieje na komputerze, może być konieczne uruchomienie polecenia „CMake: Scan for Compilers”.", + "using.vs.instance": "Korzystanie ze środowiska deweloperskiego programu Visual Studio (wystąpienie {0}, wersja {1} zainstalowane w {2})", + "ninja.not.set": "Ninja nie jest ustawiony na ŚCIEŻCE, spróbuj użyć {0}.", + "config.preset.not.found.full": "Nie można odnaleźć predefiniowanej konfiguracji o nazwie {0}", + "config.preset.not.found": "Nie można odnaleźć ustawienia wstępnego konfiguracji", + "property.unsupported.v2": "Skonfiguruj ustawienie predefiniowane {0}: właściwość {1} jest nieobsługiwana w ustawieniach predefiniowanych w wersji 2", + "binaryDir.undefined": "Skonfiguruj ustawienie predefiniowane {0}: Nie określono elementu binaryDir, używając wartości domyślnej {1}", + "circular.inherits.in.build.preset": "Dziedziczenie cykliczne we wstępnie zdefiniowanej kompilacji {0}", + "circular.inherits.in.test.preset": "Dziedziczenie cykliczne we wstępnie zdefiniowanym teście {0}", + "circular.inherits.in.package.preset": "Cykliczne dziedziczenia w ustawieniu wstępnym pakietu {0}", + "circular.inherits.in.workflow.preset": "Cykliczne dziedziczenia w ustawieniu wstępnym przepływu pracy {0}", + "build.preset.not.found.full": "Nie można odnaleźć predefiniowanej kompilacji o nazwie {0}", + "build.preset.not.found": "Nie można odnaleźć ustawienia wstępnego kompilacji", + "configure.preset.not.found.full": "Nie można odnaleźć predefiniowanej konfiguracji o nazwie {0}", + "configure.preset.not.found": "Nie można odnaleźć ustawienia wstępnego konfiguracji", + "test.preset.not.found.full": "Nie można odnaleźć predefiniowanego testu o nazwie {0}", + "test.preset.not.found": "Nie można odnaleźć ustawienia wstępnego testu", + "package.preset.not.found.full": "Nie można odnaleźć ustawienia wstępnego pakietu o nazwie {0}", + "package.preset.not.found": "Nie można odnaleźć ustawienia wstępnego pakietu", + "workflow.preset.not.found": "Nie można odnaleźć ustawienia wstępnego przepływu pracy o nazwie {0}", + "clean.not.needed.no.prior.config.preset": "Czyszczenie nie jest potrzebne: nie wybrano wcześniej predefiniowanej konfiguracji", + "clean.needed.config.preset.changed": "Wymaga czyszczenia: zmieniono predefiniowaną konfigurację" +} \ No newline at end of file diff --git a/i18n/plk/src/presets/presetsController.i18n.json b/i18n/plk/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..e463c99b5 --- /dev/null +++ b/i18n/plk/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Nazwa ustawienia wstępnego", + "inherit.config.preset": "Dziedzicz z predefiniowanej konfiguracji", + "description.inherit.config.preset": "Dziedzicz z istniejącej predefiniowanej konfiguracji", + "toolchain.file": "Plik łańcucha narzędzi", + "description.toolchain.file": "Konfiguruj za pomocą pliku łańcucha narzędzi CMAKE", + "custom.config.preset": "Niestandardowe", + "description.custom.config.preset": "Dodaj niestandardową predefiniowaną konfigurację", + "create.from.compilers": "Utwórz na podstawie kompilatorów", + "description.create.from.compilers": "Utwórz na podstawie pary kompilatorów na tym komputerze", + "add.a.config.preset.placeholder": "Dodaj predefiniowaną konfigurację dla {0}", + "user.cancelled.add.config.preset": "Użytkownik anulował dodawanie predefiniowanej konfiguracji", + "no.compilers.available.for.quick.start": "Brak dostępnych kompilatorów dla przewodnika Szybki start", + "no.compilers.available": "Nie można wygenerować CmakePresets.json z przewodnikiem Szybki start z powodu braku dostępnych kompilatorów.", + "learn.about.installing.compilers": "Dowiedz się więcej o instalowaniu kompilatorów", + "start.selection.of.compilers": "Rozpocznij wybór kompilatora. Znalezione kompilatory: {0}.", + "opening.compiler.selection": "Otwieranie kompilatora wyboru QuickPick", + "scan.for.compilers.button": "Skanuj pod kątem kompilatorów", + "select.a.compiler.placeholder": "Wybierz zestaw dla: {0}", + "user.cancelled.compiler.selection": "Użytkownik anulował wybór kompilatorów.", + "user.selected.compiler": "Użytkownik wybrał kompilator {0}", + "select.one.or.more.config.preset.placeholder": "Wybierz co najmniej jedną predefiniowaną konfigurację", + "custom.configure.preset.toolchain.file": "Konfigurowanie ustawień wstępnych przy użyciu pliku łańcucha narzędzi", + "description.custom.configure.preset": "Ustawia generator Ninja, kompiluj i instaluj katalog", + "custom.configure.preset": "Ustawienie wstępne konfiguracji niestandardowej", + "user.selected.config.preset": "Użytkownik wybrał predefiniowaną konfigurację {0}", + "yes": "Tak", + "no": "Nie", + "no.config.preset": "Nie istnieją żadne predefiniowane konfiguracje. Czy chcesz je dodać?", + "error.no.config.preset": "Nie istnieją żadne predefiniowane konfiguracje.", + "create.build.from.config.preset": "Utwórz na podstawie predefiniowanej konfiguracji", + "description.create.build.from.config.preset": "Utwórz nową predefiniowaną kompilację", + "inherit.build.preset": "Dziedzicz z predefiniowanej kompilacji", + "description.inherit.build.preset": "Dziedzicz z istniejącej predefiniowanej kompilacji", + "custom.build.preset": "Niestandardowe", + "description.custom.build.preset": "Dodaj niestandardową predefiniowaną kompilację", + "add.a.build.preset.placeholder": "Dodaj predefiniowaną kompilację dla {0}", + "user.cancelled.add.build.preset": "Użytkownik anulował dodawanie predefiniowanej kompilacji.", + "select.a.config.preset.placeholder": "Wybierz predefiniowaną konfigurację", + "select.one.or.more.build.preset.placeholder": "Wybierz co najmniej jedną predefiniowaną kompilację", + "create.test.from.config.preset": "Utwórz na podstawie predefiniowanej konfiguracji", + "description.create.test.from.config.preset": "Utwórz nowy predefiniowany test", + "inherit.test.preset": "Dziedzicz z predefiniowanego testu", + "description.inherit.test.preset": "Dziedzicz z istniejącego predefiniowanego testu", + "custom.test.preset": "Niestandardowe", + "description.custom.test.preset": "Dodaj niestandardowy predefiniowany test", + "add.a.test.preset.placeholder": "Dodaj predefiniowany test dla {0}", + "user.cancelled.add.test.preset": "Użytkownik anulował dodawanie predefiniowanego testu.", + "select.one.or.more.test.preset.placeholder": "Wybierz co najmniej jeden predefiniowany test", + "create.package.from.config.preset": "Utwórz na podstawie predefiniowanej konfiguracji", + "description.create.package.from.config.preset": "Utwórz nowe ustawienie wstępne pakietu", + "inherit.package.preset": "Dziedzicz po ustawieniu wstępnym pakietu", + "description.inherit.package.preset": "Dziedzicz po istniejącym ustawieniu wstępnym pakietu", + "custom.package.preset": "Niestandardowe", + "description.custom.package.preset": "Dodaj niestandardowe ustawienie wstępne pakietu", + "add.a.package.preset.placeholder": "Dodawanie ustawienia wstępnego pakietu dla {0}", + "user.cancelled.add.package.preset": "Użytkownik anulował dodawanie ustawienia wstępnego pakietu", + "select.one.or.more.package.preset.placeholder": "Wybierz co najmniej jedno ustawienie wstępne pakietu", + "create.workflow.from.config.preset": "Utwórz na podstawie predefiniowanej konfiguracji", + "description.create.workflow.from.config.preset": "Tworzenie nowego ustawienia wstępnego przepływu pracy", + "create.workflow.preset": "Utwórz na podstawie ustawienia wstępnego przepływu pracy", + "description.create.test.preset": "Utwórz nowe ustawienie wstępne przepływu pracy z istniejącego ustawienia wstępnego przepływu pracy", + "custom.workflow.preset": "Niestandardowe", + "description.custom.workflow.preset": "Ustawienie wstępne niestandardowego przepływu pracy", + "add.a.workflow.preset.placeholder": "Dodawanie ustawienia wstępnego przepływu pracy dla {0}", + "user.cancelled.add.workflow.preset": "Użytkownik anulował dodawanie ustawień wstępnych przepływu pracy", + "select.one.workflow.preset.placeholder": "Wybierz jedno podstawowe ustawienie wstępne przepływu pracy", + "add.new.preset": "Dodaj nową predefinicję...", + "start.selection.of.config.presets": "Rozpocznij wybór predefiniowanych konfiguracji. Znalezionych: {0}.", + "opening.config.preset.selection": "Otwieranie wyboru QuickPick predefiniowanej konfiguracji", + "select.active.config.preset.placeholder": "Wybierz predefiniowaną konfigurację dla {0}", + "user.cancelled.config.preset.selection": "Użytkownik anulował wybór predefiniowanej konfiguracji", + "preset.change.in.progress": "Wstępnie ustawiona zmiana jest już w toku.", + "loading.config.preset": "Ładowanie predefiniowanej konfiguracji {0}", + "reloading.build.test.preset": "Ponowne ładowanie predefiniowanych kompilacji i testów", + "config.preset.required": "Należy wybrać predefiniowaną konfigurację. W jaki sposób chcesz kontynuować?", + "select.config.preset": "Wybierz ustawienie wstępne konfiguracji", + "later": "Później", + "build.preset.required": "Należy wybrać ustawienie wstępne kompilacji. Jak chcesz kontynuować?", + "select.build.preset": "Wybierz ustawienie wstępne kompilacji", + "start.selection.of.build.presets": "Rozpocznij wybór predefiniowanych kompilacji. Znalezionych: {0}.", + "opening.build.preset.selection": "Otwieranie wyboru QuickPick predefiniowanej kompilacji", + "select.active.build.preset.placeholder": "Wybierz predefiniowaną kompilację dla {0}", + "user.cancelled.build.preset.selection": "Użytkownik anulował wybór predefiniowanej kompilacji", + "user.selected.build.preset": "Użytkownik wybrał predefiniowaną kompilację {0}", + "build.preset.configure.preset.not.match": "Ustawienie wstępne kompilacji {0}: ustawienie wstępne konfiguracji jest niezgodne z aktywnym ustawieniem wstępnym konfiguracji", + "unloading.build.preset": "Ustawienie wstępne kompilacji zwalniania", + "unloading.test.preset": "Ustawienie wstępne testowania zwalniania", + "loading.build.preset": "Ładowanie predefiniowanej kompilacji {0}", + "start.selection.of.test.presets": "Rozpocznij wybór predefiniowanych testów. Znalezionych: {0}.", + "select.active.test.preset.placeholder": "Wybierz predefiniowany test dla {0}", + "user.cancelled.test.preset.selection": "Użytkownik anulował wybór predefiniowanego testu", + "user.selected.test.preset": "Użytkownik wybrał predefiniowany test {0}", + "test.preset.configure.preset.not.match": "Ustawienie wstępne testu {0}: nie jest zgodne z aktywnymi ustawieniami wstępnymi konfiguracji lub kompilacji", + "loading.test.preset": "Ładowanie predefiniowanego testu {0}", + "start.selection.of.package.presets": "Rozpocznij wybieranie ustawień wstępnych pakietu. Znaleziono {0} ustawień wstępnych.", + "select.active.package.preset.placeholder": "Wybierz ustawienie wstępne pakietu dla {0}", + "user.cancelled.package.preset.selection": "Wybór ustawień wstępnych pakietu anulowany przez użytkownika", + "user.selected.package.preset": "Ustawienie wstępne pakietu wybrane przez użytkownika {0}", + "package.preset.configure.preset.not.match": "Ustawienie wstępne pakietu {0} nie jest zgodne z aktywnymi ustawieniami wstępnymi konfiguracji lub kompilacji.", + "unloading.package.preset": "Ustawienie wstępne zwalniania pakietu", + "loading.package.preset": "Ładowanie ustawienia wstępnego pakietu {0}", + "start.selection.of.workflow.presets": "Rozpocznij wybieranie ustawień wstępnych przepływu pracy. Znaleziono {0} ustawień wstępnych.", + "select.active.workflow.preset.placeholder": "Wybierz ustawienie wstępne przepływu pracy dla {0}", + "user.cancelled.workflow.preset.selection": "Wybór ustawienia wstępnego przepływu pracy anulowany przez użytkownika", + "user.selected.workflow.preset": "Ustawienia wstępne przepływu pracy wybrany przez użytkownika {0}", + "workflow.preset.configure.preset.not.match": "Ustawienie wstępne konfiguracji ustawienia wstępnego przepływu pracy {0} nie jest zgodne ze wstępnie skonfigurowaną konfiguracją niektórych kroków przepływu pracy", + "unloading.workflow.preset": "Ustawienie wstępne przepływu pracy zwalniania", + "loading.workflow.preset": "Ładowanie ustawienia wstępnego przepływu pracy {0}", + "use.kits.variants": "Użyj zestawów i wariantów", + "edit.presets": "Zlokalizuj", + "presets.version.error": "Predefinicje programu CMake (wersja 1) nie są obsługiwane. W jaki sposób chcesz kontynuować?", + "failed.writing.to.file": "Nie można zapisać do pliku: {0}", + "failed.to.watch": "Nie można utworzyć obserwatora dla {0}: {1}" +} \ No newline at end of file diff --git a/i18n/plk/src/presets/presetsParser.i18n.json b/i18n/plk/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..ffaa4165a --- /dev/null +++ b/i18n/plk/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Odczytywanie i sprawdzanie poprawności ustawień wstępnych „plik {0}”", + "unsupported.presets": "Wykryto nieobsługiwane ustawienia wstępne w: {0}. Obsługa jest ograniczona do funkcji zdefiniowanych przez wersję {1}.", + "no.additional.properties": "NIE powinno mieć dodatkowych właściwości", + "unsupported.presets.disable": "Nieznane właściwości i makra można zignorować przy użyciu ustawienia {0}.", + "duplicate.build.preset.found": "Znaleziono duplikaty w kolekcji ustawień wstępnych kompilacji: „{0}”", + "duplicate.test.preset.found": "Znaleziono duplikaty w kolekcji ustawień wstępnych testu: „{0}\"", + "duplicate.package.preset.found": "Znaleziono duplikaty w kolekcji ustawień wstępnych pakietu: „{0}”", + "duplicate.workflow.preset.found": "Znaleziono duplikaty w kolekcji ustawień wstępnych przepływu pracy: „{0}”", + "workflow.does.not.start.configure.step": "Ustawienie wstępne przepływu pracy „{0}” nie rozpoczyna się od kroku konfiguracji.", + "workflow.has.subsequent.configure.preset": "Ustawienie wstępne przepływu pracy „{0}” ma inny wstępny zestaw konfiguracji „{1}” oprócz pierwszego kroku „{2}”: ", + "successfully.validated.presets": "Pomyślnie zweryfikowano {0} względem schematu ustawień wstępnych", + "included.presets.file.not.found": "Nie można odnaleźć dołączonego pliku ustawień wstępnych {0}", + "expansion.errors": "W pliku ustawień wstępnych znaleziono błędy rozszerzenia.", + "reading.presets.file": "Odczytywanie predefiniowanego pliku {0}", + "failed.to.parse": "Nie można przeanalizować elementu {0}: {1}", + "expanding.presets.file": "Rozwijanie pliku ustawień wstępnych {0}", + "successfully.expanded.presets.file": "Pomyślnie rozwinięto plik ustawień wstępnych {0}" +} \ No newline at end of file diff --git a/i18n/plk/src/ui/cacheView.i18n.json b/i18n/plk/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..44409507a --- /dev/null +++ b/i18n/plk/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Edytor pamięci podręcznej narzędzia CMake", + "cmake.cache.saved": "Opcje narzędzia CMake zostały zapisane.", + "ignore": "Ignoruj", + "from.UI": "Z interfejsu użytkownika", + "from.cache": "Z pamięci podręcznej", + "merge.cache.edits": "Pamięć podręczna narzędzia CMake została zmodyfikowana poza tym widokiem WebView i występują konflikty z obecnymi niezapisanymi zmianami. Które wartości chcesz zachować?", + "yes": "Tak", + "no": "Nie", + "unsaved.cache.edits": "Czy chcesz zapisać najnowsze zmiany w pamięci podręcznej?", + "search": "Wyszukaj", + "save": "Zapisz", + "key": "Klucz", + "value": "Wartość" +} \ No newline at end of file diff --git a/i18n/plk/src/ui/pinnedCommands.i18n.json b/i18n/plk/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..cf7ec5a26 --- /dev/null +++ b/i18n/plk/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Wybierz polecenie narzędzia CMake do przypięcia", + "user.cancelled.add.pinned.cmake.command": "Użytkownik anulował wybieranie polecenia narzędzia CMake do przypięcia" +} \ No newline at end of file diff --git a/i18n/plk/src/ui/projectOutline/projectOutline.i18n.json b/i18n/plk/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..fb169720a --- /dev/null +++ b/i18n/plk/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Otwórz plik", + "references": "Odwołania", + "static.library": "Biblioteka statyczna", + "module.library": "Biblioteka modułów", + "shared.library": "Biblioteka współdzielona", + "object.library": "Biblioteka obiektów", + "executable": "Wykonywalny", + "utility": "Narzędzie", + "interface.library": "Biblioteka interfejsów", + "target.tooltip": "Miejsce docelowe {0}", + "launch.tooltip": "uruchom", + "default.tooltip": "domyślne", + "item.render.issue": "Wystąpił problem podczas renderowania tego elementu. To jest usterka.", + "empty.project": "Pusty projekt", + "update.project.with.mismatch": "Aktualizuj projekt z niezgodną właściwością nazwy", + "workspace.active": "Aktywny obszar roboczy", + "workspace": "Obszar roboczy", + "error.update.code.model.on.nonexist.folder": "Wykonywania jest aktualizacja modelu kodu w folderze, który nie został jeszcze załadowany.", + "error.rendering.children.nodes": "Błąd podczas renderowania węzłów podrzędnych" +} \ No newline at end of file diff --git a/i18n/plk/src/ui/projectStatus.i18n.json b/i18n/plk/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..059fcf2c9 --- /dev/null +++ b/i18n/plk/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Nie wybrano zestawu]", + "no.configure.preset.selected": "[Nie wybrano ustawienia wstępnego konfiguracji]", + "no.build.preset.selected": "[Nie wybrano ustawienia wstępnego kompilacji]", + "no.test.preset.selected": "[Nie wybrano ustawienia wstępnego testu]", + "no.package.preset.selected": "[Nie wybrano ustawień wstępnych pakietu]", + "no.workflow.preset.selected": "[Nie wybrano wstępnie ustawionego przepływu pracy]", + "Configure": "Konfiguruj", + "configure.running": "Konfiguruj (uruchomione)", + "Stop": "Zatrzymaj", + "Build": "Kompilacja", + "build.running": "Kompilacja (uruchomiona)", + "Test": "Testowanie", + "Package": "Pakiet", + "cpack.running": "CPack (pakowanie)", + "Workflow": "Przepływ pracy", + "workflow.running": "Przepływ pracy (uruchomiony)", + "Debug": "Debuguj", + "Launch": "Uruchom", + "Folder": "Folder", + "active.folder": "Aktywny folder", + "configPreset.change": "Zmień ustawienie wstępne konfiguracji", + "override.settings.applied": "Zastosowano ustawienia zastępowania", + "buildPreset.change": "Zmień ustawienie wstępne kompilacji", + "testPreset.change": "Zmień ustawienie wstępne testowania", + "packagePreset.change": "Zmień ustawienie wstępne pakietu", + "workflowPreset.change": "Zmień ustawienie wstępne przepływu pracy", + "kit.change": "Zmień zestaw", + "set.build.target": "Ustaw miejsce docelowe kompilacji", + "set.debug.target": "Ustaw miejsce docelowe debugowania", + "set.launch.target": "Ustaw miejsce docelowe uruchamiania", + "select.active.folder": "Wybierz aktywny folder", + "set.variant": "Ustaw wariant" +} \ No newline at end of file diff --git a/i18n/ptb/src/cmakeExecutable.i18n.json b/i18n/ptb/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..2b8048e53 --- /dev/null +++ b/i18n/ptb/src/cmakeExecutable.i18n.json @@ -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": "O executável CMake não foi encontrado no cache. Verificando novamente." +} \ No newline at end of file diff --git a/i18n/ptb/src/ctest.i18n.json b/i18n/ptb/src/ctest.i18n.json index 036939921..90d8647c3 100644 --- a/i18n/ptb/src/ctest.i18n.json +++ b/i18n/ptb/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "Integração do ctest desabilitada. Consulte a configuração `cmake.ctest.testExplorerIntegrationEnabled`.", + "ctest.testing.progress.title": "Testes", + "running.tests": "Executando testes", "ctest.path.not.set": "O caminho do CTest não está definido", "no.project.found": "Nenhum projeto encontrado na pasta {0}", "no.driver.found": "Nenhum driver encontrado na pasta {0}", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "Ocorreu um erro no {0} teste com o código de saída {1}.", "test.failed.with.completion.status": "Ocorreu um erro no {0} teste com o status de conclusão \"{1}\".", "test.failed": "Ocorreu um erro no {0} teste. Verifique a saída para obter mais informações.", + "ctest.run.cancelled": "A execução do teste foi cancelada", "ctest.run.terminated": "A execução do CTest foi terminada", "ctest.finished.with.code": "CTest concluído com código de retorno {0}", "folder.not.found.in.test.explorer": "A pasta não foi encontrada no Gerenciador de Testes: {0}", diff --git a/i18n/ptb/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/ptb/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..9520cb003 --- /dev/null +++ b/i18n/ptb/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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": "O caminho do script, \"{0}\", não foi encontrado.", + "debugger.create.descriptor": "Conectando o depurador no pipe nomeado: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/ptb/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/ptb/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..1583bfa67 --- /dev/null +++ b/i18n/ptb/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Depurando script cmake com inicialização padrão", + "cmake.debugging.not.supported": "O CMake não dá suporte à depuração automática para esse arquivo", + "cmake.debug.only.launch.supported": "O tipo de depuração \"cmake\" dá suporte apenas à solicitação de \"inicialização\".", + "cmake.debug.must.define.debugType": "O tipo de depuração \"cmake\" requer que você defina o \"cmakeDebugType\". As opções disponíveis são “configurar”, “externo” e “script”.", + "cmake.debug.external.requires.pipeName": "O tipo de depuração \"cmake\" com \"cmakeDebugType\" definido como \"externo\" requer que você defina \"pipeName\".", + "cmake.debug.script.requires.scriptPath": "O tipo de depuração \"cmake\" com \"cmakeDebugType\" definido como \"script\" exige que você defina um \"scriptPath\" que aponta para um script CMake." +} \ No newline at end of file diff --git a/i18n/ptb/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/ptb/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..678bb405a --- /dev/null +++ b/i18n/ptb/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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": "Executando script CMake: \"{0}\"", + "run.script.successful": "Script CMake: \"{0}\" concluído com êxito.", + "run.script.failed": "Script CMake: \"{0}\" concluído sem êxito.", + "run.script.cmakeDebugger.not.supported": "Não é possível depurar um script com essa versão do CMake, certifique-se de ter o CMake versão 3.27 ou posterior." +} \ No newline at end of file diff --git a/i18n/ptb/src/debug/debugger.i18n.json b/i18n/ptb/src/debug/debugger.i18n.json new file mode 100644 index 000000000..414f50db6 --- /dev/null +++ b/i18n/ptb/src/debug/debugger.i18n.json @@ -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": "Não é possível localizar o GDB no caminho de pesquisa padrão e {0}.", + "enable.pretty.printing": "Habilitar a reformatação automática para gdb", + "invalid.miDebuggerPath.override": "{0} em {1} deve ser um caminho absoluto para um depurador (a expansão de variáveis não é suportada no momento). Obtido: {2}", + "no.compiler.found.in.cache": "Nenhum compilador localizado no arquivo de cache.", + "unable.to.determine.debugger.for.compiler": "Não é possível determinar automaticamente o depurador correspondente ao compilador: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/kits/kit.i18n.json b/i18n/ptb/src/kits/kit.i18n.json new file mode 100644 index 000000000..b1e8cd120 --- /dev/null +++ b/i18n/ptb/src/kits/kit.i18n.json @@ -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": "Testando o binário {0}: {1}", + "getting.compiler.version": "Obtendo {0} versão para {1}", + "bad.compiler.binary": "Binário {0} incorreto (\"-v\" retorna {1}): {2}", + "bad.compiler.binary.output": "Binário {0} incorreto. {1} versão dos relatórios: {2} saída: {3}", + "detected.compiler": "Compilador {0} detectado: {1}", + "bad.mingw32-make.binary": "Bad mingw32-make binário ({0} retorna não zero): {1}", + "unknown.gcc.kit.untrusted": "Kit GCC desconhecido (caminho não confiável)", + "detected.clang.compiler": "Compilador de Clang detectado: {0}", + "unknown.clang.kit.untrusted": "Kit Clang desconhecido (caminho não confiável)", + "skipping.scan.of.appdata": "Ignorando verificação da pasta% LocalAppData%", + "skipping.scan.of.not.existing.path": "Ignorando o exame do caminho não existente {0}", + "scanning.directory.for.compilers": "Examinando o diretório {0} em busca de compiladores", + "failed.to.scan": "Falha ao examinar {0} por exceção: {1}", + "checking.file.for.compiler.features": "Verificando o arquivo em relação a recursos do compilador: {0}", + "filed.to.check.binary": "Falha ao verificar o binário {0} por exceção: {1}", + "failed.to.scan.kit": "Falha ao examinar um arquivo de kit", + "founds.kits.in.directory": "Foram localizados {0} kits no diretório {1}", + "error.running.setup.script": "Erro ao executar {0} com: {1}", + "error.parsing.environment": "Erro ao analisar a variável de ambiente: {0}", + "ok.running": "OK executando {0}, env vars: {1}", + "checking.for.kit": "Verificando o kit: {0}", + "checking": "Verificando {0}", + "detected.kit.for.version": "Detectado VsKit para a versão", + "generator.present": "Gerador Presente: {0}", + "selected.preferred.generator.name": "Nome do Gerador Preferencial Selecionado: {0} {1}", + "failed.to.scan.for.kits": "Não é possível verificar os kits GNU CLI Clang: CMake Path é indefinido", + "vs.instance.not.found.run.scan.kits": "Instância de instalação do VS não encontrada para o kit \"{0}\" - ({1}). É recomendável que você examine novamente os kits e também remova todas as entradas locais do usuário que não estão mais presentes no sistema.", + "kit.env": "O ambiente do kit {0}: {1}", + "scanning.for.kits.on.system": "Examinando o sistema em busca de Kits", + "scanning.for.kits": "Examinando em busca de kits", + "scanning.for.cmake.kits": "Examinando em busca de kits do CMake...", + "skip.scan.path": "Ignorando varredura de PATH", + "found.kit": "Kit Encontrado ({0}): {1}", + "trusted": "confiável", + "untrusted": "Não Confiável", + "untrusted.kits.found": "Os kits do compilador podem estar presentes nestes diretórios: {0}. Gostaria de verificar e executar compiladores em potencial nesses diretórios, adicionando-os a \"cmake.additionalCompilerSearchDirs\"?", + "yes": "Sim", + "no": "Não", + "silent.kits.rescan": "Detectada alteração de versão de definição de kits de {0} para {1}. Verificando os kits silenciosamente.", + "kit.for.toolchain.file": "Kit para de arquivo de cadeia de ferramentas {0}", + "using.compilers": "Usando compiladores: {0}", + "using.compilers.for.VS": "Usando compiladores para {0} (arquitetura {1})", + "using.compilers.for.VS2": "Usando compiladores para o Visual Studio ({0} arquitetura)", + "search.for.compilers": "Pesquisar compiladores neste computador", + "unspecified.let.cmake.guess": "Não especificado (Permitir que o CMake adivinhe que compiladores e ambiente serão usados)", + "not.reading.nonexistent.kit": "Não está lendo o arquivo de kits não existente: {0}", + "not.reading.invalid.path": "Não está lendo o arquivo de kits inválidos: {0}", + "reading.kits.file": "Lendo o arquivo de kits {0}", + "failed.to.parse": "Falha ao analisar {0}: {1}", + "invalid.file.error": "Conteúdo do kit {0} ({1}) inválido:", + "successfully.loaded.kits": "Êxito ao carregar {0} kits de {1}", + "clean.not.needed": "Limpeza não necessária: nenhum Kit anterior selecionado", + "clean.needed": "É necessário limpar: kit alterado" +} \ No newline at end of file diff --git a/i18n/ptb/src/kits/kitsController.i18n.json b/i18n/ptb/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..fe59ba8f5 --- /dev/null +++ b/i18n/ptb/src/kits/kitsController.i18n.json @@ -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": "Relendo os kits de pastas", + "migrating.kits.file": "Migrando arquivo de kits", + "failed.to.migrate.kits.file": "Falha ao migrar o arquivo anterior de kits de usuário local.", + "loading.kits": "Carregando os kits", + "unsetting.kit": "Cancelando a definição do kit", + "loading.kit": "Carregando o kit {0}", + "invalid.only.kit": "Único kit inválido. Esperava-se encontrar {0}", + "already.checking.kits": "Já verificando os kits. Tente novamente mais tarde.", + "start.selection.of.kits": "Iniciar seleção de kits. {0} kits localizados.", + "opening.kit.selection": "Abrindo QuickPick de seleção do kit", + "scan.for.kits.button": "Examinar em busca de kits", + "unspecified.kit.name": "Não especificado", + "select.a.kit.placeholder": "Selecionar um Kit para {0}", + "user.cancelled.kit.selection": "O usuário cancelou a seleção do Kit", + "user.selected.kit": "Kit selecionado pelo usuário {0}", + "kit.references.non-existent": "O kit {0} faz referência a um binário de compilador inexistente [{1}]. O que você quer fazer?", + "remove.it.button": "Removê-lo", + "keep.it.button": "Manter", + "pruning.kit": "Kit de remoção", + "saving.kits.to": "Salvando kits em {0}", + "saving.new.kits.to": "Salvando novos kits em {0}", + "retry.button": "Repetir", + "cancel.button": "Cancelar", + "rescanning.for.kits": "Examinando novamente para kits", + "found.duplicate.kits": "Foram encontrados kits do Visual Studio com as IDs antigas salvas no cmake-tools-kits.json.", + "yes.button": "Sim", + "delete.duplicate.kits": "Deseja excluir os kits do Visual Studio duplicados do cmake-tools-kits.json?", + "no.button": "Não" +} \ No newline at end of file diff --git a/i18n/ptb/src/kits/variant.i18n.json b/i18n/ptb/src/kits/variant.i18n.json new file mode 100644 index 000000000..5689b32e0 --- /dev/null +++ b/i18n/ptb/src/kits/variant.i18n.json @@ -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": "O tipo de build", + "emit.debug.without.optimizations": "Emitir informações de depuração sem executar otimizações", + "enable.optimizations.omit.debug": "Habilitar otimizações, omitir informações de depuração", + "optimize.for.smallest": "Otimizar para o menor tamanho binário", + "optimize.and.debug": "Executar otimizações E incluir informações de depuração", + "unspec.build.type": "Permitir que o CMake escolha o tipo de build padrão", + "constructing": "Construindo {0}", + "reloading.variants.file": "Recarregando o arquivo de variantes {0}", + "reloading.variants.from.settings": "Recarregando as variantes de configurações", + "error.parsing": "Erro ao analisar {0}: {1}", + "invalid.variants": "Variantes inválidas especificadas:", + "loaded.default.variants": "Variantes padrão carregadas", + "loaded.new.variants.set": "Novo conjunto de variantes carregado", + "missing.setting.in.variant": "Configuração {0} ausente na definição da variante.", + "missing.variant.choice": "Opção de variante {0} ausente em {1} na definição da variante.", + "incompatible.variant": "A seleção da última variante é incompatível com a definição da variante atual.", + "using.default.variant.choices": "Usando as opções de variante padrão da definição da variante.", + "select.a.variant.placeholder": "Selecionar uma variante da build" +} \ No newline at end of file diff --git a/i18n/ptb/src/presets/preset.i18n.json b/i18n/ptb/src/presets/preset.i18n.json new file mode 100644 index 000000000..5078a0ff3 --- /dev/null +++ b/i18n/ptb/src/presets/preset.i18n.json @@ -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": "As {0} predefinidas em CMakePresets.json não podem herdar das {1} predefinidas em CMakeUserPresets.json", + "invalid.inherits.type": "Predefinição {0}: valor inválido para {1}", + "missing.condition.property": "Predefinição {0}:A propriedade necessária {1} está ausente no objeto da condição", + "invalid.condition.type": "Predefinição {0}: Tipo de condição inválido {1}", + "invalid.condition": "{0} predefinida: a condição deve ser nula, booliana ou um objeto.", + "default.build.preset": "[Padrão]", + "default.build.preset.description": "Uma predefinição de compilação vazia que não adiciona argumentos", + "default.test.preset": "[Padrão]", + "default.test.preset.description": "Uma predefinição de teste vazia que não adiciona argumentos", + "default.package.preset": "[Padrão]", + "default.package.preset.description": "Uma predefinição de pacote vazia que não adiciona nenhum argumento", + "default.workflow.preset": "[Padrão]", + "default.workflow.preset.description": "Uma predefinição de fluxo de trabalho vazia que não adiciona nenhum argumento", + "circular.inherits.in.config.preset": "Circular herda na predefinição de configuração {0}", + "no.cl.arch": "Configurar predefinição {0}: Nenhum conjunto de ferramentas especificada para o cl.exe, usando '{1}' por padrão", + "no.cl.toolset.arch": "Configurar predefinição {0}: Nenhuma arquitetura de conjunto de ferramentas especificada para cl.exe, usando {1} por padrão", + "invalid.cl.toolset.arch": "Configurar predefinição {0}: Arquitetura de conjunto de ferramentas inesperada especificada {1}, você quis dizer {2}?", + "no.cl.toolset.version": "Predefinição de configuração {0}: nenhuma versão do conjunto de ferramentas especificada para o cl.exe. Usando a última versão por padrão", + "unknown.toolset.option": "A opção de conjunto de ferramentas não reconhecida será ignorada: {0}", + "specified.vs.not.found": "Configurar predefinição {0}: A instância do Visual Studio especificada por {1} não foi encontrada, retornando ao comportamento de pesquisa de instância padrão.", + "specified.cl.not.found": "Configurar predefinição {0}: O compilador {1} com conjunto de ferramentas {2} e a arquitetura {3} não foi encontrado, você pode precisar executar o comando 'CMake: Scan for Compilers' se este conjunto de ferramentas existir no seu computador.", + "vs.not.found": "Configurar predefinição {0}: nenhuma instalação do Visual Studio encontrada dá suporte ao conjunto de ferramentas {1} e à arquitetura {2} especificados, talvez seja necessário executar o comando 'CMake: Verificar compiladores' se esse conjunto de ferramentas existir no computador.", + "using.vs.instance": "Usando o ambiente de desenvolvedor do Visual Studio (instância {0}, versão {1}, instalada em {2})", + "ninja.not.set": "Ninja não está definido no PATH. Tentando usar {0}", + "config.preset.not.found.full": "Não foi possível encontrar a predefinição de configuração com o nome {0}", + "config.preset.not.found": "Não foi possível encontrar a predefinição de configuração", + "property.unsupported.v2": "Configurar a predefinição {0}: A propriedade {1} não é suportada nas predefinições v2", + "binaryDir.undefined": "Configurar predefinição {0}: Nenhum BinaryDir especificado, usando o valor padrão {1}", + "circular.inherits.in.build.preset": "Circular herda na predefinição de construção {0}", + "circular.inherits.in.test.preset": "Circular herda na predefinição de teste {0}", + "circular.inherits.in.package.preset": "Heranças circulares na predefinição de pacote {0}", + "circular.inherits.in.workflow.preset": "Heranças circulares na predefinição de fluxo de trabalho {0}", + "build.preset.not.found.full": "Não foi possível encontrar a predefinição de compilação com o nome {0}", + "build.preset.not.found": "Não foi possível encontrar predefinição de build", + "configure.preset.not.found.full": "Não foi possível encontrar a predefinição de configuração com o nome {0}", + "configure.preset.not.found": "Não foi possível encontrar a predefinição de configuração", + "test.preset.not.found.full": "Não foi possível encontrar a predefinição de teste com o nome {0}", + "test.preset.not.found": "Não foi possível encontrar a predefinição de teste", + "package.preset.not.found.full": "Não foi possível encontrar a predefinição de pacote com o nome {0}", + "package.preset.not.found": "Não foi possível encontrar a predefinição de pacote", + "workflow.preset.not.found": "Não foi possível encontrar a predefinição de fluxo de trabalho com o nome {0}", + "clean.not.needed.no.prior.config.preset": "Limpeza desnecessária: nenhuma predefinição de configuração anterior selecionada", + "clean.needed.config.preset.changed": "Limpeza necessária: predefinição de configuração alterada" +} \ No newline at end of file diff --git a/i18n/ptb/src/presets/presetsController.i18n.json b/i18n/ptb/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..27201af4d --- /dev/null +++ b/i18n/ptb/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Nome da predefinição", + "inherit.config.preset": "Herdar da Predefinição de Configuração", + "description.inherit.config.preset": "Herdar de uma predefinição de configuração existente", + "toolchain.file": "Arquivo da Cadeia de Ferramentas", + "description.toolchain.file": "Configure com um arquivo da cadeia de ferramentas do CMake", + "custom.config.preset": "Personalizado", + "description.custom.config.preset": "Adicione uma predefinição de configuração personalizada", + "create.from.compilers": "Criar a partir de Compiladores", + "description.create.from.compilers": "Criar a partir de um par de compiladores deste computador", + "add.a.config.preset.placeholder": "Adicione uma predefinição de configuração para {0}", + "user.cancelled.add.config.preset": "O usuário cancelou a adição da predefinição de configuração", + "no.compilers.available.for.quick.start": "Nenhum compilador disponível para Início Rápido", + "no.compilers.available": "Não é possível gerar CmakePresets.json com Início Rápido porque nenhum compilador está disponível.", + "learn.about.installing.compilers": "Saiba mais sobre como instalar compiladores", + "start.selection.of.compilers": "Iniciar a seleção de compiladores. {0} compiladores encontrados.", + "opening.compiler.selection": "Abrindo a seleção do compilador QuickPick", + "scan.for.compilers.button": "Verificar se há compiladores", + "select.a.compiler.placeholder": "Selecionar um Kit para {0}", + "user.cancelled.compiler.selection": "O usuário cancelou a seleção do compilador", + "user.selected.compiler": "O usuário selecionou o compilador {0}", + "select.one.or.more.config.preset.placeholder": "Selecione uma ou mais predefinições de configuração", + "custom.configure.preset.toolchain.file": "Configurar a predefinição usando o arquivo de cadeia de ferramentas", + "description.custom.configure.preset": "Define o gerador Ninja, compilar e instalar o diretório", + "custom.configure.preset": "Configurar predefinição personalizada", + "user.selected.config.preset": "O usuário selecionou a predefinição de configuração {0}", + "yes": "Sim", + "no": "Não", + "no.config.preset": "Não existem Predefinições de Configuração. Gostaria de adicionar uma Predefinição de Configuração?", + "error.no.config.preset": "Não há nenhuma predefinição de configuração.", + "create.build.from.config.preset": "Criar a partir da Predefinição de Configuração", + "description.create.build.from.config.preset": "Crie uma nova predefinição de compilação", + "inherit.build.preset": "Herdar da Predefinição de Compilação", + "description.inherit.build.preset": "Herdar de uma predefinição de compilação existente", + "custom.build.preset": "Personalizado", + "description.custom.build.preset": "Adicione uma predefinição de compilação personalizada", + "add.a.build.preset.placeholder": "Adicionar uma predefinição de compilação para {0}", + "user.cancelled.add.build.preset": "O usuário cancelou a adição da predefinição de compilação", + "select.a.config.preset.placeholder": "Selecione uma predefinição de configuração", + "select.one.or.more.build.preset.placeholder": "Selecione uma ou mais predefinições de compilação", + "create.test.from.config.preset": "Criar a partir da Predefinição de Configuração", + "description.create.test.from.config.preset": "Crie uma nova predefinição de teste", + "inherit.test.preset": "Herdar da Predefinição de Teste", + "description.inherit.test.preset": "Herdar de uma predefinição de teste existente", + "custom.test.preset": "Personalizado", + "description.custom.test.preset": "Adicione uma predefinição de teste personalizada", + "add.a.test.preset.placeholder": "Adicione uma predefinição de teste para {0}", + "user.cancelled.add.test.preset": "O usuário cancelou a adição da predefinição de teste", + "select.one.or.more.test.preset.placeholder": "Selecione uma ou mais predefinições de teste", + "create.package.from.config.preset": "Criar a partir da Predefinição de Configuração", + "description.create.package.from.config.preset": "Criar uma predefinição de pacote", + "inherit.package.preset": "Herdar de predefinição de pacote", + "description.inherit.package.preset": "Herdar de uma predefinição de pacote existente", + "custom.package.preset": "Personalizado", + "description.custom.package.preset": "Adicionar uma predefinição de pacote personalizada", + "add.a.package.preset.placeholder": "Adicionar uma predefinição de pacote para {0}", + "user.cancelled.add.package.preset": "O usuário cancelou a adição da predefinição de pacote", + "select.one.or.more.package.preset.placeholder": "Selecione uma ou mais predefinições de pacote", + "create.workflow.from.config.preset": "Criar a partir da Predefinição de Configuração", + "description.create.workflow.from.config.preset": "Criar uma predefinição de fluxo de trabalho", + "create.workflow.preset": "Criar a partir de predefinição de fluxo de trabalho", + "description.create.test.preset": "Criar uma predefinição de fluxo de trabalho de uma predefinição de fluxo de trabalho existente", + "custom.workflow.preset": "Personalizado", + "description.custom.workflow.preset": "Adicionar uma predefinição de fluxo de trabalho personalizada", + "add.a.workflow.preset.placeholder": "Adicionar uma predefinição de fluxo de trabalho para {0}", + "user.cancelled.add.workflow.preset": "O usuário cancelou a adição da predefinição de fluxo de trabalho", + "select.one.workflow.preset.placeholder": "Selecionar uma predefinição de base de fluxo de trabalho", + "add.new.preset": "Adicione uma Nova Predefinição...", + "start.selection.of.config.presets": "Inicie a seleção das predefinições de configuração. {0} predefinições encontradas.", + "opening.config.preset.selection": "Abrindo a seleção da predefinição de configuração QuickPick", + "select.active.config.preset.placeholder": "Selecione uma predefinição de configuração para {0}", + "user.cancelled.config.preset.selection": "O usuário cancelou a seleção da predefinição de configuração", + "preset.change.in.progress": "Uma alteração predefinida já está em andamento.", + "loading.config.preset": "Carregando a predefinição de configuração {0}", + "reloading.build.test.preset": "Recarregando predefinições de compilação e de teste", + "config.preset.required": "Uma predefinição de configuração precisa ser selecionada. Como deseja proceder?", + "select.config.preset": "Selecionar a Predefinição de Configuração", + "later": "Mais tarde", + "build.preset.required": "Uma predefinição de compilação precisa ser selecionada. Como deseja proceder?", + "select.build.preset": "Selecionar a predefinição de compilação", + "start.selection.of.build.presets": "Inicie a seleção de predefinições de compilação. {0} predefinições encontradas.", + "opening.build.preset.selection": "Abrindo a seleção da predefinição de compilação QuickPick", + "select.active.build.preset.placeholder": "Selecione uma predefinição de compilação para {0}", + "user.cancelled.build.preset.selection": "O usuário cancelou a seleção da predefinição de compilação", + "user.selected.build.preset": "O usuário selecionou a predefinição de compilação {0}", + "build.preset.configure.preset.not.match": "Predefinição de compilação {0}: a predefinição de configuração não corresponde à predefinição de configuração ativa", + "unloading.build.preset": "Descarregando a predefinição de compilação", + "unloading.test.preset": "Descarregando a predefinição de teste", + "loading.build.preset": "Carregando a predefinição de compilação {0}", + "start.selection.of.test.presets": "Inicie a seleção das predefinições de teste. {0} predefinições encontradas.", + "select.active.test.preset.placeholder": "Selecione uma predefinição de teste para {0}", + "user.cancelled.test.preset.selection": "O usuário cancelou a seleção da predefinição de teste", + "user.selected.test.preset": "O usuário selecionou a predefinição de teste {0}", + "test.preset.configure.preset.not.match": "A predefinição de teste {0} não é compatível com as predefinições ativas de configuração ou compilação", + "loading.test.preset": "Carregando a predefinição de teste {0}", + "start.selection.of.package.presets": "Iniciar seleção de predefinições de pacote. Predefinições de {0} encontradas.", + "select.active.package.preset.placeholder": "Selecionar uma predefinição de pacote para {0}", + "user.cancelled.package.preset.selection": "O usuário cancelou a seleção da predefinição de pacote", + "user.selected.package.preset": "O usuário selecionou a predefinição de pacote {0}", + "package.preset.configure.preset.not.match": "A predefinição de pacote {0} não é compatível com as predefinições ativas de configuração ou compilação", + "unloading.package.preset": "Descarregando a predefinição de pacote", + "loading.package.preset": "Carregando predefinição de pacote {0}", + "start.selection.of.workflow.presets": "Inicie a seleção de predefinições de fluxo de trabalho. Predefinições de {0} encontradas.", + "select.active.workflow.preset.placeholder": "Selecionar uma predefinição de fluxo de trabalho para {0}", + "user.cancelled.workflow.preset.selection": "O usuário cancelou a seleção da predefinição de fluxo de trabalho", + "user.selected.workflow.preset": "Predefinição de fluxo de trabalho selecionada pelo usuário {0}", + "workflow.preset.configure.preset.not.match": "A predefinição de configuração da predefinição do fluxo de trabalho {0} não é compatível com a predefinição de configuração de algumas das etapas do fluxo de trabalho", + "unloading.workflow.preset": "Descarregando a predefinição de fluxo de trabalho", + "loading.workflow.preset": "Carregando predefinição de fluxo de trabalho {0}", + "use.kits.variants": "Usar kits e variantes", + "edit.presets": "Localizar", + "presets.version.error": "Não há suporte para a versão 1 do CMakePresets. Como deseja prosseguir?", + "failed.writing.to.file": "Erro ao gravar no arquivo {0}", + "failed.to.watch": "Não foi possível criar o Observador para {0}: {1}" +} \ No newline at end of file diff --git a/i18n/ptb/src/presets/presetsParser.i18n.json b/i18n/ptb/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..cae5c09f1 --- /dev/null +++ b/i18n/ptb/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Leitura e validação das predefinições \"arquivo {0}\"", + "unsupported.presets": "Predefinições sem suporte detectadas no {0}. O suporte é limitado a recursos definidos pela versão {1}.", + "no.additional.properties": "NÃO deve ter propriedades adicionais", + "unsupported.presets.disable": "Propriedades e macros desconhecidas podem ser ignoradas usando a configuração {0}.", + "duplicate.build.preset.found": "Duplicatas encontradas na coleção de predefinições da compilação: \"{0}\"", + "duplicate.test.preset.found": "Encontradas duplicatas na coleção de predefinições do teste: \"{0}\"", + "duplicate.package.preset.found": "Encontradas duplicatas na coleção de predefinições do pacote: \"{0}\"", + "duplicate.workflow.preset.found": "Encontradas duplicatas na coleção de predefinições do fluxo de trabalho: \"{0}\"", + "workflow.does.not.start.configure.step": "A predefinição do fluxo de trabalho \"{0}\" não começa com uma etapa de configuração.", + "workflow.has.subsequent.configure.preset": "A predefinição de fluxo de trabalho \"{0}\" tem outra predefinição de configuração \"{1}\" além da primeira etapa \"{2}\": ", + "successfully.validated.presets": "Validação bem-sucedida de {0} em relação ao esquema de predefinições", + "included.presets.file.not.found": "O arquivo incluído de predefinições {0} não pode ser encontrado", + "expansion.errors": "Erros de expansão encontrados no arquivo de predefinições.", + "reading.presets.file": "Lendo arquivo de predefinições {0}", + "failed.to.parse": "Falha ao analisar {0}: {1}", + "expanding.presets.file": "Expandindo o arquivo de predefinições {0}", + "successfully.expanded.presets.file": "Arquivo de predefinições expandido com sucesso {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/ui/cacheView.i18n.json b/i18n/ptb/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..6c2c9f59c --- /dev/null +++ b/i18n/ptb/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Editor de Cache do CMake", + "cmake.cache.saved": "As opções do CMake foram salvas.", + "ignore": "Ignorar", + "from.UI": "Da interface do usuário", + "from.cache": "Do cache", + "merge.cache.edits": "O cache do CMake foi modificado fora deste modo de exibição da Web e há conflitos com as edições atuais não salvas. Quais valores você deseja manter?", + "yes": "Sim", + "no": "Não", + "unsaved.cache.edits": "Deseja salvar as edições mais recentes do cache?", + "search": "Pesquisa", + "save": "Salvar", + "key": "Chave", + "value": "Valor" +} \ No newline at end of file diff --git a/i18n/ptb/src/ui/pinnedCommands.i18n.json b/i18n/ptb/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..3d509ea3a --- /dev/null +++ b/i18n/ptb/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Selecione um comando CMake para fixar", + "user.cancelled.add.pinned.cmake.command": "O usuário cancelou a seleção do Comando CMake para Fixar" +} \ No newline at end of file diff --git a/i18n/ptb/src/ui/projectOutline/projectOutline.i18n.json b/i18n/ptb/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..8852c4ad5 --- /dev/null +++ b/i18n/ptb/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Abrir arquivo", + "references": "Referências", + "static.library": "Biblioteca estática", + "module.library": "Biblioteca de módulos", + "shared.library": "Biblioteca compartilhada", + "object.library": "Biblioteca de objetos", + "executable": "Executável", + "utility": "Utilitário", + "interface.library": "Biblioteca de interface", + "target.tooltip": "Destino {0}", + "launch.tooltip": "iniciar", + "default.tooltip": "padrão", + "item.render.issue": "Houve um problema ao renderizar este item. Isso é um bug", + "empty.project": "Projeto vazio", + "update.project.with.mismatch": "Atualizar o projeto com propriedade de nome incompatível", + "workspace.active": "Workspace Ativo", + "workspace": "Espaço de trabalho", + "error.update.code.model.on.nonexist.folder": "Atualizando o modelo de código em uma pasta que ainda não foi carregada.", + "error.rendering.children.nodes": "Erro ao renderizar os nós filhos" +} \ No newline at end of file diff --git a/i18n/ptb/src/ui/projectStatus.i18n.json b/i18n/ptb/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..aa69c8d24 --- /dev/null +++ b/i18n/ptb/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Nenhum Kit Selecionado]", + "no.configure.preset.selected": "[Nenhuma Predefinição de Configuração Selecionada]", + "no.build.preset.selected": "[Nenhuma Predefinição de Compilação Selecionada]", + "no.test.preset.selected": "[Nenhuma Predefinição de Teste Selecionada]", + "no.package.preset.selected": "[Nenhum Pacote Predefinido Selecionado]", + "no.workflow.preset.selected": "[Nenhuma Predefinição de Fluxo de Trabalho Selecionada]", + "Configure": "Configurar", + "configure.running": "Configurar (Em Execução)", + "Stop": "Pare", + "Build": "Build", + "build.running": "Compilação (Em Execução)", + "Test": "Teste", + "Package": "Pacote", + "cpack.running": "CPack (empacotamento)", + "Workflow": "Fluxo de trabalho", + "workflow.running": "Fluxo de trabalho (Em execução)", + "Debug": "Depurar", + "Launch": "Iniciar", + "Folder": "Pasta", + "active.folder": "Pasta Ativa", + "configPreset.change": "Alterar a Predefinição de Configuração", + "override.settings.applied": "Configurações de substituição aplicadas", + "buildPreset.change": "Alterar Predefinição de Build", + "testPreset.change": "Alterar a Predefinição de Teste", + "packagePreset.change": "Alterar Predefinição de Pacote", + "workflowPreset.change": "Alterar a Predefinição de Fluxo de Trabalho", + "kit.change": "Alterar Kit", + "set.build.target": "Definir o Destino de Compilação", + "set.debug.target": "Definir o Destino de Depuração", + "set.launch.target": "Definir Destino de Inicialização", + "select.active.folder": "Selecionar a Pasta Ativa", + "set.variant": "Definir variante" +} \ No newline at end of file diff --git a/i18n/rus/src/cmakeExecutable.i18n.json b/i18n/rus/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..1a1184082 --- /dev/null +++ b/i18n/rus/src/cmakeExecutable.i18n.json @@ -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 не найден в кэше. Выполняется повторная проверка." +} \ No newline at end of file diff --git a/i18n/rus/src/ctest.i18n.json b/i18n/rus/src/ctest.i18n.json index 2be2d171a..011a4407b 100644 --- a/i18n/rus/src/ctest.i18n.json +++ b/i18n/rus/src/ctest.i18n.json @@ -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}", @@ -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}", diff --git a/i18n/rus/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/rus/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..b73f176fa --- /dev/null +++ b/i18n/rus/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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}\"" +} \ No newline at end of file diff --git a/i18n/rus/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/rus/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..56138e9c9 --- /dev/null +++ b/i18n/rus/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Для типа отладки \"cmake\", когда для параметра \"cmakeDebugType\" задано значение \"external\", необходимо определить \"pipeName\".", + "cmake.debug.script.requires.scriptPath": "Для типа отладки \"cmake\", когда для параметра \"cmakeDebugType\" задано значение \"script\", необходимо определить параметр \"scriptPath\": его значение должно указывать на сценарий CMake." +} \ No newline at end of file diff --git a/i18n/rus/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/rus/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..e27c600d0 --- /dev/null +++ b/i18n/rus/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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 или более поздней." +} \ No newline at end of file diff --git a/i18n/rus/src/debug/debugger.i18n.json b/i18n/rus/src/debug/debugger.i18n.json new file mode 100644 index 000000000..1706204a2 --- /dev/null +++ b/i18n/rus/src/debug/debugger.i18n.json @@ -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": "Не удалось найти GDB в пути поиска по умолчанию и {0}.", + "enable.pretty.printing": "Включить автоматическое форматирование для gdb", + "invalid.miDebuggerPath.override": "{0} в {1} должен быть абсолютным путем к отладчику (расширение переменных в настоящее время не поддерживается). Получено: {2}", + "no.compiler.found.in.cache": "Компилятор в файле кэша не найден.", + "unable.to.determine.debugger.for.compiler": "Не удается автоматически определить отладчик, соответствующий компилятору: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/kits/kit.i18n.json b/i18n/rus/src/kits/kit.i18n.json new file mode 100644 index 000000000..dbee212fe --- /dev/null +++ b/i18n/rus/src/kits/kit.i18n.json @@ -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": "Получение версии {0} для {1}", + "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": "Не удалось проверить комплекты Clang CLI GNU: путь к CMake не задан", + "vs.instance.not.found.run.scan.kits": "Экземпляр установки VS не найден для набора \"{0}\" — ({1}). Рекомендуется повторно просканировать комплекты, а также удалить все локальные записи пользователя, которых больше нет в системе.", + "kit.env": "Среда для набора {0}: {1}", + "scanning.for.kits.on.system": "Поиск наборов в системе.", + "scanning.for.kits": "Поиск наборов", + "scanning.for.cmake.kits": "Поиск наборов CMake…", + "skip.scan.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": "Наборы ({0}) из {1} загружены.", + "clean.not.needed": "Очистка не требуется: предыдущий набор не выбран.", + "clean.needed": "Требуется очистка: набор изменен." +} \ No newline at end of file diff --git a/i18n/rus/src/kits/kitsController.i18n.json b/i18n/rus/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..a2f7f4f57 --- /dev/null +++ b/i18n/rus/src/kits/kitsController.i18n.json @@ -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": "Не удалось перенести предыдущий локальный файл пользовательских наборов.", + "loading.kits": "Загрузка наборов", + "unsetting.kit": "Отмена настройки набора", + "loading.kit": "Загрузка набора {0}", + "invalid.only.kit": "Недопустимый набор. Ожидаемый набор: {0}.", + "already.checking.kits": "Проверка наборов уже выполняется. Повторите попытку позже.", + "start.selection.of.kits": "Начало выбора наборов. Обнаружено наборов: {0}.", + "opening.kit.selection": "Открытие средства выбора наборов QuickPick.", + "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": "Обнаружены пакеты Visual Studio со старыми идентификаторами, сохраненные в файле cmake-tools-kits.json.", + "yes.button": "Да", + "delete.duplicate.kits": "Вы хотите удалить повторяющиеся пакеты Visual Studio из файла cmake-tools-kits.json?", + "no.button": "Нет" +} \ No newline at end of file diff --git a/i18n/rus/src/kits/variant.i18n.json b/i18n/rus/src/kits/variant.i18n.json new file mode 100644 index 000000000..356417f8a --- /dev/null +++ b/i18n/rus/src/kits/variant.i18n.json @@ -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": "В определении варианта отсутствует выбор варианта {0} в {1}.", + "incompatible.variant": "Выбор последнего варианта несовместим с текущим определением варианта.", + "using.default.variant.choices": "Использование вариантов по умолчанию из определения варианта.", + "select.a.variant.placeholder": "Выберите вариант сборки" +} \ No newline at end of file diff --git a/i18n/rus/src/presets/preset.i18n.json b/i18n/rus/src/presets/preset.i18n.json new file mode 100644 index 000000000..34d96bd3d --- /dev/null +++ b/i18n/rus/src/presets/preset.i18n.json @@ -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": "Предустановка {0} в CMakePresets.json не может выполнить наследование из предустановки {1} в CMakeUserPresets.json", + "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}: экземпляр Visual Studio, указанный в {1}, не найден, возвращение к поведению при поиске экземпляра по умолчанию.", + "specified.cl.not.found": "Настройка предустановки {0}: компилятор {1} с набором инструментов {2} и архитектурой {3} не найден. Может потребоваться запустить команду \"CMake: поиск компиляторов\", если этот набор инструментов существует на вашем компьютере.", + "vs.not.found": "Настройка предустановки {0}: не найдена установка Visual Studio, поддерживающая указанный набор инструментов {1} и архитектуру {2}. Возможно, потребуется выполнить команду \"CMake: сканирование на наличие компиляторов\", если набор инструментов существует на компьютере.", + "using.vs.instance": "Использование среды разработчика из Visual Studio (экземпляр {0}, версия {1}, установленная в {2})", + "ninja.not.set": "Ninja не задан в переменной PATH, выполняется попытка использовать {0}", + "config.preset.not.found.full": "Не удалось найти предустановку конфигурации с именем {0}", + "config.preset.not.found": "Не удалось найти предустановку конфигурации", + "property.unsupported.v2": "Настройка предустановки {0}: свойство {1} не поддерживается для предустановок версии 2", + "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": "Требуется очистка: предустановка конфигурации изменена" +} \ No newline at end of file diff --git a/i18n/rus/src/presets/presetsController.i18n.json b/i18n/rus/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..f50fde3d8 --- /dev/null +++ b/i18n/rus/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Имя предустановки", + "inherit.config.preset": "Наследовать из предустановки конфигурации", + "description.inherit.config.preset": "Наследовать из существующей предустановки конфигурации", + "toolchain.file": "Файл цепочки инструментов", + "description.toolchain.file": "Настроить с помощью файла цепочки инструментов CMake", + "custom.config.preset": "Настраиваемый", + "description.custom.config.preset": "Добавить пользовательскую предустановку конфигурации", + "create.from.compilers": "Создать из компиляторов", + "description.create.from.compilers": "Создать из двух компиляторов на этом компьютере", + "add.a.config.preset.placeholder": "Добавить предустановку конфигурации для {0}", + "user.cancelled.add.config.preset": "Пользователь отменил добавление предустановки конфигурации", + "no.compilers.available.for.quick.start": "Нет доступных компиляторов для функции \"Быстрое начало\"", + "no.compilers.available": "Не удается создать файл CmakePresets.json с помощью функции \"Быстрое начало\" из-за отсутствия доступных компиляторов.", + "learn.about.installing.compilers": "Сведения об установке компиляторов", + "start.selection.of.compilers": "Начать выбор компиляторов. Найдено компиляторов: {0}.", + "opening.compiler.selection": "Открытие списка быстрого выбора компилятора", + "scan.for.compilers.button": "Поиск компиляторов", + "select.a.compiler.placeholder": "Выберите набор для {0}", + "user.cancelled.compiler.selection": "Пользователь отменил выбор компилятора", + "user.selected.compiler": "Пользователь выбрал компилятор {0}", + "select.one.or.more.config.preset.placeholder": "Выберите одну или несколько предустановок конфигурации", + "custom.configure.preset.toolchain.file": "Настройка предустановки с помощью файла цепочки инструментов", + "description.custom.configure.preset": "Настраивает генератор Ninja, сборку и каталог установки", + "custom.configure.preset": "Пользовательская предустановка конфигурации", + "user.selected.config.preset": "Пользователь выбрал предустановку конфигурации {0}", + "yes": "Да", + "no": "Нет", + "no.config.preset": "Предустановок конфигурации не существует. Хотите добавить предустановку конфигурации?", + "error.no.config.preset": "Предустановок конфигурации не существует.", + "create.build.from.config.preset": "Создать из предустановки конфигурации", + "description.create.build.from.config.preset": "Создать новую предустановку сборки", + "inherit.build.preset": "Наследовать из предустановки сборки", + "description.inherit.build.preset": "Наследовать из существующей предустановки сборки", + "custom.build.preset": "Настраиваемый", + "description.custom.build.preset": "Добавить пользовательскую предустановку сборки", + "add.a.build.preset.placeholder": "Добавить предустановку сборки для {0}", + "user.cancelled.add.build.preset": "Пользователь отменил добавление предустановки сборки", + "select.a.config.preset.placeholder": "Выберите предустановку конфигурации", + "select.one.or.more.build.preset.placeholder": "Выберите одну или несколько предустановок сборки", + "create.test.from.config.preset": "Создать из предустановки конфигурации", + "description.create.test.from.config.preset": "Создание новой предустановки теста", + "inherit.test.preset": "Наследовать из предустановки тестирования", + "description.inherit.test.preset": "Наследовать из существующей предустановки теста", + "custom.test.preset": "Настраиваемый", + "description.custom.test.preset": "Добавить пользовательскую предустановку теста", + "add.a.test.preset.placeholder": "Добавить предустановку теста для {0}", + "user.cancelled.add.test.preset": "Пользователь отменил добавление предустановки тестирования", + "select.one.or.more.test.preset.placeholder": "Выберите одну или несколько предустановок тестирования", + "create.package.from.config.preset": "Создать из предустановки конфигурации", + "description.create.package.from.config.preset": "Создание предустановки пакета", + "inherit.package.preset": "Наследование от предустановки пакета", + "description.inherit.package.preset": "Наследование от существующей предустановки пакета", + "custom.package.preset": "Настраиваемый", + "description.custom.package.preset": "Добавление пользовательской предустановки пакета", + "add.a.package.preset.placeholder": "Добавьте предустановку пакета для {0}", + "user.cancelled.add.package.preset": "Пользователь отменил добавление предустановки пакета", + "select.one.or.more.package.preset.placeholder": "Выберите одну или несколько предустановок пакета", + "create.workflow.from.config.preset": "Создать из предустановки конфигурации", + "description.create.workflow.from.config.preset": "Создание предустановки рабочего процесса", + "create.workflow.preset": "Создание из предустановки рабочего процесса", + "description.create.test.preset": "Создание предустановки рабочего процесса на основе существующей предустановки рабочего процесса", + "custom.workflow.preset": "Настраиваемый", + "description.custom.workflow.preset": "Добавление пользовательской предустановки рабочего процесса", + "add.a.workflow.preset.placeholder": "Добавьте предустановку рабочего процесса для {0}", + "user.cancelled.add.workflow.preset": "Пользователь отменил добавление предустановки рабочего процесса", + "select.one.workflow.preset.placeholder": "Выберите одну базовую предустановку рабочего процесса", + "add.new.preset": "Добавить новую предустановку...", + "start.selection.of.config.presets": "Начать выбор предустановок конфигурации. Обнаружено предустановок: {0}.", + "opening.config.preset.selection": "Открытие списка быстрого выбора предустановки конфигурации", + "select.active.config.preset.placeholder": "Выберите предустановку конфигурации для {0}", + "user.cancelled.config.preset.selection": "Пользователь отменил выбор предустановки конфигурации", + "preset.change.in.progress": "Предопределенное изменение уже выполняется.", + "loading.config.preset": "Загрузка предустановки конфигурации {0}", + "reloading.build.test.preset": "Перезагрузка предустановок сборки и тестирования", + "config.preset.required": "Необходимо выбрать предустановку конфигурации. Какое действие следует выполнить?", + "select.config.preset": "Выбор предустановки конфигурации", + "later": "Позже", + "build.preset.required": "Необходимо выбрать предустановку сборки. Какое действие следует выполнить?", + "select.build.preset": "Выбор предустановки сборки", + "start.selection.of.build.presets": "Начать выбор предустановок сборки. Обнаружено {0} предустановок.", + "opening.build.preset.selection": "Открытие списка быстрого выбора предустановки сборки", + "select.active.build.preset.placeholder": "Выберите предустановку сборки для {0}", + "user.cancelled.build.preset.selection": "Пользователь отменил выбор предустановки сборки", + "user.selected.build.preset": "Пользователь выбрал предустановку сборки {0}", + "build.preset.configure.preset.not.match": "Предустановка сборки {0}: предустановка конфигурации не соответствует активной предустановке конфигурации", + "unloading.build.preset": "Выгрузка предустановки сборки", + "unloading.test.preset": "Выгрузка предустановки тестирования", + "loading.build.preset": "Загрузка предустановки сборки {0}", + "start.selection.of.test.presets": "Начать выбор предустановок тестирования. Обнаружено предустановок: {0}.", + "select.active.test.preset.placeholder": "Выберите предустановку тестирования для {0}", + "user.cancelled.test.preset.selection": "Пользователь отменил выбор предустановки тестирования", + "user.selected.test.preset": "Пользователь выбрал предустановку тестирования {0}", + "test.preset.configure.preset.not.match": "Предустановка тестирования {0} несовместима с активными предустановками конфигурации или сборки", + "loading.test.preset": "Загрузка предустановки тестирования {0}", + "start.selection.of.package.presets": "Начать выбор предустановок пакета. Обнаружено предустановок: {0}.", + "select.active.package.preset.placeholder": "Выберите предустановку пакета для {0}", + "user.cancelled.package.preset.selection": "Пользователь отменил выбор предустановки пакета", + "user.selected.package.preset": "Пользователь выбрал предустановку пакета {0}", + "package.preset.configure.preset.not.match": "Предустановка пакета {0} несовместима с активными предустановками конфигурации или сборки", + "unloading.package.preset": "Выгрузка предустановки пакета", + "loading.package.preset": "Загрузка предустановки пакета {0}", + "start.selection.of.workflow.presets": "Начать выбор предустановок рабочего процесса. Обнаружено предустановок: {0}.", + "select.active.workflow.preset.placeholder": "Выберите предустановку рабочего процесса для {0}", + "user.cancelled.workflow.preset.selection": "Пользователь отменил выбор предустановки рабочего процесса", + "user.selected.workflow.preset": "Выбранная пользователем предустановка рабочего процесса {0}", + "workflow.preset.configure.preset.not.match": "Предустановка настройки предустановки рабочего процесса {0} несовместима с предустановкой настройки некоторых шагов рабочего процесса", + "unloading.workflow.preset": "Выгрузка предустановки рабочего процесса", + "loading.workflow.preset": "Загрузка предустановки рабочего процесса {0}", + "use.kits.variants": "Использовать наборы и варианты", + "edit.presets": "Найти", + "presets.version.error": "CMakePresets версии 1 не поддерживается. Выберите нужное действие.", + "failed.writing.to.file": "Ошибка при записи в файл {0}", + "failed.to.watch": "Не удалось создать Наблюдателя для {0}: {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/presets/presetsParser.i18n.json b/i18n/rus/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..9edbdbc00 --- /dev/null +++ b/i18n/rus/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "Чтение и проверка предустановок \"файла {0}\"", + "unsupported.presets": "В {0} обнаружены неподдерживаемые предустановки. Поддержка ограничена функциями, определенными версией {1}.", + "no.additional.properties": "НЕ должно быть дополнительных свойств", + "unsupported.presets.disable": "Неизвестные свойства и макрос можно игнорировать с помощью параметра {0}.", + "duplicate.build.preset.found": "Обнаружены дубликаты в коллекции предустановок сборки: \"{0}\"", + "duplicate.test.preset.found": "Обнаружены дубликаты в коллекции предустановок теста: \"{0}\"", + "duplicate.package.preset.found": "Обнаружены дубликаты в коллекции предустановок пакета: \"{0}\"", + "duplicate.workflow.preset.found": "Обнаружены дубликаты в коллекции предустановок рабочего процесса: \"{0}\"", + "workflow.does.not.start.configure.step": "Предустановка рабочего процесса \"{0}\" не начинается с шага настройки.", + "workflow.has.subsequent.configure.preset": "Предустановка рабочего процесса \"{0}\" содержит другую предустановку настройки \"{1}\" помимо первого шага \"{2}\": ", + "successfully.validated.presets": "Успешно выполнена проверка {0} в схеме предустановок", + "included.presets.file.not.found": "Не удается найти включенный файл предустановок {0}", + "expansion.errors": "В файле предустановок обнаружены ошибки развертывания.", + "reading.presets.file": "Чтение файла предустановок {0}", + "failed.to.parse": "Не удалось проанализировать {0}: {1}", + "expanding.presets.file": "Развертывание файла предустановок {0}", + "successfully.expanded.presets.file": "Файл предустановок {0} развернут" +} \ No newline at end of file diff --git a/i18n/rus/src/ui/cacheView.i18n.json b/i18n/rus/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..3dc59e385 --- /dev/null +++ b/i18n/rus/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "Редактор кэша CMake", + "cmake.cache.saved": "Параметры CMake сохранены.", + "ignore": "Игнорировать", + "from.UI": "Из пользовательского интерфейса", + "from.cache": "Из кэша", + "merge.cache.edits": "Кэш CMake был изменен за пределами этого веб-представления, и текущие несохраненные изменения имеют конфликты. Какие значения следует сохранить?", + "yes": "Да", + "no": "Нет", + "unsaved.cache.edits": "Хотите сохранить последние изменения кэша?", + "search": "Поиск", + "save": "Сохранить", + "key": "Ключ", + "value": "Значение" +} \ No newline at end of file diff --git a/i18n/rus/src/ui/pinnedCommands.i18n.json b/i18n/rus/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..bbf67d53f --- /dev/null +++ b/i18n/rus/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Выбор команды CMake для закрепления", + "user.cancelled.add.pinned.cmake.command": "Пользователь отменил выбор команды CMake для закрепления" +} \ No newline at end of file diff --git a/i18n/rus/src/ui/projectOutline/projectOutline.i18n.json b/i18n/rus/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..cdf6b6aa4 --- /dev/null +++ b/i18n/rus/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Открыть файл", + "references": "Ссылки", + "static.library": "Статическая библиотека", + "module.library": "Библиотека модулей", + "shared.library": "Общая библиотека", + "object.library": "Библиотека объектов", + "executable": "Исполняемый файл", + "utility": "Служебная программа", + "interface.library": "Библиотека интерфейса", + "target.tooltip": "Целевой объект {0}", + "launch.tooltip": "запустить", + "default.tooltip": "по умолчанию", + "item.render.issue": "Возникла проблема при отрисовке этого элемента. Это ошибка.", + "empty.project": "Пустой проект", + "update.project.with.mismatch": "Обновление проекта с несоответствующим свойством имени", + "workspace.active": "Активная рабочая область", + "workspace": "Рабочая область", + "error.update.code.model.on.nonexist.folder": "Обновление модели кода в папке, которая еще не загружена.", + "error.rendering.children.nodes": "Ошибка при отображении дочерних узлов." +} \ No newline at end of file diff --git a/i18n/rus/src/ui/projectStatus.i18n.json b/i18n/rus/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..af7c110ab --- /dev/null +++ b/i18n/rus/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Набор не выбран]", + "no.configure.preset.selected": "[Не выбрана предустановка конфигурации]", + "no.build.preset.selected": "[Не выбрана предустановка сборки]", + "no.test.preset.selected": "[Не выбрана предустановка тестирования]", + "no.package.preset.selected": "[Предустановка пакета не выбрана]", + "no.workflow.preset.selected": "[Предустановка рабочего процесса не выбрана]", + "Configure": "Настройка", + "configure.running": "Настройка (выполняется)", + "Stop": "Остановка", + "Build": "Сборка", + "build.running": "Сборка (выполняется)", + "Test": "Тест", + "Package": "Пакет", + "cpack.running": "CPack (упаковка)", + "Workflow": "Рабочий процесс", + "workflow.running": "Рабочий процесс (запущен)", + "Debug": "Отладка", + "Launch": "Запуск", + "Folder": "Папка", + "active.folder": "Активная папка", + "configPreset.change": "Изменить предустановку конфигурации", + "override.settings.applied": "Параметры переопределения применены", + "buildPreset.change": "Изменить предустановку сборки", + "testPreset.change": "Изменить предустановку теста", + "packagePreset.change": "Изменить предустановку пакета", + "workflowPreset.change": "Изменить предустановку рабочего процесса", + "kit.change": "Изменить набор", + "set.build.target": "Настроить целевой объект сборки", + "set.debug.target": "Настроить целевой объект отладки", + "set.launch.target": "Настроить целевой объект запуска", + "select.active.folder": "Выбор активной папки", + "set.variant": "Настроить вариант" +} \ No newline at end of file diff --git a/i18n/trk/src/cmakeExecutable.i18n.json b/i18n/trk/src/cmakeExecutable.i18n.json new file mode 100644 index 000000000..5a393f69d --- /dev/null +++ b/i18n/trk/src/cmakeExecutable.i18n.json @@ -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 yürütülebilir dosyası önbellekte bulunamadı. Yeniden denetleniyor." +} \ No newline at end of file diff --git a/i18n/trk/src/ctest.i18n.json b/i18n/trk/src/ctest.i18n.json index 6b651817c..73824308b 100644 --- a/i18n/trk/src/ctest.i18n.json +++ b/i18n/trk/src/ctest.i18n.json @@ -5,6 +5,8 @@ // Do not edit this file. It is machine generated. { "test.explorer.not.enabled": "ctest tümleştirmesi devre dışı bırakıldı. Lütfen `cmake.ctest.testExplorerIntegrationEnabled` ayarına bakın.", + "ctest.testing.progress.title": "Test", + "running.tests": "Çalışan testler", "ctest.path.not.set": "CTest yolu ayarlanmadı", "no.project.found": "{0} klasörü için proje bulunamadı", "no.driver.found": "{0} klasörü için sürücü bulunamadı", @@ -13,6 +15,7 @@ "test.failed.with.exit.code": "{0} testi {1} çıkış kodu ile başarısız oldu.", "test.failed.with.completion.status": "{0} testi, \"{1}\" tamamlanma durumuyla başarısız oldu.", "test.failed": "{0} testi başarısız oldu. Daha fazla bilgi için lütfen çıkışa bakın.", + "ctest.run.cancelled": "CTest çalıştırması iptal edildi", "ctest.run.terminated": "CTest çalıştırması sonlandırıldı", "ctest.finished.with.code": "CTest, {0} dönüş koduyla tamamlandı", "folder.not.found.in.test.explorer": "Klasör Test Gezgini'nde bulunamadı: {0}", diff --git a/i18n/trk/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json b/i18n/trk/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json new file mode 100644 index 000000000..3316ff1ca --- /dev/null +++ b/i18n/trk/src/debug/cmakeDebugger/debugAdapterNamedPipeServerDescriptorFactory.i18n.json @@ -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}\" betik yolu bulunamadı.", + "debugger.create.descriptor": "Adlandırılmış kanalda hata ayıklayıcısı bağlanıyor: \"{0}\"" +} \ No newline at end of file diff --git a/i18n/trk/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json b/i18n/trk/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json new file mode 100644 index 000000000..074df8c4a --- /dev/null +++ b/i18n/trk/src/debug/cmakeDebugger/debugConfigurationProvider.i18n.json @@ -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": "Varsayılan başlatmayla cmake betiğininin hataları ayıklanıyor", + "cmake.debugging.not.supported": "CMake bu dosya için otomatik hata ayıklamayı desteklemiyor", + "cmake.debug.only.launch.supported": "\"cmake\" hata ayıklama türü yalnızca \"launch\" isteğini destekler.", + "cmake.debug.must.define.debugType": "\"cmake\" hata ayıklama türünü kullanmak için \"cmakeDebugType\" parametresinin tanımlanması gerekiyor. Kullanılabilir seçenekler: \"configure\", \"external\" ve \"script\".", + "cmake.debug.external.requires.pipeName": "\"cmakeDebugType\" değeri \"external\" olarak ayarlanmış \"cmake\" hata ayıklama türü için \"pipeName\" tanımlamanız gerekir.", + "cmake.debug.script.requires.scriptPath": "\"cmakeDebugType\" değeri \"script\" olarak ayarlanmış \"cmake\" hata ayıklama türünü kullanmak için, bir CMake betiğini işaret eden bir \"scriptPath\" tanımlamanız gerekir." +} \ No newline at end of file diff --git a/i18n/trk/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json b/i18n/trk/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json new file mode 100644 index 000000000..a7fe4262a --- /dev/null +++ b/i18n/trk/src/debug/cmakeDebugger/debuggerScriptDriver.i18n.json @@ -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 betiği yürütülüyor: \"{0}\"", + "run.script.successful": "\"{0}\" CMake betiği başarıyla tamamlandı.", + "run.script.failed": "\"{0}\" CMake betiği tamamlanamadı.", + "run.script.cmakeDebugger.not.supported": "Bu CMake sürümüne sahip bir betikte hata ayıklanama gerçekleştirilemez. CMake sürümünün 3.27 veya üzeri olduğundan emin olun." +} \ No newline at end of file diff --git a/i18n/trk/src/debug/debugger.i18n.json b/i18n/trk/src/debug/debugger.i18n.json new file mode 100644 index 000000000..4e387aba5 --- /dev/null +++ b/i18n/trk/src/debug/debugger.i18n.json @@ -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": "Varsayılan arama yolunda ve {0} konumunda GDB bulunamıyor.", + "enable.pretty.printing": "GDB için düzgün yazdırmayı etkinleştir", + "invalid.miDebuggerPath.override": "{1} içindeki {0} bir hata ayıklayıcısının mutlak yolu olmalıdır (değişken genişletme şu anda desteklenmiyor). Alınan: {2}", + "no.compiler.found.in.cache": "Önbellek dosyasında derleyici bulunamadı.", + "unable.to.determine.debugger.for.compiler": "{0} derleyicisine karşılık gelen hata ayıklayıcısı otomatik olarak belirlenemiyor" +} \ No newline at end of file diff --git a/i18n/trk/src/kits/kit.i18n.json b/i18n/trk/src/kits/kit.i18n.json new file mode 100644 index 000000000..d45e5a72c --- /dev/null +++ b/i18n/trk/src/kits/kit.i18n.json @@ -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} ikili dosyası test ediliyor: {1}", + "getting.compiler.version": "{1} için {0} sürümü alınıyor", + "bad.compiler.binary": "Hatalı {0} ikili dosyası (\"-v\" {1} döndürüyor): {2}", + "bad.compiler.binary.output": "Hatalı {0} ikilisi. {1} raporları sürümü: {2} çıkış: {3}", + "detected.compiler": "{0} derleyicisi algılandı: {1}", + "bad.mingw32-make.binary": "Hatalı mingw32-make ikili dosyası ({0} sıfır olmayan değer döndürür): {1}", + "unknown.gcc.kit.untrusted": "Bilinmeyen GCC seti (güvenilmeyen yol)", + "detected.clang.compiler": "Clang derleyicisi algılandı: {0}", + "unknown.clang.kit.untrusted": "Bilinmeyen Clang seti (güvenilmeyen yol)", + "skipping.scan.of.appdata": "%LocalAppData% klasörünün taraması atlanıyor", + "skipping.scan.of.not.existing.path": "Mevcut olmayan {0} yolunun taraması atlanıyor", + "scanning.directory.for.compilers": "Derleyiciler için {0} dizini taranıyor", + "failed.to.scan": "{0}, {1} özel durumu ile taranamadı", + "checking.file.for.compiler.features": "Derleyici özellikleri için dosya denetleniyor: {0}", + "filed.to.check.binary": "{0} ikili dosyası, {1} özel durumu ile denetlenemedi", + "failed.to.scan.kit": "Bir set dosyası taranamadı", + "founds.kits.in.directory": "{1} dizininde {0} set bulundu", + "error.running.setup.script": "{0} çalıştırılırken {1} ile hata oluştu.", + "error.parsing.environment": "{0} ortam değişkeni ayrıştırılırken hata oluştu", + "ok.running": "{0} sorunsuz çalışıyor, ortam değişkenleri: {1}", + "checking.for.kit": "{0} seti denetleniyor", + "checking": "{0} denetleniyor", + "detected.kit.for.version": "Sürüm için VsKit algılandı", + "generator.present": "Mevcut Oluşturucu: {0}", + "selected.preferred.generator.name": "Seçili Tercih Edilen Oluşturucu Adı: {0} {1}", + "failed.to.scan.for.kits": "GNU CLI Clang setleri taranamıyor: CMake Path tanımsız", + "vs.instance.not.found.run.scan.kits": "\"{0}\" seti için VS yükleme örneği bulunamadı - ({1}). Setleri yeniden taramanız ve ayrıca sistemde artık mevcut olmayan kullanıcı yerel girdilerini kaldırmanız da önerilir.", + "kit.env": "Set ortamı {0}: {1}", + "scanning.for.kits.on.system": "Sistemdeki Setler için taranıyor", + "scanning.for.kits": "Setler taranıyor", + "scanning.for.cmake.kits": "CMake setleri için taranıyor...", + "skip.scan.path": "PATH taraması atlanıyor", + "found.kit": "Bulunan Set ({0}): {1}", + "trusted": "güvenilir", + "untrusted": "güvenilmeyen", + "untrusted.kits.found": "Derleyici setleri şu dizinlerde mevcut olabilir: {0}. \"cmake.additionalCompilerSearchDirs\" öğesine ekleyerek bu dizinlerde olabilecek derleyicileri taramak ve yürütmek istiyor musunuz?", + "yes": "Evet", + "no": "Hayır", + "silent.kits.rescan": "{0} olan set tanımı sürümünün {1} olarak değiştirildiği algılandı. Setler sessizce taranıyor.", + "kit.for.toolchain.file": "{0} araç zinciri dosyası için set", + "using.compilers": "{0} derleyicileri kullanılıyor", + "using.compilers.for.VS": "{0} için derleyiciler kullanılıyor ({1} mimarisi)", + "using.compilers.for.VS2": "Visual Studio için derleyici kullanımı ({0} mimarisi)", + "search.for.compilers": "Bu bilgisayarda derleyicileri ara", + "unspecified.let.cmake.guess": "Belirtilmemiş (CMake'in hangi derleyicilerin ve ortamın kullanılacağını tahmin etmesine izin verin)", + "not.reading.nonexistent.kit": "Mevcut olmayan set dosyası okunmuyor: {0}", + "not.reading.invalid.path": "Geçersiz setler dosyası okunmuyor: {0}", + "reading.kits.file": "{0} set dosyası okunuyor", + "failed.to.parse": "{0} ayrıştırılamadı: {1}", + "invalid.file.error": "Geçersiz kit içeriği {0} ({1}):", + "successfully.loaded.kits": "{1} konumundaki {0} set başarıyla yüklendi", + "clean.not.needed": "Temizleme gerekmiyor: Önceki Set seçilmedi", + "clean.needed": "Temizleme gerekiyor: Set değiştirildi" +} \ No newline at end of file diff --git a/i18n/trk/src/kits/kitsController.i18n.json b/i18n/trk/src/kits/kitsController.i18n.json new file mode 100644 index 000000000..f08cfd513 --- /dev/null +++ b/i18n/trk/src/kits/kitsController.i18n.json @@ -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": "Klasör setleri yeniden okunuyor", + "migrating.kits.file": "Setler dosyası geçiriliyor", + "failed.to.migrate.kits.file": "Önceki kullanıcı-yerel setleri dosyası geçirilemedi.", + "loading.kits": "Setler yükleniyor", + "unsetting.kit": "Set ayarı kaldırılıyor", + "loading.kit": "{0} seti yükleniyor", + "invalid.only.kit": "Yalnızca set geçersiz. {0} bulunması bekleniyordu", + "already.checking.kits": "Setler zaten denetleniyor. Lütfen daha sonra yeniden deneyin.", + "start.selection.of.kits": "Set seçimi başladı. {0} set bulundu.", + "opening.kit.selection": "QuickPick set seçimi açılıyor", + "scan.for.kits.button": "Setler için tara", + "unspecified.kit.name": "Belirtilmemiş", + "select.a.kit.placeholder": "{0} için bir Set seçin", + "user.cancelled.kit.selection": "Kullanıcı Set seçimini iptal etti", + "user.selected.kit": "Kullanıcı {0} setini seçti", + "kit.references.non-existent": "{0} seti mevcut olmayan bir derleyici ikilisine [{1}] başvuruyor. Ne yapmak istersiniz?", + "remove.it.button": "Kaldır", + "keep.it.button": "Sakla", + "pruning.kit": "Set ayıklanıyor", + "saving.kits.to": "Setler {0} konumuna kaydediliyor", + "saving.new.kits.to": "Yeni setler {0} konumuna kaydediliyor", + "retry.button": "Yeniden dene", + "cancel.button": "İptal", + "rescanning.for.kits": "Setler yeniden taranıyor", + "found.duplicate.kits": "cmake-tools-kits.json içinde eski kimlikleri kaydedilmiş Visual Studio setleri bulundu.", + "yes.button": "Evet", + "delete.duplicate.kits": "cmake-tools-kits.json dosyasındaki yinelenen Visual Studio setlerini silmek istiyor musunuz?", + "no.button": "Hayır" +} \ No newline at end of file diff --git a/i18n/trk/src/kits/variant.i18n.json b/i18n/trk/src/kits/variant.i18n.json new file mode 100644 index 000000000..77219d02d --- /dev/null +++ b/i18n/trk/src/kits/variant.i18n.json @@ -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": "Derleme türü", + "emit.debug.without.optimizations": "İyileştirmeleri gerçekleştirmeden hata ayıklama bilgilerini göster", + "enable.optimizations.omit.debug": "İyileştirmeleri etkinleştir, hata ayıklama bilgilerini çıkar", + "optimize.for.smallest": "En küçük ikili dosya boyutu için iyileştir", + "optimize.and.debug": "İyileştirmeleri gerçekleştir VE hata ayıklama bilgilerini ekle", + "unspec.build.type": "CMake'in varsayılan derleme türünü seçmesini izin ver", + "constructing": "{0} oluşturuluyor", + "reloading.variants.file": "{0} varyant dosyası yeniden yükleniyor", + "reloading.variants.from.settings": "Varyantlar, ayarlardan yeniden yükleniyor", + "error.parsing": "{0} ayrıştırılırken hata oluştu: {1}", + "invalid.variants": "Geçersiz varyantlar belirtildi:", + "loaded.default.variants": "Varsayılan varyantlar yüklendi", + "loaded.new.variants.set": "Yeni varyant kümesi yüklendi", + "missing.setting.in.variant": "Varyant tanımında {0} ayarı eksik.", + "missing.variant.choice": "Varyant tanımındaki {1} üzerinde {0} varyant seçimi eksik.", + "incompatible.variant": "Son varyant seçimi, mevcut varyant tanımıyla uyumlu değil.", + "using.default.variant.choices": "Varyant tanımındaki varsayılan varyant seçimleri kullanılıyor.", + "select.a.variant.placeholder": "Bir derleme varyantı seçin" +} \ No newline at end of file diff --git a/i18n/trk/src/presets/preset.i18n.json b/i18n/trk/src/presets/preset.i18n.json new file mode 100644 index 000000000..649e7368b --- /dev/null +++ b/i18n/trk/src/presets/preset.i18n.json @@ -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 içindeki {0} ön ayarı, CMakeUserPresets.json içindeki {1} ön ayarından devralamıyor", + "invalid.inherits.type": "{0} ön ayarı: {1} için geçersiz değer", + "missing.condition.property": "{0} ön ayarı: Koşul nesnesinde gerekli {1} özelliği eksik", + "invalid.condition.type": "{0} ön ayarı: Geçersiz {1} koşul türü", + "invalid.condition": "{0} ön ayarı: Koşul null, Boole veya nesne olmalıdır.", + "default.build.preset": "[Varsayılan]", + "default.build.preset.description": "Bağımsız değişken eklemeyen boş bir derleme ön ayarı", + "default.test.preset": "[Varsayılan]", + "default.test.preset.description": "Bağımsız değişken eklemeyen boş bir test ön ayarı", + "default.package.preset": "[Varsayılan]", + "default.package.preset.description": "Bağımsız değişken eklemeyen boş bir paket ön ayarı", + "default.workflow.preset": "[Varsayılan]", + "default.workflow.preset.description": "Bağımsız değişken eklemeyen boş iş akışı ön ayarı", + "circular.inherits.in.config.preset": "{0} yapılandırma ön ayarındaki döngüsel devralmalar", + "no.cl.arch": "Yapılandırma ön ayarı {0}: cl.exe için varsayılan olarak {1} kullanan herhangi bir mimari belirtilmedi", + "no.cl.toolset.arch": "Yapılandırma ön ayarı {0}: cl.exe için varsayılan olarak {1} kullanan herhangi bir araç takımı mimarisi belirtilmedi", + "invalid.cl.toolset.arch": "Yapılandırma ön ayarı {0}: Beklenmeyen araç takımı mimarisi {1} olarak belirtildi, şunu mu demek istediniz: {2}?", + "no.cl.toolset.version": "Yapılandırma ön ayarı {0}: cl.exe için varsayılan olarak en son kullanılan araç takımı sürümü belirtilmemiş", + "unknown.toolset.option": "Tanınmayan araç takımı seçeneği yoksayılır: {0}", + "specified.vs.not.found": "Yapılandırma ön ayarı {0}: {1} tarafından belirtilen Visual Studio örneği bulunamadı, varsayılan örnek arama davranışına geri çekiliyor.", + "specified.cl.not.found": "{0} yapılandırma ön ayarı: {2} araç takımı ve {3} mimarisiyle belirtilen {1} derleyicisi bulunamadı. Bilgisayarınızda bu araç seti varsa, “CMake: Derleyiciler için Tara” komutunu çalıştırmanız gerekebilir.", + "vs.not.found": "Yapılandırma ön ayarı {0}: Belirtilen {1} araç takımını ve {2} mimarisini destekleyen bir Visual Studio yüklemesi bulunamadı. Bu araç takımı bilgisayarınızda varsa 'CMake: Derleyicileri Tara' komutunu çalıştırmanız gerekebilir.", + "using.vs.instance": "Visual Studio geliştirici ortamını kullanma (örnek {0}, sürüm {1}, yükleme: {2})", + "ninja.not.set": "Ninja YOL’a ayarlanmadı, {0} kullanmaya çalışıyor", + "config.preset.not.found.full": "Adı {0} olan yapılandırma ön ayarı bulunamadı", + "config.preset.not.found": "Yapılandırma ön ayarı bulunamadı", + "property.unsupported.v2": "{0} ön ayarını yapılandır: {1} özelliği, v2 ön ayarlarında desteklenmiyor", + "binaryDir.undefined": "{0} ön ayarını yapılandır: Varsayılan {1} değeri kullanılarak binaryDir belirtilmedi", + "circular.inherits.in.build.preset": "{0} derleme ön ayarındaki döngüsel devralmalar", + "circular.inherits.in.test.preset": "{0} test ön ayarındaki döngüsel devralmalar", + "circular.inherits.in.package.preset": "Paket ön ayarında döngüsel devralmalar {0}", + "circular.inherits.in.workflow.preset": "İş akışı ön ayarında döngüsel devralmalar {0}", + "build.preset.not.found.full": "{0} adlı derleme ön ayarı bulunamadı", + "build.preset.not.found": "Derleme ön ayarı bulunamadı", + "configure.preset.not.found.full": "Adı {0} olan yapılandırma ön ayarı bulunamadı", + "configure.preset.not.found": "Yapılandırma ön ayarı bulunamadı", + "test.preset.not.found.full": "{0} adlı test ön ayarı bulunamadı", + "test.preset.not.found": "Test ön ayarı bulunamadı", + "package.preset.not.found.full": "{0} adlı paket ön ayarı bulunamadı", + "package.preset.not.found": "Paket ön ayarı bulunamadı", + "workflow.preset.not.found": "{0} adlı iş akışı ön ayarı bulunamadı", + "clean.not.needed.no.prior.config.preset": "Temizleme gerekmez: Önceden yapılandırma ön ayarı seçilmedi", + "clean.needed.config.preset.changed": "Temizleme gerekir: yapılandırma ön ayarı değişti" +} \ No newline at end of file diff --git a/i18n/trk/src/presets/presetsController.i18n.json b/i18n/trk/src/presets/presetsController.i18n.json new file mode 100644 index 000000000..5596020e1 --- /dev/null +++ b/i18n/trk/src/presets/presetsController.i18n.json @@ -0,0 +1,120 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "preset.name": "Ön ayar adı", + "inherit.config.preset": "Yapılandırma Ön Ayarından Devral", + "description.inherit.config.preset": "Var olan bir yapılandırma ön ayarından devral", + "toolchain.file": "Araç Zinciri Dosyası", + "description.toolchain.file": "CMake araç zinciri dosyasıyla yapılandır", + "custom.config.preset": "Özel", + "description.custom.config.preset": "Özel yapılandırma ön ayarı ekle", + "create.from.compilers": "Derleyicilerden oluştur", + "description.create.from.compilers": "Bu bilgisayarda derleyicilerin bir çiftinden oluştur", + "add.a.config.preset.placeholder": "{0} yapılandırma ön ayarı ekle", + "user.cancelled.add.config.preset": "Kullanıcı yapılandırma ön ayarı eklenmesini iptal etti", + "no.compilers.available.for.quick.start": "Hızlı Başlangıç için kullanılabilir derleyici yok", + "no.compilers.available": "Kullanılabilir derleyici olmadığından Hızlı Başlangıç ile bir CmakePresets.json dosyası oluşturulamıyor.", + "learn.about.installing.compilers": "Derleyicileri Yükleme Hakkında Bilgi Edinin", + "start.selection.of.compilers": "Derleyici seçimini başlat. {0} derleyici bulundu.", + "opening.compiler.selection": "Derleyici seçimi QuickPick açılıyor", + "scan.for.compilers.button": "Derleyicileri tara", + "select.a.compiler.placeholder": "{0} için bir Set seçin", + "user.cancelled.compiler.selection": "Kullanıcı derleyici seçimini iptal etti", + "user.selected.compiler": "Kullanıcı derleyiciyi {0} seçti", + "select.one.or.more.config.preset.placeholder": "Bir veya daha fazla hazır yapılandırma ön ayarı seçin", + "custom.configure.preset.toolchain.file": "Araç zinciri dosyasını kullanarak ön ayarı yapılandır", + "description.custom.configure.preset": "Ninja oluşturucusunu, derleme ve yükleme dizinini ayarlar", + "custom.configure.preset": "Özel yapılandırma ön ayarı", + "user.selected.config.preset": "Kullanıcı yapılandırma ön ayarını {0} seçti", + "yes": "Evet", + "no": "Hayır", + "no.config.preset": "Yapılandırma Ön Ayarı yok. Bir Yapılandırma Ön Ayarı eklemek ister misiniz?", + "error.no.config.preset": "Yapılandırma ön ayarı yok.", + "create.build.from.config.preset": "Yapılandırma Ön Ayarıyla Oluştur", + "description.create.build.from.config.preset": "Yeni bir derleme ön ayarı oluştur", + "inherit.build.preset": "Derleme Ön Ayarından devral", + "description.inherit.build.preset": "Var olan bir derleme ön ayarından devral", + "custom.build.preset": "Özel", + "description.custom.build.preset": "Özel derleme ön ayarı ekle", + "add.a.build.preset.placeholder": "{0} için derleme ön ayarı ekle", + "user.cancelled.add.build.preset": "Kullanıcı derleme ön ayar eklenmesini iptal etti", + "select.a.config.preset.placeholder": "Yapılandırma ön ayarı seçin", + "select.one.or.more.build.preset.placeholder": "Bir veya daha fazla derleme ön ayarı seçin", + "create.test.from.config.preset": "Yapılandırma Ön Ayarıyla Oluştur", + "description.create.test.from.config.preset": "Yeni bir test ön ayarı oluştur", + "inherit.test.preset": "Test Ön Ayarından devral", + "description.inherit.test.preset": "Var olan test ön ayarından devral", + "custom.test.preset": "Özel", + "description.custom.test.preset": "Özel test ön ayarı ekle", + "add.a.test.preset.placeholder": "{0} için test ön ayarı ekle", + "user.cancelled.add.test.preset": "Kullanıcı test ön ayar eklenmesini iptal etti", + "select.one.or.more.test.preset.placeholder": "Bir veya daha fazla test ön ayarı seçin", + "create.package.from.config.preset": "Yapılandırma Ön Ayarıyla Oluştur", + "description.create.package.from.config.preset": "Yeni paket ön ayarı oluştur", + "inherit.package.preset": "Paket Ön Ayarından Devral", + "description.inherit.package.preset": "Var olan paket ön ayarından devral", + "custom.package.preset": "Özel", + "description.custom.package.preset": "Özel paket ön ayarı ekle", + "add.a.package.preset.placeholder": "{0} için paket ön ayarı ekle", + "user.cancelled.add.package.preset": "Kullanıcı, paket ön ayar eklemesini iptal etti", + "select.one.or.more.package.preset.placeholder": "Bir veya daha fazla paket ön ayarı seç", + "create.workflow.from.config.preset": "Yapılandırma Ön Ayarıyla Oluştur", + "description.create.workflow.from.config.preset": "Yeni bir iş akışı ön ayarı oluştur", + "create.workflow.preset": "İş Akışı Ön Ayarı Oluştur", + "description.create.test.preset": "Mevcut iş akışı ön ayarından yeni iş akışı ön ayarı oluştur", + "custom.workflow.preset": "Özel", + "description.custom.workflow.preset": "Özel iş akışı ön ayarı ekle", + "add.a.workflow.preset.placeholder": "{0} için iş akışı ön ayarı ekle", + "user.cancelled.add.workflow.preset": "Kullanıcı, iş akışı ön ayar eklemesini iptal etti", + "select.one.workflow.preset.placeholder": "Bir iş akışı temel ön ayarı seç", + "add.new.preset": "Yeni Ön Ayar Ekle...", + "start.selection.of.config.presets": "Yapılandırma ön ayar seçimini başlat. {0} ön ayar bulundu.", + "opening.config.preset.selection": "Yapılandırma ön ayar seçimi QuickPick açılıyor", + "select.active.config.preset.placeholder": "{0} için bir yapılandırma ön ayarı seçin", + "user.cancelled.config.preset.selection": "Kullanıcı yapılandırma ön ayarı seçimini iptal etti", + "preset.change.in.progress": "Zaten bir ön ayar değişikliği devam ediyor.", + "loading.config.preset": "Yapılandırma ön ayarı {0} yükleniyor", + "reloading.build.test.preset": "Derleme ve test ön ayarları yeniden yükleniyor", + "config.preset.required": "Bir yapılandırma ön ayarının seçilmesi gerekir. Nasıl devam etmek istersiniz?", + "select.config.preset": "Yapılandırma Ön Ayarı Seçin", + "later": "Daha sonra", + "build.preset.required": "Bir derleme hazır ayarının seçilmesi gerekiyor. Nasıl devam etmek istersiniz?", + "select.build.preset": "Yapı hazır ayarını seçin", + "start.selection.of.build.presets": "Derleme ön ayar seçimini başlat. {0} ön ayar bulundu.", + "opening.build.preset.selection": "QuickPick derleme ön ayar seçimi açılıyor", + "select.active.build.preset.placeholder": "{0} için derleme ön ayarı seçin", + "user.cancelled.build.preset.selection": "Kullanıcı derleme ön ayar seçimini iptal etti", + "user.selected.build.preset": "Kullanıcı derleme ön ayarını {0} seçti", + "build.preset.configure.preset.not.match": "Derleme ön ayarı {0}: Yapılandırma ön ayarı, etkin yapılandırma ön ayarıyla eşleşmiyor", + "unloading.build.preset": "Derleme ön ayarı kaldırılıyor", + "unloading.test.preset": "Test ön ayarı kaldırılıyor", + "loading.build.preset": "Derleme ön ayarı {0} yükleniyor", + "start.selection.of.test.presets": "Test ön ayar seçimini başlat. {0} ön ayar bulundu.", + "select.active.test.preset.placeholder": "{0} için test ön ayarı seçin", + "user.cancelled.test.preset.selection": "Kullanıcı, test ön ayar seçimini iptal etti", + "user.selected.test.preset": "Kullanıcı test ön ayarını {0} seçti", + "test.preset.configure.preset.not.match": "Test ön ayarı {0}, etkin yapılandırma veya derleme ön ayarlarıyla uyumlu değil", + "loading.test.preset": "Test ön ayarı {0} yükleniyor", + "start.selection.of.package.presets": "Paket ön ayarlarının seçimini başlat. {0} ön ayar bulundu.", + "select.active.package.preset.placeholder": "{0} için paket ön ayarı seç", + "user.cancelled.package.preset.selection": "Kullanıcı, paket ön ayar seçimini iptal etti", + "user.selected.package.preset": "Kullanıcı, {0} paket ön ayarını seçti", + "package.preset.configure.preset.not.match": "{0} paket ön ayarı, etkin yapılandırma veya derleme ön ayarlarıyla uyumlu değil", + "unloading.package.preset": "Paket ön ayarı yüklemesi kaldırılıyor", + "loading.package.preset": "{0} paket ön ayarı yükleniyor", + "start.selection.of.workflow.presets": "İş akışı ön ayarlarının seçimini başlatın. {0} ön ayar bulundu.", + "select.active.workflow.preset.placeholder": "{0} için iş akışı ön ayarı seç", + "user.cancelled.workflow.preset.selection": "Kullanıcı, iş akışı ön ayar seçimini iptal etti", + "user.selected.workflow.preset": "Kullanıcı tarafından seçilen iş akışı ön ayarı {0}", + "workflow.preset.configure.preset.not.match": "{0} iş akışı ön ayarının yapılandırma ön ayarı, bazı iş akışı adımlarının yapılandırma ön ayarıyla uyumlu değil", + "unloading.workflow.preset": "İş akışı ön ayarı yüklemesi kaldırılıyor", + "loading.workflow.preset": "{0} iş akışı ön ayarı yükleniyor", + "use.kits.variants": "Setleri ve çeşitleri kullanın", + "edit.presets": "Bul", + "presets.version.error": "CMakePresets sürüm 1 desteklenmiyor. Nasıl devam etmek istersiniz?", + "failed.writing.to.file": "{0} dosyasına yazılamadı", + "failed.to.watch": "{0} için izleyici oluşturulamadı: {1}" +} \ No newline at end of file diff --git a/i18n/trk/src/presets/presetsParser.i18n.json b/i18n/trk/src/presets/presetsParser.i18n.json new file mode 100644 index 000000000..a3cdb56bd --- /dev/null +++ b/i18n/trk/src/presets/presetsParser.i18n.json @@ -0,0 +1,24 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "validating.presets.file": "\"File {0}\" ön ayarları okunuyor ve doğrulanıyor", + "unsupported.presets": "{0} içinde desteklenmeyen ön ayarlar algılandı. Destek, {1} sürümü tarafından tanımlanan özelliklerle sınırlıdır.", + "no.additional.properties": "ek özelliklere sahip OLMAMALI", + "unsupported.presets.disable": "Bilinmeyen özellikler ve makrolar {0} ayarı kullanılarak yoksayılabilir.", + "duplicate.build.preset.found": "Derleme ön ayarları koleksiyonunda kopyalar bulundu: \"{0}\"", + "duplicate.test.preset.found": "Test ön ayarları koleksiyonunda kopyalar bulundu: \"{0}\"", + "duplicate.package.preset.found": "Paket ön ayarları koleksiyonunda yinelenenler bulundu: \"{0}\"", + "duplicate.workflow.preset.found": "İş akışı ön ayarları koleksiyonunda kopyalar bulundu: \"{0}\"", + "workflow.does.not.start.configure.step": "İş akışı ön ayarı \"{0}\" bir yapılandırma adımıyla başlamıyor.", + "workflow.has.subsequent.configure.preset": "İş akışı ön ayarı \"{0}\", \"{2}\" ilk adımının yanı sıra başka bir yapılandırma ön ayarı \"{1}\" içeriyor: ", + "successfully.validated.presets": "{0} ön ayarlar şemasına göre başarıyla doğrulandı", + "included.presets.file.not.found": "Eklenen ön ayarlar dosyası ({0}) bulunamıyor", + "expansion.errors": "Ön ayarlar dosyasında genişletme hataları bulundu.", + "reading.presets.file": "Ön ayar dosyaları {0} okunuyor", + "failed.to.parse": "{0} ayrıştırılamadı: {1}", + "expanding.presets.file": "{0} ön ayarlar dosyası genişletiliyor", + "successfully.expanded.presets.file": "{0} ön ayarlar dosyası başarıyla genişletildi" +} \ No newline at end of file diff --git a/i18n/trk/src/ui/cacheView.i18n.json b/i18n/trk/src/ui/cacheView.i18n.json new file mode 100644 index 000000000..c69943a69 --- /dev/null +++ b/i18n/trk/src/ui/cacheView.i18n.json @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * 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.cache.editor": "CMake Önbellek Düzenleyicisi", + "cmake.cache.saved": "CMake seçenekleri kaydedildi.", + "ignore": "Yoksay", + "from.UI": "Kullanıcı arabiriminden", + "from.cache": "Önbellekten", + "merge.cache.edits": "CMake önbelleği bu web görünümü dışında değiştirildiğinden şu andaki kaydedilmemiş düzenlemelerle çakışmalar var. Hangi değerleri saklamak istiyorsunuz?", + "yes": "Evet", + "no": "Hayır", + "unsaved.cache.edits": "Son yapılan önbellek düzenlemelerini kaydetmek istiyor musunuz?", + "search": "Ara", + "save": "Kaydet", + "key": "Anahtar", + "value": "Değer" +} \ No newline at end of file diff --git a/i18n/trk/src/ui/pinnedCommands.i18n.json b/i18n/trk/src/ui/pinnedCommands.i18n.json new file mode 100644 index 000000000..a926878ea --- /dev/null +++ b/i18n/trk/src/ui/pinnedCommands.i18n.json @@ -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. +{ + "add.pinned.cmake.command": "Sabitlenecek bir CMake komutu ekleyin", + "user.cancelled.add.pinned.cmake.command": "Kullanıcı, Sabitlemek için CMake Komutunu seçmeyi iptal etti" +} \ No newline at end of file diff --git a/i18n/trk/src/ui/projectOutline/projectOutline.i18n.json b/i18n/trk/src/ui/projectOutline/projectOutline.i18n.json new file mode 100644 index 000000000..36d8e9a16 --- /dev/null +++ b/i18n/trk/src/ui/projectOutline/projectOutline.i18n.json @@ -0,0 +1,26 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "open.file": "Dosyayı aç", + "references": "Başvurular", + "static.library": "Statik kitaplık", + "module.library": "Modül kitaplığı", + "shared.library": "Paylaşılan kitaplık", + "object.library": "Nesne kitaplığı", + "executable": "Yürütülebilir", + "utility": "Yardımcı Program", + "interface.library": "Arabirim kitaplığı", + "target.tooltip": "Hedef {0}", + "launch.tooltip": "başlatma", + "default.tooltip": "varsayılan", + "item.render.issue": "Bu öğe işlenirken bir sorun oluştu. Bu bir hatadır", + "empty.project": "Boş proje", + "update.project.with.mismatch": "Eşleşmeyen ad özelliğine sahip projeyi güncelleştir", + "workspace.active": "Etkin Çalışma Alanı", + "workspace": "Çalışma alanı", + "error.update.code.model.on.nonexist.folder": "Henüz yüklenmeyen klasördeki kod modeli güncelleştiriliyor.", + "error.rendering.children.nodes": "Alt düğümler işlenirken hata oluştu" +} \ No newline at end of file diff --git a/i18n/trk/src/ui/projectStatus.i18n.json b/i18n/trk/src/ui/projectStatus.i18n.json new file mode 100644 index 000000000..996ea3f28 --- /dev/null +++ b/i18n/trk/src/ui/projectStatus.i18n.json @@ -0,0 +1,39 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "no.kit.selected": "[Seçili Set Yok]", + "no.configure.preset.selected": "[Yapılandırma Ön Ayarı Seçilmedi]", + "no.build.preset.selected": "[Derleme Ön Ayarı Seçilmedi]", + "no.test.preset.selected": "[Test Ön Ayarı Seçilmedi]", + "no.package.preset.selected": "[Paket Ön Ayarı Seçilmedi]", + "no.workflow.preset.selected": "[İş Akışı Ön Ayarı Seçilmedi]", + "Configure": "Yapılandır", + "configure.running": "Yapılandır (Çalışıyor)", + "Stop": "Durdur", + "Build": "Oluştur", + "build.running": "Derleme (Çalışıyor)", + "Test": "Test et", + "Package": "Paket", + "cpack.running": "CPack (paketleniyor)", + "Workflow": "İş akışı", + "workflow.running": "İş Akışı (Çalışıyor)", + "Debug": "Hata Ayıkla", + "Launch": "Başlat", + "Folder": "Klasör", + "active.folder": "Etkin Klasör", + "configPreset.change": "Yapılandırma Ön Ayarını Değiştir", + "override.settings.applied": "Geçersiz kılma ayarları uygulandı", + "buildPreset.change": "Derleme Ön Ayarını Değiştir", + "testPreset.change": "Test Ön Ayarını Değiştir", + "packagePreset.change": "Paket Ön Ayarını Değiştir", + "workflowPreset.change": "İş Akışı Ön Ayarını Değiştir", + "kit.change": "Seti Değiştir", + "set.build.target": "Derleme Hedefini Ayarla", + "set.debug.target": "Hata Ayıklama Hedefini Ayarla", + "set.launch.target": "Hedefi Başlat", + "select.active.folder": "Etkin Klasör Seç", + "set.variant": "Değişkeni ayarla" +} \ No newline at end of file