diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 1498a341c..2ca1d0c17 100644 --- a/i18n/chs/package.i18n.json +++ b/i18n/chs/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "并行测试作业的数量。使用零可以使用 `#cmake.parallelJobs#` 的值。这仅适用于 `#cmake.ctest.allowParallelJobs#` 设置为 `true` 的情况。", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "允许并行运行 ctest,但结果输出可能会因此而乱码,并且测试资源管理器可能无法准确地反映测试进度。", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "是否启用与测试资源管理器的集成。如果希望使用其他扩展进行测试集成,这有助于禁用。", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "可选分隔符,用于在测试资源管理器中以分层方式分隔测试套件名称和组合测试。此字符串用于正则表达式,因此某些分隔符可能需要转义。示例: `-` (一个分隔符: `-`),`\\.|::` (两个分隔符: `.` 或 `::`。请注意,需要对 `.` 进行转义。)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "分析编译器输出以查找警告和错误。", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "要使用的输出分析程序。支持的分析程序 `cmake`、`gcc`、`gnuld`(适用于 GNULD 样式的 inker 输出)、`msvc`(适用于 Microsoft Visual C++)、`ghs`(适用于 Green Hills 编译器,具有 --no_wrap_diagnostics --brief_diagnostics),以及 `diab`(适用于 Wind River Diab 编译器)。", "cmake-tools.configuration.cmake.debugConfig.description": "要在调试目标时使用的调试配置。", @@ -153,6 +154,7 @@ "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 项目目录。", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "调用干净配置时删除整个编译目录。", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "在多配置生成器上也设置 CMAKE_BUILD_TYPE。", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果存在缓存,则跳过配置进程。", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "用于在扩展和 CMake 之间进行通信的协议。", diff --git a/i18n/chs/src/cmake/cmakeExecutable.i18n.json b/i18n/chs/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..21ed14eba --- /dev/null +++ b/i18n/chs/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "在缓存中找不到 CMake 可执行文件。正在重新检查。" +} \ No newline at end of file diff --git a/i18n/chs/src/ctest.i18n.json b/i18n/chs/src/ctest.i18n.json index ac28d5b58..510af931c 100644 --- a/i18n/chs/src/ctest.i18n.json +++ b/i18n/chs/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "找不到文件夹的项目 {0}", "no.driver.found": "找不到文件夹 {0} 的驱动程序", "ctest.args.not.found": "无法获取测试参数", + "test.results.not.found": "找不到测试结果。", "test.failed.with.exit.code": "测试{0}失败,退出代码 {1}。", "test.failed.with.completion.status": "测试{0}失败,完成状态为 \"{1}\"。", "test.failed": "测试{0}失败。有关详细信息,请检查输出。", - "test.results.not.found": "找不到测试结果。", "ctest.run.terminated": "CTest 运行已终止", "ctest.finished.with.code": "CTest 已完成,返回代码 {0}", "folder.not.found.in.test.explorer": "在测试资源管理器中找不到文件夹: {0}", diff --git a/i18n/chs/src/presetsController.i18n.json b/i18n/chs/src/presetsController.i18n.json index bafe9709d..293dbb881 100644 --- a/i18n/chs/src/presetsController.i18n.json +++ b/i18n/chs/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "用户已取消编译器选择", "user.selected.compiler": "用户已选择编译器 {0}", "select.one.or.more.config.preset.placeholder": "选择一个或多个配置预设", + "custom.configure.preset.toolchain.file": "使用工具链文件配置预设", + "description.custom.configure.preset": "设置 Ninja 生成器、版本和安装目录", + "custom.configure.preset": "自定义配置预设", "user.selected.config.preset": "用户已选择配置预设 {0}", "yes": "是", "no": "否", diff --git a/i18n/chs/src/projectStatus.i18n.json b/i18n/chs/src/projectStatus.i18n.json index e1faaff4b..877cd104a 100644 --- a/i18n/chs/src/projectStatus.i18n.json +++ b/i18n/chs/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "启动", "Folder": "文件夹", "active.folder": "活动文件夹", + "configPreset.change": "更改配置预设", + "buildPreset.change": "更改生成预设", + "testPreset.change": "更改测试预设", + "packagePreset.change": "更改包预设", + "workflowPreset.change": "更改工作流预设", + "kit.change": "更改工具包", "set.build.target": "设置生成目标", "set.debug.target": "设置调试目标", "set.launch.target": "设置启动目标", - "select.active.folder": "选择活动文件夹" + "select.active.folder": "选择活动文件夹", + "set.variant": "设置变体" } \ No newline at end of file diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index 8a6064d53..472006dfc 100644 --- a/i18n/cht/package.i18n.json +++ b/i18n/cht/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "平行測試工作的數量。使用零以使用 `#cmake.parallelJobs#` 的值。這僅適用於 `#cmake.ctest.allowParallelJobs#` 設定為 `true` 的情况。", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "允許 ctest 平行執行,但結果輸出可能因此而出現亂碼,且測試總管可能無法精確反映測試進度。", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "是否已啟用與測試總管的整合。如果您偏好使用不同的延伸模組進行測試整合,這有助於停用。", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "選擇性分隔符號,用來在測試總管中以階層方式分隔測試套件名稱和群組測試。此字串用於規則運算式,因此某些分隔符號可能需要逸出。範例:`-` (一個分隔符號:`-`)、`\\.|::` (兩個分隔符號:`.` 或 `::`。請注意,`.` 必須逸出。)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "剖析警告與錯誤的編譯器輸出。", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "要使用的輸出剖析器。支援的剖析器為 `cmake`、`gcc`、`gnuld` (若為 GNULD 樣式的連結器輸出)、`msvc` (若為 Microsoft Visual C++)、`ghs` (若為具有 --no_wrap_diagnostics --brief_diagnostics 的 Green Hills 編譯器) 及 `diab` (若為 Wind River Diab 編譯器)。", "cmake-tools.configuration.cmake.debugConfig.description": "偵錯目標時,要使用的偵錯組態。", @@ -153,6 +154,7 @@ "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 專案目錄。", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "叫用乾淨的設定時,請刪除整個組建目錄。", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "也在多個組態產生器上設定 CMAKE_BUILD_TYPE。", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果有快取,則跳過設定流程。", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "用於在延伸模組與 CMake 之間通訊的通訊協定。", diff --git a/i18n/cht/src/cmake/cmakeExecutable.i18n.json b/i18n/cht/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..5c1a05ed5 --- /dev/null +++ b/i18n/cht/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "在快取中找不到 CMake 可執行檔。正在重新檢查。" +} \ No newline at end of file diff --git a/i18n/cht/src/ctest.i18n.json b/i18n/cht/src/ctest.i18n.json index ed4bfddf4..c4b20afec 100644 --- a/i18n/cht/src/ctest.i18n.json +++ b/i18n/cht/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "找不到資料夾 {0} 的專案", "no.driver.found": "找不到資料夾 {0} 的驅動程式", "ctest.args.not.found": "無法取得測試引數", + "test.results.not.found": "找不到測試結果。", "test.failed.with.exit.code": "測試 {0} 失敗,結束代碼為 {1}。", "test.failed.with.completion.status": "測試 {0} 失敗,完成狀態為「{1}」。", "test.failed": "測試 {0} 失敗。如需詳細資訊,請檢查輸出。", - "test.results.not.found": "找不到測試結果。", "ctest.run.terminated": "已終止 CTest 執行", "ctest.finished.with.code": "CTest 已完成。傳回碼: {0}", "folder.not.found.in.test.explorer": "在測試總管中找不到資料夾: {0}", diff --git a/i18n/cht/src/presetsController.i18n.json b/i18n/cht/src/presetsController.i18n.json index 2aa020ac4..faab488b7 100644 --- a/i18n/cht/src/presetsController.i18n.json +++ b/i18n/cht/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "使用者已取消選取編譯器", "user.selected.compiler": "使用者選取的編譯器 {0}", "select.one.or.more.config.preset.placeholder": "選取一或多個設定預設", + "custom.configure.preset.toolchain.file": "使用工具鏈檔案設定預設", + "description.custom.configure.preset": "設定 Ninja 產生器、建置和安裝目錄", + "custom.configure.preset": "自訂設定預設", "user.selected.config.preset": "使用者選取的設定預設{0}", "yes": "是", "no": "否", diff --git a/i18n/cht/src/projectStatus.i18n.json b/i18n/cht/src/projectStatus.i18n.json index b18c84641..01d1ef062 100644 --- a/i18n/cht/src/projectStatus.i18n.json +++ b/i18n/cht/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "啟動", "Folder": "資料夾", "active.folder": "作用中資料夾", + "configPreset.change": "變更設定預設", + "buildPreset.change": "變更建置預設", + "testPreset.change": "變更測試預設", + "packagePreset.change": "變更套件預設", + "workflowPreset.change": "變更工作流程預設", + "kit.change": "變更套件", "set.build.target": "設定組建目標", "set.debug.target": "設定偵錯目標", "set.launch.target": "設定啟動目標", - "select.active.folder": "選取作用中資料夾" + "select.active.folder": "選取作用中資料夾", + "set.variant": "設定變體" } \ No newline at end of file diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index f10db14db..55bd7d52c 100644 --- a/i18n/csy/package.i18n.json +++ b/i18n/csy/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Počet paralelních testovacích úloh. Pokud chcete použít hodnotu `#cmake.parallelJobs#`, použijte nulu. Toto platí pouze v případě, že je hodnota `#cmake.ctest.allowParallelJobs#` nastavená na `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Umožňuje paralelní spouštění ctestů, avšak výstup výsledků může být v důsledku toho zkreslený a Průzkumník testů nemusí přesně odrážet průběh testu.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Určuje, jestli je povolená integrace s průzkumníkem testů. To je užitečné zakázat, pokud upřednostňujete použití jiného rozšíření pro integraci testů.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Volitelný oddělovač používaný k oddělení názvů sad testů a hierarchickému seskupení testů v Průzkumníku testů. Tento řetězec se používá v regulárních výrazech, takže pro některé oddělovače může být nutné zadat uvozovací znak. Příklady: `-` (Jeden oddělovač: `-`), `\\.|::` (Dva oddělovače: `.` nebo `::`. Poznámka: Znak `.` musí být uvozen uvozovacími znaky.)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analyzovat výstup kompilátoru z hlediska upozornění a chyb", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Výstupní analyzátory, které se mají použít. Podporované jsou analyzátory `cmake`, `gcc` a `gnuld` pro výstup linkeru ve stylu GNULD, `msvc` pro Microsoft Visual C++, `ghs` pro kompilátor Green Hills s parametry --no_wrap_diagnostics nebo --brief_diagnostics a `diab` pro kompilátor Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "Konfigurace ladění, která se má použít při ladění cíle", @@ -153,6 +154,7 @@ "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", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Při vyvolání čisté konfigurace se odstraní celý adresář sestavení.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Nastavte CMAKE_BUILD_TYPE i pro generátory více konfigurací.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Přeskočit proces konfigurace, pokud je k dispozici mezipaměť", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protokol, pomocí kterého se komunikuje mezi rozšířením a nástrojem CMake.", diff --git a/i18n/csy/src/cmake/cmakeExecutable.i18n.json b/i18n/csy/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..131f961f1 --- /dev/null +++ b/i18n/csy/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "Spustitelný soubor CMake nebyl nalezen v mezipaměti. Znovu se kontroluje." +} \ No newline at end of file diff --git a/i18n/csy/src/ctest.i18n.json b/i18n/csy/src/ctest.i18n.json index 9cc790cc9..cf5c78a3d 100644 --- a/i18n/csy/src/ctest.i18n.json +++ b/i18n/csy/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Pro složku {0} se nenašel žádný projekt.", "no.driver.found": "Pro složku {0} se nenašel žádný ovladač.", "ctest.args.not.found": "Nepovedlo se získat argumenty testu.", + "test.results.not.found": "Výsledky testu se nenašly.", "test.failed.with.exit.code": "Test {0} byl neúspěšný s ukončovacím kódem {1}.", "test.failed.with.completion.status": "Test {0} byl neúspěšný se stavem dokončení {1}.", "test.failed": "Test {0} byl neúspěšný. Další informace najdete ve výstupu.", - "test.results.not.found": "Výsledky testu se nenašly.", "ctest.run.terminated": "Běh CTestu se ukončil.", "ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.", "folder.not.found.in.test.explorer": "Složka se nenašla v Průzkumníkovi testů: {0}", diff --git a/i18n/csy/src/presetsController.i18n.json b/i18n/csy/src/presetsController.i18n.json index c996458a2..19111a00e 100644 --- a/i18n/csy/src/presetsController.i18n.json +++ b/i18n/csy/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Uživatel zrušil výběr kompilátoru.", "user.selected.compiler": "Uživatel vybral kompilátor {0}.", "select.one.or.more.config.preset.placeholder": "Vyberte alespoň jednu předvolbu konfigurace.", + "custom.configure.preset.toolchain.file": "Konfigurovat předvolbu pomocí souboru sady nástrojů", + "description.custom.configure.preset": "Nastaví generátor Ninja, adresář sestavení a instalační adresář", + "custom.configure.preset": "Vlastní předvolba konfigurace", "user.selected.config.preset": "Uživatel vybral předvolbu konfigurace {0}.", "yes": "Ano", "no": "Ne", diff --git a/i18n/csy/src/projectStatus.i18n.json b/i18n/csy/src/projectStatus.i18n.json index f87e48d50..f6c1ed9fb 100644 --- a/i18n/csy/src/projectStatus.i18n.json +++ b/i18n/csy/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Spustit", "Folder": "Složka", "active.folder": "Aktivní složka", + "configPreset.change": "Změnit předvolbu konfigurace", + "buildPreset.change": "Změnit předvolbu sestavení", + "testPreset.change": "Změnit předvolbu testování", + "packagePreset.change": "Změnit předvolbu balíčku", + "workflowPreset.change": "Změnit předvolbu pracovního postupu", + "kit.change": "Změnit sadu", "set.build.target": "Nastavit cíl sestavení", "set.debug.target": "Nastavit cíl ladění", "set.launch.target": "Nastavit cíl spuštění", - "select.active.folder": "Vybrat aktivní složku" + "select.active.folder": "Vybrat aktivní složku", + "set.variant": "Nastavit variantu" } \ No newline at end of file diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index 2bedfb73d..c23cf8fee 100644 --- a/i18n/deu/package.i18n.json +++ b/i18n/deu/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Die Anzahl paralleler Testaufträge. Verwenden Sie 0, um den Wert `#cmake.parallelJobs#` zu verwenden. Das gilt nur, wenn `#cmake.ctest.allowParallelJobs#` auf `true` festgelegt ist.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Ermöglicht die parallele Ausführung von ctests. Die Ergebnisausgabe ist jedoch möglicherweise dadurch unverständlich, und der Test-Explorer spiegelt den Teststatus möglicherweise nicht exakt wider.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Gibt an, ob die Integration in den Test-Explorer aktiviert ist. Es ist hilfreich diese zu deaktivieren, wenn Sie lieber eine andere Erweiterung für die Testintegration verwenden.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Optionales Trennzeichen, das zum hierarchischen Trennen von Testsammlungsnamen und Gruppentests im Test-Explorer verwendet wird. Diese Zeichenfolge wird in einem regulären Ausdruck verwendet, sodass einige Trennzeichen möglicherweise mit Escapezeichen versehen werden müssen. Beispiele: `-` ( Ein Trennzeichen: `-`), `\\.|::` (Zwei Trennzeichen: `.` oder `::`. Beachten Sie, dass `.` mit Escapezeichen versehen werden muss.)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Hiermit wird Compilerausgabe auf Warnungen und Fehler analysiert.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Zu verwendende Ausgabeparser. Unterstützte Parser `cmake`, `gcc`, `gnuld` für die Linkerausgabe im GNULD-Format, `msvc` für Microsoft Visual C++, `ghs` für den Green Hills-Compiler mit --no_wrap_diagnostics --brief_diagnostics und `diab` für den Wind River Diab-Compiler.", "cmake-tools.configuration.cmake.debugConfig.description": "Die Debugkonfiguration, die beim Debuggen eines Ziels verwendet werden soll.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Löschen Sie das gesamte Buildverzeichnis, wenn clean-configure aufgerufen wird.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "CMAKE_BUILD_TYPE auch für Generatoren für mehrere Konfigurationen festlegen.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Hiermit wird der Konfigurationsprozess übersprungen, wenn der Cache vorhanden ist.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Das für die Kommunikation zwischen der Erweiterung und CMake verwendete Protokoll.", diff --git a/i18n/deu/src/cmake/cmakeExecutable.i18n.json b/i18n/deu/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..ac6ada5d5 --- /dev/null +++ b/i18n/deu/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "Die ausführbare CMake-Datei wurde nicht im Cache gefunden. Wird erneut überprüft." +} \ No newline at end of file diff --git a/i18n/deu/src/ctest.i18n.json b/i18n/deu/src/ctest.i18n.json index df93bdd6d..01d5bbe3b 100644 --- a/i18n/deu/src/ctest.i18n.json +++ b/i18n/deu/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Für den Ordner {0} wurde kein Projekt gefunden.", "no.driver.found": "Für den Ordner {0} wurde kein Treiber gefunden.", "ctest.args.not.found": "Testargumente konnten nicht abgerufen werden.", + "test.results.not.found": "Die Testergebnisse wurden nicht gefunden.", "test.failed.with.exit.code": "Fehler beim Test \"{0}\" mit Exitcode \"{1}\".", "test.failed.with.completion.status": "Fehler beim Test \"{0}\" mit dem Abschlussstatus \"{1}\".", "test.failed": "Fehler beim Test \"{0}\". Weitere Informationen finden Sie in der Ausgabe.", - "test.results.not.found": "Die Testergebnisse wurden nicht gefunden.", "ctest.run.terminated": "Der CTest-Testlauf wurde beendet.", "ctest.finished.with.code": "CTest wurde mit Rückgabecode {0} abgeschlossen.", "folder.not.found.in.test.explorer": "Der Ordner wurde im Test-Explorer nicht gefunden: {0}", diff --git a/i18n/deu/src/presetsController.i18n.json b/i18n/deu/src/presetsController.i18n.json index 43c318948..6dd542037 100644 --- a/i18n/deu/src/presetsController.i18n.json +++ b/i18n/deu/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Auswahl des Compilers vom Benutzer abgebrochenen", "user.selected.compiler": "Compiler {0} vom Benutzer ausgewählt", "select.one.or.more.config.preset.placeholder": "Wählen Sie mindestens eine Konfigurationsvoreinstellung aus", + "custom.configure.preset.toolchain.file": "Voreinstellung mithilfe der Toolkettendatei konfigurieren", + "description.custom.configure.preset": "Legt Ninja Generator fest, erstellt und installiert das Verzeichnis.", + "custom.configure.preset": "Benutzerdefinierte Konfigurationsvoreinstellung", "user.selected.config.preset": "Konfigurationsvoreinstellung {0} vom Benutzer ausgewählt", "yes": "Ja", "no": "Nein", diff --git a/i18n/deu/src/projectStatus.i18n.json b/i18n/deu/src/projectStatus.i18n.json index 5765b18a3..867dfbf6c 100644 --- a/i18n/deu/src/projectStatus.i18n.json +++ b/i18n/deu/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Starten", "Folder": "Ordner", "active.folder": "Aktiver Ordner", + "configPreset.change": "Konfigurationsvoreinstellung ändern", + "buildPreset.change": "Buildvoreinstellung ändern", + "testPreset.change": "Testvoreinstellung ändern", + "packagePreset.change": "Paketvoreinstellung ändern", + "workflowPreset.change": "Workflowvoreinstellung ändern", + "kit.change": "Kit ändern", "set.build.target": "Buildziel festlegen", "set.debug.target": "Debugziel festlegen", "set.launch.target": "Startziel festlegen", - "select.active.folder": "Aktiven Ordner auswählen" + "select.active.folder": "Aktiven Ordner auswählen", + "set.variant": "Variante festlegen" } \ No newline at end of file diff --git a/i18n/esn/package.i18n.json b/i18n/esn/package.i18n.json index cdedb901b..33375ae75 100644 --- a/i18n/esn/package.i18n.json +++ b/i18n/esn/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Número de trabajos de prueba paralelos. Use cero para usar el valor de `#cmake.parallelJobs#`. Esto solo se aplica cuando `#cmake.ctest.allowParallelJobs#` está establecido en `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Permite que las pruebas ctest se ejecuten en paralelo, aunque la salida del resultado puede ser confusa y el Explorador de pruebas puede no reflejar con precisión el progreso de la prueba.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Si está habilitada o no la integración con el explorador de pruebas. Esto resulta útil para deshabilitarlo si prefiere usar una extensión diferente para la integración de prueba.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Delimitador opcional que se usa para separar jerárquicamente los nombres de los conjuntos de pruebas y las pruebas de grupo en el Explorador de pruebas. Esta cadena se usa en una expresión regular, por lo que puede necesitar que se escapen algunos delimitadores. Ejemplos: `-` (un delimitador: `-`), `\\.|::` (dos delimitadores: `.` o `::`. Tenga en cuenta que debe escapar `.`).", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analiza la salida del compilador para encontrar advertencias y errores.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Analizadores de salida que se van a usar. Analizadores admitidos: `cmake`, `gcc`, `gnuld` para la salida del enlazador GNULD, `msvc` para Microsoft Visual C++, `ghs` para el compilador de Green Hills con --no_wrap_diagnostics --brief_diagnostics y `diab` para el compilador de Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "Configuración de depuración que se va a usar al depurar un destino.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Elimine todo el directorio de compilación cuando se invoque una configuración limpia.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Establecer CMAKE_BUILD_TYPE también en generadores multi configuración.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Omite el proceso de configuración si la memoria caché está presente.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "El protocolo utilizado para comunicarse entre la extensión y CMake.", diff --git a/i18n/esn/src/cmake/cmakeExecutable.i18n.json b/i18n/esn/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..96a69b503 --- /dev/null +++ b/i18n/esn/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "No se encontró el ejecutable de CMake en caché. Comprobando de nuevo." +} \ No newline at end of file diff --git a/i18n/esn/src/ctest.i18n.json b/i18n/esn/src/ctest.i18n.json index ae5c6ea28..4a6533427 100644 --- a/i18n/esn/src/ctest.i18n.json +++ b/i18n/esn/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "No se ha encontrado ningún proyecto para la carpeta {0}", "no.driver.found": "No se ha encontrado ningún controlador para la carpeta {0}", "ctest.args.not.found": "No se pudieron obtener los argumentos de prueba", + "test.results.not.found": "No se encontraron los resultados de la prueba.", "test.failed.with.exit.code": "La prueba {0} ha fallado con código {1} de salida .", "test.failed.with.completion.status": "La prueba {0} fallida con estado de finalización \"{1}\".", "test.failed": "La prueba {0} ha fallado. Compruebe el resultado para obtener más información.", - "test.results.not.found": "No se encontraron los resultados de la prueba.", "ctest.run.terminated": "La ejecución de CTest ha finalizado.", "ctest.finished.with.code": "CTest finalizó con el código de retorno {0}", "folder.not.found.in.test.explorer": "No se ha encontrado la carpeta en el Explorador de pruebas: {0}", diff --git a/i18n/esn/src/presetsController.i18n.json b/i18n/esn/src/presetsController.i18n.json index e3908c731..53fcb99db 100644 --- a/i18n/esn/src/presetsController.i18n.json +++ b/i18n/esn/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Selección del compilador cancelada por el usuario", "user.selected.compiler": "Compilador {0} seleccionado por el usuario", "select.one.or.more.config.preset.placeholder": "Seleccionar una o más configuraciones preestablecidas", + "custom.configure.preset.toolchain.file": "Configuración de valores preestablecidos mediante el archivo de cadena de herramientas", + "description.custom.configure.preset": "Establece el generador Ninja, compilación e instalación del directorio", + "custom.configure.preset": "Configuración personalizada preestablecida", "user.selected.config.preset": "Configuración preestablecida {0} seleccionada por el usuario", "yes": "Sí", "no": "No", diff --git a/i18n/esn/src/projectStatus.i18n.json b/i18n/esn/src/projectStatus.i18n.json index 3815dcbf8..3956cad1e 100644 --- a/i18n/esn/src/projectStatus.i18n.json +++ b/i18n/esn/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Iniciar", "Folder": "Carpeta", "active.folder": "Carpeta activa", + "configPreset.change": "Cambie configuración preestablecida", + "buildPreset.change": "Cambie valor preestablecido de compilación", + "testPreset.change": "Cambiar valor preestablecido de prueba", + "packagePreset.change": "Cambie el valor preestablecido del paquete", + "workflowPreset.change": "Cambiar valor preestablecido de flujo de trabajo", + "kit.change": "Cambie kit", "set.build.target": "Establecer el destino de compilación", "set.debug.target": "Establecer el destino de depuración", "set.launch.target": "Establecer destino de inicio", - "select.active.folder": "Seleccionar la carpeta activa" + "select.active.folder": "Seleccionar la carpeta activa", + "set.variant": "Establece variante" } \ No newline at end of file diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index 5517c499a..6ac924d2e 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Nombre de travaux de test parallèles. Utilisez zéro pour utiliser la valeur de `#cmake.parallelJobs#`. Cela s’applique uniquement lorsque `#cmake.ctest.allowParallelJobs#` a la valeur `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Permet l’exécution de ctests en parallèle, mais la sortie du résultat peut être tronquée et l’Explorateur de tests peut ne pas refléter précisément la progression du test.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Indique si l’intégration avec l’Explorateur de tests est activée. Cette option est utile pour la désactivation si vous préférez utiliser une autre extension pour l’intégration de test.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Délimiteur facultatif utilisé pour séparer les noms de suite de tests et les tests de groupe hiérarchiquement dans l’Explorateur de tests. Cette chaîne est utilisée dans une expression régulière, de sorte que certains délimiteurs peuvent nécessiter une séquence d’échappement. Exemples : `-` ( Un délimiteur : `-`), `\\.|::` (deux délimiteurs : `.` ou `::`. Notez que `.` doit être placé dans une séquence d’échappement.)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analyse la sortie du compilateur à la recherche d'avertissements et d'erreurs.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Analyseurs de sortie à utiliser. Analyseurs `cmake`, `gcc`, `gnuld` pris en charge pour les sorties d'éditeurs de liens de style GNULD, `msvc` pour Microsoft Visual C++, `ghs` pour le compilateur Green Hills avec --no_wrap_diagnostics --brief_diagnostics et `diab` pour le compilateur Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "Configuration Debug à utiliser au moment du débogage d'une cible.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Supprimez l’intégralité du répertoire de build quand une nouvelle configuration est appelée.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Définissez CMAKE_BUILD_TYPE également sur les générateurs multi-config.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Ignorez le processus de configuration si le cache est présent.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Le protocole utilisé pour communiquer entre l'extension et CMake.", diff --git a/i18n/fra/src/cmake/cmakeExecutable.i18n.json b/i18n/fra/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..fc50e5d5f --- /dev/null +++ b/i18n/fra/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "Nous n’avons pas trouvé l’exécutable CMake dans le cache. Nouvelle vérification." +} \ No newline at end of file diff --git a/i18n/fra/src/ctest.i18n.json b/i18n/fra/src/ctest.i18n.json index f435370cc..c7132766b 100644 --- a/i18n/fra/src/ctest.i18n.json +++ b/i18n/fra/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Projet introuvable pour le dossier {0}", "no.driver.found": "Pilote introuvable pour le dossier {0}", "ctest.args.not.found": "Impossible d’obtenir les arguments de test", + "test.results.not.found": "Résultats des tests introuvables.", "test.failed.with.exit.code": "Échec du test {0} avec le code de sortie {1}.", "test.failed.with.completion.status": "Échec du test {0} avec l’état d’achèvement « {1} ».", "test.failed": "Échec du test {0}. Pour plus d’informations, consultez la sortie.", - "test.results.not.found": "Résultats des tests introuvables.", "ctest.run.terminated": "Exécution de CTest terminée", "ctest.finished.with.code": "CTest s'est achevé avec le code de retour {0}", "folder.not.found.in.test.explorer": "Dossier introuvable dans l’Explorateur de tests : {0}", diff --git a/i18n/fra/src/presetsController.i18n.json b/i18n/fra/src/presetsController.i18n.json index ab840f964..6143fce52 100644 --- a/i18n/fra/src/presetsController.i18n.json +++ b/i18n/fra/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Sélection du compilateur annulée par l’utilisateur", "user.selected.compiler": "L'utilisateur a sélectionné le compilateur {0}", "select.one.or.more.config.preset.placeholder": "Sélectionner une ou plusieurs présélections de configuration", + "custom.configure.preset.toolchain.file": "Configurer la présélection en tirant parti du fichier de chaîne d’outils", + "description.custom.configure.preset": "Permet de définir le générateur Ninja, la génération et l’installation du répertoire", + "custom.configure.preset": "Présélection de configuration personnalisée", "user.selected.config.preset": "L’utilisateur a sélectionné la présélection de configuration {0}", "yes": "Oui", "no": "Non", diff --git a/i18n/fra/src/projectStatus.i18n.json b/i18n/fra/src/projectStatus.i18n.json index 8b2fabd76..cdd1470f5 100644 --- a/i18n/fra/src/projectStatus.i18n.json +++ b/i18n/fra/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Lancer", "Folder": "Dossier", "active.folder": "Dossier actif", + "configPreset.change": "Modifier la présélection de configuration", + "buildPreset.change": "Modifier la présélection de build", + "testPreset.change": "Modifier la présélection de test", + "packagePreset.change": "Modifier la présélection de package", + "workflowPreset.change": "Modifier la présélection de flux de travail", + "kit.change": "Modifier le kit", "set.build.target": "Définir la cible de build", "set.debug.target": "Définir la cible de débogage", "set.launch.target": "Définir la cible de lancement", - "select.active.folder": "Sélectionnez le dossier actif" + "select.active.folder": "Sélectionnez le dossier actif", + "set.variant": "Définir une variante" } \ No newline at end of file diff --git a/i18n/ita/package.i18n.json b/i18n/ita/package.i18n.json index 7c730b246..13cbd7ef4 100644 --- a/i18n/ita/package.i18n.json +++ b/i18n/ita/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Numero di processi di test paralleli. Usa zero per usare il valore di `#cmake.parallelJobs#`. Si applica solo quando `#cmake.ctest.allowParallelJobs#` è impostato su `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Consente di eseguire i ctest in parallelo, ma l'output dei risultati potrebbe essere illeggibile ed Esplora test potrebbe non riflettere accuratamente l'avanzamento del test.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Indica se l'integrazione con Esplora test è abilitata o meno. È utile disabilitare questa opzione se si preferisce usare un'estensione diversa per l'integrazione dei test.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Delimitatore facoltativo usato per separare gerarchicamente i nomi dei gruppi di test e i test dei gruppi in Editor elenco dei test. Questa stringa viene usata in un'espressione regolare, di conseguenza alcuni delimitatori potrebbero richiedere escape. Esempi: `-` ( Un delimitatore: `-`), `\\.|::` (Due delimitatori: `.` o `::`. Si noti che `.` deve essere preceduto da un carattere di escape).", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analizza l'output del compilatore per individuare avvisi ed errori.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Parser di output da usare. Analizzatori supportati: `cmake`, `gcc`, `gnuld` per l'output del linker di tipo GNULD, `msvc` per Microsoft Visual C++, `ghs` per il compilatore Green Hills con --no_wrap_diagnostics --brief_diagnostics e `diab` per il compilatore Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "Configurazione di debug da usare quando si esegue il debug di una destinazione.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Eliminare l’intera directory di compilazione quando viene richiamata una configurazione pulita.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Imposta CMAKE_BUILD_TYPE anche su generatori di configurazione multipla.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Ignora il processo di configurazione se la cache è presente.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protocollo usato per le comunicazioni tra l'estensione e CMake.", diff --git a/i18n/ita/src/cmake/cmakeExecutable.i18n.json b/i18n/ita/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..289f3db8f --- /dev/null +++ b/i18n/ita/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "L’eseguibile CMake non è stato trovato nella cache. Nuovo controllo in corso." +} \ No newline at end of file diff --git a/i18n/ita/src/ctest.i18n.json b/i18n/ita/src/ctest.i18n.json index 9d3eb90eb..969534e6a 100644 --- a/i18n/ita/src/ctest.i18n.json +++ b/i18n/ita/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Non sono stati trovati progetti per la cartella {0}", "no.driver.found": "Nessun driver trovato per la cartella {0}", "ctest.args.not.found": "Non è stato possibile ottenere gli argomenti di test", + "test.results.not.found": "Risultati del test non trovati.", "test.failed.with.exit.code": "Test {0} non riuscito con codice di uscita {1}.", "test.failed.with.completion.status": "Test {0} non riuscito con stato di completamento \"{1}\".", "test.failed": "Test {0} non riuscito. Per altre informazioni, controllare l'output.", - "test.results.not.found": "Risultati del test non trovati.", "ctest.run.terminated": "L'esecuzione di CTest è stata terminata", "ctest.finished.with.code": "CTest terminato. Codice restituito: {0}", "folder.not.found.in.test.explorer": "Cartella non trovata in Esplora test: {0}", diff --git a/i18n/ita/src/presetsController.i18n.json b/i18n/ita/src/presetsController.i18n.json index a1ca3cefd..724cb640d 100644 --- a/i18n/ita/src/presetsController.i18n.json +++ b/i18n/ita/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Selezione del compilatore annullata dall’utente", "user.selected.compiler": "Compilatore {0} selezionato dall’utente", "select.one.or.more.config.preset.placeholder": "Selezionare una o più set di impostazioni di configurazione", + "custom.configure.preset.toolchain.file": "Configura il set di impostazioni usando il file toolchain", + "description.custom.configure.preset": "Imposta il generatore Ninja, compila e installa la directory", + "custom.configure.preset": "Set di impostazioni di configurazione personalizzato", "user.selected.config.preset": "Utente ha selezionato il set di impostazioni di configurazione {0}", "yes": "Sì", "no": "No", diff --git a/i18n/ita/src/projectStatus.i18n.json b/i18n/ita/src/projectStatus.i18n.json index 9e7b2d2ba..39dabd8ae 100644 --- a/i18n/ita/src/projectStatus.i18n.json +++ b/i18n/ita/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Avvia", "Folder": "Cartella", "active.folder": "Cartella attiva", + "configPreset.change": "Cambia set di impostazioni di configurazione", + "buildPreset.change": "Cambia set di impostazioni di compilazione", + "testPreset.change": "Cambia set di impostazioni di test", + "packagePreset.change": "Cambia set di impostazioni del pacchetto", + "workflowPreset.change": "Cambia set di impostazioni del flusso di lavoro", + "kit.change": "Cambia kit", "set.build.target": "Imposta la destinazione di compilazione", "set.debug.target": "Imposta la destinazione di debug", "set.launch.target": "Impostare destinazione di avvio", - "select.active.folder": "Seleziona la cartella attiva" + "select.active.folder": "Seleziona la cartella attiva", + "set.variant": "Imposta variante" } \ No newline at end of file diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index cfc1cb904..91ac80371 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "並列テスト ジョブの数。`#cmake.parallelJobs#` の値を使用するには、0 を使用します。これは、`#cmake.ctest.allowParallelJobs#` が `true` に設定されている場合にのみ適用されます。", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "ctest を並列で実行できますが、結果として結果出力が文字化けし、テスト エクスプローラーにテストの進行状況が正確に反映されない場合があります。", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "テスト エクスプローラーとの統合が有効になっているかどうか。テスト統合に別の拡張機能を使用する場合には、これを無効にすることが適しています。", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "テスト エクスプローラーでテスト スイート名とグループ テストを階層的に区切るために使用される省略可能な区切り記号。この文字列は正規表現で使用されるため、一部の区切り記号ではエスケープが必要になる場合があります。例: `-` (1 つの区切り記号: `-`)、`\\.|::` (2 つの区切り記号: `.` または `::`。`.` はエスケープする必要があることに注意してください)。", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "コンパイラ出力の警告とエラーを解析します。", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "使用する出力パーサー。サポートされるパーサーは、GNULD スタイルのリンカー出力の場合は `cmake`、`gcc`、`gnuld`、Microsoft Visual C++ の場合は `msvc`、--no_wrap_diagnostics --brief_diagnostics を指定した Green Hills Compiler の場合は `ghs`、Wind River Diab Compiler の場合は `diab` です。", "cmake-tools.configuration.cmake.debugConfig.description": "ターゲットのデバッグ時に使用するデバッグ構成です。", @@ -153,6 +154,7 @@ "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 プロジェクトのディレクトリを自動的に構成します。", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "クリーン構成が呼び出されたときに、ビルド ディレクトリ全体を削除します。", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "マルチ構成ジェネレーターでも CMAKE_BUILD_TYPE を設定します。", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "キャッシュが存在する場合は、構成プロセスをスキップします。", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "拡張機能と CMake の間の通信に使用されるプロトコル。", diff --git a/i18n/jpn/src/cmake/cmakeExecutable.i18n.json b/i18n/jpn/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..b1c966aab --- /dev/null +++ b/i18n/jpn/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "CMake 実行可能ファイルがキャッシュで見つかりません。もう一度確認しています。" +} \ No newline at end of file diff --git a/i18n/jpn/src/ctest.i18n.json b/i18n/jpn/src/ctest.i18n.json index c6aae1557..912831f3d 100644 --- a/i18n/jpn/src/ctest.i18n.json +++ b/i18n/jpn/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "フォルダー {0} のプロジェクトが見つかりません", "no.driver.found": "フォルダー {0} のドライバーが見つかりません", "ctest.args.not.found": "テスト引数を取得できませんでした", + "test.results.not.found": "テスト結果が見つかりません。", "test.failed.with.exit.code": "テスト {0} が終了コード {1} で失敗しました。", "test.failed.with.completion.status": "テスト {0} が完了状態 \"{1}\" で失敗しました。", "test.failed": "テスト {0} に失敗しました。詳細については、出力を確認してください。", - "test.results.not.found": "テスト結果が見つかりません。", "ctest.run.terminated": "CTest の実行が終了しました", "ctest.finished.with.code": "CTest がリターン コード {0} で終了しました", "folder.not.found.in.test.explorer": "フォルダーがテスト エクスプローラーに見つかりません: {0}", diff --git a/i18n/jpn/src/presetsController.i18n.json b/i18n/jpn/src/presetsController.i18n.json index c3d76a736..6a25da98e 100644 --- a/i18n/jpn/src/presetsController.i18n.json +++ b/i18n/jpn/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "ユーザーがコンパイラの選択を取り消しました", "user.selected.compiler": "ユーザーがコンパイラ {0} を選択しました", "select.one.or.more.config.preset.placeholder": "1 つ以上の構成の事前設定を選択してください", + "custom.configure.preset.toolchain.file": "ツールチェーン ファイルを使用してプリセットを構成する", + "description.custom.configure.preset": "Ninja ジェネレーター、ビルド、インストール ディレクトリを設定します", + "custom.configure.preset": "カスタム構成のプリセット", "user.selected.config.preset": "ユーザーが構成の事前設定 {0} を選択しました", "yes": "はい", "no": "いいえ", diff --git a/i18n/jpn/src/projectStatus.i18n.json b/i18n/jpn/src/projectStatus.i18n.json index 6fec87e0b..161beac6a 100644 --- a/i18n/jpn/src/projectStatus.i18n.json +++ b/i18n/jpn/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "起動", "Folder": "フォルダー", "active.folder": "アクティブなフォルダー", + "configPreset.change": "構成のプリセットの変更", + "buildPreset.change": "ビルド プリセットの変更", + "testPreset.change": "テスト プリセットの変更", + "packagePreset.change": "パッケージ プリセットの変更", + "workflowPreset.change": "ワークフロー プリセットの変更", + "kit.change": "キットの変更", "set.build.target": "ビルド ターゲットの設定", "set.debug.target": "デバッグ ターゲットの設定", "set.launch.target": "起動ターゲットの設定", - "select.active.folder": "アクティブなフォルダーの選択" + "select.active.folder": "アクティブなフォルダーの選択", + "set.variant": "バリアントの設定" } \ No newline at end of file diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index d28b90034..20308ee8c 100644 --- a/i18n/kor/package.i18n.json +++ b/i18n/kor/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "병렬 테스트 작업 수입니다. `#cmake.parallelJobs#` 값을 사용하려면 0을 사용합니다. 이는 `#cmake.ctest.allowParallelJobs#`이 `true`로 설정된 경우에만 적용됩니다.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Ctest를 병렬로 실행할 수 있지만 그로 인해 결과 출력이 왜곡될 수 있으며 테스트 탐색기에 테스트 진행 상황이 정확하게 반영되지 않을 수 있습니다.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "테스트 탐색기와의 통합을 사용할 수 있는지 여부입니다. 이는 테스트 통합에 다른 확장을 사용하려는 경우 사용하지 않도록 설정하는 데 유용합니다.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "테스트 도구 모음 이름과 그룹 테스트를 테스트 탐색기에서 계층적으로 구분하는 데 사용되는 선택적 구분 기호입니다. 이 문자열은 정규식에서 사용되므로 일부 구분 기호는 이스케이프해야 할 수 있습니다. 예: `-`(1개의 구분 기호: `-`), `\\.|::`(두 개의 구분 기호: `.` 또는 `::`. `.`은 이스케이프해야 합니다.)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "경고 및 오류에 대한 컴파일러 출력을 구문 분석합니다.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "사용할 출력 파서입니다. 지원되는 파서: GNULD 스타일 링커 출력의 경우 `cmake`, `gcc`, `gnuld`, Microsoft Visual C++의 경우 `msvc`, Green Hills 컴파일러의 경우 `ghs`(--no_wrap_diagnostics --brief_diagnostics 포함), Wind River Diab 컴파일러의 경우 `diab`", "cmake-tools.configuration.cmake.debugConfig.description": "대상을 디버깅할 때 사용할 디버그 구성입니다.", @@ -153,6 +154,7 @@ "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 프로젝트 디렉터리를 자동으로 구성합니다.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "정리 구성이 호출될 때 전체 빌드 디렉터리를 삭제합니다.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "다중 구성 생성기에도 CMAKE_BUILD_TYPE를 설정합니다.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "캐시가 있으면 구성 프로세스를 건너뜁니다.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "확장과 CMake 간 통신에 사용되는 프로토콜입니다.", diff --git a/i18n/kor/src/cmake/cmakeExecutable.i18n.json b/i18n/kor/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..5cfabdde1 --- /dev/null +++ b/i18n/kor/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "캐시에서 CMake 실행 파일을 찾을 수 없습니다. 다시 확인하는 중입니다." +} \ No newline at end of file diff --git a/i18n/kor/src/ctest.i18n.json b/i18n/kor/src/ctest.i18n.json index 22c9dec90..6dcf7b1b4 100644 --- a/i18n/kor/src/ctest.i18n.json +++ b/i18n/kor/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "{0} 폴더에 대한 프로젝트를 찾을 수 없습니다.", "no.driver.found": "{0} 폴더에 대한 드라이버를 찾을 수 없습니다.", "ctest.args.not.found": "테스트 인수를 가져올 수 없습니다.", + "test.results.not.found": "테스트 결과를 찾을 수 없습니다.", "test.failed.with.exit.code": "종료 코드 {1}을(를) 반환하며 테스트 {0}에 실패했습니다.", "test.failed.with.completion.status": "완료 상태 \" {1} \"(으)로 테스트 {0}에 실패했습니다.", "test.failed": "테스트 {0}에 실패했습니다. 자세한 내용은 출력을 확인하세요.", - "test.results.not.found": "테스트 결과를 찾을 수 없습니다.", "ctest.run.terminated": "CTest 실행이 종료됨", "ctest.finished.with.code": "CTest 완료(반환 코드: {0})", "folder.not.found.in.test.explorer": "테스트 탐색기에서 폴더를 찾을 수 없습니다. {0}", diff --git a/i18n/kor/src/presetsController.i18n.json b/i18n/kor/src/presetsController.i18n.json index b4cb12bdd..2f84d9bfc 100644 --- a/i18n/kor/src/presetsController.i18n.json +++ b/i18n/kor/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "사용자가 컴파일러 선택을 취소", "user.selected.compiler": "사용자가 컴파일러 {0} 선택", "select.one.or.more.config.preset.placeholder": "하나 이상의 구성 사전 설정 선택", + "custom.configure.preset.toolchain.file": "도구 체인 파일을 사용하여 사전 설정 구성", + "description.custom.configure.preset": "Ninja 생성기, 빌드 및 설치 디렉터리 설정", + "custom.configure.preset": "사용자 지정 구성 사전 설정", "user.selected.config.preset": "사용자가 구성 사전 설정 {0} 선택", "yes": "예", "no": "아니요", diff --git a/i18n/kor/src/projectStatus.i18n.json b/i18n/kor/src/projectStatus.i18n.json index efd2a5dd7..4d1638ed7 100644 --- a/i18n/kor/src/projectStatus.i18n.json +++ b/i18n/kor/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "시작", "Folder": "폴더", "active.folder": "활성 폴더", + "configPreset.change": "사전 설정 구성 변경", + "buildPreset.change": "빌드 사전 설정 변경", + "testPreset.change": "테스트 사전 설정 변경", + "packagePreset.change": "패키지 사전 설정 변경", + "workflowPreset.change": "워크플로 사전 설정 변경", + "kit.change": "키트 변경", "set.build.target": "빌드 대상 설정", "set.debug.target": "디버그 대상 설정", "set.launch.target": "시작 대상 설정", - "select.active.folder": "활성 폴더 선택" + "select.active.folder": "활성 폴더 선택", + "set.variant": "변형 설정" } \ No newline at end of file diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index 66c2549e3..df96c6d73 100644 --- a/i18n/plk/package.i18n.json +++ b/i18n/plk/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Liczba równoległych zadań testowych. Użyj wartości zero, aby użyć wartości `#cmake.parallelJobs#`. Ma to zastosowanie tylko wtedy, gdy właściwość `#cmake.ctest.allowParallelJobs#` ma wartość `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Umożliwia równoległe uruchamianie testów ctest, jednak dane wyjściowe wyniku może być w efekcie uszkodzony, a Eksplorator testów może nie odzwierciedlać dokładnie postępu testu.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Określa, czy integracja z eksploratorem testów jest włączona. Jest to przydatne do wyłączenia, jeśli wolisz używać innego rozszerzenia do integracji testów.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Opcjonalny ogranicznik używany do hierarchicznego oddzielania nazw zestawów testów i testów grupowych w Eksploratorze testów. Ten ciąg jest używany w wyrażeniu regularnym, więc niektóre ograniczniki mogą wymagać znaku ucieczki. Przykłady: `-` (jeden ogranicznik: `-`), `\\.|::` (dwa ograniczniki: `.`, `::`. Należy pamiętać, że znak `.` musi być poprzedzony znakiem ucieczki).", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analizuj dane wyjściowe kompilatora pod kątem ostrzeżeń i błędów.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Analizatory danych wyjściowych do użycia. Obsługiwane analizatory to `cmake`, `gcc`, `gnuld` dla danych wyjściowych konsolidatora typu GNULD, `msvc` dla programu Microsoft Visual C++, `ghs` dla kompilatora Green Hills z parametrami --no_wrap_diagnostics --brief_diagnostics oraz `diab` dla kompilatora Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "Konfiguracja debugowania do użycia podczas debugowania elementu docelowego.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Usuń cały katalog kompilacji po wywołaniu czystego konfigurowania.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Ustawiaj zmienną CMAKE_BUILD_TYPE również w przypadku generatorów z wieloma konfiguracjami.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Pomiń proces konfigurowania, jeśli pamięć podręczna jest obecna.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protokół używany do komunikacji między rozszerzeniem i narzędziem CMake.", diff --git a/i18n/plk/src/cmake/cmakeExecutable.i18n.json b/i18n/plk/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..77a19b836 --- /dev/null +++ b/i18n/plk/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "Nie znaleziono pliku wykonywalnego narzędzia CMake w pamięci podręcznej. Sprawdzanie ponowne." +} \ No newline at end of file diff --git a/i18n/plk/src/ctest.i18n.json b/i18n/plk/src/ctest.i18n.json index 09a9820e8..113fb8503 100644 --- a/i18n/plk/src/ctest.i18n.json +++ b/i18n/plk/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Nie znaleziono projektu dla folderu {0}", "no.driver.found": "Nie znaleziono sterownika dla folderu {0}", "ctest.args.not.found": "Nie można pobrać argumentów testu", + "test.results.not.found": "Nie znaleziono wyników testu.", "test.failed.with.exit.code": "Test {0} zakończył się niepowodzeniem z kodem zakończenia {1}.", "test.failed.with.completion.status": "Test {0} nie powiódł się ze statusem ukończenia „{1}”.", "test.failed": "Test {0} nie powiódł się. Sprawdź dane wyjściowe, aby uzyskać więcej informacji.", - "test.results.not.found": "Nie znaleziono wyników testu.", "ctest.run.terminated": "Praca narzędzia CTest została przerwana", "ctest.finished.with.code": "Narzędzie CTest zakończyło pracę z kodem powrotnym {0}", "folder.not.found.in.test.explorer": "Nie znaleziono folderu w Eksploratorze testów: {0}", diff --git a/i18n/plk/src/presetsController.i18n.json b/i18n/plk/src/presetsController.i18n.json index 5c29cffc0..c456221b9 100644 --- a/i18n/plk/src/presetsController.i18n.json +++ b/i18n/plk/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Użytkownik anulował wybór kompilatorów.", "user.selected.compiler": "Użytkownik wybrał kompilator {0}", "select.one.or.more.config.preset.placeholder": "Wybierz co najmniej jedną predefiniowaną konfigurację", + "custom.configure.preset.toolchain.file": "Konfigurowanie ustawień wstępnych przy użyciu pliku łańcucha narzędzi", + "description.custom.configure.preset": "Ustawia generator Ninja, kompiluj i instaluj katalog", + "custom.configure.preset": "Ustawienie wstępne konfiguracji niestandardowej", "user.selected.config.preset": "Użytkownik wybrał predefiniowaną konfigurację {0}", "yes": "Tak", "no": "Nie", diff --git a/i18n/plk/src/projectStatus.i18n.json b/i18n/plk/src/projectStatus.i18n.json index 108d0a10e..b1891fc4f 100644 --- a/i18n/plk/src/projectStatus.i18n.json +++ b/i18n/plk/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Uruchom", "Folder": "Folder", "active.folder": "Aktywny folder", + "configPreset.change": "Zmień ustawienie wstępne konfiguracji", + "buildPreset.change": "Zmień ustawienie wstępne kompilacji", + "testPreset.change": "Zmień ustawienie wstępne testu", + "packagePreset.change": "Zmień ustawienie wstępne pakietu", + "workflowPreset.change": "Zmień ustawienie wstępne przepływu pracy", + "kit.change": "Zmień zestaw", "set.build.target": "Ustaw docelowy element kompilacji", "set.debug.target": "Ustaw element docelowy debugowania", "set.launch.target": "Ustaw element docelowy uruchamiania", - "select.active.folder": "Wybierz aktywny folder" + "select.active.folder": "Wybierz aktywny folder", + "set.variant": "Ustaw wariant" } \ No newline at end of file diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index 9e14ffc71..80c8cfefa 100644 --- a/i18n/ptb/package.i18n.json +++ b/i18n/ptb/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "O número de trabalhos de teste paralelos. Use zero para usar o valor de `#cmake.parallelJobs#`. Isso só se aplica quando `#cmake.ctest.allowParallelJobs#` é definido como `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Permite que os ctests sejam executados em paralelo, no entanto, a saída do resultado pode ficar confusa como resultado, e o Gerenciador de Testes pode não refletir com precisão o progresso dos testes.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Se a integração com o gerenciador de teste está habilitada ou não. É útil desabilitar esse recurso se você preferir usar uma extensão diferente para a integração de testes.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Delimitador opcional usado para separar os nomes dos conjuntos de testes e agrupar os testes de maneira hierárquica no Gerenciador de Testes. Essa cadeia de caracteres é usada em uma expressão regular, portanto, alguns delimitadores podem precisar de escape. Exemplos: `-` ( Um delimitador: `-`), `\\.|::` (Dois delimitadores: `.` ou `::`. Observe que `.` precisa ser escape.)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Analisar os avisos e erros da saída do compilador.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Os analisadores de saída a serem usados. Há suporte para os analisadores `cmake`, `gcc` e `gnuld` para a saída de vinculador no estilo GNULD, `msvc` para o Microsoft Visual C++ e `ghs` para o compilador Green Hills com --no_wrap_diagnostics --brief_diagnostics e `diab` para o compilador Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "A configuração de depuração a ser usada durante a depuração de um destino.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Exclua todo o diretório de compilação quando uma configuração limpa for invocada.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Definir o CMAKE_BUILD_TYPE também nos geradores de multiconfiguração.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Ignore o processo de configuração se o cache estiver presente.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "O protocolo usado para a comunicação entre a extensão e o CMake.", diff --git a/i18n/ptb/src/cmake/cmakeExecutable.i18n.json b/i18n/ptb/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..2b8048e53 --- /dev/null +++ b/i18n/ptb/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "O executável CMake não foi encontrado no cache. Verificando novamente." +} \ No newline at end of file diff --git a/i18n/ptb/src/ctest.i18n.json b/i18n/ptb/src/ctest.i18n.json index c3a94c96c..036939921 100644 --- a/i18n/ptb/src/ctest.i18n.json +++ b/i18n/ptb/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Nenhum projeto encontrado na pasta {0}", "no.driver.found": "Nenhum driver encontrado na pasta {0}", "ctest.args.not.found": "Não foi possível obter argumentos de teste", + "test.results.not.found": "Resultados do teste não encontrados.", "test.failed.with.exit.code": "Ocorreu um erro no {0} teste com o código de saída {1}.", "test.failed.with.completion.status": "Ocorreu um erro no {0} teste com o status de conclusão \"{1}\".", "test.failed": "Ocorreu um erro no {0} teste. Verifique a saída para obter mais informações.", - "test.results.not.found": "Resultados do teste não encontrados.", "ctest.run.terminated": "A execução do CTest foi terminada", "ctest.finished.with.code": "CTest concluído com código de retorno {0}", "folder.not.found.in.test.explorer": "A pasta não foi encontrada no Gerenciador de Testes: {0}", diff --git a/i18n/ptb/src/presetsController.i18n.json b/i18n/ptb/src/presetsController.i18n.json index 1baf7f314..26ab4f30e 100644 --- a/i18n/ptb/src/presetsController.i18n.json +++ b/i18n/ptb/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "O usuário cancelou a seleção do compilador", "user.selected.compiler": "O usuário selecionou o compilador {0}", "select.one.or.more.config.preset.placeholder": "Selecione uma ou mais predefinições de configuração", + "custom.configure.preset.toolchain.file": "Configurar a predefinição usando o arquivo de cadeia de ferramentas", + "description.custom.configure.preset": "Define o gerador Ninja, compilar e instalar o diretório", + "custom.configure.preset": "Predefinição de configuração personalizada", "user.selected.config.preset": "O usuário selecionou a predefinição de configuração {0}", "yes": "Sim", "no": "Não", diff --git a/i18n/ptb/src/projectStatus.i18n.json b/i18n/ptb/src/projectStatus.i18n.json index 2976139c2..6e5c57873 100644 --- a/i18n/ptb/src/projectStatus.i18n.json +++ b/i18n/ptb/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Lançamento", "Folder": "Pasta", "active.folder": "Pasta Ativa", + "configPreset.change": "Alterar Predefinição de Configuração", + "buildPreset.change": "Alterar Predefinição de Build", + "testPreset.change": "Alterar Predefinição de Teste", + "packagePreset.change": "Alterar Predefinição de Pacote", + "workflowPreset.change": "Alterar Predefinição de Fluxo de Trabalho", + "kit.change": "Alterar Kit", "set.build.target": "Definir o Destino de Compilação", "set.debug.target": "Definir o Destino de Depuração", "set.launch.target": "Definir Destino de Inicialização", - "select.active.folder": "Selecionar a Pasta Ativa" + "select.active.folder": "Selecionar a Pasta Ativa", + "set.variant": "Definir variante" } \ No newline at end of file diff --git a/i18n/rus/package.i18n.json b/i18n/rus/package.i18n.json index 917d5dcce..9e44c0a72 100644 --- a/i18n/rus/package.i18n.json +++ b/i18n/rus/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Число параллельных тестовых заданий. Используйте ноль, чтобы использовать значение `#cmake.parallelJobs#`. Это применимо, только если для `#cmake.ctest.allowParallelJobs#` установлено `true`.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Позволяет запускать несколько ctest параллельно, однако выходной результат может быть искажен, а Обозреватель тестов может неточно отражать ход выполнения теста.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Включена ли интеграция с обозревателем тестов. Это удобно отключить, если вы предпочитаете использовать другое расширение для интеграции тестов.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Необязательный разделитель, используемый для разделения имен наборов тестов и иерархического группирования тестов в Обозревателе тестов. Эта строка используется в регулярном выражении, поэтому для некоторых разделителей может потребоваться экранирование. Примеры: `-` (один разделитель: `-`), `\\.|::` (два разделителя: `.` или `::`. Обратите внимание, что `.` необходимо экранировать).", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Анализ вывода компилятора на наличие предупреждений и ошибок.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Используемые средства синтаксического анализа выходных данных. Поддерживаются `cmake`, `gcc`, `gnuld` для выходных данных компоновщика в стиле GNULD, `msvc` для Microsoft Visual C++, `ghs` для компилятора Green Hills с параметрами --no_wrap_diagnostics --brief_diagnostics, а также `diab` для компилятора Wind River Diab.", "cmake-tools.configuration.cmake.debugConfig.description": "Конфигурация, используемая при отладке целевого объекта.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Удалите весь каталог сборки при вызове чистой настройки.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Задание CMAKE_BUILD_TYPE также для генераторов с несколькими конфигурациями.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Пропустить процесс настройки при наличии кэша.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Протокол, используемый для взаимодействия между расширением и CMake.", diff --git a/i18n/rus/src/cmake/cmakeExecutable.i18n.json b/i18n/rus/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..1a1184082 --- /dev/null +++ b/i18n/rus/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "Исполняемый файл CMake не найден в кэше. Выполняется повторная проверка." +} \ No newline at end of file diff --git a/i18n/rus/src/ctest.i18n.json b/i18n/rus/src/ctest.i18n.json index 292359e4e..2be2d171a 100644 --- a/i18n/rus/src/ctest.i18n.json +++ b/i18n/rus/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "Не найден проект для папки {0}", "no.driver.found": "Не найден драйвер для папки {0}", "ctest.args.not.found": "Не удалось получить тестовые аргументы", + "test.results.not.found": "Результаты теста не найдены.", "test.failed.with.exit.code": "Сбой теста {0}. Код выхода: {1}.", "test.failed.with.completion.status": "Сбой теста {0} с состоянием завершения \"{1}\".", "test.failed": "Сбой теста {0}. Дополнительные сведения см. в выходных данных.", - "test.results.not.found": "Результаты теста не найдены.", "ctest.run.terminated": "Запуск CTest был прерван.", "ctest.finished.with.code": "CTest завершила работу с кодом возврата {0}.", "folder.not.found.in.test.explorer": "Папка не найдена в обозревателе тестов: {0}", diff --git a/i18n/rus/src/presetsController.i18n.json b/i18n/rus/src/presetsController.i18n.json index 408ba6adc..af86d4648 100644 --- a/i18n/rus/src/presetsController.i18n.json +++ b/i18n/rus/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Пользователь отменил выбор компилятора", "user.selected.compiler": "Пользователь выбрал компилятор {0}", "select.one.or.more.config.preset.placeholder": "Выберите одну или несколько предустановок конфигурации", + "custom.configure.preset.toolchain.file": "Настройка предустановки с помощью файла цепочки инструментов", + "description.custom.configure.preset": "Настраивает генератор Ninja, сборку и каталог установки", + "custom.configure.preset": "Пользовательская предустановка конфигурации", "user.selected.config.preset": "Пользователь выбрал предустановку конфигурации {0}", "yes": "Да", "no": "Нет", diff --git a/i18n/rus/src/projectStatus.i18n.json b/i18n/rus/src/projectStatus.i18n.json index bc9a37f61..3a22e6b7c 100644 --- a/i18n/rus/src/projectStatus.i18n.json +++ b/i18n/rus/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Запуск", "Folder": "Папка", "active.folder": "Активная папка", + "configPreset.change": "Изменить предустановку конфигурации", + "buildPreset.change": "Изменить предустановку сборки", + "testPreset.change": "Изменить предустановку теста", + "packagePreset.change": "Изменить предустановку пакета", + "workflowPreset.change": "Изменить предустановку рабочего процесса", + "kit.change": "Изменить набор", "set.build.target": "Задание целевого объекта сборки", "set.debug.target": "Задать целевой объект отладки", "set.launch.target": "Установить целевой объект", - "select.active.folder": "Выбор активной папки" + "select.active.folder": "Выбор активной папки", + "set.variant": "Настроить вариант" } \ No newline at end of file diff --git a/i18n/trk/package.i18n.json b/i18n/trk/package.i18n.json index d9e43dacd..c062f1e8f 100644 --- a/i18n/trk/package.i18n.json +++ b/i18n/trk/package.i18n.json @@ -108,6 +108,7 @@ "cmake-tools.configuration.cmake.ctest.parallelJobs.markdownDescription": "Paralel test işlerinin sayısı. `#cmake.parallelJobs#` değerini kullanmak için sıfır kullanın. Bu yalnızca `#cmake.ctest.allowParallelJobs#` değeri `true` olarak ayarlandığında geçerlidir.", "cmake-tools.configuration.cmake.ctest.allowParallelJobs.description": "Testlerin paralel olarak çalıştırılmasına izin verir, ancak bunun sonucunda sonuç çıktısı bozulabilir ve Test Gezgini test ilerlemesini doğru şekilde yansıtmayabilir.", "cmake-tools.configuration.cmake.ctest.testExplorerIntegrationEnabled.description": "Test gezginiyle tümleştirmenin etkinleştirilip etkinleştirilmediği. Test tümleştirmesi için farklı bir uzantı kullanmayı tercih ediyorsanız devre dışı bırakmak faydalıdır.", + "cmake-tools.configuration.cmake.ctest.testSuiteDelimiter.markdownDescription": "Test Listesi Düzenleyicisi’nde test paketi adlarını ve grup testlerini hiyerarşik olarak ayırmak için kullanılan isteğe bağlı sınırlayıcı. Bu dize bir Normal İfadede kullanıldığından bazı sınırlayıcılar kaçış karakteri gerektirebilir. Örnekler: `-` (Bir sınırlayıcı: `-`), `\\.|::` (İki sınırlayıcı: `.` veya `::`. `.` için kaçış karakteri eklenmesi gerektiğini unutmayın.)", "cmake-tools.configuration.cmake.parseBuildDiagnostics.description": "Uyarılar ve hatalar için derleyici çıkışını ayrıştır.", "cmake-tools.configuration.cmake.enabledOutputParsers.description": "Kullanılacak çıkış ayrıştırıcıları. Desteklenen ayrıştırıcılar: GNULD stili bağlayıcı çıkışı için `cmake`, `gcc` ve `gnuld`, Microsoft Visual C++ için `msvc`, --no_wrap_diagnostics --brief_diagnostics içeren Green Hills derleyicisi için `ghs` ve Wind River Diab derleyicisi için `diab`.", "cmake-tools.configuration.cmake.debugConfig.description": "Bir hedefte hata ayıklanırken kullanılacak hata ayıklama yapılandırması.", @@ -153,6 +154,7 @@ "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.", + "cmake-tools.configuration.cmake.deleteBuildDirOnCleanConfigure.description": "Temiz bir yapılandırma çağrıldığında tüm derleme dizinini silin.", "cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "CMAKE_BUILD_TYPE ayarlamasını çok yapılandırmalı oluşturucular üzerinde de yapın.", "cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Önbellek mevcutsa yapılandırma işlemini atlayın.", "cmake-tools.configuration.cmake.cmakeCommunicationMode": "Uzantı ve CMake arasında iletişim kurmak için kullanılan protokol.", diff --git a/i18n/trk/src/cmake/cmakeExecutable.i18n.json b/i18n/trk/src/cmake/cmakeExecutable.i18n.json new file mode 100644 index 000000000..5a393f69d --- /dev/null +++ b/i18n/trk/src/cmake/cmakeExecutable.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "cmake.exe.not.found.in.cache": "CMake yürütülebilir dosyası önbellekte bulunamadı. Yeniden denetleniyor." +} \ No newline at end of file diff --git a/i18n/trk/src/ctest.i18n.json b/i18n/trk/src/ctest.i18n.json index 690d949e2..6b651817c 100644 --- a/i18n/trk/src/ctest.i18n.json +++ b/i18n/trk/src/ctest.i18n.json @@ -9,10 +9,10 @@ "no.project.found": "{0} klasörü için proje bulunamadı", "no.driver.found": "{0} klasörü için sürücü bulunamadı", "ctest.args.not.found": "Test bağımsız değişkenleri alınamadı", + "test.results.not.found": "Test sonuçları bulunamadı.", "test.failed.with.exit.code": "{0} testi {1} çıkış kodu ile başarısız oldu.", "test.failed.with.completion.status": "{0} testi, \"{1}\" tamamlanma durumuyla başarısız oldu.", "test.failed": "{0} testi başarısız oldu. Daha fazla bilgi için lütfen çıkışa bakın.", - "test.results.not.found": "Test sonuçları bulunamadı.", "ctest.run.terminated": "CTest çalıştırması sonlandırıldı", "ctest.finished.with.code": "CTest, {0} dönüş koduyla tamamlandı", "folder.not.found.in.test.explorer": "Klasör Test Gezgini'nde bulunamadı: {0}", diff --git a/i18n/trk/src/presetsController.i18n.json b/i18n/trk/src/presetsController.i18n.json index fc2fa374a..0be9e0719 100644 --- a/i18n/trk/src/presetsController.i18n.json +++ b/i18n/trk/src/presetsController.i18n.json @@ -25,6 +25,9 @@ "user.cancelled.compiler.selection": "Kullanıcı derleyici seçimini iptal etti", "user.selected.compiler": "Kullanıcı derleyiciyi {0} seçti", "select.one.or.more.config.preset.placeholder": "Bir veya daha fazla hazır yapılandırma ön ayarı seçin", + "custom.configure.preset.toolchain.file": "Araç zinciri dosyasını kullanarak ön ayarı yapılandır", + "description.custom.configure.preset": "Ninja oluşturucusu, derleme ve yükleme dizinini ayarlar", + "custom.configure.preset": "Özel yapılandırma ön ayarı", "user.selected.config.preset": "Kullanıcı yapılandırma ön ayarını {0} seçti", "yes": "Evet", "no": "Hayır", diff --git a/i18n/trk/src/projectStatus.i18n.json b/i18n/trk/src/projectStatus.i18n.json index 58d0c1513..759c9f028 100644 --- a/i18n/trk/src/projectStatus.i18n.json +++ b/i18n/trk/src/projectStatus.i18n.json @@ -24,8 +24,15 @@ "Launch": "Başlat", "Folder": "Klasör", "active.folder": "Etkin Klasör", + "configPreset.change": "Yapılandırma Ön Ayarını Değiştir", + "buildPreset.change": "Derleme Ön Ayarını Değiştir", + "testPreset.change": "Test Ön Ayarını Değiştir", + "packagePreset.change": "Paket Ön Ayarını Değiştir", + "workflowPreset.change": "İş Akışı Ön Ayarını Değiştir", + "kit.change": "Seti Değiştir", "set.build.target": "Derleme Hedefini Ayarla", "set.debug.target": "Hata Ayıklama Hedefini Ayarla", "set.launch.target": "Hedefi Başlat", - "select.active.folder": "Etkin Klasör Seç" + "select.active.folder": "Etkin Klasör Seç", + "set.variant": "Değişkeni ayarla" } \ No newline at end of file