Skip to content

Commit cabbba5

Browse files
Localization - Translated Strings (#4865)
Co-authored-by: csigs <[email protected]>
1 parent 2d92ba3 commit cabbba5

26 files changed

Lines changed: 39 additions & 13 deletions

i18n/chs/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"cmake-tools.configuration.cmake.automaticReconfigure.description": "当工具包或配置预设发生更改时,将自动配置 CMake 项目目录。",
249249
"cmake-tools.configuration.cmake.pinnedCommands.description": "默认情况下始终固定的 CMake 命令列表。这些内容将显示在 CMake Tools 边栏“固定的命令”部分中。",
250250
"cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "未选择工具包时启用工具包的自动扫描。这只会在未使用 CMake 预设时生效。",
251+
"cmake-tools.configuration.cmake.removeStaleKitsOnScan.description": "Remove compiler-based kits from the user kits file during a full kit scan when they are no longer rediscovered. Set \"keep\": true in a kit entry to preserve it.",
251252
"cmake-tools.configuration.cmake.enableLanguageServices.description": "为 CMake 文件启用语言服务。这将启用语法突出显示、代码完成和其他功能。",
252253
"cmake-tools.configuration.cmake.preRunCoverageTarget.description": "使用测试资源管理器运行覆盖率测试之前要生成的目标",
253254
"cmake-tools.configuration.cmake.postRunCoverageTarget.description": "使用测试资源管理器运行覆盖率测试之后要生成的目标",
@@ -285,6 +286,7 @@
285286
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "已重用启动终端实例,并且将在启动目标之前发送 `break` 命令以终止任何活动的前台进程。",
286287
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已创建新的终端实例,并且已在其中启动目标。系统不会自动清理现有终端。",
287288
"cmake-tools.configuration.cmake.loadCompileCommands.description": "控制扩展是否读取 compile_commands.json 以启用单个文件编译。",
289+
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".",
288290
"cmake-tools.command.cmake.projectStatus.update.title": "刷新项目状态",
289291
"cmake-tools.command.cmake.pinnedCommands.add.title": "添加要固定的 CMake 命令",
290292
"cmake-tools.command.cmake.pinnedCommands.remove.title": "取消固定命令",

i18n/chs/src/cmakeProject.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
"configure.now.button": "立即配置",
144144
"cache.load.failed": "找不到 CMakeCache.txt 文件。请先配置项目!",
145145
"set.up.before.selecting.target": "请先设置 CMake 项目,然后再选择目标。",
146-
"select.active.target.tooltip": "设置默认生成目标",
147146
"enter.target.name": "输入目标名称",
148147
"target.to.build.description": "要生成的目标",
148+
"select.active.target.tooltip": "设置默认生成目标",
149149
"build.failed": "生成失败。",
150150
"driver.died.after.build.succeeded": "CMake 驱动程序在生成成功后立即终止。",
151151
"driver.died.before.workflow": "CMake 驱动程序在启动工作流之前已终止。",

i18n/cht/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"cmake-tools.configuration.cmake.automaticReconfigure.description": "當套件或設定預設變更時,自動設定 CMake 專案目錄。",
249249
"cmake-tools.configuration.cmake.pinnedCommands.description": "默認永遠釘選的 CMake 命令清單。這些會出現在 [CMake Tools] 側邊欄的 [已釘選的命令] 區段中。",
250250
"cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "未選取套件時啟用套件的自動掃描。只有在未使用 CMake 預設時才會生效。",
251+
"cmake-tools.configuration.cmake.removeStaleKitsOnScan.description": "Remove compiler-based kits from the user kits file during a full kit scan when they are no longer rediscovered. Set \"keep\": true in a kit entry to preserve it.",
251252
"cmake-tools.configuration.cmake.enableLanguageServices.description": "啟用 CMake 檔案的語言服務。這將啟用語法強調、程式碼完成及其他功能。",
252253
"cmake-tools.configuration.cmake.preRunCoverageTarget.description": "使用測試總管對涵蓋範圍執行測試之前的建置目標",
253254
"cmake-tools.configuration.cmake.postRunCoverageTarget.description": "使用測試總管對涵蓋範圍執行測試之後的建置目標",
@@ -285,6 +286,7 @@
285286
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "已重複使用啟動終端機執行個體,並在啟動目標之前傳送 `break` 命令以終止任何使用中的前景進程。",
286287
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "已建立新的終端機執行個體,並在其中啟動目標。不會自動清除現有的終端機。",
287288
"cmake-tools.configuration.cmake.loadCompileCommands.description": "控制延伸模組是否要讀取 compile_commands.json 以啟用單一檔案編譯。",
289+
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".",
288290
"cmake-tools.command.cmake.projectStatus.update.title": "重新整理專案狀態",
289291
"cmake-tools.command.cmake.pinnedCommands.add.title": "新增要釘選的 CMake 命令",
290292
"cmake-tools.command.cmake.pinnedCommands.remove.title": "取消釘選命令",

i18n/cht/src/cmakeProject.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
"configure.now.button": "立即設定",
144144
"cache.load.failed": "找不到任何 CMakeCache.txt 檔案。請先設定專案!",
145145
"set.up.before.selecting.target": "先設定 CMake 專案,再選取目標。",
146-
"select.active.target.tooltip": "選取預設建置目標",
147146
"enter.target.name": "輸入目標名稱",
148147
"target.to.build.description": "要建置的目標",
148+
"select.active.target.tooltip": "選取預設建置目標",
149149
"build.failed": "建置失敗。",
150150
"driver.died.after.build.succeeded": "建置成功後,CMake 驅動程式已隨即終止。",
151151
"driver.died.before.workflow": "CMake 驅動程式在開始工作流程之前已中止。",

i18n/csy/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"cmake-tools.configuration.cmake.automaticReconfigure.description": "Automaticky nakonfigurujte adresáře projektu CMake při změně sady nebo předvolby konfigurace.",
249249
"cmake-tools.configuration.cmake.pinnedCommands.description": "Seznam příkazů CMake Tools, které se mají ve výchozím nastavení vždy připnout. Zobrazí se v části Připnuté příkazy na bočním panelu CMake Tools.",
250250
"cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "Umožňuje povolit automatické vyhledávání sad, když není vybrána sada. Bude to mít vliv jen v případě, že se nepoužívají předvolby CMake.",
251+
"cmake-tools.configuration.cmake.removeStaleKitsOnScan.description": "Remove compiler-based kits from the user kits file during a full kit scan when they are no longer rediscovered. Set \"keep\": true in a kit entry to preserve it.",
251252
"cmake-tools.configuration.cmake.enableLanguageServices.description": "Umožňuje povolit jazykové služby pro soubory CMake. Povoluje zvýrazňování syntaxe, dokončování kódu a další funkce.",
252253
"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ů",
253254
"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ů",
@@ -285,6 +286,7 @@
285286
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "Instance spouštěcího terminálu se znovu použije a před spuštěním cíle se odešle příkaz `break` k přerušení veškerých aktivních procesů v popředí.",
286287
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Vytvoří se nová instance terminál a cíl se v ní spustí. Existující terminály se automaticky nevyčistí.",
287288
"cmake-tools.configuration.cmake.loadCompileCommands.description": "Určuje, jestli rozšíření přečte soubor compile_commands.json a povolí kompilaci jednoho souboru.",
289+
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".",
288290
"cmake-tools.command.cmake.projectStatus.update.title": "Aktualizovat stav projektu",
289291
"cmake-tools.command.cmake.pinnedCommands.add.title": "Přidání příkazu CMake pro připnutí",
290292
"cmake-tools.command.cmake.pinnedCommands.remove.title": "Odepnout příkaz",

i18n/csy/src/cmakeProject.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
"configure.now.button": "Nakonfigurovat",
144144
"cache.load.failed": "Nenašel se žádný soubor CMakeCache.txt. Nejdříve prosím nakonfigurujte projekt.",
145145
"set.up.before.selecting.target": "Před výběrem cíle nastavte projekt CMake.",
146-
"select.active.target.tooltip": "Vybrat výchozí cíl sestavení",
147146
"enter.target.name": "Zadejte název cíle.",
148147
"target.to.build.description": "Cíl k sestavení",
148+
"select.active.target.tooltip": "Vybrat výchozí cíl sestavení",
149149
"build.failed": "Sestavení selhalo.",
150150
"driver.died.after.build.succeeded": "Ovladač CMake se ukončil hned po úspěšném sestavení.",
151151
"driver.died.before.workflow": "Ovladač CMake se před spuštěním pracovního postupu ukončil.",

i18n/deu/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"cmake-tools.configuration.cmake.automaticReconfigure.description": "Hiermit werden CMake-Projektverzeichnisse automatisch konfiguriert, wenn das Kit oder die Konfigurationsvoreinstellung geändert wird.",
249249
"cmake-tools.configuration.cmake.pinnedCommands.description": "Liste der CMake-Befehle, die standardmäßig immer angeheftet werden sollen. Diese werden im Abschnitt \"Angeheftete Befehle\" in der Randleiste von CMake Tools angezeigt.",
250250
"cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "Aktivieren Sie die automatische Überprüfung für Kits, wenn kein Kit ausgewählt ist. Dies wird nur wirksam, wenn keine CMake-Voreinstellungen verwendet werden.",
251+
"cmake-tools.configuration.cmake.removeStaleKitsOnScan.description": "Remove compiler-based kits from the user kits file during a full kit scan when they are no longer rediscovered. Set \"keep\": true in a kit entry to preserve it.",
251252
"cmake-tools.configuration.cmake.enableLanguageServices.description": "Aktivieren Sie Sprachdienste für CMake-Dateien. Dadurch werden Syntaxhervorhebung, Codeabschluss und andere Features aktiviert.",
252253
"cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Ziel, das vor dem Ausführen von Tests mit Abdeckung mithilfe des Test-Explorers erstellt werden soll",
253254
"cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Ziel, das nach dem Ausführen von Tests mit Abdeckung mithilfe des Test-Explorers erstellt werden soll",
@@ -285,6 +286,7 @@
285286
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "Die Startterminalinstanz wird wiederverwendet, und ein `break`-Befehl wird gesendet, um jeden aktiven Vordergrundprozess vor dem Starten des Ziels zu beenden.",
286287
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Eine neue Terminalinstanz wird erstellt, und das Ziel wird darin gestartet. Vorhandene Terminals werden nicht automatisch bereinigt.",
287288
"cmake-tools.configuration.cmake.loadCompileCommands.description": "Steuert, ob die Erweiterung compile_commands.json liest, um die Kompilierung einzelner Dateien zu ermöglichen.",
289+
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".",
288290
"cmake-tools.command.cmake.projectStatus.update.title": "Projektstatus aktualisieren",
289291
"cmake-tools.command.cmake.pinnedCommands.add.title": "CMake-Befehl zum Anheften hinzufügen",
290292
"cmake-tools.command.cmake.pinnedCommands.remove.title": "Befehl lösen",

i18n/deu/src/cmakeProject.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
"configure.now.button": "Jetzt konfigurieren",
144144
"cache.load.failed": "Es wurde keine Datei „CMakeCache.txt“ gefunden. Konfigurieren Sie zuerst das Projekt.",
145145
"set.up.before.selecting.target": "Richten Sie Ihr CMake-Projekt ein, bevor Sie ein Ziel auswählen.",
146-
"select.active.target.tooltip": "Wählen Sie das Standardziel für Builds aus.",
147146
"enter.target.name": "Zielname eingeben",
148147
"target.to.build.description": "Ziel für Build",
148+
"select.active.target.tooltip": "Wählen Sie das Standardziel für Builds aus.",
149149
"build.failed": "Fehler beim Buildvorgang.",
150150
"driver.died.after.build.succeeded": "Der CMake-Treiber wurde unmittelbar nach dem erfolgreichen Buildvorgang beendet.",
151151
"driver.died.before.workflow": "Der CMake-Treiber wurde vor dem Starten des Workflows beendet.",

i18n/esn/package.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"cmake-tools.configuration.cmake.automaticReconfigure.description": "Configurar automáticamente los directorios del proyecto de CMake cuando se cambie el kit o el valor preestablecido de configuración.",
249249
"cmake-tools.configuration.cmake.pinnedCommands.description": "Lista de comandos de CMake para anclar siempre de forma predeterminada. Aparecerán en la sección \"Comandos anclados\" de la barra lateral de CMake Tools.",
250250
"cmake-tools.configuration.cmake.enableAutomaticKitScan.description": "Habilitar el examen automático de kits cuando no se selecciona un kit. Esto solo tendrá efecto cuando no se usen valores preestablecidos de CMake.",
251+
"cmake-tools.configuration.cmake.removeStaleKitsOnScan.description": "Remove compiler-based kits from the user kits file during a full kit scan when they are no longer rediscovered. Set \"keep\": true in a kit entry to preserve it.",
251252
"cmake-tools.configuration.cmake.enableLanguageServices.description": "Habilite los servicios de lenguaje para los archivos de CMake. Esto activará el resaltado de sintaxis, la finalización de código y otras funciones.",
252253
"cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Destino para compilar antes de ejecutar pruebas con cobertura mediante el explorador de pruebas",
253254
"cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Destino para compilar después de ejecutar pruebas con cobertura mediante el explorador de pruebas",
@@ -285,6 +286,7 @@
285286
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.markdownDescriptions": "La instancia de terminal de inicio se reutiliza y se envía un comando `break` para finalizar cualquier proceso en primer plano activo antes de iniciar el destino.",
286287
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "Se ha creado una nueva instancia de terminal y se ha iniciado el destino en ella. Los terminales existentes no se limpian automáticamente.",
287288
"cmake-tools.configuration.cmake.loadCompileCommands.description": "Controla si la extensión lee compile_commands.json para habilitar la compilación de un solo archivo.",
289+
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".",
288290
"cmake-tools.command.cmake.projectStatus.update.title": "Actualizar el estado del proyecto",
289291
"cmake-tools.command.cmake.pinnedCommands.add.title": "Agregar un comando de CMake para anclar",
290292
"cmake-tools.command.cmake.pinnedCommands.remove.title": "Desanclar Comando",

i18n/esn/src/cmakeProject.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
"configure.now.button": "Configurar ahora",
144144
"cache.load.failed": "No se ha encontrado ningún archivo CMakeCache.txt. Configure el proyecto primero.",
145145
"set.up.before.selecting.target": "Configure el proyecto de CMake antes de seleccionar un destino.",
146-
"select.active.target.tooltip": "Seleccionar el destino de compilación predeterminado",
147146
"enter.target.name": "Escribir un nombre de destino",
148147
"target.to.build.description": "Destino para compilar",
148+
"select.active.target.tooltip": "Seleccionar el destino de compilación predeterminado",
149149
"build.failed": "Error de compilación.",
150150
"driver.died.after.build.succeeded": "El controlador de CMake finalizó de forma inmediata después de que la compilación se realizara correctamente.",
151151
"driver.died.before.workflow": "El controlador de CMake se ha interrumpido antes de iniciar el flujo de trabajo.",

0 commit comments

Comments
 (0)