diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 1498a341cf..c4c395f099 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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 executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/chs/src/ctest.i18n.json b/i18n/chs/src/ctest.i18n.json index ac28d5b589..510af931c3 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 bafe9709de..967150f178 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": "Configure preset using toolchain file", + "description.custom.configure.preset": "Sets Ninja generator, build and install directory", + "custom.configure.preset": "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 e1faaff4bc..7129d7b9b4 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": "Change Configure Preset", + "buildPreset.change": "Change Build Preset", + "testPreset.change": "Change Test Preset", + "packagePreset.change": "Change Package Preset", + "workflowPreset.change": "Change Workflow Preset", + "kit.change": "Change Kit", "set.build.target": "设置生成目标", "set.debug.target": "设置调试目标", "set.launch.target": "设置启动目标", - "select.active.folder": "选择活动文件夹" + "select.active.folder": "选择活动文件夹", + "set.variant": "Set variant" } \ No newline at end of file diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index 8a6064d535..9577360d57 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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 executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/cht/src/ctest.i18n.json b/i18n/cht/src/ctest.i18n.json index ed4bfddf46..c4b20afece 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 2aa020ac46..e7fc0780fd 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": "Configure preset using toolchain file", + "description.custom.configure.preset": "Sets Ninja generator, build and install directory", + "custom.configure.preset": "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 b18c84641c..97037eac01 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": "Change Configure Preset", + "buildPreset.change": "Change Build Preset", + "testPreset.change": "Change Test Preset", + "packagePreset.change": "Change Package Preset", + "workflowPreset.change": "Change Workflow Preset", + "kit.change": "Change Kit", "set.build.target": "設定組建目標", "set.debug.target": "設定偵錯目標", "set.launch.target": "設定啟動目標", - "select.active.folder": "選取作用中資料夾" + "select.active.folder": "選取作用中資料夾", + "set.variant": "Set variant" } \ No newline at end of file diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index f10db14dbb..030ca8eb34 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/csy/src/ctest.i18n.json b/i18n/csy/src/ctest.i18n.json index 9cc790cc95..cf5c78a3d3 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 c996458a23..2dc1d3b30d 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": "Configure preset using toolchain file", + "description.custom.configure.preset": "Sets Ninja generator, build and install directory", + "custom.configure.preset": "Custom configure preset", "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 f87e48d50a..99edd0b765 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": "Change Configure Preset", + "buildPreset.change": "Change Build Preset", + "testPreset.change": "Change Test Preset", + "packagePreset.change": "Change Package Preset", + "workflowPreset.change": "Change Workflow Preset", + "kit.change": "Change Kit", "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": "Set variant" } \ No newline at end of file diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index 2bedfb73db..81d7bc1a22 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/deu/src/ctest.i18n.json b/i18n/deu/src/ctest.i18n.json index df93bdd6dd..01d5bbe3b3 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 43c318948f..6dd542037f 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 5765b18a3f..867dfbf6c4 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 cdedb901bf..7cb7f06530 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/esn/src/ctest.i18n.json b/i18n/esn/src/ctest.i18n.json index ae5c6ea280..4a6533427c 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 e3908c7310..53fcb99dbd 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 3815dcbf89..3956cad1e0 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 5517c499af..8c595cf8a6 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/fra/src/ctest.i18n.json b/i18n/fra/src/ctest.i18n.json index f435370cc9..c7132766bb 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 ab840f964c..6143fce528 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 8b2fabd767..cdd1470f52 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 7c730b246c..986932dedc 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/ita/src/ctest.i18n.json b/i18n/ita/src/ctest.i18n.json index 9d3eb90eb2..969534e6a0 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 a1ca3cefdd..724cb640d5 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 9e7b2d2bad..39dabd8ae9 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 cfc1cb904e..d86fcaa757 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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 executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/jpn/src/ctest.i18n.json b/i18n/jpn/src/ctest.i18n.json index c6aae15573..912831f3d1 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 c3d76a7366..a4ff21413a 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": "Configure preset using toolchain file", + "description.custom.configure.preset": "Sets Ninja generator, build and install directory", + "custom.configure.preset": "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 6fec87e0b6..3437ac65ba 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": "Change Configure Preset", + "buildPreset.change": "Change Build Preset", + "testPreset.change": "Change Test Preset", + "packagePreset.change": "Change Package Preset", + "workflowPreset.change": "Change Workflow Preset", + "kit.change": "Change Kit", "set.build.target": "ビルド ターゲットの設定", "set.debug.target": "デバッグ ターゲットの設定", "set.launch.target": "起動ターゲットの設定", - "select.active.folder": "アクティブなフォルダーの選択" + "select.active.folder": "アクティブなフォルダーの選択", + "set.variant": "Set variant" } \ No newline at end of file diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index d28b900341..4d677f225a 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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 executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/kor/src/ctest.i18n.json b/i18n/kor/src/ctest.i18n.json index 22c9dec909..6dcf7b1b4c 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 b4cb12bdde..4751d0f28b 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": "Configure preset using toolchain file", + "description.custom.configure.preset": "Sets Ninja generator, build and install directory", + "custom.configure.preset": "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 efd2a5dd75..e95a27c92c 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": "Change Configure Preset", + "buildPreset.change": "Change Build Preset", + "testPreset.change": "Change Test Preset", + "packagePreset.change": "Change Package Preset", + "workflowPreset.change": "Change Workflow Preset", + "kit.change": "Change Kit", "set.build.target": "빌드 대상 설정", "set.debug.target": "디버그 대상 설정", "set.launch.target": "시작 대상 설정", - "select.active.folder": "활성 폴더 선택" + "select.active.folder": "활성 폴더 선택", + "set.variant": "Set variant" } \ No newline at end of file diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index 66c2549e3b..834e982252 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/plk/src/ctest.i18n.json b/i18n/plk/src/ctest.i18n.json index 09a9820e82..113fb85038 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 5c29cffc07..adf2bffeab 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": "Configure preset using toolchain file", + "description.custom.configure.preset": "Sets Ninja generator, build and install directory", + "custom.configure.preset": "Custom configure preset", "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 108d0a10e2..5378968ddd 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": "Change Configure Preset", + "buildPreset.change": "Change Build Preset", + "testPreset.change": "Change Test Preset", + "packagePreset.change": "Change Package Preset", + "workflowPreset.change": "Change Workflow Preset", + "kit.change": "Change Kit", "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": "Set variant" } \ No newline at end of file diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index 9e14ffc717..5c5d58bad2 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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": "CMake executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/ptb/src/ctest.i18n.json b/i18n/ptb/src/ctest.i18n.json index c3a94c96cf..0369399216 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 1baf7f314d..26ab4f30e7 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 2976139c2e..6e5c578734 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 917d5dcce2..e34aa70da8 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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 executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/rus/src/ctest.i18n.json b/i18n/rus/src/ctest.i18n.json index 292359e4e2..2be2d171ac 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 408ba6adc3..af86d46484 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 bc9a37f614..3a22e6b7c3 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 d9e43dacdf..71959812a2 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": "Optional delimiter used to separate test suite names and group tests hierarchically in the Test Explorer. This string is used in a Regular Expression, so some delimiters may need escaping. Examples: `-` ( One delimiter: `-`), `\\.|::` (Two delimiters: `.` or `::`. Note that `.` needs to be escaped.)", "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": "Delete the entire build directory when a clean configure is invoked.", "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 0000000000..d8ee5521d9 --- /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 executable not found in cache. Checking again." +} \ No newline at end of file diff --git a/i18n/trk/src/ctest.i18n.json b/i18n/trk/src/ctest.i18n.json index 690d949e26..6b651817c3 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 fc2fa374a3..0be9e0719c 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 58d0c1513b..759c9f0283 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