diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 6b3cd07e6a..5bc2ae61ab 100644 --- a/i18n/chs/package.i18n.json +++ b/i18n/chs/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "自动选择最佳候选项。", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "提供快速选取,其中包含所选目标源命令调用中的选项。", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "引入源文件列表的用户定义函数和宏的关键字参数。如果留空,则将考虑仅由大写字母和下划线组成的所有参数。支持 glob 模式。", - "update.code.model.for.list.modifier": "更新自动列表文件修饰符的代码模型" + "update.code.model.for.list.modifier": "更新自动列表文件修饰符的代码模型", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/ctest.i18n.json b/i18n/chs/src/ctest.i18n.json index a2633480da..8f19f2a144 100644 --- a/i18n/chs/src/ctest.i18n.json +++ b/i18n/chs/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "已取消 CTest 运行", "ctest.run.terminated": "CTest 运行已终止", "ctest.finished.with.code": "CTest 已完成,返回代码 {0}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "在测试资源管理器中找不到文件夹: {0}", "test.preset.required": "选择测试预设以发现测试", "ctest.error": "运行 ctest 来确定可用的测试可执行文件时出错", diff --git a/i18n/chs/src/extension.i18n.json b/i18n/chs/src/extension.i18n.json index 42c70f8fd1..92ccd1661b 100644 --- a/i18n/chs/src/extension.i18n.json +++ b/i18n/chs/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake 调试程序", "select.a.cmake.project": "选择 cmake 项目", "compilation information.not.found": "找不到此文件的编译信息", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "打开文件夹", "no.folder.open.for.quickstart": "未打开任何文件夹。请打开文件夹以使用 CMake: 快速入门。", "add.config.preset.in.test.mode": "正在测试模式下运行 CMakeTools。已禁用 addConfigurePreset。", diff --git a/i18n/chs/src/kits/kit.i18n.json b/i18n/chs/src/kits/kit.i18n.json index 44d95b5fa6..3ed861a1d7 100644 --- a/i18n/chs/src/kits/kit.i18n.json +++ b/i18n/chs/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "未读取不存在的工具包文件: {0}", "not.reading.invalid.path": "未读取无效的工具包文件: {0}", "reading.kits.file": "正在读取工具包文件 {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "无法分析 {0}: {1}", "invalid.file.error": "无效的工具包内容 {0} ({1}):", "successfully.loaded.kits": "已成功从 {1} 加载 {0} 工具包", diff --git a/i18n/chs/src/ui/testCodeLensProvider.i18n.json b/i18n/chs/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/chs/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index f2b52fa35b..147e0289ed 100644 --- a/i18n/cht/package.i18n.json +++ b/i18n/cht/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "自動選擇最佳候選項目。", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "提供 [快速挑選],其中包含來自所選目標來源命令調用的選項。", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "使用者定義函式和巨集的關鍵字引數,用於引入來源檔案的清單。若留空,將會考慮所有僅包含大寫字母與底線的引數。支援 Glob 模式。", - "update.code.model.for.list.modifier": "更新自動清單檔案修飾元的程式碼模型" + "update.code.model.for.list.modifier": "更新自動清單檔案修飾元的程式碼模型", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/ctest.i18n.json b/i18n/cht/src/ctest.i18n.json index 002b6090e5..5e518c0eb7 100644 --- a/i18n/cht/src/ctest.i18n.json +++ b/i18n/cht/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "已取消 CTest 執行", "ctest.run.terminated": "已終止 CTest 執行", "ctest.finished.with.code": "CTest 已完成。傳回碼: {0}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "在測試總管中找不到資料夾: {0}", "test.preset.required": "選取測試預設以探索測試", "ctest.error": "執行 ctest 以判斷可用的測試可執行檔時發生錯誤", diff --git a/i18n/cht/src/extension.i18n.json b/i18n/cht/src/extension.i18n.json index 6062c90f56..7679c987ca 100644 --- a/i18n/cht/src/extension.i18n.json +++ b/i18n/cht/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake 偵錯工具", "select.a.cmake.project": "選取 Cmake 專案", "compilation information.not.found": "找不到此檔案的編譯資訊", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "開啟資料夾", "no.folder.open.for.quickstart": "未開啟任何資料夾。請開啟資料夾以使用 CMake: 快速入門。", "add.config.preset.in.test.mode": "在測試模式中執行 CMakeTools。addConfigurePreset 已停用。", diff --git a/i18n/cht/src/kits/kit.i18n.json b/i18n/cht/src/kits/kit.i18n.json index ebf789487a..15adb117f7 100644 --- a/i18n/cht/src/kits/kit.i18n.json +++ b/i18n/cht/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "未讀取不存在的套件檔案: {0}", "not.reading.invalid.path": "未讀取無效套件檔案: {0}", "reading.kits.file": "正在讀取套件檔案 {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "無法剖析 {0}: {1}", "invalid.file.error": "套件內容 {0} ({1}) 無效:", "successfully.loaded.kits": "已成功從 {1} 載入 {0} 個套件", diff --git a/i18n/cht/src/ui/testCodeLensProvider.i18n.json b/i18n/cht/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/cht/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index 40cda5edac..b95dd41949 100644 --- a/i18n/csy/package.i18n.json +++ b/i18n/csy/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Automaticky zvolit nejlepšího kandidáta", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Umožňuje zobrazit nabídku rychlého výběru s možnostmi z vybraného volání příkazu pracujícího se zdrojovými soubory cíle.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argumenty klíčových slov u uživatelem definovaných funkcí a maker, které zavádějí seznamy zdrojových souborů Pokud zůstane prázdné, budou zohledněny všechny argumenty složené pouze z velkých písmen a podtržítek. Podporuje vzory glob.", - "update.code.model.for.list.modifier": "Aktualizovat model kódu pro automatický modifikátor souborů seznamu" + "update.code.model.for.list.modifier": "Aktualizovat model kódu pro automatický modifikátor souborů seznamu", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/csy/src/ctest.i18n.json b/i18n/csy/src/ctest.i18n.json index 86c5b8ec9a..8f7728d6f4 100644 --- a/i18n/csy/src/ctest.i18n.json +++ b/i18n/csy/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "Spuštění příkazu CTest bylo zrušeno.", "ctest.run.terminated": "Běh CTestu se ukončil.", "ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Složka se nenašla v Průzkumníkovi testů: {0}", "test.preset.required": "Výběrem předvolby testu zjistíte testy.", "ctest.error": "Při spouštění nástroje ctest došlo k chybě při zjišťování dostupných spustitelných souborů testů.", diff --git a/i18n/csy/src/extension.i18n.json b/i18n/csy/src/extension.i18n.json index 0af1ff904d..f04eb3e781 100644 --- a/i18n/csy/src/extension.i18n.json +++ b/i18n/csy/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "Ladicí program CMake", "select.a.cmake.project": "Vyberte projekt cmake.", "compilation information.not.found": "Nepovedlo se najít informace o kompilaci pro tento soubor.", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Otevřít složku", "no.folder.open.for.quickstart": "Není otevřená žádná složka. Pokud chcete používat CMake: rychlé zprovoznění, otevřete prosím složku.", "add.config.preset.in.test.mode": "Rozšíření CMakeTools běží v testovacím režimu. Element addConfigurePreset je zakázaný.", diff --git a/i18n/csy/src/kits/kit.i18n.json b/i18n/csy/src/kits/kit.i18n.json index 67e37f270a..68c35da4c4 100644 --- a/i18n/csy/src/kits/kit.i18n.json +++ b/i18n/csy/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Nečte se soubor neexistujících sad: {0}", "not.reading.invalid.path": "Nečíst neplatný soubor sad: {0}", "reading.kits.file": "Čte se soubor sad {0}.", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Nepovedlo se parsovat {0}: {1}", "invalid.file.error": "Neplatný obsah sady: {0} ({1}):", "successfully.loaded.kits": "Úspěšně se načetly sady ({0}) z místa {1}.", diff --git a/i18n/csy/src/ui/testCodeLensProvider.i18n.json b/i18n/csy/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/csy/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index 772b0bdf1a..e49fa15bdb 100644 --- a/i18n/deu/package.i18n.json +++ b/i18n/deu/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Den besten Kandidaten automatisch auswählen.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Zeigen Sie eine Schnellauswahl mit Optionen aus dem ausgewählten Zielquellbefehlsaufruf an.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Schlüsselwortargumente für benutzerdefinierte Funktionen und Makros, die Listen von Quelldateien einleiten. Wenn diese Option leer gelassen wird, werden alle Argumente berücksichtigt, die nur aus Großbuchstaben und Unterstrichen bestehen. Unterstützt Globmuster.", - "update.code.model.for.list.modifier": "Codemodell für automatischen Listendateimodifizierer aktualisieren" + "update.code.model.for.list.modifier": "Codemodell für automatischen Listendateimodifizierer aktualisieren", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/ctest.i18n.json b/i18n/deu/src/ctest.i18n.json index 1bb6dbbc8b..0055352dbb 100644 --- a/i18n/deu/src/ctest.i18n.json +++ b/i18n/deu/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "C-Testlauf wurde abgebrochen.", "ctest.run.terminated": "Der CTest-Testlauf wurde beendet.", "ctest.finished.with.code": "CTest wurde mit Rückgabecode {0} abgeschlossen.", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Der Ordner wurde im Test-Explorer nicht gefunden: {0}", "test.preset.required": "Eine Testvoreinstellung zum Ermitteln von Tests auswählen", "ctest.error": "Fehler beim Ausführen von CTest zum Ermitteln verfügbarer ausführbarer Testdateien.", diff --git a/i18n/deu/src/extension.i18n.json b/i18n/deu/src/extension.i18n.json index 9e87bb6431..e5886c1a56 100644 --- a/i18n/deu/src/extension.i18n.json +++ b/i18n/deu/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake-Debugger", "select.a.cmake.project": "Cmake-Projekt auswählen", "compilation information.not.found": "Die Kompilierungsinformationen für diese Datei wurden nicht gefunden.", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Ordner öffnen", "no.folder.open.for.quickstart": "Es ist kein Ordner geöffnet. Bitte öffnen Sie einen Ordner, um CMake: Schnellstart zu verwenden.", "add.config.preset.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. addConfigurePreset ist deaktiviert.", diff --git a/i18n/deu/src/kits/kit.i18n.json b/i18n/deu/src/kits/kit.i18n.json index 10b1d47188..ead9f37404 100644 --- a/i18n/deu/src/kits/kit.i18n.json +++ b/i18n/deu/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Nicht vorhandene Kitdatei wird nicht gelesen: {0}", "not.reading.invalid.path": "Ungültige Kits-Datei wird nicht gelesen: {0}", "reading.kits.file": "Kitdatei wird gelesen: {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Fehler beim Analysieren von {0}: {1}", "invalid.file.error": "Ungültige Kitinhalte {0} ({1}):", "successfully.loaded.kits": "Erfolgreich geladen: {0} Kits von {1}", diff --git a/i18n/deu/src/ui/testCodeLensProvider.i18n.json b/i18n/deu/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/deu/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/esn/package.i18n.json b/i18n/esn/package.i18n.json index 7c17426405..a46e5253ed 100644 --- a/i18n/esn/package.i18n.json +++ b/i18n/esn/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Elija automáticamente el mejor candidato.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Presente una selección rápida con opciones de la invocación del comando de origen de destino seleccionado.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argumentos de palabra clave para funciones y macros definidas por el usuario que introducen listas de archivos de código fuente. Si se deja vacío, se tendrán en cuenta todos los argumentos que constan solo de letras mayúsculas y caracteres de subrayado. Admite patrones globales.", - "update.code.model.for.list.modifier": "Actualizar el modelo de código para el modificador automático de archivo de lista" + "update.code.model.for.list.modifier": "Actualizar el modelo de código para el modificador automático de archivo de lista", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/ctest.i18n.json b/i18n/esn/src/ctest.i18n.json index 5232c0c65d..1d8257c6b0 100644 --- a/i18n/esn/src/ctest.i18n.json +++ b/i18n/esn/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "Se canceló la ejecución de CTest", "ctest.run.terminated": "La ejecución de CTest ha finalizado.", "ctest.finished.with.code": "CTest finalizó con el código de retorno {0}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "No se ha encontrado la carpeta en el Explorador de pruebas: {0}", "test.preset.required": "Seleccionar un valor preestablecido de prueba para detectar pruebas", "ctest.error": "Error al ejecutar ctest para determinar los ejecutables de pruebas disponibles", diff --git a/i18n/esn/src/extension.i18n.json b/i18n/esn/src/extension.i18n.json index 70c46cd139..335fd8701a 100644 --- a/i18n/esn/src/extension.i18n.json +++ b/i18n/esn/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "Depurador de CMake", "select.a.cmake.project": "Seleccione un proyecto de CMake", "compilation information.not.found": "No se encuentra la información de compilación para este archivo.", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Abrir carpeta", "no.folder.open.for.quickstart": "No hay ninguna carpeta abierta. Abra una carpeta para usar CMake: inicio rápido.", "add.config.preset.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento addConfigurePreset está deshabilitado.", diff --git a/i18n/esn/src/kits/kit.i18n.json b/i18n/esn/src/kits/kit.i18n.json index 7282fccd98..15b4f05f64 100644 --- a/i18n/esn/src/kits/kit.i18n.json +++ b/i18n/esn/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "No se está leyendo el archivo de kits no existentes: {0}", "not.reading.invalid.path": "No se lee el archivo de kits no válido: {0}", "reading.kits.file": "Leyendo el archivo de kits {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "No se pudo analizar {0}: {1}", "invalid.file.error": "Contenido del kit {0} ({1}) no válido:", "successfully.loaded.kits": "Se han cargado correctamente {0} kits de {1}", diff --git a/i18n/esn/src/ui/testCodeLensProvider.i18n.json b/i18n/esn/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/esn/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index a20b811c8b..74034dc4ef 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Choisissez automatiquement le meilleur candidat.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Présentez une sélection rapide avec des options de l’appel de commande source de la cible sélectionnée.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Arguments de mots-clé pour les fonctions et macros définies par l’utilisateur qui introduisent des listes de fichiers sources. S’ils sont laissés vides, tous les arguments composés uniquement de lettres majuscules et de traits de soulignement seront pris en compte. Prend en charge les modèles glob.", - "update.code.model.for.list.modifier": "Mettre à jour le modèle de code pour le modificateur automatique d’un fichier de liste" + "update.code.model.for.list.modifier": "Mettre à jour le modèle de code pour le modificateur automatique d’un fichier de liste", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/fra/src/ctest.i18n.json b/i18n/fra/src/ctest.i18n.json index d2d59d653d..61d68374da 100644 --- a/i18n/fra/src/ctest.i18n.json +++ b/i18n/fra/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "L’exécution de CTest a été annulée", "ctest.run.terminated": "Exécution de CTest terminée", "ctest.finished.with.code": "CTest s'est achevé avec le code de retour {0}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Dossier introuvable dans l’Explorateur de tests : {0}", "test.preset.required": "Sélectionner une présélection de test pour découvrir les tests", "ctest.error": "Une erreur s'est produite durant l'exécution de ctest pour déterminer les exécutables de test disponibles", diff --git a/i18n/fra/src/extension.i18n.json b/i18n/fra/src/extension.i18n.json index de32a7d21d..9173be4ed0 100644 --- a/i18n/fra/src/extension.i18n.json +++ b/i18n/fra/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "Débogueur CMake", "select.a.cmake.project": "Sélectionner un projet cmake", "compilation information.not.found": "Les informations de compilation sont introuvables pour ce fichier", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Ouvrir un dossier", "no.folder.open.for.quickstart": "Aucun dossier n'est ouvert. Veuillez ouvrir un dossier pour utiliser CMake : démarrage rapide.", "add.config.preset.in.test.mode": "Exécution de CMakeTools en mode test. addConfigurePreset est désactivé.", diff --git a/i18n/fra/src/kits/kit.i18n.json b/i18n/fra/src/kits/kit.i18n.json index 1f8d2e9c58..0ad8278a01 100644 --- a/i18n/fra/src/kits/kit.i18n.json +++ b/i18n/fra/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Impossible de lire un fichier de kits inexistant : {0}", "not.reading.invalid.path": "Impossible de lire le fichier de kits non valide : {0}", "reading.kits.file": "Lecture du fichier de kits {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Échec de l'analyse de {0} : {1}", "invalid.file.error": "Contenu du kit non valide {0} ({1}) :", "successfully.loaded.kits": "Chargement réussi de {0} kits à partir de {1}", diff --git a/i18n/fra/src/ui/testCodeLensProvider.i18n.json b/i18n/fra/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/fra/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/ita/package.i18n.json b/i18n/ita/package.i18n.json index 9da74611ca..32885e3720 100644 --- a/i18n/ita/package.i18n.json +++ b/i18n/ita/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Sceglie automaticamente il candidato migliore.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Presenta una selezione rapida con le opzioni relative alla chiamata del comando di origine di destinazione selezionata.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argomenti di parole chiave per macro e funzioni definite dall'utente che introducono elenchi di file di origine. Se l'elenco viene lasciato vuoto, verranno considerati tutti gli argomenti composti esclusivamente da lettere maiuscole e trattini bassi. Supporta criteri globali.", - "update.code.model.for.list.modifier": "Aggiornare il modello di codice per il modificatore automatico dei file di elenco" + "update.code.model.for.list.modifier": "Aggiornare il modello di codice per il modificatore automatico dei file di elenco", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/ctest.i18n.json b/i18n/ita/src/ctest.i18n.json index 558cc85610..96498571f0 100644 --- a/i18n/ita/src/ctest.i18n.json +++ b/i18n/ita/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "Esecuzione CTest annullata", "ctest.run.terminated": "L'esecuzione di CTest è stata terminata", "ctest.finished.with.code": "CTest terminato. Codice restituito: {0}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Cartella non trovata in Esplora test: {0}", "test.preset.required": "Selezionare un set di impostazioni di test per individuare i test", "ctest.error": "Si è verificato un errore durante l'esecuzione di CTest per determinare gli eseguibili di test disponibili", diff --git a/i18n/ita/src/extension.i18n.json b/i18n/ita/src/extension.i18n.json index 688f7ea51d..a105032349 100644 --- a/i18n/ita/src/extension.i18n.json +++ b/i18n/ita/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake Debugger", "select.a.cmake.project": "Seleziona un progetto CMake", "compilation information.not.found": "Non è possibile trovare le informazioni di compilazione per questo file", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Apri cartella", "no.folder.open.for.quickstart": "Nessuna cartella aperta. Aprire una cartella per usare CMake: Avvio rapido.", "add.config.preset.in.test.mode": "Esecuzione di CMakeTools in modalità di test. addConfigurePreset è disabilitato.", diff --git a/i18n/ita/src/kits/kit.i18n.json b/i18n/ita/src/kits/kit.i18n.json index f1a205cbf3..da030d27b8 100644 --- a/i18n/ita/src/kits/kit.i18n.json +++ b/i18n/ita/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Lettura del file dei kit non esistente non in corso: {0}", "not.reading.invalid.path": "Impossibile leggere il file dei kit non valido: {0}", "reading.kits.file": "Lettura del file dei kit {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Non è stato possibile analizzare {0}: {1}", "invalid.file.error": "Il contenuto {0} ({1}) del kit non è valido:", "successfully.loaded.kits": "I {0} kit sono stati caricati da {1}", diff --git a/i18n/ita/src/ui/testCodeLensProvider.i18n.json b/i18n/ita/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/ita/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index 90926e4a37..279e22d4da 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "最適な候補を自動的に選択します。", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "選択したターゲットのソース コマンド呼び出しからのオプションを含むクイック ピックを表示します。", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "ソース ファイルの一覧を導入するユーザー定義関数およびマクロへのキーワード引数。空の場合は、大文字とアンダースコアのみで構成されるすべての引数が対象となります。glob パターンをサポートします。", - "update.code.model.for.list.modifier": "自動リスト ファイル修飾子のコード モデルを更新する" + "update.code.model.for.list.modifier": "自動リスト ファイル修飾子のコード モデルを更新する", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/ctest.i18n.json b/i18n/jpn/src/ctest.i18n.json index 9fd18e12f3..a1e6040068 100644 --- a/i18n/jpn/src/ctest.i18n.json +++ b/i18n/jpn/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "CTest の実行が取り消されました", "ctest.run.terminated": "CTest の実行が終了しました", "ctest.finished.with.code": "CTest がリターン コード {0} で終了しました", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "フォルダーがテスト エクスプローラーに見つかりません: {0}", "test.preset.required": "テストプリセットを選択してテストを選択する", "ctest.error": "使用可能なテスト実行可能ファイルを特定するための ctest の実行でエラーが発生しました", diff --git a/i18n/jpn/src/extension.i18n.json b/i18n/jpn/src/extension.i18n.json index 037a6edff0..cf2fdb2518 100644 --- a/i18n/jpn/src/extension.i18n.json +++ b/i18n/jpn/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake デバッガー", "select.a.cmake.project": "cmake プロジェクトの選択", "compilation information.not.found": "このファイルのコンパイル情報が見つかりません", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "フォルダーを開く", "no.folder.open.for.quickstart": "フォルダーが開かれていません。CMake: クイック スタートを使用するには、フォルダーを開いてください。", "add.config.preset.in.test.mode": "CMakeTools はテスト モードで実行されています。addConfigurePreset が無効になります。", diff --git a/i18n/jpn/src/kits/kit.i18n.json b/i18n/jpn/src/kits/kit.i18n.json index 18db4f316e..74c2f5a47b 100644 --- a/i18n/jpn/src/kits/kit.i18n.json +++ b/i18n/jpn/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "存在しないキット ファイルは読み取りません: {0}", "not.reading.invalid.path": "無効なキット ファイルを読み取っていません: {0}", "reading.kits.file": "キット ファイル {0} を読み取っています", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "{0} を解析できませんでした: {1}", "invalid.file.error": "無効なキットの内容 {0} ({1}):", "successfully.loaded.kits": "{1} から {0} 個のキットが正常に読み込まれました", diff --git a/i18n/jpn/src/ui/testCodeLensProvider.i18n.json b/i18n/jpn/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/jpn/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index 60958861e2..4b304f9eb9 100644 --- a/i18n/kor/package.i18n.json +++ b/i18n/kor/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "가장 적합한 후보를 자동으로 선택합니다.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "선택한 대상 원본 명령 호출의 옵션을 사용하여 빠른 선택을 제공합니다.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "원본 파일 목록을 도입하는 사용자 정의 함수 및 매크로에 대한 키워드 인수입니다. 비워 두면 대문자와 밑줄로만 구성된 모든 인수가 고려됩니다. GLOB 패턴을 지원합니다.", - "update.code.model.for.list.modifier": "자동 목록 파일 수정기에 대한 코드 모델 업데이트" + "update.code.model.for.list.modifier": "자동 목록 파일 수정기에 대한 코드 모델 업데이트", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/kor/src/ctest.i18n.json b/i18n/kor/src/ctest.i18n.json index a8fb4910dc..b225859a78 100644 --- a/i18n/kor/src/ctest.i18n.json +++ b/i18n/kor/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "CTest 실행이 취소됨", "ctest.run.terminated": "CTest 실행이 종료됨", "ctest.finished.with.code": "CTest 완료(반환 코드: {0})", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "테스트 탐색기에서 폴더를 찾을 수 없습니다. {0}", "test.preset.required": "테스트 사전 설정을 선택하여 테스트 검색", "ctest.error": "사용 가능한 테스트 실행 파일을 확인하기 위해 ctest를 실행하는 동안 오류 발생", diff --git a/i18n/kor/src/extension.i18n.json b/i18n/kor/src/extension.i18n.json index 5df71bf0a1..f8a693eced 100644 --- a/i18n/kor/src/extension.i18n.json +++ b/i18n/kor/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake 디버거", "select.a.cmake.project": "Cmake 프로젝트 선택", "compilation information.not.found": "이 파일의 컴파일 정보를 찾을 수 없음", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "폴더 열기", "no.folder.open.for.quickstart": "열려 있는 폴더가 없습니다. CMake: 빠른 시작을 사용하려면 폴더를 여세요.", "add.config.preset.in.test.mode": "테스트 모드에서 CMakeTools를 실행 중입니다. addConfigurePreset 가 사용 중지되었습니다.", diff --git a/i18n/kor/src/kits/kit.i18n.json b/i18n/kor/src/kits/kit.i18n.json index fde04d4d8c..e74d74561c 100644 --- a/i18n/kor/src/kits/kit.i18n.json +++ b/i18n/kor/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "존재하지 않는 키트 파일을 읽지 않음: {0}", "not.reading.invalid.path": "잘못된 키트 파일을 읽지 않음: {0}", "reading.kits.file": "키트 파일 {0}을(를) 읽는 중", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "{0}을(를) 구문 분석하지 못함: {1}", "invalid.file.error": "잘못된 키트 콘텐츠 {0}({1}):", "successfully.loaded.kits": "{1}에서 {0}개 키트를 로드함", diff --git a/i18n/kor/src/ui/testCodeLensProvider.i18n.json b/i18n/kor/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/kor/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index f19ab73557..518c3ce2a4 100644 --- a/i18n/plk/package.i18n.json +++ b/i18n/plk/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Wybierz automatycznie najlepszego kandydata.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Zaprezentuj szybkie wybieranie z opcjami z wybranego wywołania polecenia docelowego źródła.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argumenty słów kluczowych dla funkcji i makr zdefiniowanych przez użytkownika, które wprowadzają listy plików źródłowych. Jeśli argument pozostanie pusty, zostaną uwzględnione wszystkie argumenty składające się tylko z wielkich liter i podkreśleń. Obsługuje wzorce globalne.", - "update.code.model.for.list.modifier": "Aktualizowanie modelu kodu dla automatycznego modyfikatora pliku listy" + "update.code.model.for.list.modifier": "Aktualizowanie modelu kodu dla automatycznego modyfikatora pliku listy", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/plk/src/ctest.i18n.json b/i18n/plk/src/ctest.i18n.json index e7c4523486..3ae5978704 100644 --- a/i18n/plk/src/ctest.i18n.json +++ b/i18n/plk/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "Przebieg narzędzia CTest został anulowany", "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}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Nie znaleziono folderu w Eksploratorze testów: {0}", "test.preset.required": "Wybierz ustawienie wstępne testu, aby odnaleźć testy", "ctest.error": "Wystąpił błąd podczas uruchamiania narzędzia ctest w celu określenia dostępnych plików wykonywalnych testu", diff --git a/i18n/plk/src/extension.i18n.json b/i18n/plk/src/extension.i18n.json index 2536aac480..f807c2ec73 100644 --- a/i18n/plk/src/extension.i18n.json +++ b/i18n/plk/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "Debuger CMake", "select.a.cmake.project": "Wybierz projekt cmake", "compilation information.not.found": "Nie można znaleźć informacji o kompilacji dla tego pliku", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Otwórz folder", "no.folder.open.for.quickstart": "Żaden folder nie jest otwarty. Otwórz folder, aby użyć narzędzia CMake: Szybki start.", "add.config.preset.in.test.mode": "Uruchamianie narzędzi CMake w trybie testowym. Element addConfigurePreset jest wyłączony.", diff --git a/i18n/plk/src/kits/kit.i18n.json b/i18n/plk/src/kits/kit.i18n.json index 7272101b38..4c0bfeaf3b 100644 --- a/i18n/plk/src/kits/kit.i18n.json +++ b/i18n/plk/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Bez odczytywania pliku nieistniejących zestawów: {0}", "not.reading.invalid.path": "Nie można odczytać nieprawidłowego pliku zestawów: {0}", "reading.kits.file": "Odczytywanie pliku zestawów {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Nie można przeanalizować elementu {0}: {1}", "invalid.file.error": "Nieprawidłowa zawartość zestawu {0} ({1}):", "successfully.loaded.kits": "Pomyślnie załadowano zestawy w liczbie {0} ze ścieżki {1}", diff --git a/i18n/plk/src/ui/testCodeLensProvider.i18n.json b/i18n/plk/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/plk/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index 19147f2fda..f2250f1cbe 100644 --- a/i18n/ptb/package.i18n.json +++ b/i18n/ptb/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Escolha o melhor candidato automaticamente.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Mostre uma Seleção Rápida com opções da invocação do comando de origem do destino selecionado.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argumentos de palavra-chave para macros e funções definidas pelo usuário que introduzem listas de arquivos de origem. Se deixado em branco, todos os argumentos que consistem apenas em letras maiúsculas e sublinhados serão considerados. Dá suporte a padrões glob.", - "update.code.model.for.list.modifier": "Atualizar o modelo de código para o modificador automático de arquivo de lista" + "update.code.model.for.list.modifier": "Atualizar o modelo de código para o modificador automático de arquivo de lista", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/ctest.i18n.json b/i18n/ptb/src/ctest.i18n.json index 8380c475ac..9e7aea14ce 100644 --- a/i18n/ptb/src/ctest.i18n.json +++ b/i18n/ptb/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "A execução do teste foi cancelada", "ctest.run.terminated": "A execução do CTest foi terminada", "ctest.finished.with.code": "CTest concluído com código de retorno {0}", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "A pasta não foi encontrada no Gerenciador de Testes: {0}", "test.preset.required": "Selecione uma predefinição de teste para descobrir testes", "ctest.error": "Houve um erro ao executar o CTest para determinar os executáveis de teste disponíveis", diff --git a/i18n/ptb/src/extension.i18n.json b/i18n/ptb/src/extension.i18n.json index 300e33bae1..c574f8146d 100644 --- a/i18n/ptb/src/extension.i18n.json +++ b/i18n/ptb/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "Depurador do CMake", "select.a.cmake.project": "Selecione um projeto cmake", "compilation information.not.found": "Não é possível localizar informações para este arquivo", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Abrir Pasta", "no.folder.open.for.quickstart": "Nenhuma pasta está aberta. Abra uma pasta para usar o CMake: Início rápido.", "add.config.preset.in.test.mode": "Executando o CMakeTools no modo de teste. addConfigurePreset está desabilitado.", diff --git a/i18n/ptb/src/kits/kit.i18n.json b/i18n/ptb/src/kits/kit.i18n.json index 19afaa4d24..a6f4c4e844 100644 --- a/i18n/ptb/src/kits/kit.i18n.json +++ b/i18n/ptb/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Não está lendo o arquivo de kits não existente: {0}", "not.reading.invalid.path": "Não está lendo o arquivo de kits inválidos: {0}", "reading.kits.file": "Lendo o arquivo de kits {0}", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Falha ao analisar {0}: {1}", "invalid.file.error": "Conteúdo do kit {0} ({1}) inválido:", "successfully.loaded.kits": "Êxito ao carregar {0} kits de {1}", diff --git a/i18n/ptb/src/ui/testCodeLensProvider.i18n.json b/i18n/ptb/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/ptb/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/rus/package.i18n.json b/i18n/rus/package.i18n.json index 5901741fb7..56659813b4 100644 --- a/i18n/rus/package.i18n.json +++ b/i18n/rus/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Выбирать лучший вариант автоматически.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Показать быстрый выбор с вариантами из выбранного вызова целевой исходной команды.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Аргументы ключевых слов для пользовательских функций и макросов, которые определяют списки исходных файлов. Если оставить пустым, будут учитываться все аргументы, состоящие только из заглавных букв и символов подчеркивания. Поддерживает glob-шаблоны.", - "update.code.model.for.list.modifier": "Обновить модель кода для автоматического модификатора списка файлов" + "update.code.model.for.list.modifier": "Обновить модель кода для автоматического модификатора списка файлов", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/ctest.i18n.json b/i18n/rus/src/ctest.i18n.json index bca876ac3c..2c8fbf7646 100644 --- a/i18n/rus/src/ctest.i18n.json +++ b/i18n/rus/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "Запуск CTest отменен", "ctest.run.terminated": "Запуск CTest был прерван.", "ctest.finished.with.code": "CTest завершила работу с кодом возврата {0}.", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Папка не найдена в обозревателе тестов: {0}", "test.preset.required": "Выберите предустановку тестирования для обнаружения тестов", "ctest.error": "Произошла ошибка при запуске CTest для определения доступных исполняемых файлов тестов.", diff --git a/i18n/rus/src/extension.i18n.json b/i18n/rus/src/extension.i18n.json index 8b49af3ab3..17f20ee6ff 100644 --- a/i18n/rus/src/extension.i18n.json +++ b/i18n/rus/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "Отладчик CMake", "select.a.cmake.project": "Выберите проект CMake", "compilation information.not.found": "Не удалось найти сведения о компиляции для этого файла.", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Открыть папку", "no.folder.open.for.quickstart": "Нет открытых папок. Откройте папку, чтобы использовать CMake: быстрый запуск.", "add.config.preset.in.test.mode": "Запуск CMakeTools в тестовом режиме. addConfigurePreset отключен.", diff --git a/i18n/rus/src/kits/kit.i18n.json b/i18n/rus/src/kits/kit.i18n.json index 531a4fe1a8..731924cb83 100644 --- a/i18n/rus/src/kits/kit.i18n.json +++ b/i18n/rus/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Не удается прочитать несуществующий файл наборов: {0}", "not.reading.invalid.path": "Не удается прочитать недопустимый файл наборов: {0}", "reading.kits.file": "Чтение файла наборов {0}.", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "Не удалось проанализировать {0}: {1}", "invalid.file.error": "Недопустимое содержимое комплекта {0} ({1}):", "successfully.loaded.kits": "Наборы ({0}) из {1} загружены.", diff --git a/i18n/rus/src/ui/testCodeLensProvider.i18n.json b/i18n/rus/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/rus/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file diff --git a/i18n/trk/package.i18n.json b/i18n/trk/package.i18n.json index 07afccedd5..f035b0eb6d 100644 --- a/i18n/trk/package.i18n.json +++ b/i18n/trk/package.i18n.json @@ -329,5 +329,9 @@ "cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "En iyi adayı otomatik olarak seç.", "cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Seçili hedef kaynak komut çağrısından seçeneklerle bir Hızlı Seçim sun.", "cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Kullanıcı tanımlı işlevlere ve makrolara kaynak dosya listeleri ekleyen anahtar kelime bağımsız değişkenleri. Boş bırakılırsa, yalnızca büyük harf ve alt çizgilerden oluşan tüm bağımsız değişkenler dikkate alınır. Glob desenlerini destekler.", - "update.code.model.for.list.modifier": "Otomatik liste dosyası değiştiricisi için kod modelini güncelleştir" + "update.code.model.for.list.modifier": "Otomatik liste dosyası değiştiricisi için kod modelini güncelleştir", + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/ctest.i18n.json b/i18n/trk/src/ctest.i18n.json index d9c1b38b3e..60609da00a 100644 --- a/i18n/trk/src/ctest.i18n.json +++ b/i18n/trk/src/ctest.i18n.json @@ -18,6 +18,7 @@ "ctest.run.cancelled": "CTest çalıştırması iptal edildi", "ctest.run.terminated": "CTest çalıştırması sonlandırıldı", "ctest.finished.with.code": "CTest, {0} dönüş koduyla tamamlandı", + "failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}", "folder.not.found.in.test.explorer": "Klasör Test Gezgini'nde bulunamadı: {0}", "test.preset.required": "Testleri keşfetmek için bir test ön ayarı seçin", "ctest.error": "Kullanılabilir test yürütülebilir dosyalarını belirlemek için ctest çalıştırılırken bir hata oluştu", diff --git a/i18n/trk/src/extension.i18n.json b/i18n/trk/src/extension.i18n.json index 269e468732..cc8e3bcdee 100644 --- a/i18n/trk/src/extension.i18n.json +++ b/i18n/trk/src/extension.i18n.json @@ -38,6 +38,8 @@ "cmake.debug.name": "CMake Hata Ayıklayıcısı", "select.a.cmake.project": "CMake projesi seç", "compilation information.not.found": "Bu dosya için derleme bilgileri bulunamıyor", + "test.run.error": "Failed to run test: {0}", + "test.debug.error": "Failed to debug test: {0}", "open.folder": "Klasör Aç", "no.folder.open.for.quickstart": "Açık klasör yok. CMake: Hızlı Başlangıç kullanmak için lütfen bir klasör açın.", "add.config.preset.in.test.mode": "CMakeTools test modunda çalıştırılıyor. addConfigurePreset devre dışı bırakıldı.", diff --git a/i18n/trk/src/kits/kit.i18n.json b/i18n/trk/src/kits/kit.i18n.json index 25cf360e81..e38dabf9b5 100644 --- a/i18n/trk/src/kits/kit.i18n.json +++ b/i18n/trk/src/kits/kit.i18n.json @@ -53,6 +53,7 @@ "not.reading.nonexistent.kit": "Mevcut olmayan set dosyası okunmuyor: {0}", "not.reading.invalid.path": "Geçersiz setler dosyası okunmuyor: {0}", "reading.kits.file": "{0} set dosyası okunuyor", + "kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.", "failed.to.parse": "{0} ayrıştırılamadı: {1}", "invalid.file.error": "Geçersiz kit içeriği {0} ({1}):", "successfully.loaded.kits": "{1} konumundaki {0} set başarıyla yüklendi", diff --git a/i18n/trk/src/ui/testCodeLensProvider.i18n.json b/i18n/trk/src/ui/testCodeLensProvider.i18n.json new file mode 100644 index 0000000000..9af8493d5b --- /dev/null +++ b/i18n/trk/src/ui/testCodeLensProvider.i18n.json @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * 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. +{ + "test.codelens.run": "$(run) Run", + "test.codelens.debug": "$(debug) Debug" +} \ No newline at end of file