From c9d116843acfe39634fc79a6e84afb30c284fd7e Mon Sep 17 00:00:00 2001 From: csigs Date: Mon, 25 Oct 2021 14:20:42 -0700 Subject: [PATCH] [Auto] Localization - Translated Strings (#2170) --- i18n/chs/package.i18n.json | 11 ++++++----- i18n/chs/src/cmake-tools.i18n.json | 9 +++++---- i18n/chs/src/extension.i18n.json | 1 + i18n/chs/src/preset.i18n.json | 1 + i18n/cht/package.i18n.json | 11 ++++++----- i18n/cht/src/cmake-tools.i18n.json | 9 +++++---- i18n/cht/src/extension.i18n.json | 1 + i18n/cht/src/preset.i18n.json | 1 + i18n/csy/package.i18n.json | 11 ++++++----- i18n/csy/src/cmake-tools.i18n.json | 9 +++++---- i18n/csy/src/extension.i18n.json | 1 + i18n/csy/src/preset.i18n.json | 1 + i18n/deu/package.i18n.json | 11 ++++++----- i18n/deu/src/cmake-tools.i18n.json | 9 +++++---- i18n/deu/src/extension.i18n.json | 1 + i18n/deu/src/preset.i18n.json | 1 + i18n/esn/package.i18n.json | 11 ++++++----- i18n/esn/src/cmake-tools.i18n.json | 9 +++++---- i18n/esn/src/extension.i18n.json | 1 + i18n/esn/src/preset.i18n.json | 1 + i18n/fra/package.i18n.json | 11 ++++++----- i18n/fra/src/cmake-tools.i18n.json | 9 +++++---- i18n/fra/src/extension.i18n.json | 1 + i18n/fra/src/preset.i18n.json | 3 ++- i18n/ita/package.i18n.json | 11 ++++++----- i18n/ita/src/cmake-tools.i18n.json | 9 +++++---- i18n/ita/src/extension.i18n.json | 1 + i18n/ita/src/preset.i18n.json | 1 + i18n/jpn/package.i18n.json | 11 ++++++----- i18n/jpn/src/cmake-tools.i18n.json | 9 +++++---- i18n/jpn/src/extension.i18n.json | 1 + i18n/jpn/src/preset.i18n.json | 1 + i18n/kor/package.i18n.json | 11 ++++++----- i18n/kor/src/cmake-tools.i18n.json | 9 +++++---- i18n/kor/src/extension.i18n.json | 1 + i18n/kor/src/preset.i18n.json | 1 + i18n/plk/package.i18n.json | 11 ++++++----- i18n/plk/src/cmake-tools.i18n.json | 9 +++++---- i18n/plk/src/extension.i18n.json | 1 + i18n/plk/src/preset.i18n.json | 1 + i18n/ptb/package.i18n.json | 11 ++++++----- i18n/ptb/src/cmake-tools.i18n.json | 9 +++++---- i18n/ptb/src/extension.i18n.json | 1 + i18n/ptb/src/preset.i18n.json | 1 + i18n/rus/package.i18n.json | 11 ++++++----- i18n/rus/src/cmake-tools.i18n.json | 9 +++++---- i18n/rus/src/extension.i18n.json | 1 + i18n/rus/src/preset.i18n.json | 1 + i18n/trk/package.i18n.json | 11 ++++++----- i18n/trk/src/cmake-tools.i18n.json | 9 +++++---- i18n/trk/src/extension.i18n.json | 1 + i18n/trk/src/preset.i18n.json | 1 + 52 files changed, 170 insertions(+), 118 deletions(-) diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 06158d620..714c4946e 100644 --- a/i18n/chs/package.i18n.json +++ b/i18n/chs/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "为所有项目选择变量", "cmake-tools.command.cmake.configure.title": "配置", "cmake-tools.command.cmake.configureAll.title": "配置所有项目", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "显示配置命令", "cmake-tools.command.cmake.build.title": "生成", "cmake-tools.command.cmake.buildAll.title": "生成所有项目", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "显示生成命令", "cmake-tools.command.cmake.buildNamedTarget.title": "(内部)按名称生成目标", "cmake-tools.command.cmake.compileFile.title": "编译活动文件", "cmake-tools.command.cmake.outline.compileFile.title": "编译文件", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "要在配置时传递给 CMake 的其他参数。", "cmake-tools.configuration.cmake.buildArgs.description": "要在生成时传递给 CMake 的其他参数。", "cmake-tools.configuration.cmake.buildToolArgs.description": "要在生成时传递给基础生成工具的其他参数。", - "cmake-tools.configuration.cmake.parallelJobs.description": "并行生成作业的数量。使用零,以自动检测 CPU 的数量。", + "cmake-tools.configuration.cmake.parallelJobs.description": "并行生成作业的数目。使用零来自动检测 CPU 数。将此值设为 1 则将禁用生成并行度。", "cmake-tools.configuration.cmake.ctestPath.description": "CTest 可执行文件的路径。如果为 null,则从 cmake.cmakePath 推理(建议保留为 null)。", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "并行测试作业的数量。使用零即可利用 cmake.parallelJobs 的值。", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "分析编译器输出以查找警告和错误。", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "可在其中安装 MinGW 的目录。", "cmake-tools.configuration.cmake.searchDirs.items.description": "目录路径。", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "可在其中安装 Emscripten 的目录。", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "以递归方式收集和合并在 cmake.buildDirectory 中找到的所有compile_commands.json。", "cmake-tools.configuration.cmake.copyCompileCommands.description": "成功配置后将 compile_commands.json 复制到此位置。", "cmake-tools.configuration.cmake.configureOnOpen.description": "在 CMake 项目目录打开时自动对其进行配置。", "cmake-tools.configuration.cmake.configureOnEdit.description": "保存 cmake.sourceDirectory 或 CMakeLists.txt 内容时,自动配置 CMake 项目目录。", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "项目大纲", "cmake-tools.configuration.cmake.additionalKits.description": "自定义工具包文件的路径数组", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "启用导出 compile_commands.json。", - "cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakepresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakepresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。" + "cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakepresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakepresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。" } \ No newline at end of file diff --git a/i18n/chs/src/cmake-tools.i18n.json b/i18n/chs/src/cmake-tools.i18n.json index 70a8945c5..8c4c647f0 100644 --- a/i18n/chs/src/cmake-tools.i18n.json +++ b/i18n/chs/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "在通信模式更改后重启 CMake 驱动程序。", "generator.changed.restart.driver": "在生成器更改后重启 CMake 驱动程序。", "preferredGenerator.changed.restart.driver": "在 preferredGenerators 更改后重启 CMake 驱动程序。", + "targests.in.preset": "[预设中的目标]", "constructing.cmaketools": "正在构造新的 CMakeTools 实例", "disposing.driver": "正在释放 CMake 驱动程序", "resolving.config.preset": "正在解析所选配置预设", @@ -74,7 +75,7 @@ "generator.not.found": "无法确定要使用的 CMake 生成器。请安装或配置首选生成器,或更新 settings.json、工具包配置或路径变量。", "safely.constructing.cmaketools": "安全构造新的 CMakeTools 实例", "initialization.complete": "CMakeTools 实例初始化完成。", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "定义 cmake.mergedCompileCommands 时,将忽略设置 cmake.copyCompileCommands。", "failed.to.copy": "无法将“{0}”复制到“{1}”: {2}", "failed.to.create.parent.directory": "已尝试将“{0}”复制到“{1}”,但无法创建父目录 \"{2}\" : {3}", "configuring.project": "正在配置项目", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "无法配置: 没有为此 CMake 工具激活任何配置预设", "cmake.cache.dir.missing": "缺少包含 CMake 缓存的文件夹。将重新生成缓存。", "warn.skip.configure.when.cache.present": "扩展已确定目前需要配置,但由于已启用设置 cmake.skipConfigureWhenCachePresent,我们将跳过配置。请确保 CMake 缓存与最新的配置更改同步。", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "正在生成文件夹: {0}", + "failed.to.get.cmake.driver": "未能获取 CMake 驱动程序", + "failed.to.get.build.command": "未能获取生成命令", "unable.to.configure": "生成失败: 无法配置项目", "driver.died.after.successful.configure": "CMake 驱动程序在成功配置后立即终止", "building.status": "生成", @@ -111,9 +112,9 @@ "configure.now.button": "立即配置", "cache.load.failed": "找不到 CMakeCache.txt 文件。请先配置项目!", "set.up.before.selecting.target": "请先设置 CMake 项目,然后再选择目标。", + "select.active.target.tooltip": "设置默认生成目标", "enter.target.name": "输入目标名称", "target.to.build.description": "要生成的目标", - "select.active.target.tooltip": "设置默认生成目标", "driver.died.after.build.succeeded": "CMake 驱动程序在生成成功后立即终止。", "select.a.launch.target": "为 {0} 选择启动目标", "no.executable.target.found.to.launch": "找不到可启动的可执行目标。请检查:", diff --git a/i18n/chs/src/extension.i18n.json b/i18n/chs/src/extension.i18n.json index 5be4ede8f..b72961f6c 100644 --- a/i18n/chs/src/extension.i18n.json +++ b/i18n/chs/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "建议在升级到新的工具包定义后重新配置。", "using.cache.to.configure.workspace.on.open": "使用缓存在打开的 {0} 上时配置工作区", "update.code.model.for.cpptools": "更新 cpptools 的代码模型", + "update.intellisense.disabled": "未更新配置提供程序,因为 C_Cpp.intelliSenseEngine 设置为“已禁用”", "filed.to.open.cache.file.on.code.model.update": "未能在代码模型更新时打开 CMake 缓存文件", "opening.text.editor.for": "正在打开适用于 {0} 的文本编辑器", "no.kits.file.what.to.do": "不存在任何工具包文件。你要执行什么操作?", diff --git a/i18n/chs/src/preset.i18n.json b/i18n/chs/src/preset.i18n.json index 94daeb94e..bf7b096fc 100644 --- a/i18n/chs/src/preset.i18n.json +++ b/i18n/chs/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "预设 {0}: 继承“{1}”的值无效", "missing.condition.property": "预设 {0}: 条件对象上缺少必需的属性“{1}”", "invalid.condition.type": "预设 {0}: 条件类型“{1}”无效", "invalid.condition": "预设 {0}: 条件必须为 null、布尔值或对象。", diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index 6d74bebba..1f7510dec 100644 --- a/i18n/cht/package.i18n.json +++ b/i18n/cht/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "選取所有專案的變化", "cmake-tools.command.cmake.configure.title": "設定", "cmake-tools.command.cmake.configureAll.title": "設定所有專案", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "顯示設定命令", "cmake-tools.command.cmake.build.title": "建置", "cmake-tools.command.cmake.buildAll.title": "建置所有專案", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "顯示組建命令", "cmake-tools.command.cmake.buildNamedTarget.title": "(內部) 依名稱建置目標", "cmake-tools.command.cmake.compileFile.title": "編譯使用中的檔案", "cmake-tools.command.cmake.outline.compileFile.title": "編譯檔案", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "進行組態時會傳遞到 CMake 的其他引數。", "cmake-tools.configuration.cmake.buildArgs.description": "建置時會傳遞到 CMake 的其他引數。", "cmake-tools.configuration.cmake.buildToolArgs.description": "建置時會傳遞到基礎建置工具的其他引數。", - "cmake-tools.configuration.cmake.parallelJobs.description": "平行建置作業的數目。使用零可自動偵測 CPU 數目。", + "cmake-tools.configuration.cmake.parallelJobs.description": "平行建置工作的數目。使用零自動偵測 CPU 數目。將此設定為 1 將會停用建置平行處理原則。", "cmake-tools.configuration.cmake.ctestPath.description": "CTest 可執行檔的路徑。若為 null,將會從 cmake.cmakePath 推斷 (建議保留 null)。", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "平行測試作業的數目。使用零就會使用 cmake.parallelJobs 的值。", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "剖析警告與錯誤的編譯器輸出。", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "安裝 MinGW 的目錄。", "cmake-tools.configuration.cmake.searchDirs.items.description": "目錄路徑。", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "安裝 Emscripten 的目錄。", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "遞迴收集及合併 cmake.buildDirectory 中找到的所有compile_commands.js。", "cmake-tools.configuration.cmake.copyCompileCommands.description": "組態成功之後,將 compile_commands.json 複製到此位置。", "cmake-tools.configuration.cmake.configureOnOpen.description": "開啟 CMake 專案目錄時自動進行組態。", "cmake-tools.configuration.cmake.configureOnEdit.description": "在儲存 cmake.sourceDirectory 或 CMakeLists.txt 內容後,自動設定 CMake 專案目錄。", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "專案大綱", "cmake-tools.configuration.cmake.additionalKits.description": "自訂套件檔案的路徑陣列", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。", - "cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。" + "cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。" } \ No newline at end of file diff --git a/i18n/cht/src/cmake-tools.i18n.json b/i18n/cht/src/cmake-tools.i18n.json index b3f51b110..6ae642888 100644 --- a/i18n/cht/src/cmake-tools.i18n.json +++ b/i18n/cht/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "在通訊模式變更後重新啟動 CMake 驅動程式。", "generator.changed.restart.driver": "在產生器變更後重新啟動 CMake 驅動程式。", "preferredGenerator.changed.restart.driver": "在 preferredGenerators 變更後重新啟動 CMake 驅動程式。", + "targests.in.preset": "[預設的目標]", "constructing.cmaketools": "正在建構新的 CMakeTools 執行個體", "disposing.driver": "處置 CMake 驅動程式", "resolving.config.preset": "正在解析選取的設定預設", @@ -74,7 +75,7 @@ "generator.not.found": "無法判斷要使用哪個 CMake 產生器。請安裝或設定慣用的產生器,或更新 settings.json、您的套件組態或 PATH 變數。", "safely.constructing.cmaketools": "安全建構新的 CMakeTools 執行個體", "initialization.complete": "CMakeTools 執行個體初始化完成。", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "定義 cmake.mergedCompileCommands 時,會忽略設定 cmake.copyCompileCommands。", "failed.to.copy": "無法將 \"{0}\" 複製到 \"{1}\": {2}", "failed.to.create.parent.directory": "已嘗試將 \"{0}\" 複製到 \"{1}\",但無法建立父目錄 \"{2}\": {3}", "configuring.project": "正在設定專案", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "無法設定: 此 CMake 工具沒有使用中的設定預設", "cmake.cache.dir.missing": "缺少包含 CMake 快取的資料夾。快取將會重新產生。", "warn.skip.configure.when.cache.present": "延伸模組判斷目前需要設定,但由於設定 cmake.skipConfigureWhenCachePresent 已開啟,我們即將跳過設定。請確定 CMake 快取與最新的設定變更同步。", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "正在建置資料夾: {0}", + "failed.to.get.cmake.driver": "無法取得 CMake 驅動程式", + "failed.to.get.build.command": "無法取得組建命令", "unable.to.configure": "建置失敗: 無法設定專案", "driver.died.after.successful.configure": "設定成功後,CMake 驅動程式已隨即終止", "building.status": "建築", @@ -111,9 +112,9 @@ "configure.now.button": "立即設定", "cache.load.failed": "找不到任何 CMakeCache.txt 檔案。請先設定專案!", "set.up.before.selecting.target": "先設定 CMake 專案,再選取目標。", + "select.active.target.tooltip": "選取預設建置目標", "enter.target.name": "輸入目標名稱", "target.to.build.description": "要建置的目標", - "select.active.target.tooltip": "選取預設建置目標", "driver.died.after.build.succeeded": "建置成功後,CMake 驅動程式已隨即終止。", "select.a.launch.target": "為 {0} 選取啟動目標", "no.executable.target.found.to.launch": "找不到要啟動的可執行目標。請檢查:", diff --git a/i18n/cht/src/extension.i18n.json b/i18n/cht/src/extension.i18n.json index 30e1d721e..d4d164163 100644 --- a/i18n/cht/src/extension.i18n.json +++ b/i18n/cht/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "建議您在升級為新套件定義後重新設定。", "using.cache.to.configure.workspace.on.open": "使用快取在開放式 {0} 上設定工作區", "update.code.model.for.cpptools": "更新 cpptools 的程式碼模型", + "update.intellisense.disabled": "無法更新組態提供者,因為 C_Cpp.intelliSenseEngine 設為 '停用'", "filed.to.open.cache.file.on.code.model.update": "無法在程式碼模型更新時開啟 CMake 快取檔案", "opening.text.editor.for": "正在開啟 {0} 的文字編輯器", "no.kits.file.what.to.do": "沒有套件檔案存在。要執行什麼作業?", diff --git a/i18n/cht/src/preset.i18n.json b/i18n/cht/src/preset.i18n.json index d4fe356ca..c17051904 100644 --- a/i18n/cht/src/preset.i18n.json +++ b/i18n/cht/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "預設 {0}: 繼承 \"{1}\" 的值無效", "missing.condition.property": "預設值 {0}: 條件物件上缺少必要的屬性 \"{1}\"", "invalid.condition.type": "預設值 {0}: 無效的條件類型 \"{1}\"", "invalid.condition": "預設值 {0}: 條件必須是 null、布林值或物件。", diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index 3a6ed0aca..90ff153d4 100644 --- a/i18n/csy/package.i18n.json +++ b/i18n/csy/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Vybrat variantu pro všechny projekty", "cmake-tools.command.cmake.configure.title": "Konfigurovat", "cmake-tools.command.cmake.configureAll.title": "Nakonfigurovat všechny projekty", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Zobrazení příkazu konfigurace", "cmake-tools.command.cmake.build.title": "Build", "cmake-tools.command.cmake.buildAll.title": "Sestavit všechny projekty", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Zobrazení příkazu sestavení", "cmake-tools.command.cmake.buildNamedTarget.title": "(Interní) Sestavit cíl podle názvu", "cmake-tools.command.cmake.compileFile.title": "Zkompilovat aktivní soubor", "cmake-tools.command.cmake.outline.compileFile.title": "Zkompilovat soubor", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Další argumenty, které se mají předat nástrojům CMake při konfigurování", "cmake-tools.configuration.cmake.buildArgs.description": "Další argumenty, které se mají předat nástrojům CMake při sestavování", "cmake-tools.configuration.cmake.buildToolArgs.description": "Další argumenty, které se mají předat základnímu nástroji pro sestavení při sestavování", - "cmake-tools.configuration.cmake.parallelJobs.description": "Počet souběžných úloh sestavení. Pomocí nuly automaticky zjistíte počet procesorů.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Počet paralelních úloh buildu. Pokud chcete automaticky zjistit počet procesorů, použijte nulu. Nastavením na 1 paralelismus buildu zakážete.", "cmake-tools.configuration.cmake.ctestPath.description": "Cesta ke spustitelnému souboru CTest. Pokud je hodnota null, bude odvozena z parametru cmake.cmakePath (doporučeno ponechat hodnotu null).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Počet paralelních testovacích úloh. Pokud chcete použít hodnotu cmake.parallelJobs, použijte nulu.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analyzovat výstup kompilátoru z hlediska upozornění a chyb", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Adresáře, ve kterých může být nainstalovaný MinGW", "cmake-tools.configuration.cmake.searchDirs.items.description": "Cesta k adresáři", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Adresáře, ve kterých může být nainstalovaný Emscripten", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Rekurzivně shromážděte a slučte všechny soubory compile_commands.json nalezené v adresáři cmake.buildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Po úspěšné konfiguraci zkopírovat soubor compile_commands.json do tohoto umístění", "cmake-tools.configuration.cmake.configureOnOpen.description": "Automaticky konfigurovat adresáře projektu CMake při jejich otevření", "cmake-tools.configuration.cmake.configureOnEdit.description": "Automaticky nakonfigurovat adresáře projektu CMake, když se uloží obsah cmake.sourceDirectory nebo CMakeLists.txt", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Osnova projektu", "cmake-tools.configuration.cmake.additionalKits.description": "Pole cest k vlastním sadám souborů", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Povolte v CMakePresets.json používání rozšíření JSON, jako jsou třeba komentáře. Pokud použijete nestandardní JSON, ostatní prostředí IDE nebo příkazový řádek může soubor CMakePresets.json považovat za neplatný." } \ No newline at end of file diff --git a/i18n/csy/src/cmake-tools.i18n.json b/i18n/csy/src/cmake-tools.i18n.json index e6a6cd2bc..17841aab0 100644 --- a/i18n/csy/src/cmake-tools.i18n.json +++ b/i18n/csy/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Ovladač CMake se restartuje po změně režimu komunikace.", "generator.changed.restart.driver": "Ovladač CMake se restartuje po změně generátoru.", "preferredGenerator.changed.restart.driver": "Ovladač CMake se restartuje po změně hodnoty preferredGenerators.", + "targests.in.preset": "[Cíle v předvolbách]", "constructing.cmaketools": "Vytváří se nová instance CMakeTools.", "disposing.driver": "Ruší se ovladač CMake.", "resolving.config.preset": "Překládá se vybraná předvolba konfigurace", @@ -74,7 +75,7 @@ "generator.not.found": "Nejde určit, jaký generátor CMake se má použít. Nainstalujte prosím nebo nakonfigurujte preferovaný generátor nebo aktualizujte soubor settings.json, konfiguraci sady nebo proměnnou PATH.", "safely.constructing.cmaketools": "Bezpečně se vytváří nová instance CMakeTools.", "initialization.complete": "Inicializace instance CMakeTools byla dokončena.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "Když se definuje cmake.mergedCompileCommands, nastavení cmake.copyCompileCommands se ignoruje.", "failed.to.copy": "Nepovedlo se zkopírovat položku {0} do umístění {1}: {2}", "failed.to.create.parent.directory": "Pokusili jste se zkopírovat položku {0} do umístění {1}, ale nepovedlo se vytvořit nadřazený adresář {2}: {3}", "configuring.project": "Konfiguruje se projekt.", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Nejde nakonfigurovat: Pro tyto nástroje CMake Tools není aktivní žádná předvolba konfigurace.", "cmake.cache.dir.missing": "Chybí složka obsahující mezipaměť CMake. Mezipaměť se znovu vygeneruje.", "warn.skip.configure.when.cache.present": "Rozšíření zjistilo, že se momentálně vyžaduje konfigurace, ale přeskakujeme ji, protože je zapnuté nastavení cmake.skipConfigureWhenCachePresent. Zkontrolujte, jestli je mezipaměť CMake synchronizovaná s posledními změnami konfigurace.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Sestavuje se složka: {0}", + "failed.to.get.cmake.driver": "Nepovedlo se získat ovladač CMake.", + "failed.to.get.build.command": "Nepovedlo se získat příkaz sestavení.", "unable.to.configure": "Sestavení se nepovedlo: projekt nejde nakonfigurovat", "driver.died.after.successful.configure": "Ovladač CMake se ukončil hned po úspěšné konfiguraci.", "building.status": "Sestavování", @@ -111,9 +112,9 @@ "configure.now.button": "Nakonfigurovat", "cache.load.failed": "Nenašel se žádný soubor CMakeCache.txt. Nejdříve prosím nakonfigurujte projekt.", "set.up.before.selecting.target": "Před výběrem cíle nastavte projekt CMake.", + "select.active.target.tooltip": "Vybrat výchozí cíl sestavení", "enter.target.name": "Zadejte název cíle.", "target.to.build.description": "Cíl k sestavení", - "select.active.target.tooltip": "Vybrat výchozí cíl sestavení", "driver.died.after.build.succeeded": "Ovladač CMake se ukončil hned po úspěšném sestavení.", "select.a.launch.target": "Vyberte cíl spuštění pro {0}.", "no.executable.target.found.to.launch": "Nenašel se žádný cílový spustitelný soubor, který by se mohl spustit. Zkontrolujte prosím:", diff --git a/i18n/csy/src/extension.i18n.json b/i18n/csy/src/extension.i18n.json index 5ec9f71ac..65c5e3690 100644 --- a/i18n/csy/src/extension.i18n.json +++ b/i18n/csy/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Po upgradu na novou definici sad se doporučuje změnit konfiguraci.", "using.cache.to.configure.workspace.on.open": "Konfigurace pracovního prostoru při otevření {0} pomocí mezipaměti", "update.code.model.for.cpptools": "Aktualizovat model kódu pro cpptools", + "update.intellisense.disabled": "Zprostředkovatel konfigurace se neaktualizuje, protože C_Cpp.intelliSenseEngine je nastavený na Zakázáno.", "filed.to.open.cache.file.on.code.model.update": "Nepovedlo se otevřít soubor mezipaměti CMake při aktualizaci kódu modelu.", "opening.text.editor.for": "Spouští se textový editor pro {0}.", "no.kits.file.what.to.do": "Není k dispozici žádný soubor sad. Co byste chtěli udělat?", diff --git a/i18n/csy/src/preset.i18n.json b/i18n/csy/src/preset.i18n.json index 1999ea8e8..5d857d434 100644 --- a/i18n/csy/src/preset.i18n.json +++ b/i18n/csy/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "Předvolba {0}: Neplatná hodnota pro dědění „{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.", diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index c11aa9b3e..833a70caf 100644 --- a/i18n/deu/package.i18n.json +++ b/i18n/deu/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Variante für alle Projekte auswählen", "cmake-tools.command.cmake.configure.title": "Konfigurieren", "cmake-tools.command.cmake.configureAll.title": "Alle Projekte konfigurieren", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Befehl \"Konfigurieren\" anzeigen", "cmake-tools.command.cmake.build.title": "Build", "cmake-tools.command.cmake.buildAll.title": "Alle Projekte erstellen", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Buildbefehl anzeigen", "cmake-tools.command.cmake.buildNamedTarget.title": "(Intern) Ziel anhand des Namens erstellen", "cmake-tools.command.cmake.compileFile.title": "Aktive Datei kompilieren", "cmake-tools.command.cmake.outline.compileFile.title": "Datei kompilieren", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Zusätzliche Argumente, die beim Konfigurieren an CMake übergeben werden sollen.", "cmake-tools.configuration.cmake.buildArgs.description": "Zusätzliche Argumente, die beim Erstellen an CMake übergeben werden.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Zusätzliche Argumente, die beim Erstellen an das zugrunde liegende Buildtool übergeben werden sollen.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Die Anzahl paralleler Buildaufträge. Verwenden Sie 0, um die Anzahl von CPUs automatisch zu ermitteln.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Die Anzahl paralleler Buildaufträge. Verwenden Sie 0, um die Anzahl von CPUs automatisch zu ermitteln. Das Festlegen auf 1 deaktiviert die Buildparallelität.", "cmake-tools.configuration.cmake.ctestPath.description": "Pfad zur ausführbaren CTest-Datei. Bei NULL erfolgt ein Rückschluss von \"cmake.cmakePath\". (Die Beibehaltung von NULL wird empfohlen.)", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Die Anzahl paralleler Testaufträge. Verwenden Sie 0, um den Wert von \"cmake.parallelJobs\" zu verwenden.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Hiermit wird Compilerausgabe auf Warnungen und Fehler analysiert.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Verzeichnisse, in denen MinGW möglicherweise installiert ist.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Pfad zu einem Verzeichnis.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Verzeichnisse, in denen Emscripten möglicherweise installiert ist.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Sammeln und zusammenführen Sie rekursiv alle compile_commands.json aus \"cmake.buildDirectory\".", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Hiermit wird \"compile_commands.json\" nach erfolgreicher Konfiguration an diesen Speicherort kopiert.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Hiermit werden CMake-Projektverzeichnisse beim Öffnen automatisch konfiguriert.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Hiermit werden CMake-Projektverzeichnisse automatisch konfiguriert, wenn cmake.sourceDirectory- oder CMakeLists.txt-Inhalte gespeichert werden.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Projektgliederung", "cmake-tools.configuration.cmake.additionalKits.description": "Array aus Pfaden zu benutzerdefinierten Kit-Dateien", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Ermöglicht das Exportieren von \"compile_commands.json\".", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Benutzen Sie \"CMakePresets.json\", um das Konfigurieren, Erstellen und Testen von \"CMake\" zu steuern. Bei Verwendung von \"CMakePresets.json\" werden Kits, Varianten und einige Einstellungen in \"settings.json\" ignoriert." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Benutzen Sie \"CMakePresets.json\", um das Konfigurieren, Erstellen und Testen von \"CMake\" zu steuern. Bei Verwendung von \"CMakePresets.json\" werden Kits, Varianten und einige Einstellungen in \"settings.json\" ignoriert.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Hiermit wird die Verwendung von JSON-Erweiterungen, wie z. B. Kommentare in CMakePresets.json, zugelassen. Beachten Sie, dass Ihre CMakePresets.json-Datei von anderen IDEs als ungültig betrachtet werden kann, oder in der Befehlszeile, wenn Sie nicht standardmäßiges JSON verwenden." } \ No newline at end of file diff --git a/i18n/deu/src/cmake-tools.i18n.json b/i18n/deu/src/cmake-tools.i18n.json index 8017d5b1a..dfcaf3cc9 100644 --- a/i18n/deu/src/cmake-tools.i18n.json +++ b/i18n/deu/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Der CMake-Treiber wird nach einer Änderung des Kommunikationsmodus neu gestartet.", "generator.changed.restart.driver": "Der CMake-Treiber wird nach einer Generatoränderung neu gestartet.", "preferredGenerator.changed.restart.driver": "Der CMake-Treiber wird nach einer preferredGenerators-Änderung neu gestartet.", + "targests.in.preset": "[Ziele in Voreinstellung]", "constructing.cmaketools": "Eine neue CMakeTools-Instanz wird erstellt.", "disposing.driver": "CMake-Treiber wird verworfen", "resolving.config.preset": "Die ausgewählte Konfigurationsvoreinstellung wird aufgelöst", @@ -74,7 +75,7 @@ "generator.not.found": "Der zu verwendende CMake-Generator kann nicht ermittelt werden. Installieren oder konfigurieren Sie einen bevorzugten Generator, oder aktualisieren Sie \"settings.json\", Ihre Kitkonfiguration oder die PATH-Variable.", "safely.constructing.cmaketools": "Eine neue CMakeTools-Instanz wird sicher erstellt.", "initialization.complete": "Die Initialisierung der CMakeTools-Instanz ist abgeschlossen.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "Die Einstellung \"cmake.copyCompileCommands\" wird ignoriert, während \"cmake.mergedCompileCommands\" definiert ist.", "failed.to.copy": "Fehler beim Kopieren von \"{0}\" in \"{1}\": {2}", "failed.to.create.parent.directory": "Es wurde versucht, \"{0}\" in \"{1}\" zu kopieren, aber das übergeordnete Verzeichnis \"{2}\" konnte nicht erstellt werden: {3}", "configuring.project": "Das Projekt wird konfiguriert.", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Konfigurieren nicht möglich: Für diese CMake Tools-Instanz ist keine Konfigurationsvoreinstellung aktiv", "cmake.cache.dir.missing": "Der Ordner, der den CMake-Cache enthält, fehlt. Der Cache wird neu generiert.", "warn.skip.configure.when.cache.present": "Die Erweiterung hat festgestellt, dass momentan eine Konfiguration erforderlich ist. Diese wird jedoch übersprungen, weil die Einstellung \"cmake.skipConfigureWhenCachePresent\" aktiviert ist. Stellen Sie sicher, dass der CMake-Cache mit den neuesten Konfigurationsänderungen synchron ist.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Ordner wird erstellt: {0}", + "failed.to.get.cmake.driver": "Fehler beim Abrufen des CMake-Treibers.", + "failed.to.get.build.command": "Fehler beim Abrufen des Buildbefehls.", "unable.to.configure": "Buildfehler: Das Projekt konnte nicht konfiguriert werden.", "driver.died.after.successful.configure": "Der CMake-Treiber wurde unmittelbar nach der erfolgreichen Konfiguration beendet.", "building.status": "Erstellen", @@ -111,9 +112,9 @@ "configure.now.button": "Jetzt konfigurieren", "cache.load.failed": "Es wurde keine Datei \"CMakeCache.txt\" gefunden. Konfigurieren Sie zuerst das Projekt.", "set.up.before.selecting.target": "Richten Sie Ihr CMake-Projekt ein, bevor Sie ein Ziel auswählen.", + "select.active.target.tooltip": "Wählen Sie das Standardziel für Builds aus.", "enter.target.name": "Zielname eingeben", "target.to.build.description": "Ziel für Build", - "select.active.target.tooltip": "Wählen Sie das Standardziel für Builds aus.", "driver.died.after.build.succeeded": "Der CMake-Treiber wurde unmittelbar nach dem erfolgreichen Buildvorgang beendet.", "select.a.launch.target": "Wählen Sie ein Startziel für \"{0}\" aus.", "no.executable.target.found.to.launch": "Es wurde kein ausführbares Ziel zum Starten gefunden. Überprüfen Sie Folgendes:", diff --git a/i18n/deu/src/extension.i18n.json b/i18n/deu/src/extension.i18n.json index 2561168d9..6ac57de45 100644 --- a/i18n/deu/src/extension.i18n.json +++ b/i18n/deu/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Nach dem Upgrade auf eine neue Definition der Kits wird eine Neukonfiguration empfohlen.", "using.cache.to.configure.workspace.on.open": "Verwenden von Cache zum Konfigurieren des Arbeitsbereichs bei geöffneten {0}", "update.code.model.for.cpptools": "Codemodell für cpptools aktualisieren", + "update.intellisense.disabled": "Der Konfigurationsanbieter wird nicht aktualisiert, da C_Cpp.intelliSenseEngine auf \"Disabled\" festgelegt ist.", "filed.to.open.cache.file.on.code.model.update": "Fehler beim Öffnen der CMake-Cachedatei für das Codemodellupdate.", "opening.text.editor.for": "Der Text-Editor für \"{0}\" wird geöffnet.", "no.kits.file.what.to.do": "Es ist keine Kitdatei vorhanden. Wie möchten Sie vorgehen?", diff --git a/i18n/deu/src/preset.i18n.json b/i18n/deu/src/preset.i18n.json index 03bf2287d..1ee4e6236 100644 --- a/i18n/deu/src/preset.i18n.json +++ b/i18n/deu/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "Voreinstellung {0}: Ungültiger Wert für Vererbungen \"{1}\"", "missing.condition.property": "Voreingestellte {0}: Fehlende erforderliche Eigenschaft „{1}“ für Bedingungsobjekt", "invalid.condition.type": "Voreingestellte {0}: Ungültiger Konditionstyp „{1}“", "invalid.condition": "Voreingestellte {0}: Die Bedingung muss NULL, ein boolescher Wert oder ein Objekt sein.", diff --git a/i18n/esn/package.i18n.json b/i18n/esn/package.i18n.json index 29c61932f..054c24f86 100644 --- a/i18n/esn/package.i18n.json +++ b/i18n/esn/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Seleccionar una variante para todos los proyectos", "cmake-tools.command.cmake.configure.title": "Configurar", "cmake-tools.command.cmake.configureAll.title": "Configurar todos los proyectos", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Mostrar comando Configurar", "cmake-tools.command.cmake.build.title": "Versión de compilación", "cmake-tools.command.cmake.buildAll.title": "Compilar todos los proyectos", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Mostrar comando de compilación", "cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compilar un destino por nombre", "cmake-tools.command.cmake.compileFile.title": "Compilar el archivo activo", "cmake-tools.command.cmake.outline.compileFile.title": "Compilar archivo", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Argumentos adicionales que se pasan a CMake al configurar.", "cmake-tools.configuration.cmake.buildArgs.description": "Argumentos adicionales que se pasan a CMake al compilar.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Argumentos adicionales que se pasan a la herramienta de compilación subyacente al compilar.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Número de trabajos de compilación paralelos. Use cero para detectar el número de instancias de CPU automáticamente.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Número de trabajos de compilación paralelos. Use cero para detectar automáticamente el número de CPU. Si se establece en 1, se deshabilitará el paralelismo de compilación.", "cmake-tools.configuration.cmake.ctestPath.description": "Ruta de acceso al ejecutable de CTest. Si es NULL, se inferirá de cmake.cmakePath (se recomienda dejar NULL).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Número de trabajos de prueba paralelos. Use cero para utilizar el valor de cmake.parallelJobs.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analiza la salida del compilador para encontrar advertencias y errores.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Directorios en los que se puede instalar MinGW.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Ruta de acceso a un directorio.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Directorios en los que se puede instalar Emscripten.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recopile y combine de forma recursiva todos los compile_commands.json que se encuentran en cmake.buildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Copia compile_commands.json en esta ubicación después de una configuración correcta.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Configura automáticamente los directorios del proyecto de CMake al abrirlos.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Configure automáticamente los directorios de proyectos de CMake cuando se guarde el contenido de cmake.sourceDirectory o CMakeLists.txt.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Esquema del proyecto", "cmake-tools.configuration.cmake.additionalKits.description": "Matriz de rutas de acceso a los archivos de kit personalizados", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Habilita la exportación de compile_commands.json.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Use CMakePresets.json para configurar, compilar y probar la unidad CMake. Cuando use CMakePresets.json, los kits, las variantes y algunos valores de configuración de settings.json se omitirán." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Use CMakePresets.json para configurar, compilar y probar la unidad CMake. Cuando use CMakePresets.json, los kits, las variantes y algunos valores de configuración de settings.json se omitirán.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Permitir el uso de extensiones JSON como comentarios en CMakePresets.json. Tenga en cuenta que el archivo CMakePresets.json puede considerarse no válido por otros IDE o en la línea de comandos si usa JSON no estándar." } \ No newline at end of file diff --git a/i18n/esn/src/cmake-tools.i18n.json b/i18n/esn/src/cmake-tools.i18n.json index be2829176..40d43239f 100644 --- a/i18n/esn/src/cmake-tools.i18n.json +++ b/i18n/esn/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Reiniciando el controlador de CMake después de un cambio en el modo de comunicación.", "generator.changed.restart.driver": "Reiniciando el controlador de CMake después de un cambio de generador.", "preferredGenerator.changed.restart.driver": "Reiniciando el controlador de CMake después de un cambio de preferredGenerators.", + "targests.in.preset": "[Destinos predeterminados]", "constructing.cmaketools": "Creando una instancia de CMakeTools", "disposing.driver": "Eliminando el controlador de CMake", "resolving.config.preset": "Resolviendo la configuración preestablecida seleccionada", @@ -74,7 +75,7 @@ "generator.not.found": "No se puede determinar el generador de CMake que se va a usar. Instale o configure un generador preferido o bien actualice settings.json, la configuración del kit o la variable PATH.", "safely.constructing.cmaketools": "Creación segura de una instancia de CMakeTools", "initialization.complete": "La inicialización de la instancia de CMakeTools se ha completado.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "La configuración de cmake.copyCompileCommands se omite mientras se define cmake.mergedCompileCommands.", "failed.to.copy": "No se pudo copiar \"{0}\" en \"{1}\": {2}", "failed.to.create.parent.directory": "Se intentó copiar \"{0}\" en \"{1}\", pero no se pudo crear el directorio \"{2}\" primario: {3}", "configuring.project": "Configurando el proyecto", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "No se puede configurar: no hay ninguna configuración preestablecida para estas herramientas de CMake.", "cmake.cache.dir.missing": "Falta la carpeta que contiene la memoria caché de CMake. Se regenerará la caché.", "warn.skip.configure.when.cache.present": "La extensión ha determinado que se necesita una configuración en este momento, pero lo hemos omitido porque la configuración cmake.skipConfigureWhenCachePresent está ACTIVADA. Asegúrese de que la caché de CMake esté sincronizada con los últimos cambios de configuración.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Compilando la carpeta: {0}", + "failed.to.get.cmake.driver": "No se pudo obtener el controlador de CMake", + "failed.to.get.build.command": "No se pudo obtener el comando de compilación", "unable.to.configure": "Error de compilación: no se puede configurar el proyecto", "driver.died.after.successful.configure": "El controlador de CMake finalizó de forma inmediata después de que la configuración se realizara correctamente.", "building.status": "Compilando", @@ -111,9 +112,9 @@ "configure.now.button": "Configurar ahora", "cache.load.failed": "No se ha encontrado ningún archivo CMakeCache.txt. Configure el proyecto primero.", "set.up.before.selecting.target": "Configure el proyecto de CMake antes de seleccionar un destino.", + "select.active.target.tooltip": "Seleccionar el destino de compilación predeterminado", "enter.target.name": "Escribir un nombre de destino", "target.to.build.description": "Destino para compilar", - "select.active.target.tooltip": "Seleccionar el destino de compilación predeterminado", "driver.died.after.build.succeeded": "El controlador de CMake finalizó de forma inmediata después de que la compilación se realizara correctamente.", "select.a.launch.target": "Seleccionar un destino de inicio para {0}", "no.executable.target.found.to.launch": "No se encontró ningún destino ejecutable para iniciar. Compruebe lo siguiente:", diff --git a/i18n/esn/src/extension.i18n.json b/i18n/esn/src/extension.i18n.json index baeac3d03..c84862b6e 100644 --- a/i18n/esn/src/extension.i18n.json +++ b/i18n/esn/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Se recomienda volver a configurar después de actualizar a una nueva definición de los kits.", "using.cache.to.configure.workspace.on.open": "Usando la caché para configurar el área de trabajo en {0} que se ha abierto", "update.code.model.for.cpptools": "Actualizar el modelo de código para cpptools", + "update.intellisense.disabled": "No se actualiza el proveedor de configuración porque C_Cpp.intelliSenseEngine está establecido en \"Deshabilitado\"", "filed.to.open.cache.file.on.code.model.update": "No se pudo abrir el archivo caché de CMake en la actualización del modelo de código.", "opening.text.editor.for": "Abriendo el editor de texto para {0}", "no.kits.file.what.to.do": "No hay ningún archivo de kits presente. ¿Qué quiere hacer?", diff --git a/i18n/esn/src/preset.i18n.json b/i18n/esn/src/preset.i18n.json index 43f672c02..cd76d7952 100644 --- a/i18n/esn/src/preset.i18n.json +++ b/i18n/esn/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "{0} preestablecido: valor no válido para herencias \"{1}\"", "missing.condition.property": "Valor preestablecido {0}: falta la propiedad necesaria \"{1}\" en el objeto de condición", "invalid.condition.type": "Valor preestablecido {0}: tipo de condición no válido \"{1}\"", "invalid.condition": "Valor preestablecido {0}: la condición debe ser null, booleano o un objeto.", diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index 1406fb82a..8c697156c 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Sélectionner une variante pour tous les projets", "cmake-tools.command.cmake.configure.title": "Configurer", "cmake-tools.command.cmake.configureAll.title": "Configurer tous les projets", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Afficher la commande de configuration", "cmake-tools.command.cmake.build.title": "Générer un build", "cmake-tools.command.cmake.buildAll.title": "Générer tous les projets", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Afficher la commande Build", "cmake-tools.command.cmake.buildNamedTarget.title": "(Interne) Générer une cible en fonction de son nom", "cmake-tools.command.cmake.compileFile.title": "Compiler le fichier actif", "cmake-tools.command.cmake.outline.compileFile.title": "Compiler le fichier", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Arguments supplémentaires à passer à CMake au moment de la configuration.", "cmake-tools.configuration.cmake.buildArgs.description": "Arguments supplémentaires à passer à CMake au moment de la génération.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Arguments supplémentaires à passer à l'outil de génération sous-jacent au moment de la génération.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Nombre de travaux de build parallèles. Utilisez zéro pour détecter automatiquement le nombre de processeurs.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Nombre de travaux de build parallèles. Utilisez zéro pour détecter automatiquement le nombre d’UC. Si la valeur est 1, le parallélisme de build est désactivé.", "cmake-tools.configuration.cmake.ctestPath.description": "Chemin de l'exécutable CTest. Si la valeur est null, le chemin est déduit à partir de cmake.cmakePath (il est recommandé de laisser une valeur null).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Nombre de travaux de test parallèles. Utilisez zéro pour utiliser la valeur de cmake.parallelJobs.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analyse la sortie du compilateur à la recherche d'avertissements et d'erreurs.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Répertoires où MinGW peut être installé.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Chemin d'un répertoire.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Répertoires où Emscripten peut être installé.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Collectez et fusionnez de manière récursive tous les compile_commands.jstrouvés dans cmake.buildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Copie compile_commands.json à cet emplacement après une configuration réussie.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Configure automatiquement les répertoires de projet CMake quand ils s'ouvrent.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Configurez automatiquement les répertoires de projet CMake pendant l'enregistrement du contenu de cmake.sourceDirectory ou CMakeLists.txt.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Structure du projet", "cmake-tools.configuration.cmake.additionalKits.description": "Tableau des chemins des fichiers de kits personnalisés", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Permet l'exportation de compile_commands.json.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Utilisez CMakePresets.json pour configurer la configuration du lecteur CMake, son build et son test. Lorsque vous utilisez CMakePresets.json, les kits, les variantes et certains paramètres de settings.json seront ignorés." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Utilisez CMakePresets.json pour configurer la configuration du lecteur CMake, son build et son test. Lorsque vous utilisez CMakePresets.json, les kits, les variantes et certains paramètres de settings.json seront ignorés.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Autoriser l’utilisation d’extensions JSON telles que des commentaires dans CMakePresets.jsactivé. Notez que votre CMakePresets.jssur le fichier peut être considérée comme non valide par d’autres IDE ou sur la ligne de commande si vous utilisez un JSON non standard." } \ No newline at end of file diff --git a/i18n/fra/src/cmake-tools.i18n.json b/i18n/fra/src/cmake-tools.i18n.json index 625d4b5c2..43064c77c 100644 --- a/i18n/fra/src/cmake-tools.i18n.json +++ b/i18n/fra/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Redémarrage du pilote de CMake après un changement de mode de communication.", "generator.changed.restart.driver": "Redémarrage du pilote de CMake après un changement de générateur.", "preferredGenerator.changed.restart.driver": "Redémarrage du pilote de CMake après un changement de preferredGenerators.", + "targests.in.preset": "[Cibles dans la présélection]", "constructing.cmaketools": "Construction d'une instance de CMakeTools", "disposing.driver": "Suppression du pilote CMake", "resolving.config.preset": "Résolution de la présélection de configuration sélectionnée", @@ -74,7 +75,7 @@ "generator.not.found": "Impossible de déterminer le générateur CMake à utiliser. Installez ou configurez un générateur par défaut, ou mettez à jour settings.json, la configuration de votre kit ou la variable PATH.", "safely.constructing.cmaketools": "Construction sécurisée d'une instance de CMakeTools", "initialization.complete": "Initialisation de l'instance de CMakeTools effectuée.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "La définition de cmake.copyCompileCommands est ignorée lorsque cmake.mergedCompileCommands est défini.", "failed.to.copy": "Échec de la copie de \"{0}\" vers \"{1}\" : {2}", "failed.to.create.parent.directory": "Tentative de copie de \"{0}\" vers \"{1}\", mais échec de la création du répertoire parent \"{2}\" : {3}", "configuring.project": "Configuration du projet", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Impossible d'effectuer la configuration : aucune présélection de configuration n’est active pour cette version de CMake Tools", "cmake.cache.dir.missing": "Le dossier contenant le cache CMake est manquant. Le cache est régénéré.", "warn.skip.configure.when.cache.present": "L'extension a déterminé qu'une configuration était actuellement nécessaire, mais nous l'ignorons, car le paramètre cmake.skipConfigureWhenCachePresent est activé. Vérifiez que le cache CMake est synchronisé avec les derniers changements de configuration.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Génération du dossier : {0}", + "failed.to.get.cmake.driver": "Échec de l’obtention du pilote CMake", + "failed.to.get.build.command": "Échec de la commande de construction", "unable.to.configure": "Échec de la build : impossible de configurer le projet", "driver.died.after.successful.configure": "Le pilote CMake a cessé de fonctionner juste après la réussite de la configuration", "building.status": "Génération", @@ -111,9 +112,9 @@ "configure.now.button": "Configurer", "cache.load.failed": "Non, le fichier CMakeCache.txt a été trouvé. Configurez d'abord le projet !", "set.up.before.selecting.target": "Configurez votre projet CMake avant de sélectionner une cible.", + "select.active.target.tooltip": "Sélectionner la cible de build par défaut", "enter.target.name": "Entrer un nom de cible", "target.to.build.description": "Cible à générer", - "select.active.target.tooltip": "Sélectionner la cible de build par défaut", "driver.died.after.build.succeeded": "Le pilote CMake a cessé de fonctionner juste après la réussite de la build.", "select.a.launch.target": "Sélectionner une cible de lancement pour {0}", "no.executable.target.found.to.launch": "La cible de l'exécutable à lancer est introuvable. Effectuez les vérifications suivantes :", diff --git a/i18n/fra/src/extension.i18n.json b/i18n/fra/src/extension.i18n.json index 2ce8b459f..74aa1f3c8 100644 --- a/i18n/fra/src/extension.i18n.json +++ b/i18n/fra/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Nous vous recommandons d'effectuer une reconfiguration après avoir mis à niveau la définition des kits.", "using.cache.to.configure.workspace.on.open": "Utilisation du cache pour configurer l’espace de travail sur {0} ouvert", "update.code.model.for.cpptools": "Mettre à jour le modèle de code pour cpptools", + "update.intellisense.disabled": "Impossible de mettre à jour le fournisseur de configuration, car C_Cpp.intelliSenseEngine est défini sur « Désactivé »", "filed.to.open.cache.file.on.code.model.update": "Échec de l'ouverture du fichier cache CMake au moment de la mise à jour du modèle de code", "opening.text.editor.for": "Ouverture de l'éditeur de texte pour {0}", "no.kits.file.what.to.do": "Aucun fichier de kits n'est présent. Que voulez-vous faire ?", diff --git a/i18n/fra/src/preset.i18n.json b/i18n/fra/src/preset.i18n.json index 5fa1c73b8..4e018d37f 100644 --- a/i18n/fra/src/preset.i18n.json +++ b/i18n/fra/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "{0} prédéfinies : valeur non valide pour l’héritage de « {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.", @@ -29,4 +30,4 @@ "test.preset.not.found": "Impossible de trouver une présélection de test 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/ita/package.i18n.json b/i18n/ita/package.i18n.json index 01b144b6d..ab64bf230 100644 --- a/i18n/ita/package.i18n.json +++ b/i18n/ita/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Seleziona la variante per tutti i progetti", "cmake-tools.command.cmake.configure.title": "Configura", "cmake-tools.command.cmake.configureAll.title": "Configura tutti i progetti", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Visualizza comando di configurazione", "cmake-tools.command.cmake.build.title": "Compila", "cmake-tools.command.cmake.buildAll.title": "Compila tutti i progetti", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Visualizza comando di compilazione", "cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compila una destinazione in base al nome", "cmake-tools.command.cmake.compileFile.title": "Compila il file attivo", "cmake-tools.command.cmake.outline.compileFile.title": "Compila file", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Argomenti aggiuntivi da passare a CMake durante la configurazione.", "cmake-tools.configuration.cmake.buildArgs.description": "Argomenti aggiuntivi da passare a CMake durante la compilazione.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Argomenti aggiuntivi da passare allo strumento di compilazione sottostante durante la compilazione.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Numero di processi di compilazione in parallelo. Usare zero per rilevare automaticamente il numero di CPU.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Numero di processi di compilazione paralleli. Usare zero per rilevare automaticamente il numero di CPU. L'impostazione su 1 disabiliterà il parallelismo di compilazione.", "cmake-tools.configuration.cmake.ctestPath.description": "Percorso dell'eseguibile di CTest. Se è Null, verrà dedotto da cmake.cmakePath (è consigliabile lasciare Null).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Numero di processi di test in parallelo. Specificare zero per usare il valore di cmake.parallelJobs.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analizza l'output del compilatore per individuare avvisi ed errori.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Directory in cui è possibile installare MinGW.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Percorso di una directory.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Directory in cui è possibile installare Emscripten.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "È possibile raccogliere e unire in modo ricorsivo tutti i file compile_commands.json disponibili in cmake.buildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Copia compile_commands.json in questa posizione dopo una configurazione riuscita.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Configura automaticamente le directory di progetto di CMake quando vengono aperte.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Configura automaticamente le directory del progetto CMake quando si salva cmake.sourceDirectory o il contenuto di CMakeLists.txt.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Struttura del progetto", "cmake-tools.configuration.cmake.additionalKits.description": "Matrice di percorsi dei file di kit personalizzati", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Consente l'esportazione di compile_commands.json.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Usare CMakePresets.json per configurare l’unità CMake di configurazione, compilazione e test. Quando si usa CMakePresets.json alcuni kit, varianti e impostazioni in settings.json verranno ignorati." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Usare CMakePresets.json per configurare l’unità CMake di configurazione, compilazione e test. Quando si usa CMakePresets.json alcuni kit, varianti e impostazioni in settings.json verranno ignorati.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Consente l'uso di estensioni JSON come i commenti in CMakePresets.json. Si noti che il file CMakePresets.json potrebbe essere considerato non valido da altri IDE o dalla riga di comando se si usa JSON non standard." } \ No newline at end of file diff --git a/i18n/ita/src/cmake-tools.i18n.json b/i18n/ita/src/cmake-tools.i18n.json index bdd829c08..42ef892c3 100644 --- a/i18n/ita/src/cmake-tools.i18n.json +++ b/i18n/ita/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Riavvio del driver di CMake dopo una modifica della modalità di comunicazione.", "generator.changed.restart.driver": "Riavvio del driver di CMake dopo una modifica del generatore.", "preferredGenerator.changed.restart.driver": "Riavvio del driver di CMake dopo una modifica di preferredGenerators.", + "targests.in.preset": "[Targets In Preset]", "constructing.cmaketools": "Costruzione della nuova istanza di CMakeTools", "disposing.driver": "Eliminazione unità CMake", "resolving.config.preset": "Risoluzione del set di impostazioni di configurazione selezionato", @@ -74,7 +75,7 @@ "generator.not.found": "Non è possibile determinare il generatore CMake da usare. Installare o configurare un generatore preferito oppure aggiornare settings.json, la configurazione del kit o la variabile PATH.", "safely.constructing.cmaketools": "Costruzione sicura della nuova istanza di CMakeTools", "initialization.complete": "L'inizializzazione dell'istanza di CMakeTools è stata completata.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "L'impostazione cmake.copyCompileCommands viene ignorata durante la definizione di cmake.mergedCompileCommands.", "failed.to.copy": "Non è stato possibile copiare \"{0}\" in \"{1}\": {2}", "failed.to.create.parent.directory": "Si è provato a copiare \"{0}\" in \"{1}\", ma non è stato possibile creare la directory padre \"{2}\": {3}", "configuring.project": "Configurazione del progetto", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Non è possibile eseguire la configurazione: nessun set di impostazioni di configurazione è attivo per questo CMakeTools", "cmake.cache.dir.missing": "Manca la cartella contenente la cache di CMake. La cache verrà rigenerata.", "warn.skip.configure.when.cache.present": "L'estensione ha determinato che in questo momento è necessaria una configurazione, ma questo requisito verrà ignorato perché cmake.skipConfigureWhenCachePresent è impostato su ON. Assicurarsi che la cache CMake sia sincronizzata con le ultime modifiche apportate alla configurazione.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Compilazione della cartella: {0}", + "failed.to.get.cmake.driver": "Non è stato possibile ottenere il driver di CMake", + "failed.to.get.build.command": "Non è stato possibile ottenere il comando di compilazione", "unable.to.configure": "Compilazione non riuscita: non è possibile configurare il progetto", "driver.died.after.successful.configure": "Il driver di CMake è stato arrestato subito dopo il completamento della configurazione", "building.status": "Compilazione", @@ -111,9 +112,9 @@ "configure.now.button": "Configura ora", "cache.load.failed": "Non è stato trovato alcun file CMakeCache.txt. Configurare prima il progetto.", "set.up.before.selecting.target": "Configurare il progetto CMake prima di selezionare una destinazione.", + "select.active.target.tooltip": "Selezionare la destinazione di compilazione predefinita", "enter.target.name": "Immetti un nome di destinazione", "target.to.build.description": "Destinazione per la compilazione", - "select.active.target.tooltip": "Selezionare la destinazione di compilazione predefinita", "driver.died.after.build.succeeded": "Il driver di CMake è stato arrestato subito dopo il completamento della compilazione.", "select.a.launch.target": "Selezionare una destinazione di avvio per {0}", "no.executable.target.found.to.launch": "Non è stata trovata alcuna destinazione eseguibile da avviare. Verificare:", diff --git a/i18n/ita/src/extension.i18n.json b/i18n/ita/src/extension.i18n.json index 9a7513630..67c878fb9 100644 --- a/i18n/ita/src/extension.i18n.json +++ b/i18n/ita/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "È consigliabile riconfigurare dopo l'aggiornamento a una nuova definizione dei kit.", "using.cache.to.configure.workspace.on.open": "Utilizzo della cache per configurare l'area di lavoro all'apertura di {0}", "update.code.model.for.cpptools": "Aggiorna il modello di codice per cpptools", + "update.intellisense.disabled": "Il provider di configurazione non verrà aggiornato perché C_Cpp.intelliSenseEngine è impostato su 'Disabilitato'", "filed.to.open.cache.file.on.code.model.update": "Non è stato possibile aprire il file di cache di CMake durante l'aggiornamento del modello di codice", "opening.text.editor.for": "Apertura dell'editor di testo per {0}", "no.kits.file.what.to.do": "Non sono presenti file dei kit. Specificare l'operazione da eseguire.", diff --git a/i18n/ita/src/preset.i18n.json b/i18n/ita/src/preset.i18n.json index 65f4ec0d8..6102c3070 100644 --- a/i18n/ita/src/preset.i18n.json +++ b/i18n/ita/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "preimpostato {0}: valore non valido per eredita \"{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 non valido \"{1}\"", "invalid.condition": "Set di impostazioni {0}: la condizione deve essere un valore null, booleano o un oggetto.", diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index b6f549902..1f0d62068 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "すべてのプロジェクトのバリエーションの選択", "cmake-tools.command.cmake.configure.title": "構成", "cmake-tools.command.cmake.configureAll.title": "すべてのプロジェクトの構成", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "構成コマンドの表示", "cmake-tools.command.cmake.build.title": "ビルド", "cmake-tools.command.cmake.buildAll.title": "すべてのプロジェクトのビルド", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "ビルド コマンドの表示", "cmake-tools.command.cmake.buildNamedTarget.title": "(内部) 名前でターゲットをビルドする", "cmake-tools.command.cmake.compileFile.title": "アクティブ ファイルのコンパイル", "cmake-tools.command.cmake.outline.compileFile.title": "ファイルのコンパイル", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "構成時に CMake に渡す追加の引数です。", "cmake-tools.configuration.cmake.buildArgs.description": "ビルド時に CMake に渡す追加の引数です。", "cmake-tools.configuration.cmake.buildToolArgs.description": "ビルド時に基になるビルド ツールに渡す追加の引数です。", - "cmake-tools.configuration.cmake.parallelJobs.description": "並列ビルド ジョブの数。CPU の数を自動的に検出するには、0 を指定します。", + "cmake-tools.configuration.cmake.parallelJobs.description": "並列ビルド ジョブの数。CPU の数を自動的に検出するには、ゼロを使用します。これを 1 に設定すると、ビルドの並列処理が無効になります。", "cmake-tools.configuration.cmake.ctestPath.description": "CTest 実行可能ファイルへのパス。null の場合、cmake.cmakePath から推論されます (null のままにすることをお勧めします)。", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "並列テスト ジョブの数。cmake.parallelJobs の値を使用するには、0 を指定します。", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "コンパイラ出力の警告とエラーを解析します。", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "MinGW がインストールされる可能性のあるディレクトリです。", "cmake-tools.configuration.cmake.searchDirs.items.description": "ディレクトリへのパスです。", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Emscripten がインストールされる可能性のあるディレクトリです。", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "cmake.buildDirectory で見つかったすべての compile_commands.json を再帰的に収集してマージします。", "cmake-tools.configuration.cmake.copyCompileCommands.description": "構成が正常に完了したら、compile_commands.json をこの場所にコピーします。", "cmake-tools.configuration.cmake.configureOnOpen.description": "CMake プロジェクト ディレクトリを開いたときに自動的に構成します。", "cmake-tools.configuration.cmake.configureOnEdit.description": "cmake.sourceDirectory または CMakeLists.txt のコンテンツの保存時に、CMake プロジェクトのディレクトリを自動的に構成します。", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "プロジェクトの概要", "cmake-tools.configuration.cmake.additionalKits.description": "カスタム キット ファイルへのパスの配列", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "compile_commands.json のエクスポートを有効にします。", - "cmake-tools.configuration.cmake.useCMakePresets.description": "CMakePresets.json を使用して、ドライブ CMake の構成、ビルド、テストを構成します。CMakePresets.json を使用している場合、キット、バリエーション、また settings.json の設定の一部は無視されます。" + "cmake-tools.configuration.cmake.useCMakePresets.description": "CMakePresets.json を使用して、ドライブ CMake の構成、ビルド、テストを構成します。CMakePresets.json を使用している場合、キット、バリエーション、また settings.json の設定の一部は無視されます。", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "CMakePresets.json でコメントなどの JSON 拡張機能の使用を許可します。標準以外の JSON を使用した場合、他の IDE やコマンド ラインで CMakePresets.json ファイルが無効とみなされる可能性があることに注意してください。" } \ No newline at end of file diff --git a/i18n/jpn/src/cmake-tools.i18n.json b/i18n/jpn/src/cmake-tools.i18n.json index 9d4e66993..45e6e876d 100644 --- a/i18n/jpn/src/cmake-tools.i18n.json +++ b/i18n/jpn/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "通信モードの変更後に CMake ドライバーを再起動しています。", "generator.changed.restart.driver": "ジェネレーターの変更後に CMake ドライバーを再起動しています。", "preferredGenerator.changed.restart.driver": "preferredGenerators の変更後に CMake ドライバーを再起動しています。", + "targests.in.preset": "[プリセット内のターゲット]", "constructing.cmaketools": "新しい CMakeTools インスタンスを構築しています", "disposing.driver": "CMake ドライバーを破棄しています", "resolving.config.preset": "選択した構成の事前設定を解決しています", @@ -74,7 +75,7 @@ "generator.not.found": "使用する CMake ジェネレーターを特定できません。優先されるジェネレーターをインストールまたは構成するか、settings.json、キットの構成、または PATH 変数を更新してください。", "safely.constructing.cmaketools": "新しい CMakeTools インスタンスの安全な構築", "initialization.complete": "CMakeTools インスタンスの初期化が完了しました。", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "cmake.mergedCompileCommands が定義されている間、cmake.copyCompileCommands の設定は無視されます。", "failed.to.copy": "\"{0}\" を \"{1}\" にコピーできませんでした: {2}", "failed.to.create.parent.directory": "\"{0}\" を \"{1}\" にコピーしようとしましたが、親ディレクトリ \"{2}\" を作成できませんでした: {3}", "configuring.project": "プロジェクトを構成しています", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "構成できません: この CMakeTools ではどの構成の事前設定もアクティブではありません", "cmake.cache.dir.missing": "CMake キャッシュを含むフォルダーが見つかりません。キャッシュは再生成されます。", "warn.skip.configure.when.cache.present": "拡張機能によって、現時点で構成が必要であると判断されましたが、設定 cmake.skipConfigureWhenCachePresent がオンになっているため、スキップしています。CMake キャッシュが最新の構成変更と同期していることをご確認ください。", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "フォルダーのビルド中: {0}", + "failed.to.get.cmake.driver": "CMake ドライバーを取得できませんでした", + "failed.to.get.build.command": "ビルド コマンドを取得できませんでした", "unable.to.configure": "ビルドに失敗しました。プロジェクトを構成できません", "driver.died.after.successful.configure": "CMake ドライバーは、構成が成功した直後に停止しました", "building.status": "ビルド中", @@ -111,9 +112,9 @@ "configure.now.button": "今すぐ構成", "cache.load.failed": "CMakeCache.txt ファイルが見つかりませんでした。最初にプロジェクトを構成してください。", "set.up.before.selecting.target": "ターゲットを選択する前に、CMake プロジェクトを設定してください。", + "select.active.target.tooltip": "既定のビルド ターゲットを選択", "enter.target.name": "ターゲット名を入力してください", "target.to.build.description": "ビルドするターゲット", - "select.active.target.tooltip": "既定のビルド ターゲットを選択", "driver.died.after.build.succeeded": "CMake ドライバーは、ビルドが成功した直後に停止しました。", "select.a.launch.target": "{0} の起動対象を選択します", "no.executable.target.found.to.launch": "起動する実行可能ファイル ターゲットが見つかりませんでした。ご確認ください:", diff --git a/i18n/jpn/src/extension.i18n.json b/i18n/jpn/src/extension.i18n.json index e90af0145..243e0acf6 100644 --- a/i18n/jpn/src/extension.i18n.json +++ b/i18n/jpn/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "新しいキット定義にアップグレードした後に、再構成することをお勧めします。", "using.cache.to.configure.workspace.on.open": "キャッシュを使って、オープンな {0} でワークスペースを構成します", "update.code.model.for.cpptools": "cpptools のコード モデルの更新", + "update.intellisense.disabled": "C_Cpp.intelliSenseEngine が 'Disabled' に設定されているため、構成プロバイダーを更新しません", "filed.to.open.cache.file.on.code.model.update": "コード モデルの更新時に CMake キャッシュ ファイルを開くことができませんでした", "opening.text.editor.for": "{0} 用にテキスト エディターを開いています", "no.kits.file.what.to.do": "キット ファイルが存在しません。どうしますか?", diff --git a/i18n/jpn/src/preset.i18n.json b/i18n/jpn/src/preset.i18n.json index 75b08d995..d96af7c66 100644 --- a/i18n/jpn/src/preset.i18n.json +++ b/i18n/jpn/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "プリセット {0}: 継承 \"{1}\" の値が無効です", "missing.condition.property": "プリセット {0}: condition オブジェクトに必須のプロパティ \"{1}\" がありません", "invalid.condition.type": "プリセット {0}: condition の種類 \"{1}\" が無効です", "invalid.condition": "プリセット {0}: Condition は null 値、ブール値、またはオブジェクトでなければなりません。", diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index e43590a95..1d5b272cd 100644 --- a/i18n/kor/package.i18n.json +++ b/i18n/kor/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "모든 프로젝트의 변형 선택", "cmake-tools.command.cmake.configure.title": "구성", "cmake-tools.command.cmake.configureAll.title": "모든 프로젝트 구성", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "구성 명령 표시", "cmake-tools.command.cmake.build.title": "빌드", "cmake-tools.command.cmake.buildAll.title": "모든 프로젝트 빌드", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "빌드 명령 표시", "cmake-tools.command.cmake.buildNamedTarget.title": "(내부) 이름으로 대상 빌드", "cmake-tools.command.cmake.compileFile.title": "활성 파일 컴파일", "cmake-tools.command.cmake.outline.compileFile.title": "파일 컴파일", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "구성할 때 CMake에 전달할 추가 인수입니다.", "cmake-tools.configuration.cmake.buildArgs.description": "빌드할 때 CMake에 전달할 추가 인수입니다.", "cmake-tools.configuration.cmake.buildToolArgs.description": "빌드할 때 기본 빌드 도구에 전달할 추가 인수입니다.", - "cmake-tools.configuration.cmake.parallelJobs.description": "병렬 빌드 작업의 수입니다. CPU 수를 자동으로 검색하려면 0을 사용합니다.", + "cmake-tools.configuration.cmake.parallelJobs.description": "병렬 빌드 작업의 수입니다. CPU 수를 자동으로 검색하려면 0을 사용합니다. 이를 1로 설정하면 빌드 병렬 처리가 비활성화됩니다.", "cmake-tools.configuration.cmake.ctestPath.description": "CTest 실행 파일의 경로입니다. Null인 경우 cmake.cmakePath에서 유추됩니다(null을 유지하는 것이 좋음).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "병렬 테스트 작업의 수입니다. cmake.parallelJobs 값을 사용하려면 0을 사용합니다.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "경고 및 오류에 대한 컴파일러 출력을 구문 분석합니다.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "MinGW를 설치할 수 있는 디렉터리입니다.", "cmake-tools.configuration.cmake.searchDirs.items.description": "디렉터리 경로입니다.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Emscripten을 설치할 수 있는 디렉터리입니다.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "cmake.buildDirectory에 있는 모든 compile_commands.json을 재귀적으로 수집하고 병합합니다.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "구성에 성공한 후 compile_commands.json을 이 위치로 복사합니다.", "cmake-tools.configuration.cmake.configureOnOpen.description": "CMake 프로젝트 디렉터리를 열 때 자동으로 구성합니다.", "cmake-tools.configuration.cmake.configureOnEdit.description": "cmake.sourceDirectory 또는 CMakeLists.txt 콘텐츠가 저장될 때 CMake 프로젝트 디렉터리를 자동으로 구성합니다.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "프로젝트 개요", "cmake-tools.configuration.cmake.additionalKits.description": "사용자 지정 키트 파일의 경로 배열", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "compile_commands.json 내보내기를 사용하도록 설정합니다.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "CMakePresets.json을 사용하여 드라이브 CMake 구성, 빌드 및 테스트를 구성합니다. CMakePresets.json을 사용할 때, 키트, 변형 및 settings.json의 일부 설정이 무시됩니다." + "cmake-tools.configuration.cmake.useCMakePresets.description": "CMakePresets.json을 사용하여 드라이브 CMake 구성, 빌드 및 테스트를 구성합니다. CMakePresets.json을 사용할 때, 키트, 변형 및 settings.json의 일부 설정이 무시됩니다.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "CMakePresets.json의 설명과 같은 JSON 확장 사용을 허용합니다. CMakePresets.json 파일은 다른 IDE에서 또는 비표준 JSON을 사용하는 경우 명령줄에서 유효하지 않은 것으로 간주될 수 있습니다." } \ No newline at end of file diff --git a/i18n/kor/src/cmake-tools.i18n.json b/i18n/kor/src/cmake-tools.i18n.json index 11089e705..af791e051 100644 --- a/i18n/kor/src/cmake-tools.i18n.json +++ b/i18n/kor/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "통신 모드 변경 후 CMake 드라이버를 다시 시작하는 중입니다.", "generator.changed.restart.driver": "생성자 변경 후 CMake 드라이버를 다시 시작하는 중입니다.", "preferredGenerator.changed.restart.driver": "preferredGenerators 변경 후 CMake 드라이버를 다시 시작하는 중입니다.", + "targests.in.preset": "[미리 설정된 대상]", "constructing.cmaketools": "새 CMakeTools 인스턴스를 생성하는 중", "disposing.driver": "CMake 드라이버를 삭제하는 중", "resolving.config.preset": "선택한 구성 사전 설정을 해결하는 중", @@ -74,7 +75,7 @@ "generator.not.found": "사용할 CMake 생성기를 확인할 수 없습니다. 기본 설정 생성기를 설치 또는 구성하거나, settings.json, 키트 구성 또는 PATH 변수를 업데이트하세요.", "safely.constructing.cmaketools": "새 CMakeTools 인스턴스를 안전하게 생성하는 중", "initialization.complete": "CMakeTools 인스턴스 초기화가 완료되었습니다.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "cmake.mergedCompileCommands가 정의된 동안 cmake.copyCompileCommands 설정은 무시됩니다.", "failed.to.copy": "\"{0}\"을(를) \"{1}\"에 복사하지 못함: {2}", "failed.to.create.parent.directory": "\"{0}\"을(를) \"{1}\"(으)로 복사하려고 했지만 부모 디렉터리 \"{2}\"을(를) 만들지 못함: {3}", "configuring.project": "프로젝트를 구성하는 중", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "구성할 수 없음: 이 CMake 도구에 대해 활성 상태인 구성 사전 설정이 없음", "cmake.cache.dir.missing": "CMake 캐시가 포함된 폴더가 없습니다. 캐시가 다시 생성됩니다.", "warn.skip.configure.when.cache.present": "확장에서 지금 구성이 필요한 것으로 확인했지만, cmake.skipConfigureWhenCachePresent 설정이 ON 상태여서 건너뜁니다. CMake 캐시가 최신 구성 변경 내용과 동기화 상태인지 확인하세요.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "폴더를 빌드하는 중: {0}", + "failed.to.get.cmake.driver": "CMake 드라이버를 가져오지 못함", + "failed.to.get.build.command": "빌드 명령을 가져오지 못함", "unable.to.configure": "빌드 실패: 프로젝트를 구성할 수 없음", "driver.died.after.successful.configure": "구성에 성공한 후 바로 CMake 드라이버가 종료됨", "building.status": "빌드하고 있습니다.", @@ -111,9 +112,9 @@ "configure.now.button": "지금 구성", "cache.load.failed": "CMakeCache.txt 파일을 찾을 수 없습니다. 먼저 프로젝트를 구성하세요.", "set.up.before.selecting.target": "대상을 선택하기 전에 CMake 프로젝트를 설정합니다.", + "select.active.target.tooltip": "기본 빌드 대상 선택", "enter.target.name": "대상 이름 입력", "target.to.build.description": "빌드할 대상", - "select.active.target.tooltip": "기본 빌드 대상 선택", "driver.died.after.build.succeeded": "빌드에 성공한 후 바로 CMake 드라이버가 종료됨", "select.a.launch.target": "{0}의 시작 대상 선택", "no.executable.target.found.to.launch": "시작할 실행 파일 대상이 없습니다. 다음을 확인하세요.", diff --git a/i18n/kor/src/extension.i18n.json b/i18n/kor/src/extension.i18n.json index 678d3249e..9b8b13fb0 100644 --- a/i18n/kor/src/extension.i18n.json +++ b/i18n/kor/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "새 키트 정의로 업그레이드한 후 다시 구성하는 것이 좋습니다.", "using.cache.to.configure.workspace.on.open": "열린 {0}에서 작업 영역을 구성하기 위해 캐시 사용 중", "update.code.model.for.cpptools": "cpptools에 대한 코드 모델 업데이트", + "update.intellisense.disabled": "C_Cpp.intelliSenseEngine이 'Disabled'로 설정되어 있으므로 구성 공급자를 업데이트하지 않습니다.", "filed.to.open.cache.file.on.code.model.update": "코드 모델 업데이트에서 CMake 캐시 파일을 열지 못함", "opening.text.editor.for": "{0}의 텍스트 편집기를 여는 중", "no.kits.file.what.to.do": "키트 파일이 없습니다. 원하는 작업을 선택하세요.", diff --git a/i18n/kor/src/preset.i18n.json b/i18n/kor/src/preset.i18n.json index f75d128b0..98d2e3dc9 100644 --- a/i18n/kor/src/preset.i18n.json +++ b/i18n/kor/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "{0} 미리 설정: 상속된 항목 “{1}”에 대한 값이 잘못되었습니다.", "missing.condition.property": "사전 설정 {0}: 조건 개체에 필수 속성 \"{1}\" 누락", "invalid.condition.type": "사전 설정 {0}: 잘못된 조건 유형 \"{1}\"", "invalid.condition": "사전 설정 {0}: 조건은 null, 부울 또는 개체여야 합니다.", diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index 1602d27f7..18ee9e7b7 100644 --- a/i18n/plk/package.i18n.json +++ b/i18n/plk/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Wybierz wariant dla wszystkich projektów", "cmake-tools.command.cmake.configure.title": "Konfiguruj", "cmake-tools.command.cmake.configureAll.title": "Konfiguruj wszystkie projekty", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Pokaż polecenie Konfiguruj", "cmake-tools.command.cmake.build.title": "Kompilacja", "cmake-tools.command.cmake.buildAll.title": "Kompiluj wszystkie projekty", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Pokaż polecenie kompilacji", "cmake-tools.command.cmake.buildNamedTarget.title": "(Wewnętrzne) Kompiluj element docelowy według nazwy", "cmake-tools.command.cmake.compileFile.title": "Kompiluj aktywny plik", "cmake-tools.command.cmake.outline.compileFile.title": "Kompiluj plik", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Dodatkowe argumenty do przekazania do narzędzia CMake podczas konfigurowania.", "cmake-tools.configuration.cmake.buildArgs.description": "Dodatkowe argumenty do przekazania do narzędzia CMake podczas kompilowania.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Dodatkowe argumenty do przekazania do bazowego narzędzia kompilacji podczas kompilowania.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Liczba równoległych zadań kompilowania. Użyj wartości zero, aby automatycznie wykryć liczbę procesorów.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Liczba równoległych zadań kompilacji. Użyj zera, aby automatycznie wykryć liczbę procesorów CPU. Ustawienie wartości 1 spowoduje wyłączenie równoległości kompilacji.", "cmake-tools.configuration.cmake.ctestPath.description": "Ścieżka do pliku wykonywalnego narzędzia CTest. Jeśli wartość jest równa null, zostanie określona na podstawie parametru cmake.cmakePath (zaleca się pozostawienie wartości null).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Liczba równoległych zadań testowych. Użyj wartości zero, aby użyć wartości parametru cmake.parallelJobs.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analizuj dane wyjściowe kompilatora pod kątem ostrzeżeń i błędów.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Katalogi, w których można zainstalować środowisko MinGW.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Ścieżka do katalogu.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Katalogi, w których można zainstalować program Emscripten.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Cyklicznie zbieraj i scalaj wszystkie compile_commands.json znalezione w katalogu cmake.buildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Kopiuj plik compile_commands.json do tej lokalizacji po pomyślnym skonfigurowaniu.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Automatycznie konfiguruj katalogi projektu narzędzia CMake przy ich otwieraniu.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Automatycznie konfiguruj katalogi projektu CMake po zapisaniu zawartości ustawienia cmake.sourceDirectory i pliku CMakeLists.txt.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Konspekt projektu", "cmake-tools.configuration.cmake.additionalKits.description": "Tablica ścieżek do plików zestawów niestandardowych", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umożliwia eksportowanie pliku compile_commands.js.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Użyj pliku CMakePresets.json, aby ustawić konfigurację, kompilowanie i test dysku CMake. Przy korzystaniu z pliku CMakePresets.json zestawy, warianty i niektóre ustawienia w pliku settings.json zostaną pominięte." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Użyj pliku CMakePresets.json, aby ustawić konfigurację, kompilowanie i test dysku CMake. Przy korzystaniu z pliku CMakePresets.json zestawy, warianty i niektóre ustawienia w pliku settings.json zostaną pominięte.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Zezwalaj na używanie rozszerzeń JSON, takich jak komentarze w CMakePresets.json. Pamiętaj, że plik CMakePresets.json może być uznany za nieprawidłowy przez inne środowiska IDE lub w wierszu polecenia, jeśli używasz niestandardowego kodu JSON." } \ No newline at end of file diff --git a/i18n/plk/src/cmake-tools.i18n.json b/i18n/plk/src/cmake-tools.i18n.json index d3b762e93..d080c5180 100644 --- a/i18n/plk/src/cmake-tools.i18n.json +++ b/i18n/plk/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Ponowne uruchamianie sterownika narzędzia CMake po zmianie trybu komunikacji.", "generator.changed.restart.driver": "Ponowne uruchamianie sterownika narzędzia CMake po zmianie generatora.", "preferredGenerator.changed.restart.driver": "Ponowne uruchamianie sterownika narzędzia CMake po zmianie ustawienia preferredGenerators.", + "targests.in.preset": "[Wartości docelowe w ustawieniach wstępnych]", "constructing.cmaketools": "Tworzenie nowego wystąpienia rozszerzenia CMakeTools", "disposing.driver": "Usuwanie sterownika CMake", "resolving.config.preset": "Rozpoznawanie wybranej predefiniowanej konfiguracji", @@ -74,7 +75,7 @@ "generator.not.found": "Nie można określić generatora narzędzia CMake do użycia. Zainstaluj lub skonfiguruj preferowany generator albo zaktualizuj plik settings.json, konfigurację zestawu lub zmienną PATH.", "safely.constructing.cmaketools": "Bezpieczne tworzenie nowego wystąpienia rozszerzenia CMakeTools", "initialization.complete": "Zakończono inicjowanie wystąpienia rozszerzenia CMakeTools.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "Ustawienie cmake.copyCompileCommands jest ignorowane podczas definiowania polecenia cmake.mergedCompileCommands.", "failed.to.copy": "Nie można skopiować elementu „{0}” do lokalizacji „{1}”: {2}", "failed.to.create.parent.directory": "Podjęto próbę skopiowania elementu „{0}” do lokalizacji „{1}”, ale nie można utworzyć katalogu nadrzędnego „{2}”: {3}", "configuring.project": "Konfigurowanie projektu", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Nie można skonfigurować: żadna predefiniowana konfiguracja nie jest aktywna dla tych narzędzi CMake", "cmake.cache.dir.missing": "Brak folderu zawierającego pamięć podręczną narzędzia CMake. Pamięć podręczna zostanie ponownie wygenerowana.", "warn.skip.configure.when.cache.present": "Rozszerzenie określiło, że w tym momencie jest wymagana konfiguracja, ale pominiemy ją, ponieważ ustawienie cmake.skipConfigureWhenCachePresent jest WŁĄCZONE. Upewnij się, że pamięć podręczna narzędzia CMake jest zsynchronizowana z najnowszymi zmianami konfiguracji.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Kompilowanie folderu: {0}", + "failed.to.get.cmake.driver": "Nie można pobrać sterownika narzędzia CMake", + "failed.to.get.build.command": "Nie można pobrać polecenia kompilacji", "unable.to.configure": "Kompilacja nie powiodła się: nie można skonfigurować projektu", "driver.died.after.successful.configure": "Sterownik narzędzia CMake zakończył pracę natychmiast po pomyślnym skonfigurowaniu", "building.status": "Kompilowanie", @@ -111,9 +112,9 @@ "configure.now.button": "Skonfiguruj teraz", "cache.load.failed": "Nie znaleziono pliku CMakeCache.txt. Najpierw skonfiguruj projekt.", "set.up.before.selecting.target": "Skonfiguruj projekt narzędzia CMake przed wybraniem elementu docelowego.", + "select.active.target.tooltip": "Wybierz domyślny element docelowy kompilowania", "enter.target.name": "Podaj nazwę elementu docelowego", "target.to.build.description": "Element docelowy do skompilowania", - "select.active.target.tooltip": "Wybierz domyślny element docelowy kompilowania", "driver.died.after.build.succeeded": "Sterownik narzędzia CMake zakończył pracę natychmiast po pomyślnym zakończeniu kompilowania.", "select.a.launch.target": "Wybierz miejsce docelowe uruchamiania dla: {0}", "no.executable.target.found.to.launch": "Nie znaleziono docelowego pliku wykonywalnego do uruchomienia. Sprawdź następujące warunki:", diff --git a/i18n/plk/src/extension.i18n.json b/i18n/plk/src/extension.i18n.json index 5afc58ec5..0f7c1626c 100644 --- a/i18n/plk/src/extension.i18n.json +++ b/i18n/plk/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Zaleca się przeprowadzenie ponownej konfiguracji po uaktualnieniu do nowej definicji zestawów.", "using.cache.to.configure.workspace.on.open": "Używanie pamięci podręcznej do konfigurowania obszaru roboczego przy otwieraniu {0}", "update.code.model.for.cpptools": "Aktualizuj model kodu dla narzędzi cpptools", + "update.intellisense.disabled": "Nie zaktualizowano dostawcy konfiguracji, ponieważ parametr C_Cpp.intelliSenseEngine jest ustawiony na wartość \"Disabled\"", "filed.to.open.cache.file.on.code.model.update": "Nie można otworzyć pliku pamięci podręcznej narzędzia CMake podczas aktualizacji modelu kodu", "opening.text.editor.for": "Otwieranie edytora tekstu dla pliku {0}", "no.kits.file.what.to.do": "Żaden plik zestawów nie jest dostępny. Co chcesz zrobić?", diff --git a/i18n/plk/src/preset.i18n.json b/i18n/plk/src/preset.i18n.json index 6111af73e..84aa5e733 100644 --- a/i18n/plk/src/preset.i18n.json +++ b/i18n/plk/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "Wstępnie ustawione {0}: nieprawidłowa wartość dla dziedziczy „{1}”", "missing.condition.property": "Ustawienie predefiniowane {0}: brak wymaganej właściwości „{1}” w obiekcie warunku", "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.", diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index 9309d0194..08de34381 100644 --- a/i18n/ptb/package.i18n.json +++ b/i18n/ptb/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Selecionar a Variante de Todos os Projetos", "cmake-tools.command.cmake.configure.title": "Configurar", "cmake-tools.command.cmake.configureAll.title": "Configurar Todos os Projetos", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Mostrar o Comando Configurar", "cmake-tools.command.cmake.build.title": "Compilar", "cmake-tools.command.cmake.buildAll.title": "Compilar Todos os Projetos", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Mostrar Comando da Build", "cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compilar um Destino por Nome", "cmake-tools.command.cmake.compileFile.title": "Compilar o Arquivo Ativo", "cmake-tools.command.cmake.outline.compileFile.title": "Compilar Arquivo", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Os argumentos adicionais a serem passados para o CMake durante a configuração.", "cmake-tools.configuration.cmake.buildArgs.description": "Os argumentos adicionais a serem passados para o CMake durante o build.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Os argumentos adicionais a serem passados para a ferramenta de build subjacente durante o build.", - "cmake-tools.configuration.cmake.parallelJobs.description": "O número de trabalhos de build paralelos. Use zero para detectar automaticamente o número de CPUs.", + "cmake-tools.configuration.cmake.parallelJobs.description": "O número de trabalhos de construção paralela. Use zero para detectar automaticamente o número de CPUs. Definir como 1 desabilitará o paralelismo de construção.", "cmake-tools.configuration.cmake.ctestPath.description": "O caminho para o executável do CTest. Se for nulo, será deduzido por meio do cmake.cmakePath (recomenda-se deixar nulo).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "O número de trabalhos de teste paralelos. Use zero para aplicar o valor de cmake.parallelJobs.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analisar os avisos e erros da saída do compilador.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Os diretórios nos quais o MinGW pode ser instalado.", "cmake-tools.configuration.cmake.searchDirs.items.description": "O caminho para um diretório.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Os diretórios nos quais o Emscripten pode ser instalado.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Coletar e mesclar recursivamente todos os compile_commands.json encontrados no diretório CMake.BuildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Copiar o compile_commands.json neste local após uma configuração bem-sucedida.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Configurar os diretórios de projeto do CMake automaticamente quando eles forem abertos.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Configure automaticamente diretórios de projeto do CMake quando o conteúdo de cmake.sourceDirectory ou de CMakeLists.txt forem salvos.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Estrutura do Código do Projeto", "cmake-tools.configuration.cmake.additionalKits.description": "Matriz de caminhos para os arquivos do kit personalizado", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Habilita a exportação de compile_commands.json.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Use o CMakePresets.json para configurar a unidade CMake de configuração, compilação e teste. Ao usar o CMakePresets.json, kits, variantes e algumas configurações do settings.json serão ignoradas." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Use o CMakePresets.json para configurar a unidade CMake de configuração, compilação e teste. Ao usar o CMakePresets.json, kits, variantes e algumas configurações do settings.json serão ignoradas.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Permita o uso de extensões JSON, tais como comentários em CMakePresets.json. Observe que seu arquivo CMakePresets.json pode ser considerado inválido por outros IDEs ou na linha de comando se você usar JSON não padrão." } \ No newline at end of file diff --git a/i18n/ptb/src/cmake-tools.i18n.json b/i18n/ptb/src/cmake-tools.i18n.json index 5d55c753b..ccc3b0d3c 100644 --- a/i18n/ptb/src/cmake-tools.i18n.json +++ b/i18n/ptb/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Reiniciando o driver do CMake após uma alteração no modo de comunicação.", "generator.changed.restart.driver": "Reiniciando o driver do CMake após uma alteração de gerador.", "preferredGenerator.changed.restart.driver": "Reiniciando o driver do CMake após uma alteração de preferredGenerators.", + "targests.in.preset": "[Alvos em Predefinição]", "constructing.cmaketools": "Construindo a nova instância CMakeTools", "disposing.driver": "Descartando o driver do CMake", "resolving.config.preset": "Resolvendo a predefinição de configuração selecionada", @@ -74,7 +75,7 @@ "generator.not.found": "Não é possível determinar o gerador do CMake a ser usado. Instale ou configure um gerador preferencial ou atualize settings.json, a configuração do seu Kit ou a variável PATH.", "safely.constructing.cmaketools": "Construindo em segurança a nova instância de CMakeTools", "initialization.complete": "Inicialização da instância CMakeTools concluída.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "A configuração de cmake.copyCompileCommands será ignorada enquanto cmake.mergedCompileCommands estiver definido.", "failed.to.copy": "Falha ao copiar \"{0}\" para \"{1}\": {2}", "failed.to.create.parent.directory": "Falha na tentativa de copiar \"{0}\" para \"{1}\" ao criar o diretório pai \"{2}\": {3}", "configuring.project": "Configurando projeto", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Não é possível configurar: nenhuma predefinição de configuração está ativa para este CMake Tools", "cmake.cache.dir.missing": "A pasta que contém o cache do CMake está ausente. O cache será regenerado.", "warn.skip.configure.when.cache.present": "A extensão determinou que uma configuração é necessária neste momento, mas estamos ignorando porque a configuração cmake.skipConfigureWhenCachePresent está LIGADA. Certifique-se de que o cache CMake esteja em sincronia com as mais recentes mudanças de configuração.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Compilando a pasta: {0}", + "failed.to.get.cmake.driver": "Falha ao obter o driver CMake", + "failed.to.get.build.command": "Falha ao obter o comando da build", "unable.to.configure": "Falha no build: não é possível configurar o projeto", "driver.died.after.successful.configure": "O driver do CMake foi encerrado imediatamente após o êxito da configuração", "building.status": "Compilando", @@ -111,9 +112,9 @@ "configure.now.button": "Configurar Agora", "cache.load.failed": "Não foi encontrado nenhum arquivo CMakeCache.txt. Configure o projeto primeiro.", "set.up.before.selecting.target": "Configure o seu projeto do CMake antes de selecionar um destino.", + "select.active.target.tooltip": "Selecionar o destino padrão de compilação", "enter.target.name": "Insira um nome de destino", "target.to.build.description": "Destino a ser compilado", - "select.active.target.tooltip": "Selecionar o destino padrão de compilação", "driver.died.after.build.succeeded": "O driver do CMake foi encerrado imediatamente após o êxito do build.", "select.a.launch.target": "Selecione um destino de inicialização para {0}", "no.executable.target.found.to.launch": "Não foi localizado nenhum destino executável para ser iniciado. Verifique:", diff --git a/i18n/ptb/src/extension.i18n.json b/i18n/ptb/src/extension.i18n.json index e371c10f0..17176e9b8 100644 --- a/i18n/ptb/src/extension.i18n.json +++ b/i18n/ptb/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "É recomendável reconfigurar após atualizar para uma nova definição de kits.", "using.cache.to.configure.workspace.on.open": "Usando o cache para configurar o espaço de trabalho ao abrir {0}", "update.code.model.for.cpptools": "Atualizar o modelo de código para cpptools", + "update.intellisense.disabled": "Não está atualizando o provedor de configuração porque C_Cpp.intelliSenseEngine está definido como 'Desabilitado'", "filed.to.open.cache.file.on.code.model.update": "Falha ao abrir o arquivo de cache do CMake na atualização do modelo de código", "opening.text.editor.for": "Abrindo o editor de texto para {0}", "no.kits.file.what.to.do": "Nenhum arquivo de kits está presente. O que você deseja fazer?", diff --git a/i18n/ptb/src/preset.i18n.json b/i18n/ptb/src/preset.i18n.json index f0d795452..79094942d 100644 --- a/i18n/ptb/src/preset.i18n.json +++ b/i18n/ptb/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "Predefinição {0}: valor inválido para herda \"{1}\"", "missing.condition.property": "{0} predefinida : a propriedade \"{1}\" necessária está ausente no objeto de condição", "invalid.condition.type": "{0} predefinida: tipo de condição inválido \"{1}\"", "invalid.condition": "{0} predefinida: a condição deve ser nula, booliana ou um objeto.", diff --git a/i18n/rus/package.i18n.json b/i18n/rus/package.i18n.json index 319b1bc40..ab2fe9757 100644 --- a/i18n/rus/package.i18n.json +++ b/i18n/rus/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Выбор варианта для всех проектов", "cmake-tools.command.cmake.configure.title": "Настроить", "cmake-tools.command.cmake.configureAll.title": "Настройка всех проектов", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Отображение команды настройки", "cmake-tools.command.cmake.build.title": "Сборка", "cmake-tools.command.cmake.buildAll.title": "Сборка всех проектов", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Отображение команды сборки", "cmake-tools.command.cmake.buildNamedTarget.title": "(Внутренняя функция.) Сборка целевого объекта по имени", "cmake-tools.command.cmake.compileFile.title": "Компиляция активного файла", "cmake-tools.command.cmake.outline.compileFile.title": "Компилировать файл", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Дополнительные аргументы для передачи CMake при настройке.", "cmake-tools.configuration.cmake.buildArgs.description": "Дополнительные аргументы для передачи CMake при сборке.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Дополнительные аргументы для передачи инструменту сборки при сборке.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Число параллельных заданий сборки. Для автоматического обнаружения числа ЦП используйте нулевое значение.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Количество параллельных заданий сборки. Установите значение 0, чтобы автоматически определить количество ЦП. Если установить значение 1, параллельные сборки будут отключены.", "cmake-tools.configuration.cmake.ctestPath.description": "Путь к исполняемому файлу CTest. Если он равен NULL, значение будет выводиться из cmake.cmakePath (рекомендуется оставить NULL).", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Число параллельных тестовых заданий. Укажите нуль, чтобы использовать значение cmake.parallelJobs.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Анализ вывода компилятора на наличие предупреждений и ошибок.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "Каталоги, где возможна установка MinGW.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Путь к каталогу.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Каталоги, где возможна установка Emscripten.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Рекурсивный сбор и объединение всех compile_commands.json, найденных в cmake.buildDirectory.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Копирование сюда файла compile_commands.json после выполнения настройки.", "cmake-tools.configuration.cmake.configureOnOpen.description": "Автоматическая настройка каталогов проекта CMake при их открытии.", "cmake-tools.configuration.cmake.configureOnEdit.description": "Автоматически настраивать каталоги проекта CMake при сохранении содержимого в каталоге cmake.sourceDirectory или в файле CMakeLists.txt.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Структура проекта", "cmake-tools.configuration.cmake.additionalKits.description": "Массив путей к файлам пользовательских наборов", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Включает exporting compile_commands.json.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "Используйте CMakePresets.json для настройки конфигурации, сборки и тестирования CMake диска. При использовании CMakePresets.json наборы, варианты и некоторые параметры в settings.json будут пропущены." + "cmake-tools.configuration.cmake.useCMakePresets.description": "Используйте CMakePresets.json для настройки конфигурации, сборки и тестирования CMake диска. При использовании CMakePresets.json наборы, варианты и некоторые параметры в settings.json будут пропущены.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Разрешить использование расширений JSON, таких как комментарии, в CMakePresets.json. Обратите внимание, что файл CMakePresets.json может считаться недействительным в других IDE или в командной строке, если вы используете нестандартный JSON." } \ No newline at end of file diff --git a/i18n/rus/src/cmake-tools.i18n.json b/i18n/rus/src/cmake-tools.i18n.json index 8879da80b..9be348ad9 100644 --- a/i18n/rus/src/cmake-tools.i18n.json +++ b/i18n/rus/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "Перезапуск драйвера CMake после изменения режима связи.", "generator.changed.restart.driver": "Перезапуск драйвера CMake после изменения генератора.", "preferredGenerator.changed.restart.driver": "Перезапуск драйвера CMake после изменения preferredGenerators (предпочитаемых генераторов).", + "targests.in.preset": "[Целевые значения в предустановке]", "constructing.cmaketools": "Создание нового экземпляра CMakeTools.", "disposing.driver": "Удаление драйвера CMake", "resolving.config.preset": "Разрешение выбранной предустановки конфигурации", @@ -74,7 +75,7 @@ "generator.not.found": "Не удалось определить используемый генератор CMake. Установите или настройте предпочтительный генератор либо обновите файл settings.json, конфигурацию набора или переменную PATH.", "safely.constructing.cmaketools": "Безопасное создание нового экземпляра CMakeTools.", "initialization.complete": "Инициализация экземпляра CMakeTools завершена.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "При определении cmake.mergedCompileCommands установка cmake.copyCompileCommands игнорируется.", "failed.to.copy": "Не удалось скопировать \"{0}\" в \"{1}\": {2}", "failed.to.create.parent.directory": "При попытке скопировать \"{0}\" в \"{1}\" не удалось создать родительский каталог \"{2}\": {3}", "configuring.project": "Настройка проекта.", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Не удается выполнить настройку: отсутствуют активные предустановки конфигурации для этих средств CMake.", "cmake.cache.dir.missing": "Отсутствует папка, содержащая кэш CMake. Кэш будет создан повторно.", "warn.skip.configure.when.cache.present": "Расширение определило, что сейчас требуется выполнить настройку, но настройка будет пропущена, так как включен параметр cmake.skipConfigureWhenCachePresent. Убедитесь, что кэш CMake синхронизирован с последними изменениями конфигурации.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Сборка папки: {0}", + "failed.to.get.cmake.driver": "Драйвер CMake не получен", + "failed.to.get.build.command": "Команда сборки не получена", "unable.to.configure": "Сборка не выполнена: невозможно настроить проект.", "driver.died.after.successful.configure": "Драйвер CMake завершил работу сразу же после успешной настройки.", "building.status": "Сборка", @@ -111,9 +112,9 @@ "configure.now.button": "Настроить сейчас", "cache.load.failed": "Файл CMakeCache.txt не найден. Сначала настройте проект.", "set.up.before.selecting.target": "Настройте проект CMake перед выбором целевого объекта.", + "select.active.target.tooltip": "Выобрать целевой объект сборки по умолчанию", "enter.target.name": "Введите имя целевого объекта.", "target.to.build.description": "Целевой объект для сборки", - "select.active.target.tooltip": "Выобрать целевой объект сборки по умолчанию", "driver.died.after.build.succeeded": "Драйвер CMake завершил работу сразу же после успешного завершения сборки.", "select.a.launch.target": "Выберите целевой объект запуска для {0}.", "no.executable.target.found.to.launch": "Не найден исполняемый целевой объект для запуска. Убедитесь в следующем:", diff --git a/i18n/rus/src/extension.i18n.json b/i18n/rus/src/extension.i18n.json index 47a646df3..9f3ce5c4b 100644 --- a/i18n/rus/src/extension.i18n.json +++ b/i18n/rus/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Рекомендуется повторно настроить проект после обновления на новое определение наборов.", "using.cache.to.configure.workspace.on.open": "Использование кэша для настройки рабочей области при открытии {0}", "update.code.model.for.cpptools": "Обновление модели кода для cpptools", + "update.intellisense.disabled": "Поставщик конфигурации обновлен не будет, так как для C_Cpp.intelliSenseEngine задано \"Отключено\".", "filed.to.open.cache.file.on.code.model.update": "Не удалось открыть файл кэша CMake при обновлении модели кода.", "opening.text.editor.for": "Открытие текстового редактора для {0}.", "no.kits.file.what.to.do": "Файл наборов отсутствует. Что вы хотели бы сделать?", diff --git a/i18n/rus/src/preset.i18n.json b/i18n/rus/src/preset.i18n.json index 347d4ae15..2094bb58a 100644 --- a/i18n/rus/src/preset.i18n.json +++ b/i18n/rus/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "Предустановка {0}: недопустимое значение для наследования \"{1}\"", "missing.condition.property": "Предустановка {0}: у объекта условия отсутствует обязательное свойство \"{1}\"", "invalid.condition.type": "Предустановка {0}: недопустимый тип условия \"{1}\"", "invalid.condition": "Предустановка {0}: условие должно иметь значение null, быть логическим или объектом.", diff --git a/i18n/trk/package.i18n.json b/i18n/trk/package.i18n.json index d6779437d..581ed842d 100644 --- a/i18n/trk/package.i18n.json +++ b/i18n/trk/package.i18n.json @@ -21,10 +21,10 @@ "cmake-tools.command.cmake.setVariantAll.title": "Tüm Projeler için Varyant Seç", "cmake-tools.command.cmake.configure.title": "Yapılandır", "cmake-tools.command.cmake.configureAll.title": "Tüm Projeleri Yapılandır", - "cmake-tools.command.cmake.showConfigureCommand.title": "Show Configure Command", + "cmake-tools.command.cmake.showConfigureCommand.title": "Yapılandır Komutunu Göster", "cmake-tools.command.cmake.build.title": "Derleme", "cmake-tools.command.cmake.buildAll.title": "Tüm Projeleri Derle", - "cmake-tools.command.cmake.showBuildCommand.title": "Show Build Command", + "cmake-tools.command.cmake.showBuildCommand.title": "Derleme Komutunu Göster", "cmake-tools.command.cmake.buildNamedTarget.title": "(İç) Ada Göre Bir Hedefi Derle", "cmake-tools.command.cmake.compileFile.title": "Etkin Dosyayı Derle", "cmake-tools.command.cmake.outline.compileFile.title": "Dosyayı Derle", @@ -80,7 +80,7 @@ "cmake-tools.configuration.cmake.configureArgs.description": "Yapılandırma sırasında CMake'e geçirilecek ek bağımsız değişkenler.", "cmake-tools.configuration.cmake.buildArgs.description": "Derleme sırasında CMake'e geçirilecek ek bağımsız değişkenler.", "cmake-tools.configuration.cmake.buildToolArgs.description": "Derleme sırasında temel alınan derleme aracına geçirilecek ek bağımsız değişkenler.", - "cmake-tools.configuration.cmake.parallelJobs.description": "Paralel derleme işlerinin sayısı. CPU sayısını otomatik olarak algılamak için sıfır kullanın.", + "cmake-tools.configuration.cmake.parallelJobs.description": "Paralel derleme işlerinin sayısı. CPU sayısını otomatik olarak algılamak için sıfır kullanın. Bunu 1 olarak ayarlamak paralel derlemeyi devre dışı bırakır.", "cmake-tools.configuration.cmake.ctestPath.description": "CTest yürütülebilir dosyasının yolu. Değer null ise cmake.cmakePath değerinden çıkarsanır. (null olarak bırakılması önerilir.)", "cmake-tools.configuration.cmake.ctest.parallelJobs.description": "Paralel test işlerinin sayısı. cmake.parallelJobs değerini kullanmak için sıfır kullanın.", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Uyarılar ve hatalar için derleyici çıkışını ayrıştır.", @@ -115,7 +115,7 @@ "cmake-tools.configuration.cmake.mingwSearchDirs.description": "MinGW'nin yüklü olabileceği dizinler.", "cmake-tools.configuration.cmake.searchDirs.items.description": "Dizin yolu.", "cmake-tools.configuration.cmake.emscriptenSearchDirs.description": "Emscripten'in yüklü olabileceği dizinler.", - "cmake-tools.configuration.cmake.mergedCompileCommands.description": "Recursively collect and merge all compile_commands.json found in the cmake.buildDirectory.", + "cmake-tools.configuration.cmake.mergedCompileCommands.description": "cmake.buildDirectory içinde tüm compile_commands.json dosyalarını özyinelemeli olarak topla ve birleştir.", "cmake-tools.configuration.cmake.copyCompileCommands.description": "Başarılı bir yapılandırmadan sonra compile_commands.json dosyasını bu konuma kopyala.", "cmake-tools.configuration.cmake.configureOnOpen.description": "CMake proje dizinleri açıldığında bu dizinleri otomatik olarak yapılandır.", "cmake-tools.configuration.cmake.configureOnEdit.description": "cmake.sourceDirectory veya CMakeLists.txt içeriği kaydedildiğinde CMake proje dizinlerini otomatik olarak yapılandırın.", @@ -139,5 +139,6 @@ "cmake-tools.configuration.views.cmake.outline.description": "Proje Ana Hattı", "cmake-tools.configuration.cmake.additionalKits.description": "Özel set dosyalarına yönelik yollar dizisi", "cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "compile_commands.js dosyasının dışarı aktarılmasını sağlar.", - "cmake-tools.configuration.cmake.useCMakePresets.description": "CMake yapılandırma, derleme ve test sürücüsünü yapılandırmak için CMakePresets.json kullanın. CMakePresets.json kullanılırken kitler, çeşitler ve settings.json'daki bazı ayarla yoksayılır." + "cmake-tools.configuration.cmake.useCMakePresets.description": "CMake yapılandırma, derleme ve test sürücüsünü yapılandırmak için CMakePresets.json kullanın. CMakePresets.json kullanılırken kitler, çeşitler ve settings.json'daki bazı ayarla yoksayılır.", + "cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "CMakePresets.json'daki yorumlar gibi JSON uzantılarının kullanımına izin verin. Standart olmayan JSON kullanıyorsanız, CMakePresets.json dosyanızın diğer IDE'ler tarafından veya komut satırında geçersiz sayılabileceğini lütfen unutmayın." } \ No newline at end of file diff --git a/i18n/trk/src/cmake-tools.i18n.json b/i18n/trk/src/cmake-tools.i18n.json index 379d78cc9..ce891af60 100644 --- a/i18n/trk/src/cmake-tools.i18n.json +++ b/i18n/trk/src/cmake-tools.i18n.json @@ -8,6 +8,7 @@ "communication.changed.restart.driver": "İletişim modu değişikliğinden sonra CMake sürücüsü yeniden başlatılıyor.", "generator.changed.restart.driver": "Oluşturucu değişikliğinden sonra CMake sürücüsü yeniden başlatılıyor.", "preferredGenerator.changed.restart.driver": "PreferredGenerators değişikliğinden sonra CMake sürücüsü yeniden başlatılıyor.", + "targests.in.preset": "[Önceden Ayarlanmış Hedefler]", "constructing.cmaketools": "Yeni CMake Araçları örneği oluşturuluyor", "disposing.driver": "CMake sürücüsü atılıyor", "resolving.config.preset": "Seçili yapılandırma ön ayarı çözümleniyor", @@ -74,7 +75,7 @@ "generator.not.found": "Hangi CMake oluşturucusunun kullanılacağı belirlenemiyor. Lütfen tercih edilen bir oluşturucu yükleyin veya yapılandırın ya da settings.json dosyasını, Set yapılandırmanızı veya PATH değişkeninizi güncelleştirin.", "safely.constructing.cmaketools": "Yeni CMake Araçları örneği güvenli bir şekilde oluşturuluyor", "initialization.complete": "CMake Araçları örneği başlatma işlemi tamamlandı.", - "merge.and.copy.compile.commands": "Setting cmake.copyCompileCommands is ignored while cmake.mergedCompileCommands is defined.", + "merge.and.copy.compile.commands": "cmake.mergedCompileCommands tanımlıyken cmake.copyCompileCommands ayarı yoksayılır.", "failed.to.copy": "\"{0}\" öğesi \"{1}\" konumuna kopyalanamadı: {2}", "failed.to.create.parent.directory": "\"{0}\" öğesi \"{1}\" konumuna kopyalanmaya çalışıldı, ancak \"{2}\" üst dizini oluşturulamadı: {3}", "configuring.project": "Proje yapılandırılıyor", @@ -95,9 +96,9 @@ "cannot.configure.no.config.preset": "Yapılandırılamıyor: Bu CMake Araçları için etkin yapılandırma ön ayarı yok", "cmake.cache.dir.missing": "CMake önbelleğini içeren klasör eksik. Önbellek yeniden oluşturulacak.", "warn.skip.configure.when.cache.present": "Uzantı, şu anda bir yapılandırmanın gerektiğini belirledi ancak cmake.skipConfigureWhenCachePresent özelliği AÇIK olduğundan atlanıyor. CMake önbelleğinin en son yapılandırma değişiklikleriyle eşitlendiğinden emin olun.", - "failed.to.get.cmake.driver": "Failed to get CMake driver", - "failed.to.get.build.command": "Failed to get build command", "run.build": "Yapı klasörü: {0}", + "failed.to.get.cmake.driver": "CMake sürücüsü alınamadı", + "failed.to.get.build.command": "Derleme komutu alınamadı", "unable.to.configure": "Derleme başarısız oldu: Proje yapılandırılamıyor", "driver.died.after.successful.configure": "CMake sürücüsü, başarılı yapılandırmadan hemen sonra sonlandırıldı", "building.status": "Derleniyor", @@ -111,9 +112,9 @@ "configure.now.button": "Şimdi Yapılandır", "cache.load.failed": "CMakeCache.txt dosyası bulunamadı. Lütfen önce projeyi yapılandırın!", "set.up.before.selecting.target": "Bir hedef seçmeden önce CMake projenizi ayarlayın.", + "select.active.target.tooltip": "Varsayılan derleme hedefini seçin", "enter.target.name": "Hedef adı girin", "target.to.build.description": "Derlenecek hedef", - "select.active.target.tooltip": "Varsayılan derleme hedefini seçin", "driver.died.after.build.succeeded": "CMake sürücüsü, derleme başarılı olduktan hemen sonra sonlandırıldı.", "select.a.launch.target": "{0} için bir başlatma hedefi seçin", "no.executable.target.found.to.launch": "Başlatmak için yürütülebilir hedef bulunamadı. Lütfen denetleyin:", diff --git a/i18n/trk/src/extension.i18n.json b/i18n/trk/src/extension.i18n.json index a646e2b5a..97af47f32 100644 --- a/i18n/trk/src/extension.i18n.json +++ b/i18n/trk/src/extension.i18n.json @@ -20,6 +20,7 @@ "configure.recommended": "Yeni bir set tanımına yükselttikten sonra yeniden yapılandırmanız önerilir.", "using.cache.to.configure.workspace.on.open": "Açık {0} üzerindeki çalışma alanını yapılandırmak için önbellek kullanılıyor", "update.code.model.for.cpptools": "cpptools için kod modelini güncelleştir", + "update.intellisense.disabled": "C_Cpp.intelliSenseEngine 'Devre dışı' olarak ayarlandığından yapılandırma sağlayıcısı güncelleştirilemiyor", "filed.to.open.cache.file.on.code.model.update": "Kod modeli güncelleştirmesinde CMake önbellek dosyası açılamadı", "opening.text.editor.for": "{0} için metin düzenleyici açılıyor", "no.kits.file.what.to.do": "Set dosyası yok. Ne yapmak istiyorsunuz?", diff --git a/i18n/trk/src/preset.i18n.json b/i18n/trk/src/preset.i18n.json index 435f74cd2..720acc3fb 100644 --- a/i18n/trk/src/preset.i18n.json +++ b/i18n/trk/src/preset.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "invalid.inherits.type": "Önayar {0}: \"{1}\" devralmaları 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ı: \"{1}\" koşul türü geçersiz", "invalid.condition": "{0} ön ayarı: Koşul null, Boole veya nesne olmalıdır.",