From 1c2e61e43cabb01b351231f1c0130eea1026a47c Mon Sep 17 00:00:00 2001 From: csigs Date: Wed, 11 Jun 2025 07:18:37 +0000 Subject: [PATCH] Localization - Translated Strings --- i18n/chs/package.i18n.json | 3 +++ i18n/chs/src/cmakeProject.i18n.json | 2 ++ i18n/cht/package.i18n.json | 3 +++ i18n/cht/src/cmakeProject.i18n.json | 2 ++ i18n/csy/package.i18n.json | 3 +++ i18n/csy/src/cmakeProject.i18n.json | 2 ++ i18n/deu/package.i18n.json | 3 +++ i18n/deu/src/cmakeProject.i18n.json | 2 ++ i18n/esn/package.i18n.json | 3 +++ i18n/esn/src/cmakeProject.i18n.json | 2 ++ i18n/fra/package.i18n.json | 17 ++++++++++------- i18n/fra/src/cmakeProject.i18n.json | 2 ++ i18n/ita/package.i18n.json | 3 +++ i18n/ita/src/cmakeProject.i18n.json | 2 ++ i18n/jpn/package.i18n.json | 3 +++ i18n/jpn/src/cmakeProject.i18n.json | 2 ++ i18n/kor/package.i18n.json | 3 +++ i18n/kor/src/cmakeProject.i18n.json | 2 ++ i18n/plk/package.i18n.json | 3 +++ i18n/plk/src/cmakeProject.i18n.json | 2 ++ i18n/ptb/package.i18n.json | 15 +++++++++------ i18n/ptb/src/cmakeProject.i18n.json | 2 ++ i18n/rus/package.i18n.json | 3 +++ i18n/rus/src/cmakeProject.i18n.json | 2 ++ i18n/trk/package.i18n.json | 3 +++ i18n/trk/src/cmakeProject.i18n.json | 2 ++ 26 files changed, 78 insertions(+), 13 deletions(-) diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 20ec0ffe6e..4181537a69 100644 --- a/i18n/chs/package.i18n.json +++ b/i18n/chs/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "分隔符可用于拆分测试名称的最大次数。`0` 表示无限制。", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "在使用 CTest 调试测试时,从 launch.json 中获取目标名称以启动。默认情况下,如果目标不存在,将显示一个包含所有有空目标的选取器。", "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 编译器)。", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "对文件和控制台启用跟踪日志记录(噪音很大)。", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "自动选择活动文件夹。", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "设置默认活动文件夹(仅在禁用 cmake.autoSelectActiveFolder 时有效)。", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "配置扩展如何在 MacBook 触摸栏上显示按钮的高级设置。", "cmake-tools.configuration.cmake.touchbar.visibility.description": "配置扩展在 MacBook 触控栏上显示按钮的方式。", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "在支持的系统上显示触控栏按钮。", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "使用测试资源管理器运行覆盖率测试之前要生成的目标", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "使用测试资源管理器运行覆盖率测试之后要生成的目标", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "使用测试资源管理器运行覆盖率测试后要处理的 LCOV 覆盖率信息文件。", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "控制默认生成目标下拉列表是否按 CMake 文件夹组分组。", "cmake-tools.debugger.pipeName.description": "用于调试器通信的管道(在 Windows 上)或域套接字(在 Unix 上)的名称。", "cmake-tools.debugger.clean.description": "在配置之前清理。", "cmake-tools.debugger.configureAll.description": "为所有项目配置。", diff --git a/i18n/chs/src/cmakeProject.i18n.json b/i18n/chs/src/cmakeProject.i18n.json index f1541f52b7..acf326ccd9 100644 --- a/i18n/chs/src/cmakeProject.i18n.json +++ b/i18n/chs/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "项目配置失败。", "install.failed": "安装失败", "launch.with.overrides": "注意: 你正在启动目标,并且正在从 VS Code 设置中应用一些环境替代。", + "cachevariable.missing.required.argument.name": "cacheVariable: 缺少必需的参数 “name”。", + "cachevariable.not.found": "在 CMake 缓存中找不到变量“{0}”,并且未提供默认值。", "set.up.and.build.project.before.debugging": "请先设置和生成 CMake 项目,然后再进行调试。", "target.debugging.unsupported": "旧驱动程序不再支持目标调试", "learn.more.button": "了解详细信息", diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index 85d582dbae..4976442603 100644 --- a/i18n/cht/package.i18n.json +++ b/i18n/cht/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "分隔符號可用來分割測試名稱的次數上限。`0` 表示沒有限制。", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "在使用 CTest 進行偵錯測試時,從 launch.json 中指定要啟動的目標名稱。根據預設,若目標不存在,這會顯示列出所有可用目標的選擇器。", "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 編譯器)。", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "為檔案及主控台啟用追蹤記錄 (雜訊非常多)。", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "自動選取使用中的資料夾。", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "設定預設作用中資料夾 (只有在 cmake.autoSelectActiveFolder 停用時才有效)。", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "設定延伸模組在 MacBook 觸控列上顯示按鈕之進階設定的方式。", "cmake-tools.configuration.cmake.touchbar.visibility.description": "設定延伸模組在 MacBook 觸控列上顯示按鈕的方式。", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "在支援的系統上顯示觸控列按鈕。", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "使用測試總管對涵蓋範圍執行測試之前的建置目標", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "使用測試總管對涵蓋範圍執行測試之後的建置目標", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "使用測試總管對涵蓋範圍執行測試之後,要處理的 LCOV 涵蓋範圍資訊檔案。", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "控制預設建置目標下拉式功能表是否依據 CMake 資料夾群組進行分組。", "cmake-tools.debugger.pipeName.description": "用於偵錯工具通訊的管道 (在 Windows 上) 或網域通訊端 (在 Unix 上) 的名稱。", "cmake-tools.debugger.clean.description": "在設定之前先清除。", "cmake-tools.debugger.configureAll.description": "設定所有專案。", diff --git a/i18n/cht/src/cmakeProject.i18n.json b/i18n/cht/src/cmakeProject.i18n.json index c0dabab6f6..eb6a824ae9 100644 --- a/i18n/cht/src/cmakeProject.i18n.json +++ b/i18n/cht/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "設定專案失敗。", "install.failed": "安裝失敗", "launch.with.overrides": "注意: 您正在啟動目標,且您的 VS Code 設定中正在套用某些環境覆寫。", + "cachevariable.missing.required.argument.name": "cacheVariable: 缺少必要的參數 \"name\"。", + "cachevariable.not.found": "在 CMake 快取中找不到變數「{0}」,也未提供預設值。", "set.up.and.build.project.before.debugging": "先設定並建置 CMake 專案再偵錯。", "target.debugging.unsupported": "舊版驅動程式已不再支援目標偵錯", "learn.more.button": "深入了解", diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index 196a83ac6e..fd4bfbd9e4 100644 --- a/i18n/csy/package.i18n.json +++ b/i18n/csy/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Maximální počet použití oddělovače k rozdělení názvu testu. `0` znamená žádný limit.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Název cíle z launch.json, který se spustí při ladění testu pomocí CTestu. Ve výchozím nastavení a v případě neexistujícího cíle se zobrazí výběr se všemi dostupnými cíli.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Povolit protokolování trasování do souboru a konzoly (velmi vysoké objemy dat)", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Vybrat aktivní složku automaticky", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Nastavte výchozí aktivní složku (funguje jenom v případě, že je zakázané nastavení cmake.autoSelectActiveFolder).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Nakonfiguruje upřesňující nastavení pro způsob, jakým rozšíření zobrazuje tlačítka na Touch Baru MacBooku.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Nakonfiguruje, jak rozšíření zobrazuje tlačítka na Touch Baru na MacBooku.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Umožňuje zobrazit na podporovaných systémech tlačítka Touch Baru.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Cíl, který se má sestavit před spuštěním testů s pokrytím pomocí Průzkumníka testů", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Cíl, který se má sestavit po spuštění testů s pokrytím pomocí Průzkumníka testů", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Soubory s informacemi o pokrytí LCOV, které se mají zpracovat po spuštění testů s pokrytím pomocí Průzkumníka testů", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Určuje, jestli je výchozí rozevírací seznam cíle sestavení seskupený podle skupin složek CMake.", "cmake-tools.debugger.pipeName.description": "Název kanálu (ve Windows) nebo soketu domény (v systému Unix), který se má použít pro komunikaci ladicího programu.", "cmake-tools.debugger.clean.description": "Před konfigurací vyčistěte.", "cmake-tools.debugger.configureAll.description": "Nakonfigurujte pro všechny projekty.", diff --git a/i18n/csy/src/cmakeProject.i18n.json b/i18n/csy/src/cmakeProject.i18n.json index e3bdbc1d96..17c1270e85 100644 --- a/i18n/csy/src/cmakeProject.i18n.json +++ b/i18n/csy/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Konfigurace projektu se nezdařila.", "install.failed": "Instalace selhala.", "launch.with.overrides": "POZNÁMKA: Spouštíte cíl a používají některá přepisující nastavení prostředí z vašeho nastavení VS Code.", + "cachevariable.missing.required.argument.name": "cacheVariable: Chybí povinný argument name.", + "cachevariable.not.found": "V mezipaměti CMake nebyla nalezena proměnná {0} a nebyla zadána žádná výchozí hodnota.", "set.up.and.build.project.before.debugging": "Před zahájením ladění nastavte a sestavte projekt CMake.", "target.debugging.unsupported": "U starší verze ovladače už není podporované ladění cíle.", "learn.more.button": "Další informace", diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index c89803c80e..117898c430 100644 --- a/i18n/deu/package.i18n.json +++ b/i18n/deu/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Die maximale Anzahl, wie oft das Trennzeichen zum Aufteilen des Testnamens verwendet werden darf. `0` bedeutet, dass es kein Limit gibt.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Zielname aus launch.json, der beim Debuggen eines Tests mit CTest gestartet werden soll. Standardmäßig wird bei einem nicht vorhandenen Ziel ein Auswahlfeld mit allen verfügbaren Zielen angezeigt.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Hiermit wird die Ablaufverfolgungsprotokollierung in Datei und Konsole aktiviert (große Datenmenge).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Hiermit wird der aktive Ordner automatisch ausgewählt.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Legen Sie den standardmäßigen aktiven Ordner fest (funktioniert nur, wenn cmake.autoSelectActiveFolder deaktiviert ist).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Hiermit werden erweiterte Einstellungen konfiguriert, wie die Erweiterung die Schaltflächen auf einer MacBook Touch Bar anzeigt.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Hiermit wird konfiguriert, wie die Erweiterung die Schaltflächen auf einer MacBook Touch Bar anzeigt.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Hiermit werden die Touch Bar-Schaltflächen auf unterstützten Systemen angezeigt.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Ziel, das vor dem Ausführen von Tests mit Abdeckung mithilfe des Test-Explorers erstellt werden soll", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Ziel, das nach dem Ausführen von Tests mit Abdeckung mithilfe des Test-Explorers erstellt werden soll", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "LCOV-Abdeckungsinfodateien, die nach der Ausführung von Tests mit Abdeckung mit dem Testexplorer verarbeitet werden.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Steuert, ob das Dropdown für das standardmäßige Buildziel nach den CMake-Ordnergruppen gruppiert wird.", "cmake-tools.debugger.pipeName.description": "Der Name der Pipe (unter Windows) oder des Domänensockets (unter Unix) zur Verwendung für die Debuggerkommunikation.", "cmake-tools.debugger.clean.description": "Hiermit erfolgt vor der Konfiguration eine Bereinigung.", "cmake-tools.debugger.configureAll.description": "Hiermit erfolgt die Konfiguration für alle Projekte.", diff --git a/i18n/deu/src/cmakeProject.i18n.json b/i18n/deu/src/cmakeProject.i18n.json index e4d55706fc..7d710bd6cc 100644 --- a/i18n/deu/src/cmakeProject.i18n.json +++ b/i18n/deu/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Fehler bei der Konfiguration des Projekts.", "install.failed": "Installationsfehler", "launch.with.overrides": "HINWEIS: Sie starten ein Ziel, und es werden einige Umgebungsüberschreibungen aus Ihren VS Code-Einstellungen angewendet.", + "cachevariable.missing.required.argument.name": "cacheVariable: Das erforderliche Argument \"name\" fehlt.", + "cachevariable.not.found": "Die Variable \"{0}\" wurde im CMake-Cache nicht gefunden, und es wurde kein Standardwert angegeben.", "set.up.and.build.project.before.debugging": "Richten Sie vor dem Debuggen Ihr CMake-Projekt ein, und erstellen Sie es.", "target.debugging.unsupported": "Das Zieldebuggen wird mit dem Legacytreiber nicht mehr unterstützt.", "learn.more.button": "Weitere Informationen", diff --git a/i18n/esn/package.i18n.json b/i18n/esn/package.i18n.json index babd686384..280bc3c2a1 100644 --- a/i18n/esn/package.i18n.json +++ b/i18n/esn/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Número máximo de veces que se puede usar el delimitador para dividir el nombre de la prueba. `0` significa que no hay límite.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Nombre de destino de launch.json que se va a iniciar al depurar una prueba con CTest. De manera predeterminada y en el caso de un destino no existente, se mostrará un selector con todos los destinos disponibles.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Habilita el registro de seguimiento para el archivo y la consola (con mucho ruido).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Seleccione la carpeta activa de forma automática.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Establezca la carpeta activa predeterminada (solo funciona cuando cmake.autoSelectActiveFolder está deshabilitado).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Configura ajustes avanzados sobre cómo la extensión muestra los botones en la Touch Bar de un MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Configura cómo la extensión muestra los botones en la Touch Bar de un MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Muestra los botones de la barra táctil en los sistemas compatibles.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Destino para compilar antes de ejecutar pruebas con cobertura mediante el explorador de pruebas", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Destino para compilar después de ejecutar pruebas con cobertura mediante el explorador de pruebas", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Archivos de información de cobertura de LCOV que se van a procesar después de ejecutar pruebas con cobertura mediante el explorador de pruebas.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Controla si el desplegable de destino de compilación predeterminado se agrupa por los grupos de carpetas de CMake.", "cmake-tools.debugger.pipeName.description": "Nombre de la canalización (en Windows) o socket de dominio (en Unix) que se va a usar para la comunicación del depurador.", "cmake-tools.debugger.clean.description": "Limpiar antes de la configuración.", "cmake-tools.debugger.configureAll.description": "Configurar para todos los proyectos.", diff --git a/i18n/esn/src/cmakeProject.i18n.json b/i18n/esn/src/cmakeProject.i18n.json index 4b7481814d..48837e9dd6 100644 --- a/i18n/esn/src/cmakeProject.i18n.json +++ b/i18n/esn/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Error de configuración del proyecto.", "install.failed": "Error en la instalación", "launch.with.overrides": "NOTA: está iniciando un destino y se están aplicando algunas invalidaciones de entorno de la configuración de VS Code.", + "cachevariable.missing.required.argument.name": "cacheVariable: falta el argumento requerido \"name\".", + "cachevariable.not.found": "No se encontró la variable \"{0}\" en la caché de CMake y no se proporcionó ningún valor predeterminado.", "set.up.and.build.project.before.debugging": "Configure y compile el proyecto de CMake antes de la depuración.", "target.debugging.unsupported": "La depuración de destino ya no se admite con el controlador heredado.", "learn.more.button": "Más información", diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index 073a649498..dbbb372b2a 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -6,13 +6,13 @@ { "cmake-tools.command.cmake.openCMakePresets.title": "Ouvrir CMakePresets.json", "cmake-tools.command.cmake.addConfigurePreset.title": "Ajoutez Configurer la présélection", - "cmake-tools.command.cmake.addBuildPreset.title": "Ajouter une présélection de build", + "cmake-tools.command.cmake.addBuildPreset.title": "Ajouter une présélection de génération", "cmake-tools.command.cmake.addTestPreset.title": "Ajouter une présélection de test", "cmake-tools.command.cmake.addPackagePreset.title": "Ajouter une présélection de package", "cmake-tools.command.cmake.addWorkflowPreset.title": "Ajouter une présélection workflow", "cmake-tools.command.cmake.selectConfigurePreset.title": "Sélectionnez Configurer la présélection", "cmake-tools.command.cmake.viewConfigureSettings.title": "Afficher les paramètres remplaçant votre configuration de la présélection", - "cmake-tools.command.cmake.selectBuildPreset.title": "Sélectionnez une présélection de build", + "cmake-tools.command.cmake.selectBuildPreset.title": "Sélectionnez une présélection de génération", "cmake-tools.command.cmake.viewBuildSettings.title": "Afficher les paramètres remplaçant votre présélection de build", "cmake-tools.command.cmake.selectTestPreset.title": "Sélectionnez une présélection de test", "cmake-tools.command.cmake.viewTestSettings.title": "Afficher les paramètres remplaçant votre présélection de test", @@ -32,15 +32,15 @@ "cmake-tools.command.cmake.configureAll.title": "Configurer tous les projets", "cmake-tools.command.cmake.configureAllWithDebugger.title": "Configurer tous les projets avec le débogueur CMake", "cmake-tools.command.cmake.showConfigureCommand.title": "Afficher la commande de configuration", - "cmake-tools.command.cmake.build.title": "Générer un build", + "cmake-tools.command.cmake.build.title": "Générer", "cmake-tools.command.cmake.buildAll.title": "Générer tous les projets", - "cmake-tools.command.cmake.showBuildCommand.title": "Afficher la commande Build", + "cmake-tools.command.cmake.showBuildCommand.title": "Afficher la commande Générer", "cmake-tools.command.cmake.compileFile.title": "Compiler le fichier actif", "cmake-tools.command.cmake.outline.compileFile.title": "Compiler le fichier", "cmake-tools.command.cmake.install.title": "Installer", "cmake-tools.command.cmake.installAll.title": "Installer tous les projets", "cmake-tools.command.cmake.buildWithTarget.title": "Générer une cible", - "cmake-tools.command.cmake.setDefaultTarget.title": "Définir la cible de build", + "cmake-tools.command.cmake.setDefaultTarget.title": "Définir la cible de génération", "cmake-tools.command.cmake.cleanConfigure.title": "Supprimer le cache et reconfigurer", "cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Supprimer le cache et reconfigurer avec le débogueur CMake", "cmake-tools.command.cmake.cleanConfigureAll.title": "Supprimer le cache et la reconfiguration de tous les projets", @@ -70,7 +70,7 @@ "cmake-tools.command.cmake.launchTarget.title": "Exécuter sans débogage", "cmake-tools.command.cmake.launchTargetAll.title": "Exécuter tous les projets sans débogage", "cmake-tools.command.cmake.selectLaunchTarget.title": "Définir une cible de débogage/lancement", - "cmake-tools.command.cmake.stop.title": "Annuler la build", + "cmake-tools.command.cmake.stop.title": "Annuler la génération", "cmake-tools.command.cmake.stopAll.title": "Annuler la génération de tous les projets", "cmake-tools.command.cmake.resetState.title": "Réinitialiser l'état de l'extension CMake Tools (pour la résolution des problèmes)", "cmake-tools.command.cmake.openSettings.title": "Ouvrir les paramètres d’extension de CMake Tools", @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Nombre maximum de fois que le délimiteur peut être utilisé pour fractionner le nom du test. `0` signifie qu’il n’y a pas de limite.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Nom de la cible dans launch.json à démarrer lors du débogage d’un test avec CTest. Par défaut, en cas de cible inexistante, un sélecteur s’affiche avec toutes les cibles disponibles.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Active la journalisation des traces dans le fichier et la console (très bruyant).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Sélectionne le dossier actif automatiquement.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Définir le dossier actif par défaut (fonctionne uniquement lorsque cmake.autoSelectActiveFolder est désactivé).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Configure les paramètres avancés pour la façon dont l'extension affiche les boutons sur une barre tactile MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Configure la façon dont l'extension affiche les boutons sur une barre tactile MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Affiche les boutons de la Touch Bar sur les systèmes pris en charge.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Cible à générer avant d'exécuter les tests de couverture à l'aide de l'explorateur de tests", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Cible à générer après l’exécution des tests avec couverture à l’aide de l’explorateur de tests", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Fichiers d’informations de couverture LCOV à traiter après l’exécution des tests avec couverture à l’aide de l’explorateur de tests.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Permet de contrôler si la liste déroulante de la cible de build par défaut est regroupée par les groupes de dossiers CMake.", "cmake-tools.debugger.pipeName.description": "Nom du canal (sur Windows) ou du socket de domaine (sur Unix) à utiliser pour la communication du débogueur.", "cmake-tools.debugger.clean.description": "Nettoyer avant la configuration.", "cmake-tools.debugger.configureAll.description": "Configurer pour tous les projets.", @@ -254,7 +257,7 @@ "cmake-tools.command.cmake.projectStatus.selectTestPreset.title": "Définir la cible du test", "cmake-tools.command.cmake.projectStatus.openVisibilitySettings.title": "Ouvrir les paramètres de visibilité", "cmake-tools.debugger.label": "Débogueur CMake", - "cmake-tools.command.cmake.appendBuildDirectoryToWorkspace.title": "Ajouter le répertoire de build à l’espace de travail actuel", + "cmake-tools.command.cmake.appendBuildDirectoryToWorkspace.title": "Ajouter le répertoire de génération à l’espace de travail actuel", "cmake-tools.command.workbench.action.tasks.configureTaskRunner.title": "Configurer une tâche", "cmake-tools.command.workbench.action.tasks.runTask.title": "Exécuter la tâche" } \ No newline at end of file diff --git a/i18n/fra/src/cmakeProject.i18n.json b/i18n/fra/src/cmakeProject.i18n.json index 4e0c8a27c7..5b9a734253 100644 --- a/i18n/fra/src/cmakeProject.i18n.json +++ b/i18n/fra/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Échec de la configuration du projet.", "install.failed": "Échec de l’installation", "launch.with.overrides": "REMARQUE : vous lancez une cible et des remplacements d’environnement sont appliqués à partir de vos paramètres de VS Code.", + "cachevariable.missing.required.argument.name": "cacheVariable : l'argument obligatoire « name » est manquant.", + "cachevariable.not.found": "La variable «{0}» est introuvable dans le cache CMake et aucune valeur par défaut n’est fournie.", "set.up.and.build.project.before.debugging": "Configurez et générez votre projet CMake avant le débogage.", "target.debugging.unsupported": "Le débogage cible n'est plus pris en charge avec le pilote hérité", "learn.more.button": "En savoir plus", diff --git a/i18n/ita/package.i18n.json b/i18n/ita/package.i18n.json index 8bd961659a..0a0c2968eb 100644 --- a/i18n/ita/package.i18n.json +++ b/i18n/ita/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Numero massimo di volte in cui è possibile utilizzare il delimitatore per suddividere il nome del test. `0` indica che non ci sono limiti.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Nome della destinazione da launch.json da avviare durante il debug di un test con CTest. Per impostazione predefinita, nel caso in cui la destinazione non esista, verrà visualizzato un selettore con tutte le destinazioni disponibili.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Abilita la registrazione traccia in file e console (molto disturbata).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Seleziona automaticamente la cartella attiva.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Impostare la cartella attiva predefinita (funziona solo quando cmake.autoSelectActiveFolder è disabilitato).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Configura le impostazioni avanzate per la modalità di visualizzazione dei pulsanti dell'estensione in una touch bar per MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Configura il modo in cui l'estensione visualizza i pulsanti su una Touch Bar del MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Mostra i pulsanti della Touch Bar sui sistemi supportati.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Destinazione da compilare prima dell'esecuzione dei test con copertura usando l'Editor elenco dei test", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Destinazione da compilare dopo l'esecuzione dei test con copertura usando l'Editor elenco dei test", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "File di informazioni di copertura LCOV da elaborare dopo l'esecuzione dei test con copertura usando l'Editor elenco dei test.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Controlla se l'elenco a discesa della destinazione della build predefinita è raggruppato per i gruppi di cartelle di CMake.", "cmake-tools.debugger.pipeName.description": "Nome della pipe (in Windows) o del socket di dominio (su Unix) da utilizzare per la comunicazione del debugger.", "cmake-tools.debugger.clean.description": "Pulisci prima di configurare.", "cmake-tools.debugger.configureAll.description": "Configura per tutti i progetti.", diff --git a/i18n/ita/src/cmakeProject.i18n.json b/i18n/ita/src/cmakeProject.i18n.json index 99682be65c..fb2791d96f 100644 --- a/i18n/ita/src/cmakeProject.i18n.json +++ b/i18n/ita/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "La configurazione del progetto non è riuscita.", "install.failed": "Installazione non riuscita", "launch.with.overrides": "NOTA: si sta avviando una destinazione e sono state applicate alcune sostituzioni dell'ambiente dalle impostazioni di VS Code.", + "cachevariable.missing.required.argument.name": "cacheVariable: argomento obbligatorio \"name\" mancante.", + "cachevariable.not.found": "La variabile \"{0}\" non è stata trovata nella cache di CMake e non è stata specificata alcuna impostazione predefinita.", "set.up.and.build.project.before.debugging": "Configurare e compilare il progetto CMake prima di eseguire il debug.", "target.debugging.unsupported": "Il debug della destinazione non è più supportato con il driver legacy", "learn.more.button": "Altre informazioni", diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index 3530f2ace3..c9fa7a43de 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "区切り記号を使用してテストの名前を分割できる最大回数。`0` は制限がないことを意味します。", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "CTest を使用してテストをデバッグするときに開始する launch.json のターゲット名。既定では、存在しないターゲットの場合は、使用可能なすべてのターゲットを含むピッカーが表示されます。", "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` です。", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "ファイルおよびコンソールへのトレース ログを有効にします (非常に煩雑になります)。", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "アクティブなフォルダーを自動的に選択します。", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "既定のアクティブ フォルダーを設定します (cmake.autoSelectActiveFolder が無効である場合にのみ機能します)。", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "拡張機能によってボタンが MacBook の Touch Bar にどのように表示されるか詳細設定を構成します。", "cmake-tools.configuration.cmake.touchbar.visibility.description": "拡張機能によってボタンが MacBook の Touch Bar にどのように表示されるかを構成します。", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "サポートされているシステムで Touch Bar ボタンを表示します。", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "テスト エクスプローラーを使用してカバレッジを使用してテストを実行する前に構築するターゲット", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "テスト エクスプローラーを使用してカバレッジを使用してテストを実行する後に構築するターゲット", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "テスト エクスプローラーを使用してカバレッジを使用してテストを実行した後に処理する LCOV カバレッジ情報ファイル。", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "既定のビルド ターゲットのドロップダウンが CMake フォルダー グループでグループ化されるかどうかを制御します。", "cmake-tools.debugger.pipeName.description": "デバッガー コミュニケーションに使用するパイプ (Windows 上) またはドメイン ソケット (Unix 上) の名前。", "cmake-tools.debugger.clean.description": "構成する前にクリーンアップします。", "cmake-tools.debugger.configureAll.description": "すべてのプロジェクトに対して構成します。", diff --git a/i18n/jpn/src/cmakeProject.i18n.json b/i18n/jpn/src/cmakeProject.i18n.json index 685c760ff3..dd00b8e888 100644 --- a/i18n/jpn/src/cmakeProject.i18n.json +++ b/i18n/jpn/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "プロジェクトの構成に失敗しました。", "install.failed": "インストールに失敗", "launch.with.overrides": "注: ターゲットを起動していて、VS Code設定からいくつかの環境のオーバーライドが適用されています。", + "cachevariable.missing.required.argument.name": "cacheVariable: 必要な引数 \"name\" が指定されていません。", + "cachevariable.not.found": "変数 \"{0}\" は CMake キャッシュに見つかりませんでした。また、既定値も指定されていません。", "set.up.and.build.project.before.debugging": "デバッグする前に、CMake プロジェクトを設定してビルドしてください。", "target.debugging.unsupported": "ターゲットのデバッグは、レガシ ドライバーではサポートされなくなりました", "learn.more.button": "詳細情報", diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index f83077da5e..186ff1de4d 100644 --- a/i18n/kor/package.i18n.json +++ b/i18n/kor/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "구분 기호를 사용하여 테스트 이름을 분할할 수 있는 최대 횟수입니다. `0`은 제한이 없음을 의미합니다.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "CTest를 사용하여 테스트를 디버깅할 때 시작할 launch.json의 대상 이름입니다. 기본적으로 존재하지 않는 대상이 있을 경우, 사용 가능한 모든 대상이 포함된 선택기가 표시됩니다.", "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`", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "파일 및 콘솔에 대한 추적 로깅을 사용합니다(매우 불안정함).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "활성 폴더를 자동으로 선택합니다.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "기본 활성 폴더를 설정합니다(cmake.autoSelectActiveFolder를 사용하지 않도록 설정한 경우에만 작동).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "확장에서 MacBook 터치 바에 단추를 표시하는 방법에 대한 고급 설정을 구성합니다.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "확장이 MacBook Touch Bar에 단추를 표시하는 방식을 구성합니다.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "지원되는 시스템에 Touch Bar 단추를 표시합니다.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "테스트 탐색기를 사용하여 적용 범위가 있는 테스트를 실행하기 전에 빌드할 대상", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "테스트 탐색기를 사용하여 적용 범위가 있는 테스트를 실행한 후 빌드할 대상", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "테스트 탐색기를 사용하여 적용 범위가 있는 테스트를 실행한 후 처리할 LCOV 적용 범위 정보 파일입니다.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "기본 빌드 대상 드롭다운이 CMake 폴더 그룹에 따라 그룹화되는지 여부를 제어합니다.", "cmake-tools.debugger.pipeName.description": "디버거 통신에 사용할 파이프(Windows) 또는 도메인 소켓(Unix의 경우)의 이름입니다.", "cmake-tools.debugger.clean.description": "구성하기 전에 정리합니다.", "cmake-tools.debugger.configureAll.description": "모든 프로젝트에 대해 구성합니다.", diff --git a/i18n/kor/src/cmakeProject.i18n.json b/i18n/kor/src/cmakeProject.i18n.json index 5e27c8b9d4..d5f4b3d832 100644 --- a/i18n/kor/src/cmakeProject.i18n.json +++ b/i18n/kor/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "프로젝트를 구성하지 못했습니다.", "install.failed": "설치 실패", "launch.with.overrides": "참고: 대상을 시작하고 있으며 VS Code 설정에서 일부 환경 재정의가 적용되고 있습니다.", + "cachevariable.missing.required.argument.name": "cacheVariable: 필수 인수 \"name\"이 없습니다.", + "cachevariable.not.found": "CMake 캐시에서 변수 \"{0}\"을(를) 찾을 수 없으며 기본값이 제공되지 않았습니다.", "set.up.and.build.project.before.debugging": "디버그하기 전에 CMake 프로젝트를 설정하고 빌드합니다.", "target.debugging.unsupported": "대상 디버깅이 레거시 드라이버에서 더 이상 지원되지 않음", "learn.more.button": "자세한 정보", diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index 65d9e9c05e..9311a12011 100644 --- a/i18n/plk/package.i18n.json +++ b/i18n/plk/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Maksymalna liczba razy, jaką można użyć separatora do podzielenia nazwy testu. `0` oznacza brak ograniczenia.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Nazwa elementu docelowego z launch.json do uruchomienia podczas debugowania testu przy użyciu narzędzia CTest. Domyślnie w przypadku nieistniejącego elementu docelowego zostanie wyświetlony selektor ze wszystkimi dostępnymi elementami docelowymi.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Włącz rejestrowanie śledzenia w pliku i na konsoli (bardzo dużo danych).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Wybierz aktywny folder automatycznie.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Ustaw domyślny aktywny folder (działa tylko wtedy, gdy właściwość cmake.autoSelectActiveFolder jest wyłączona).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Konfiguruje zaawansowane ustawienia wyświetlania przez rozszerzenie przycisków na pasku Touch Bar komputera MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Konfiguruje sposób wyświetlania przez rozszerzenie przycisków na pasku Touch Bar komputera MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Pokaż przyciski paska Touch Bar w obsługiwanych systemach.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Element docelowy do utworzenia przed przeprowadzeniem testów z pokryciem przy użyciu eksploratora testów", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Element docelowy do utworzenia po przeprowadzeniu testów z pokryciem przy użyciu eksploratora testów", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Pliki z informacjami o pokryciu narzędzia LCOV do przetworzenia po przeprowadzeniu testów z pokryciem przy użyciu eksploratora testów.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Określa, czy domyślna lista rozwijana obiektu docelowego kompilacji jest pogrupowana według grup folderów narzędzia CMake.", "cmake-tools.debugger.pipeName.description": "Nazwa potoku (w systemie Windows) lub gniazda domeny (w systemie Unix) do użycia na potrzeby komunikacji debugera.", "cmake-tools.debugger.clean.description": "Wyczyść przed skonfigurowaniem.", "cmake-tools.debugger.configureAll.description": "Skonfiguruj dla wszystkich projektów.", diff --git a/i18n/plk/src/cmakeProject.i18n.json b/i18n/plk/src/cmakeProject.i18n.json index 8eae1ad2e0..1d17a7ce05 100644 --- a/i18n/plk/src/cmakeProject.i18n.json +++ b/i18n/plk/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Konfigurowanie projektu nie powiodło się.", "install.failed": "Instalacja nie powiodła się", "launch.with.overrides": "UWAGA: uruchamiasz element docelowy i z ustawień programu VS Code są stosowane pewne zastąpienia środowiska.", + "cachevariable.missing.required.argument.name": "cacheVariable: brakuje wymaganego argumentu „name”.", + "cachevariable.not.found": "Nie znaleziono zmiennej „{0}” w pamięci podręcznej narzędzia CMake i nie podano wartości domyślnej.", "set.up.and.build.project.before.debugging": "Skonfiguruj i skompiluj projekt narzędzia CMake przed debugowaniem.", "target.debugging.unsupported": "Debugowanie elementu docelowego nie jest już obsługiwane w przypadku starszego sterownika", "learn.more.button": "Dowiedz się więcej", diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index 8af8ee98cb..b98afe1b9c 100644 --- a/i18n/ptb/package.i18n.json +++ b/i18n/ptb/package.i18n.json @@ -6,7 +6,7 @@ { "cmake-tools.command.cmake.openCMakePresets.title": "Open CMakePresets.json", "cmake-tools.command.cmake.addConfigurePreset.title": "Adicionar a Predefinição de Configuração", - "cmake-tools.command.cmake.addBuildPreset.title": "Adicionar predefinições de com build", + "cmake-tools.command.cmake.addBuildPreset.title": "Adicionar predefinição de compilação", "cmake-tools.command.cmake.addTestPreset.title": "Adicionar Predefinições de Teste", "cmake-tools.command.cmake.addPackagePreset.title": "Adicionar a Predefinição de Pacote", "cmake-tools.command.cmake.addWorkflowPreset.title": "Adicionar a predefinição de fluxo de trabalho", @@ -34,13 +34,13 @@ "cmake-tools.command.cmake.showConfigureCommand.title": "Mostrar o Comando Configurar", "cmake-tools.command.cmake.build.title": "Compilar", "cmake-tools.command.cmake.buildAll.title": "Compilar Todos os Projetos", - "cmake-tools.command.cmake.showBuildCommand.title": "Mostrar Comando da Build", + "cmake-tools.command.cmake.showBuildCommand.title": "Mostrar comando da compilação", "cmake-tools.command.cmake.compileFile.title": "Compilar o Arquivo Ativo", "cmake-tools.command.cmake.outline.compileFile.title": "Compilar Arquivo", "cmake-tools.command.cmake.install.title": "Instalar", "cmake-tools.command.cmake.installAll.title": "Instalar Todos os Projetos", - "cmake-tools.command.cmake.buildWithTarget.title": "Destino de Build", - "cmake-tools.command.cmake.setDefaultTarget.title": "Definir o Destino de Build", + "cmake-tools.command.cmake.buildWithTarget.title": "Compilar destino", + "cmake-tools.command.cmake.setDefaultTarget.title": "Definir o destino de compilação", "cmake-tools.command.cmake.cleanConfigure.title": "Excluir o Cache e Reconfigurar", "cmake-tools.command.cmake.cleanConfigureWithDebugger.title": "Excluir cache e reconfigurar com o depurador CMake", "cmake-tools.command.cmake.cleanConfigureAll.title": "Excluir o Cache e Reconfigurar Todos os Projetos", @@ -52,7 +52,7 @@ "cmake-tools.command.cmake.outline.cleanConfigureAllWithDebugger.title": "Limpar reconfigurar todos os projetos com o depurador CMake", "cmake-tools.command.cmake.clean.title": "Limpar", "cmake-tools.command.cmake.cleanAll.title": "Limpar Todos os Projetos", - "cmake-tools.command.cmake.cleanRebuild.title": "Rebuild Limpo", + "cmake-tools.command.cmake.cleanRebuild.title": "Recompilação limpa", "cmake-tools.command.cmake.cleanRebuildAll.title": "Limpar a Ação Recompilar Todos os Projetos", "cmake-tools.command.cmake.ctest.title": "Executar Testes", "cmake-tools.command.cmake.ctestAll.title": "Executar Testes de Todos os Projetos", @@ -70,7 +70,7 @@ "cmake-tools.command.cmake.launchTarget.title": "Executar sem Depuração", "cmake-tools.command.cmake.launchTargetAll.title": "Executar Todos os Projetos sem Depuração", "cmake-tools.command.cmake.selectLaunchTarget.title": "Definir Destino de Inicialização/Depuração", - "cmake-tools.command.cmake.stop.title": "Cancelar Build", + "cmake-tools.command.cmake.stop.title": "Cancelar compilação", "cmake-tools.command.cmake.stopAll.title": "Cancelar o Build de Todos os Projetos", "cmake-tools.command.cmake.resetState.title": "Redefinir o Estado da Extensão de Ferramentas do CMake (para solução de problemas)", "cmake-tools.command.cmake.openSettings.title": "Abrir Configurações de Extensão das Ferramentas do CMake", @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Número máximo de vezes que o delimitador pode ser usado para dividir o nome do teste. `0` significa sem limite.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Nome de destino launch.json iniciar ao depurar um teste com CTest. Por padrão e no caso de um destino não existente, isso mostrará um seletor com todos os destinos disponíveis.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Habilitar o log de rastreamento para arquivo e console (muito ruído).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Selecionar a pasta ativa automaticamente.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Defina a pasta ativa padrão (só funciona quando cmake.autoSelectActiveFolder está desabilitado).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Define configurações avançadas de como a extensão exibe botões em uma Touch Bar do MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Configura como a extensão exibe os botões em uma Touch Bar do MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Mostrar os botões da Touch Bar nos sistemas com suporte.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Destino a ser compilado antes de executar testes com cobertura usando o gerenciador de testes", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Destino a ser compilado após a execução de testes com cobertura usando o gerenciador de testes", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Arquivos de informações de cobertura do LCOV a serem processados após a execução de testes com cobertura usando o explorador de testes.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Controla se a lista suspensa de segmentação de build padrão está agrupada pelos grupos de pastas do CMake.", "cmake-tools.debugger.pipeName.description": "Nome do canal (no Windows) ou soquete de domínio (no Unix) a ser usado para comunicação do depurador.", "cmake-tools.debugger.clean.description": "Limpe antes de configurar.", "cmake-tools.debugger.configureAll.description": "Configure para todos os projetos.", diff --git a/i18n/ptb/src/cmakeProject.i18n.json b/i18n/ptb/src/cmakeProject.i18n.json index fa374f60ad..1759a42d78 100644 --- a/i18n/ptb/src/cmakeProject.i18n.json +++ b/i18n/ptb/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Falha na configuração do projeto.", "install.failed": "A instalação falhou", "launch.with.overrides": "OBSERVAÇÃO: você está iniciando um destino e há algumas substituições de ambiente sendo aplicadas nas configurações do VS Code.", + "cachevariable.missing.required.argument.name": "cacheVariable: faltando o argumento necessário \"name\".", + "cachevariable.not.found": "Variável \"{0}\" não encontrada no cache do CMake e nenhum padrão fornecido.", "set.up.and.build.project.before.debugging": "Configure e compile o seu projeto do CMake antes da depuração.", "target.debugging.unsupported": "Não há mais suporte para depuração de destino com o driver herdado", "learn.more.button": "Saiba mais", diff --git a/i18n/rus/package.i18n.json b/i18n/rus/package.i18n.json index da8a3144bb..6b967e7408 100644 --- a/i18n/rus/package.i18n.json +++ b/i18n/rus/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Максимально возможное число использований разделителя для разделения названия теста. `0` означает отсутствие ограничений.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "Имя целевого объекта из launch.json, который будет запущен при отладке теста с помощью CTest. По умолчанию и при отсутствии целевого объекта будет отображаться средство выбора со всеми доступными целевыми объектами.", "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.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Включение ведения журнала трассировки в файле и в консоли (большое число сообщений).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Автоматический выбор активной папки.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Настройте активную папку по умолчанию (работает, только если параметр cmake.autoSelectActiveFolder отключен).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Настраивает дополнительные параметры того, как расширение отображает кнопки в панели Touch Bar на MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Настраивает отображение кнопок расширения в панели Touch Bar на MacBook.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Отображение кнопок панели Touch Bar на поддерживаемых системах.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Целевой объект для сборки перед выполнением тестов с охватом с помощью обозревателя тестов", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Целевой объект для сборки после выполнения тестов с охватом с помощью обозревателя тестов", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Файлы LCOV со сведениями об охвате будут обработаны после выполнения тестов с охватом с помощью обозревателя тестов.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Управляет распределением раскрывающегося списка целей сборки по умолчанию по группам папок CMake.", "cmake-tools.debugger.pipeName.description": "Имя канала (в Windows) или сокета домена (в Unix), используемого для связи отладчика.", "cmake-tools.debugger.clean.description": "Очистка перед настройкой.", "cmake-tools.debugger.configureAll.description": "Настройка для всех проектов.", diff --git a/i18n/rus/src/cmakeProject.i18n.json b/i18n/rus/src/cmakeProject.i18n.json index 99cb41543b..776137e3cf 100644 --- a/i18n/rus/src/cmakeProject.i18n.json +++ b/i18n/rus/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Не удалось настроить проект.", "install.failed": "Сбой установки", "launch.with.overrides": "ПРИМЕЧАНИЕ. Вы запускаете цель, и в настройках VS Code применяются некоторые переопределения среды.", + "cachevariable.missing.required.argument.name": "cacheVariable: отсутствует необходимый аргумент \"name\".", + "cachevariable.not.found": "Переменная \"{0}\" не найдена в кэше CMake и для нее не задано значение по умолчанию.", "set.up.and.build.project.before.debugging": "Настройте и создайте проект CMake перед отладкой.", "target.debugging.unsupported": "Отладка целевых объектов с устаревшим драйвером больше не поддерживается.", "learn.more.button": "Дополнительные сведения", diff --git a/i18n/trk/package.i18n.json b/i18n/trk/package.i18n.json index 6d6d827751..3d6e8ddfb0 100644 --- a/i18n/trk/package.i18n.json +++ b/i18n/trk/package.i18n.json @@ -109,6 +109,7 @@ "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.ctest.testSuiteDelimiterMaxOccurrence.markdownDescription": "Testin adını bölmek için sınırlayıcının en fazla kaç kez kullanılabileceğini belirtir. `0` sınır olmadığı anlamına gelir.", "cmake-tools.configuration.cmake.ctest.debugLaunchTarget.description": "CTest ile bir testte hata ayıklarken, launch.json'daki başlatılacak hedefin adı. Varsayılan değer olarak ve mevcut olmayan bir hedef olması durumunda, bu işlem mevcut tüm hedeflerle birlikte bir seçiciyi gösterecektir.", "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`.", @@ -167,6 +168,7 @@ "cmake-tools.configuration.cmake.enableTraceLogging.description": "Dosya ve konsolda izleme günlüğünü etkinleştirin (çok gürültülü).", "cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Etkin klasörü otomatik olarak seçin.", "cmake-tools.configuration.cmake.defaultActiveFolder.description": "Varsayılan etkin klasörü ayarla (yalnızca cmake.autoSelectActiveFolder devre dışı bırakıldığında çalışır).", + "cmake-tools.configuration.cmake.exclude.description": "The extension will ignore the folders listed in this setting. The folders should be listed as absolute paths.", "cmake-tools.configuration.cmake.touchbar.advanced.description": "Uzantının, düğmeleri MacBook Touch Bar'da nasıl görüntüleyeceğinin gelişmiş yapılandırmalarını ayarlar.", "cmake-tools.configuration.cmake.touchbar.visibility.description": "Uzantının, düğmeleri MacBook Touch Bar'da nasıl görüntüleyeceğini yapılandırır.", "cmake-tools.configuration.cmake.touchbar.visibility.default.description": "Desteklenen sistemlerde Touch Bar düğmelerini göster.", @@ -215,6 +217,7 @@ "cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Test gezginini kullanarak kapsamı olan testleri çalıştırmadan önce oluşturma hedefi", "cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Test gezginini kullanarak kapsamı olan testleri çalıştırdıktan sonra oluşturma hedefi", "cmake-tools.configuration.cmake.coverageInfoFiles.description": "Test gezginini kullanarak kapsamı olan testleri çalıştırdıktan sonra işlenecek LCOV kapsam bilgisi dosyaları.", + "cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Varsayılan derleme hedefi açılır listesinin CMake klasör gruplarına göre gruplanıp gruplanmadığını denetler.", "cmake-tools.debugger.pipeName.description": "Hata ayıklayıcı iletişimi için kullanılacak kanalın (Windows'da) veya etki alanı yuvasının (Unix üzerinde) adı.", "cmake-tools.debugger.clean.description": "Yapılandırmadan önce temizleyin.", "cmake-tools.debugger.configureAll.description": "Tüm projeler için yapılandırın.", diff --git a/i18n/trk/src/cmakeProject.i18n.json b/i18n/trk/src/cmakeProject.i18n.json index c507dc0bbe..7391675445 100644 --- a/i18n/trk/src/cmakeProject.i18n.json +++ b/i18n/trk/src/cmakeProject.i18n.json @@ -157,6 +157,8 @@ "project.configuration.failed": "Proje yapılandırması başarısız oldu.", "install.failed": "Yükleme başarısız", "launch.with.overrides": "NOT: Bir hedefi başlatıyorsunuz ve VS Code ayarlarınızdan uygulanan bazı ortam geçersiz kılmaları var.", + "cachevariable.missing.required.argument.name": "cacheVariable: gerekli \"name\" bağımsız değişkeni eksik.", + "cachevariable.not.found": "\"{0}\" değişkeni CMake önbelleğinde bulunamadı ve varsayılan değer belirtilmedi.", "set.up.and.build.project.before.debugging": "Hata ayıklamadan önce CMake projenizi ayarlayın ve derleyin.", "target.debugging.unsupported": "Hedef hata ayıklama artık eski sürücüyle desteklenmiyor", "learn.more.button": "Daha fazla bilgi",