Localization - Translated Strings (#1026)

This commit is contained in:
csigs 2020-01-27 08:50:15 -08:00 коммит произвёл Bob Brown
Родитель 90d006e930
Коммит 3ded66a373
77 изменённых файлов: 302 добавлений и 198 удалений

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "无法执行 {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "无法按异常检查二进制文件 {0}: {1}",
"failed.to.scan.kit": "无法扫描工具包文件",
"founds.kits.in.directory": "已在目录 {1} 中找到 {0} 工具包",
"failed.to.execute": "无法执行 {0}: {1}",
"error.parsing.environment": "分析环境变量时出错: {0}",
"ok.running": "正常运行 {0} {1},环境变量: {2}",
"checking.for.kit": "检查工具包: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "适用于工具链文件 {0} 的工具包",
"using.compilers.for": "将编译器用于 {0} ({1} 体系结构)",
"using.compilers": "使用编译器: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "未指定(让 CMake 猜测要使用的编译器和环境)",
"not.reading.nonexistent.kit": "未读取不存在的工具包文件: {0}",
"reading.kits.file": "正在读取工具包文件 {0}",

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "無法執行 {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "無法根據例外狀況檢查二進位 {0}: {1}",
"failed.to.scan.kit": "無法掃描套件檔案",
"founds.kits.in.directory": "在目錄 {1} 中找到 {0} 個套件",
"failed.to.execute": "無法執行 {0}: {1}",
"error.parsing.environment": "剖析環境變數時發生錯誤: {0}",
"ok.running": "確定要執行 {0} {1},環境變數: {2}",
"checking.for.kit": "正在檢查套件: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "工具鏈檔案 {0} 的套件",
"using.compilers.for": "使用 {0} 的編譯器({1} 架構)",
"using.compilers": "正在使用編譯器: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "未指定 (讓 CMake 猜測要使用的編譯器與環境)",
"not.reading.nonexistent.kit": "未讀取不存在的套件檔案: {0}",
"reading.kits.file": "正在讀取套件檔案 {0}",

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Nepovedlo se provést {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Nepovedlo se zkontrolovat binární soubor {0} podle výjimky: {1}",
"failed.to.scan.kit": "Nepovedlo se zkontrolovat soubor sady.",
"founds.kits.in.directory": "Našly se sady ({0}) v adresáři {1}.",
"failed.to.execute": "Nepovedlo se provést {0}: {1}",
"error.parsing.environment": "Chyba při parsování proměnné prostředí: {0}",
"ok.running": "V pořádku běží {0} {1}, proměnné prostředí: {2}",
"checking.for.kit": "Hledá se sada: {0}.",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Sada pro soubor sady nástrojů {0}",
"using.compilers.for": "Používají se kompilátory pro {0} (architektura {1}).",
"using.compilers": "Používají se kompilátory: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Neurčeno (Ať nástroje CMake odhadnou, jaké kompilátory a prostředí používat)",
"not.reading.nonexistent.kit": "Nečte se soubor neexistujících sad: {0}",
"reading.kits.file": "Čte se soubor sad {0}.",

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "Nach Kits suchen",
"cmake-tools.command.cmake.selectKit.title": "Kit auswählen",
"cmake-tools.command.cmake.setVariant.title": "Variante auswählen",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "Variante für alle Projekte auswählen",
"cmake-tools.command.cmake.configure.title": "Konfigurieren",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "Alle Projekte konfigurieren",
"cmake-tools.command.cmake.build.title": "Build",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "Alle Projekte erstellen",
"cmake-tools.command.cmake.buildNamedTarget.title": "(Intern) Ziel anhand des Namens erstellen",
"cmake-tools.command.cmake.compileFile.title": "Aktive Datei kompilieren",
"cmake-tools.command.cmake.outline.compileFile.title": "Datei kompilieren",
"cmake-tools.command.cmake.install.title": "Installieren",
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
"cmake-tools.command.cmake.installAll.title": "Alle Projekte installieren",
"cmake-tools.command.cmake.buildWithTarget.title": "Ziel erstellen",
"cmake-tools.command.cmake.setDefaultTarget.title": "Buildziel festlegen",
"cmake-tools.command.cmake.cleanConfigure.title": "Cache löschen und neu konfigurieren",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Cache löschen und alle Projekte neu konfigurieren",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Neukonfiguration bereinigen",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Neukonfiguration aller Projekte bereinigen",
"cmake-tools.command.cmake.clean.title": "Bereinigen",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "Alle Projekte bereinigen",
"cmake-tools.command.cmake.cleanRebuild.title": "Neuerstellung bereinigen",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Neuerstellung aller Projekte bereinigen",
"cmake-tools.command.cmake.ctest.title": "Tests durchführen",
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "Tests für alle Projekte ausführen",
"cmake-tools.command.cmake.editCache.title": "CMake-Cache bearbeiten",
"cmake-tools.command.cmake.quickStart.title": "Schnellstart",
"cmake-tools.command.cmake.debugTarget.title": "Debuggen",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "Alle Projekte debuggen",
"cmake-tools.command.cmake.launchTarget.title": "Ohne Debuggen ausführen",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "Alle Projekte ohne Debuggen ausführen",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Debugziel festlegen",
"cmake-tools.command.cmake.stop.title": "Build abbrechen",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"cmake-tools.command.cmake.stopAll.title": "Build für alle Projekte abbrechen",
"cmake-tools.command.cmake.resetState.title": "Erweiterungsstatus für CMake Tools zurücksetzen (zur Problembehandlung)",
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "Aktiven Ordner auswählen",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Hilfsprogramm ausführen",
"cmake-tools.command.cmake.outline.debugTarget.title": "Debuggen",
"cmake-tools.command.cmake.outline.launchTarget.title": "In Terminal ausführen",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Als Buildziel festlegen",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Als Start-/Debugziel festlegen",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "\"CMakeLists.txt\" öffnen",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Aktiven Ordner festlegen",
"cmake-tools.configuration.title": "CMake Tools-Konfiguration",
"cmake-tools.configuration.cmake.cmakePath.description": "Name/Pfad der zu verwendenden ausführbaren CMake-Datei.",
"cmake-tools.configuration.cmake.buildDirectory.description": "Das Verzeichnis, in dem CMake-Builddateien abgelegt werden.",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "Über \"tasks.json\" statt über internen Prozess erstellen",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codierung der Ausgabe von externen Befehlen (z. B.: cmake --build).",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Hiermit wird die Ablaufverfolgungsprotokollierung in Datei und Konsole aktiviert (große Datenmenge).",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Aktiven Ordner automatisch auswählen",
"cmake-tools.configuration.views.cmake.folders.description": "Ordner",
"cmake-tools.configuration.views.cmake.outline.description": "Projektgliederung"
}

Просмотреть файл

@ -14,7 +14,7 @@
"no.source.directory.found": "Es ist kein Quellverzeichnis geöffnet.",
"quickstart.cmake.project": "Schnellstart für ein neues CMake-Projekt",
"edit.setting": "Einstellung \"cmake.sourceDirectory\" bearbeiten",
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
"missing.cmakelists": "\"CMakeLists.txt\" wurde im Stamm des Ordners \"{0}\" nicht gefunden.",
"starting.cmake.driver": "CMake-Treiber wird gestartet.",
"bad.cmake.executable": "Ungültige ausführbare CMake-Datei \"{0}\".",
"please.upgrade.cmake": "Der CMake-Server ist mit der aktuellen ausführbaren CMake-Datei nicht verfügbar. Führen Sie ein Upgrade auf CMake {0} oder höher aus.",
@ -44,7 +44,7 @@
"failed.to.copy": "Fehler beim Kopieren von \"{0}\" in \"{1}\": {2}",
"configuring.project": "Das Projekt wird konfiguriert.",
"preparing.to.configure": "Konfigurieren wird vorbereitet.",
"run.configure": "Configuring folder: {0}",
"run.configure": "Ordner wird konfiguriert: {0}",
"unexpected.configure.type": "Unerwarteter Konfigurationstyp.",
"finishing.configure": "Konfiguration wird beendet.",
"configure.failed": "Fehler beim Konfigurieren des Projekts.",
@ -58,7 +58,7 @@
"waiting.on.variant": "Warten auf Variantenauswahl",
"no.variant.abort": "Keine Variante ausgewählt. Konfiguration abbrechen",
"cmake.drive.died.during.tasksbuildcommend": "Der CMake-Treiber wurde während tasksBuildCommand beendet.",
"run.build": "Building folder: {0}",
"run.build": "Ordner wird erstellt: {0}",
"unable.to.configure": "Buildfehler: Das Projekt konnte nicht konfiguriert werden.",
"driver.died.after.successful.configure": "Der CMake-Treiber wurde unmittelbar nach der erfolgreichen Konfiguration beendet.",
"building.status": "Erstellen",
@ -74,7 +74,7 @@
"enter.target.name": "Zielname eingeben",
"target.to.build.description": "Ziel für Build",
"driver.died.after.build.succeeded": "Der CMake-Treiber wurde unmittelbar nach dem erfolgreichen Buildvorgang beendet.",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "Wählen Sie ein Startziel für \"{0}\" aus.",
"no.executable.target.found.to.launch": "Es wurde kein ausführbares Ziel zum Starten gefunden. Überprüfen Sie Folgendes:",
"have.you.called.add_executable": "Haben Sie \"add_executable()\" in Ihrem CMake-Projekt aufgerufen?",
"have.you.configured": "Haben Sie eine erfolgreiche CMake-Konfiguration ausgeführt?",

Просмотреть файл

@ -6,7 +6,7 @@
{
"rereading.kits": "Kits werden erneut gelesen.",
"dispose.cmake.tools": "CMake Tools entfernen",
"configure.this.project": "Would you like to configure project '{0}'?",
"configure.this.project": "Möchten Sie das Projekt \"{0}\" konfigurieren?",
"yes.button": "Ja",
"not.now.button": "Nicht jetzt",
"always.configure.on.open": "Projekte beim Öffnen immer konfigurieren?",
@ -21,8 +21,8 @@
"scan.for.kits.button": "Nach Kits suchen",
"cancel.button": "Abbrechen",
"running.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. selectKit ist deaktiviert.",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "Kein aktiver Ordner.",
"invalid.folder": "Ungültiger Ordner.",
"compilation information.not.found": "Die Kompilierungsinformationen für diese Datei wurden nicht gefunden.",
"initial.setup": "Erste Einrichtung",
"started": "gestartet",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "Arbeitsbereichsordner aktualisieren",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "Derselbe Arbeitsbereichsordner wurde zweimal geladen.",
"removed.folder.not.on.record": "Der Arbeitsbereichsordner wurde entfernt, aber keiner Erweiterungsinstanz zugeordnet."
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Fehler beim Ausführen von \"{0}\": {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Fehler beim Überprüfen der Binärdatei \"{0}\". Ausnahme: {1}",
"failed.to.scan.kit": "Fehler beim Überprüfen einer Kitdatei.",
"founds.kits.in.directory": "{0} Kits im Verzeichnis \"{1}\" gefunden.",
"failed.to.execute": "Fehler beim Ausführen von \"{0}\": {1}",
"error.parsing.environment": "Fehler beim Analysieren der Umgebungsvariablen: {0}",
"ok.running": "Ausführung von \"{0}\" mit \"{1}\" OK, Umgebungsvariablen: {2}",
"checking.for.kit": "Suche nach Kit: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Kit für Toolkettendatei \"{0}\"",
"using.compilers.for": "Compiler für {0} werden verwendet ({1}-Architektur).",
"using.compilers": "Compiler werden verwendet: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Nicht angegeben (zu verwendenden Compiler und Umgebung von CMake ermitteln lassen)",
"not.reading.nonexistent.kit": "Nicht vorhandene Kitdatei wird nicht gelesen: {0}",
"reading.kits.file": "Kitdatei \"{0}\" wird gelesen.",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "Starten Sie die Auswahl der Kits. {0} Kits gefunden.",
"opening.kit.selection": "QuickPick zur Kitauswahl wird geöffnet.",
"unspecified.kit.name": "Keine Angabe",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "Kit für \"{0}\" auswählen",
"user.cancelled.kit.selection": "Vom Benutzer abgebrochene Kitauswahl",
"user.selected.kit": "Vom Benutzer ausgewähltes Kit \"{0}\"",
"kit.references.non-existent": "Das Kit \"{0}\" verweist auf eine nicht vorhandene Compilerbinärdatei [{1}]. Wie möchten Sie vorgehen?",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "Aktiver Ordner",
"active.folder.tooltip": "Aktiven Ordner auswählen",
"unconfigured": "Nicht konfiguriert",
"loading.status": "Wird geladen...",
"click.to.select.variant.tooltip": "Klicken Sie, um die aktuelle Buildvariante auszuwählen.",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "Problem beim Rendern dieses Elements. Dies ist ein Fehler.",
"empty.project": "Leeres Projekt",
"update.project.with.mismatch": "Projekt mit nicht übereinstimmender name-Eigenschaft aktualisieren",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "Wird das Codemodell für einen Ordner aktualisiert, der noch nicht vorhanden ist?",
"error.rendering.children.nodes": "Fehler beim Rendern untergeordneter Knoten."
}

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "Buscar los kits",
"cmake-tools.command.cmake.selectKit.title": "Seleccionar un kit",
"cmake-tools.command.cmake.setVariant.title": "Seleccionar una variante",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "Seleccionar una variante para todos los proyectos",
"cmake-tools.command.cmake.configure.title": "Configurar",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "Configurar todos los proyectos",
"cmake-tools.command.cmake.build.title": "Versión de compilación",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "Compilar todos los proyectos",
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compilar un destino por nombre",
"cmake-tools.command.cmake.compileFile.title": "Compilar el archivo activo",
"cmake-tools.command.cmake.outline.compileFile.title": "Compilar archivo",
"cmake-tools.command.cmake.install.title": "Instalar",
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
"cmake-tools.command.cmake.installAll.title": "Instalar todos los proyectos",
"cmake-tools.command.cmake.buildWithTarget.title": "Destino de compilación",
"cmake-tools.command.cmake.setDefaultTarget.title": "Establecer el destino de compilación",
"cmake-tools.command.cmake.cleanConfigure.title": "Eliminar la memoria caché y volver a configurar",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Eliminar la memoria caché y reconfigurar todos los proyectos",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Limpiar reconfiguración",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Limpiar y reconfigurar todos los proyectos",
"cmake-tools.command.cmake.clean.title": "Limpiar",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "Limpiar todos los proyectos",
"cmake-tools.command.cmake.cleanRebuild.title": "Limpiar recompilación",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Limpiar y recompilar todos los proyectos",
"cmake-tools.command.cmake.ctest.title": "Ejecutar pruebas",
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "Ejecutar pruebas para todos los proyectos",
"cmake-tools.command.cmake.editCache.title": "Editar la memoria caché de CMake",
"cmake-tools.command.cmake.quickStart.title": "Inicio rápido",
"cmake-tools.command.cmake.debugTarget.title": "Depurar",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "Depurar todos los proyectos",
"cmake-tools.command.cmake.launchTarget.title": "Ejecutar sin depuración",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "Ejecutar todos los proyectos sin depuración",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Establecer el destino de depuración",
"cmake-tools.command.cmake.stop.title": "Cancelar compilación",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"cmake-tools.command.cmake.stopAll.title": "Cancelar la compilación de todos los proyectos",
"cmake-tools.command.cmake.resetState.title": "Restablecer el estado de la extensión Herramientas de CMake (para solucionar problemas)",
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "Seleccionar la carpeta activa",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Ejecutar la utilidad",
"cmake-tools.command.cmake.outline.debugTarget.title": "Depurar",
"cmake-tools.command.cmake.outline.launchTarget.title": "Ejecutar en terminal",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Establecer como destino de compilación",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Establecer como destino de inicio o depuración",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Abrir CMakeLists.txt",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Establecer la carpeta activa",
"cmake-tools.configuration.title": "Configuración de Herramientas de CMake",
"cmake-tools.configuration.cmake.cmakePath.description": "Nombre o ruta de acceso del ejecutable de CMake que se va a usar.",
"cmake-tools.configuration.cmake.buildDirectory.description": "El directorio en el que se incluirán los archivos de compilación de CMake.",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "Use tasks.json para compilar en lugar del proceso interno.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codificación de la salida de los comandos externos (por ejemplo, cmake -- build).",
"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": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Selecciona la carpeta activa de forma automática.",
"cmake-tools.configuration.views.cmake.folders.description": "Carpetas",
"cmake-tools.configuration.views.cmake.outline.description": "Esquema del proyecto"
}

Просмотреть файл

@ -14,7 +14,7 @@
"no.source.directory.found": "No tiene ningún directorio de origen abierto.",
"quickstart.cmake.project": "Inicio rápido de un nuevo proyecto de CMake",
"edit.setting": "Editar el valor \"cmake.sourceDirectory\"",
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
"missing.cmakelists": "No se encontró CMakeLists.txt en la raíz de la carpeta \"{0}\".",
"starting.cmake.driver": "Iniciando el controlador de CMake",
"bad.cmake.executable": "El ejecutable de CMake \"{0}\" es incorrecto.",
"please.upgrade.cmake": "El servidor de CMake no está disponible con el ejecutable actual de CMake. Actualice a CMake {0} o posterior.",
@ -44,7 +44,7 @@
"failed.to.copy": "No se pudo copiar \"{0}\" en \"{1}\": {2}",
"configuring.project": "Configurando el proyecto",
"preparing.to.configure": "Preparando para configurar",
"run.configure": "Configuring folder: {0}",
"run.configure": "Configurando la carpeta: {0}",
"unexpected.configure.type": "Tipo de configuración inesperado",
"finishing.configure": "Finalizando la configuración",
"configure.failed": "No se pudo configurar el proyecto.",
@ -58,7 +58,7 @@
"waiting.on.variant": "Esperando a la selección de la variante",
"no.variant.abort": "No se ha seleccionado ninguna variante. Anular la configuración",
"cmake.drive.died.during.tasksbuildcommend": "El controlador de CMake finalizó durante la aplicación de tasksBuildCommand.",
"run.build": "Building folder: {0}",
"run.build": "Compilando la carpeta: {0}",
"unable.to.configure": "Error de compilación: no se puede configurar el proyecto",
"driver.died.after.successful.configure": "El controlador de CMake finalizó de forma inmediata después de que la configuración se realizara correctamente.",
"building.status": "Edificio",
@ -74,7 +74,7 @@
"enter.target.name": "Escribir un nombre de destino",
"target.to.build.description": "Destino para compilar",
"driver.died.after.build.succeeded": "El controlador de CMake finalizó de forma inmediata después de que la compilación se realizara correctamente.",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "Seleccionar un destino de inicio para {0}",
"no.executable.target.found.to.launch": "No se encontró ningún destino ejecutable para iniciar. Compruebe lo siguiente:",
"have.you.called.add_executable": "¿Ha llamado a add_executable() en el proyecto de CMake?",
"have.you.configured": "¿Ha ejecutado una configuración de CMake correcta?",

Просмотреть файл

@ -6,7 +6,7 @@
{
"rereading.kits": "Volver a leer los kits",
"dispose.cmake.tools": "Desechar las Herramientas de CMake",
"configure.this.project": "Would you like to configure project '{0}'?",
"configure.this.project": "¿Quiere configurar el proyecto \"{0}\"?",
"yes.button": "Sí",
"not.now.button": "Ahora no",
"always.configure.on.open": "¿Configurar siempre los proyectos al abrirlos?",
@ -21,8 +21,8 @@
"scan.for.kits.button": "Buscar para kits",
"cancel.button": "Cancelar",
"running.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento selectKit está deshabilitado.",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "No hay ninguna carpeta activa.",
"invalid.folder": "La carpeta no es válida.",
"compilation information.not.found": "No se encuentra la información de compilación para este archivo.",
"initial.setup": "Configuración inicial",
"started": "iniciado",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "Actualizar las carpetas del área de trabajo",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "Se ha cargado dos veces la misma carpeta del área de trabajo.",
"removed.folder.not.on.record": "Se quitó la carpeta del área de trabajo, pero no se asoció a una instancia de extensión"
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "No se pudo ejecutar {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "No se pudo comprobar el binario {0} por excepción: {1}",
"failed.to.scan.kit": "No se pudo examinar un archivo de kit.",
"founds.kits.in.directory": "Se encontraron {0} kits en el directorio {1}",
"failed.to.execute": "No se pudo ejecutar {0}: {1}",
"error.parsing.environment": "Error al analizar la variable de entorno: {0}",
"ok.running": "Se acepta la ejecución de {1} en {0}, variables de entorno: {2}",
"checking.for.kit": "Comprobando si existe el kit: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Kit para el archivo de la cadena de herramientas {0}",
"using.compilers.for": "Usando los compiladores para {0} (arquitectura {1})",
"using.compilers": "Usando los compiladores: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Sin especificar (dejar que CMake adivine qué compiladores y entorno se va a usar)",
"not.reading.nonexistent.kit": "No se está leyendo el archivo de kits no existentes: {0}",
"reading.kits.file": "Leyendo el archivo de kits {0}",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "Iniciar la selección de kits. Kits encontrados: {0}.",
"opening.kit.selection": "Abriendo la selección de kit de QuickPick",
"unspecified.kit.name": "No especificado",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "Seleccionar un kit para {0}",
"user.cancelled.kit.selection": "Selección de kit cancelada por el usuario",
"user.selected.kit": "Kit {0} seleccionado por el usuario",
"kit.references.non-existent": "El kit \"{0}\" hace referencia a un binario del compilador [{1}] que no existe. ¿Qué quiere hacer?",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "Carpeta activa",
"active.folder.tooltip": "Seleccionar la carpeta activa",
"unconfigured": "Sin configurar",
"loading.status": "Cargando...",
"click.to.select.variant.tooltip": "Hacer clic para seleccionar la variante de compilación actual",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "Hubo un problema al representar este elemento. Esto es un error.",
"empty.project": "Proyecto vacío",
"update.project.with.mismatch": "Actualizar el proyecto con la propiedad del nombre no coincidente",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "¿Se está actualizando el modelo de código en una carpeta que no existe aún?",
"error.rendering.children.nodes": "Error al representar los nodos secundarios."
}

Просмотреть файл

@ -14,7 +14,7 @@
"no.source.directory.found": "Vous n'avez pas de répertoire source ouvert",
"quickstart.cmake.project": "Commencer rapidement un nouveau projet CMake",
"edit.setting": "Modifier le paramètre cmake.sourceDirectory'",
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
"missing.cmakelists": "CMakeLists.txt est introuvable à la racine du dossier '{0}'",
"starting.cmake.driver": "Démarrage du pilote CMake",
"bad.cmake.executable": "Exécutable CMake incorrect \"{0}\".",
"please.upgrade.cmake": "Le serveur CMake n'est pas disponible avec l'exécutable CMake actuel. Effectuez une mise à niveau vers CMake {0} ou une version plus récente.",

Просмотреть файл

@ -6,7 +6,7 @@
{
"rereading.kits": "Relecture des kits",
"dispose.cmake.tools": "Suppression de CMake Tools",
"configure.this.project": "Would you like to configure project '{0}'?",
"configure.this.project": "Voulez-vous configurer le projet '{0}' ?",
"yes.button": "Oui",
"not.now.button": "Pas maintenant",
"always.configure.on.open": "Toujours configurer les projets à l'ouverture ?",

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Échec de l'exécution de {0} : {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Échec du contrôle du fichier binaire {0}. Exception : {1}",
"failed.to.scan.kit": "Échec de l'analyse d'un fichier de kits",
"founds.kits.in.directory": "{0} kits trouvés dans le répertoire {1}",
"failed.to.execute": "Échec de l'exécution de {0} : {1}",
"error.parsing.environment": "Erreur durant l'analyse de la variable d'environnement : {0}",
"ok.running": "Exécution réussie de {0} {1}, variables d'environnement : {2}",
"checking.for.kit": "Recherche du kit : {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Kit pour le fichier de chaîne d'outils {0}",
"using.compilers.for": "Utilisation de compilateurs pour {0} (architecture {1})",
"using.compilers": "Utilisation des compilateurs : {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Non spécifié (laisser CMake identifier les compilateurs et l'environnement à utiliser)",
"not.reading.nonexistent.kit": "Impossible de lire un fichier de kits inexistant : {0}",
"reading.kits.file": "Lecture du fichier de kits {0}",

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "Cerca kit",
"cmake-tools.command.cmake.selectKit.title": "Seleziona un kit",
"cmake-tools.command.cmake.setVariant.title": "Seleziona la variante",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "Seleziona la variante per tutti i progetti",
"cmake-tools.command.cmake.configure.title": "Configura",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "Configura tutti i progetti",
"cmake-tools.command.cmake.build.title": "Compila",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "Compila tutti i progetti",
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compila una destinazione in base al nome",
"cmake-tools.command.cmake.compileFile.title": "Compila il file attivo",
"cmake-tools.command.cmake.outline.compileFile.title": "Compila file",
"cmake-tools.command.cmake.install.title": "Installa",
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
"cmake-tools.command.cmake.installAll.title": "Installa tutti i progetti",
"cmake-tools.command.cmake.buildWithTarget.title": "Destinazione di compilazione",
"cmake-tools.command.cmake.setDefaultTarget.title": "Imposta la destinazione di compilazione",
"cmake-tools.command.cmake.cleanConfigure.title": "Elimina la cache e riconfigura",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Elimina la cache e riconfigura tutti i progetti",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Riconfigurazione pulita",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Pulisci e riconfigura tutti i progetti",
"cmake-tools.command.cmake.clean.title": "Pulisci",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "Pulisci tutti i progetti",
"cmake-tools.command.cmake.cleanRebuild.title": "Ricompilazione pulita",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Pulisci e ricompila tutti i progetti",
"cmake-tools.command.cmake.ctest.title": "Esegui test",
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "Esegui test per tutti i progetti",
"cmake-tools.command.cmake.editCache.title": "Modifica la cache di CMake",
"cmake-tools.command.cmake.quickStart.title": "Avvio rapido",
"cmake-tools.command.cmake.debugTarget.title": "Debug",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "Esegui debug di tutti i progetti",
"cmake-tools.command.cmake.launchTarget.title": "Esegui senza debug",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "Esegui tutti i progetti senza eseguire il debug",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Imposta la destinazione di debug",
"cmake-tools.command.cmake.stop.title": "Annulla compilazione",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"cmake-tools.command.cmake.stopAll.title": "Annulla la compilazione per tutti i progetti",
"cmake-tools.command.cmake.resetState.title": "Reimposta lo stato dell'estensione di CMake Tools (per la risoluzione dei problemi)",
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "Seleziona la cartella attiva",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Esegui l'utilità",
"cmake-tools.command.cmake.outline.debugTarget.title": "Debug",
"cmake-tools.command.cmake.outline.launchTarget.title": "Esegui nel terminale",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Imposta come destinazione di compilazione",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Imposta come destinazione di avvio/debug",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Apri CMakeLists.txt",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Imposta la cartella attiva",
"cmake-tools.configuration.title": "Configurazione di CMake Tools",
"cmake-tools.configuration.cmake.cmakePath.description": "Nome/percorso dell'eseguibile di CMake da usare.",
"cmake-tools.configuration.cmake.buildDirectory.description": "Directory di destinazione dei file di compilazione di CMake.",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "Compila con tasks.json anziché il processo interno.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codifica dell'output di comandi esterni (ad esempio cmake -- build).",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Abilita la registrazione traccia in file e console (molto disturbata).",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Seleziona automaticamente la cartella attiva",
"cmake-tools.configuration.views.cmake.folders.description": "Cartelle",
"cmake-tools.configuration.views.cmake.outline.description": "Struttura del progetto"
}

Просмотреть файл

@ -14,7 +14,7 @@
"no.source.directory.found": "Non è presente alcuna directory di origine aperta",
"quickstart.cmake.project": "Avvio rapido per un nuovo progetto CMake",
"edit.setting": "Modifica l'impostazione 'cmake.sourceDirectory'",
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
"missing.cmakelists": "CMakeLists.txt non è stato trovato nella radice della cartella '{0}'",
"starting.cmake.driver": "Avvio del driver di CMake",
"bad.cmake.executable": "L'eseguibile di CMake \"{0}\" non è valido.",
"please.upgrade.cmake": "Il server CMake non è disponibile con l'eseguibile di CMake corrente. Eseguire l'aggiornamento a CMake {0} o versione successiva.",
@ -44,7 +44,7 @@
"failed.to.copy": "Non è stato possibile copiare \"{0}\" in \"{1}\": {2}",
"configuring.project": "Configurazione del progetto",
"preparing.to.configure": "Preparazione della configurazione",
"run.configure": "Configuring folder: {0}",
"run.configure": "Configurazione della cartella: {0}",
"unexpected.configure.type": "Tipo di configurazione imprevisto",
"finishing.configure": "Completamento della configurazione",
"configure.failed": "Non è stato possibile configurare il progetto",
@ -58,7 +58,7 @@
"waiting.on.variant": "In attesa della selezione della variante",
"no.variant.abort": "Non è stata selezionata alcuna variante. Interrompere la configurazione",
"cmake.drive.died.during.tasksbuildcommend": "Il driver di CMake è stato arrestato durante tasksBuildCommand",
"run.build": "Building folder: {0}",
"run.build": "Compilazione della cartella: {0}",
"unable.to.configure": "Compilazione non riuscita: non è possibile configurare il progetto",
"driver.died.after.successful.configure": "Il driver di CMake è stato arrestato subito dopo il completamento della configurazione",
"building.status": "Compilazione",
@ -74,7 +74,7 @@
"enter.target.name": "Immetti un nome di destinazione",
"target.to.build.description": "Destinazione per la compilazione",
"driver.died.after.build.succeeded": "Il driver di CMake è stato arrestato subito dopo il completamento della compilazione.",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "Selezionare una destinazione di avvio per {0}",
"no.executable.target.found.to.launch": "Non è stata trovata alcuna destinazione eseguibile da avviare. Verificare:",
"have.you.called.add_executable": "È stato chiamato add_executable() nel progetto CMake?",
"have.you.configured": "È stata eseguita una configurazione riuscita di CMake?",

Просмотреть файл

@ -6,7 +6,7 @@
{
"rereading.kits": "Rilettura dei kit",
"dispose.cmake.tools": "Eliminazione di CMake Tools",
"configure.this.project": "Would you like to configure project '{0}'?",
"configure.this.project": "Configurare il progetto '{0}'?",
"yes.button": "Sì",
"not.now.button": "Non ora",
"always.configure.on.open": "Configurare sempre i progetti all'apertura?",
@ -21,8 +21,8 @@
"scan.for.kits.button": "Cerca kit",
"cancel.button": "Annulla",
"running.in.test.mode": "Esecuzione di CMakeTools in modalità di test. selectKit è disabilitato.",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "Non sono presenti cartelle attive.",
"invalid.folder": "La cartella non è valida.",
"compilation information.not.found": "Non è possibile trovare le informazioni di compilazione per questo file",
"initial.setup": "Configurazione iniziale",
"started": "avviato",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "Aggiorna le cartelle dell'area di lavoro",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "La stessa cartella dell'area di lavoro è stata caricata due volte",
"removed.folder.not.on.record": "La cartella dell'area di lavoro è stata rimossa, ma non associata a un'istanza dell'estensione"
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Non è stato possibile eseguire {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Non è stato possibile verificare il file binario {0} in base all'eccezione: {1}",
"failed.to.scan.kit": "Non è stato possibile analizzare un file di kit",
"founds.kits.in.directory": "Sono stati trovati {0} kit nella directory {1}",
"failed.to.execute": "Non è stato possibile eseguire {0}: {1}",
"error.parsing.environment": "Si è verificato un errore durante l'analisi della variabile di ambiente: {0}",
"ok.running": "Esecuzione di {0} {1} corretta. Variabili di ambiente: {2}",
"checking.for.kit": "Ricerca del kit: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Kit per il file di toolchain {0}",
"using.compilers.for": "Uso dei compilatori per {0} (architettura {1})",
"using.compilers": "Uso dei compilatori: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Non specificato (consenti a CMake di individuare i compilatori e l'ambiente da usare)",
"not.reading.nonexistent.kit": "Lettura del file dei kit non esistente non in corso: {0}",
"reading.kits.file": "Lettura del file dei kit {0}",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "Avvia la selezione dei kit. Sono stati trovati {0} kit.",
"opening.kit.selection": "Apertura della selezione rapida per la selezione del kit",
"unspecified.kit.name": "Non specificata",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "Selezionare un kit per {0}",
"user.cancelled.kit.selection": "Selezione del kit annullata dall'utente",
"user.selected.kit": "Kit {0} selezionato dall'utente",
"kit.references.non-existent": "Il kit \"{0}\" fa riferimento a un binario non esistente del compilatore [{1}]. Specificare l'operazione da eseguire.",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "Cartella attiva",
"active.folder.tooltip": "Seleziona la cartella attiva",
"unconfigured": "Non configurato",
"loading.status": "Caricamento in corso...",
"click.to.select.variant.tooltip": "Fare clic per selezionare la variante di compilazione corrente",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "Si è verificato un errore durante il rendering di questo elemento. Questo è un bug",
"empty.project": "Progetto vuoto",
"update.project.with.mismatch": "Aggiorna il progetto con la proprietà name non corrispondente",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "Aggiornamento del modello di codice nella cartella che non ancora?",
"error.rendering.children.nodes": "Si è verificato un errore durante il rendering dei nodi figlio"
}

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "キットのスキャン",
"cmake-tools.command.cmake.selectKit.title": "キットの選択",
"cmake-tools.command.cmake.setVariant.title": "バリアントの選択",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "すべてのプロジェクトのバリエーションの選択",
"cmake-tools.command.cmake.configure.title": "構成",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "すべてのプロジェクトの構成",
"cmake-tools.command.cmake.build.title": "ビルド",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "すべてのプロジェクトのビルド",
"cmake-tools.command.cmake.buildNamedTarget.title": "(内部) 名前でターゲットをビルドする",
"cmake-tools.command.cmake.compileFile.title": "アクティブ ファイルのコンパイル",
"cmake-tools.command.cmake.outline.compileFile.title": "ファイルのコンパイル",
"cmake-tools.command.cmake.install.title": "インストール",
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
"cmake-tools.command.cmake.installAll.title": "すべてのプロジェクトのインストール",
"cmake-tools.command.cmake.buildWithTarget.title": "ターゲットのビルド",
"cmake-tools.command.cmake.setDefaultTarget.title": "ビルド ターゲットの設定",
"cmake-tools.command.cmake.cleanConfigure.title": "キャッシュの削除と再構成",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "キャッシュの削除およびすべてのプロジェクトの再構成",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "クリーン再構成",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "すべてのプロジェクトの再構成の消去",
"cmake-tools.command.cmake.clean.title": "クリーン",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "すべてのプロジェクトの消去",
"cmake-tools.command.cmake.cleanRebuild.title": "クリーン リビルド",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"cmake-tools.command.cmake.cleanRebuildAll.title": "すべてのプロジェクトのリビルドの消去",
"cmake-tools.command.cmake.ctest.title": "テストの実行",
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "すべてのプロジェクトのテスト実行",
"cmake-tools.command.cmake.editCache.title": "CMake キャッシュの編集",
"cmake-tools.command.cmake.quickStart.title": "クイック スタート",
"cmake-tools.command.cmake.debugTarget.title": "デバッグ",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "すべてのプロジェクトのデバッグ",
"cmake-tools.command.cmake.launchTarget.title": "デバッグなしで実行",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "デバッグなしですべてのプロジェクトを実行",
"cmake-tools.command.cmake.selectLaunchTarget.title": "デバッグ ターゲットの設定",
"cmake-tools.command.cmake.stop.title": "ビルドをキャンセル",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"cmake-tools.command.cmake.stopAll.title": "すべてのプロジェクトのビルドをキャンセル",
"cmake-tools.command.cmake.resetState.title": "CMake Tools 拡張機能の状態をリセットする (トラブルシューティング用)",
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "アクティブなフォルダーの選択",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "ユーティリティの実行",
"cmake-tools.command.cmake.outline.debugTarget.title": "デバッグ",
"cmake-tools.command.cmake.outline.launchTarget.title": "ターミナルで実行する",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "ビルド ターゲットとして設定",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "起動またはデバッグ ターゲットとして設定",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "CMakeLists.txt を開く",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "アクティブなフォルダーの設定",
"cmake-tools.configuration.title": "CMake Tools の構成",
"cmake-tools.configuration.cmake.cmakePath.description": "使用する CMake 実行可能ファイルの名前またはパスです。",
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake のビルド ファイルが格納されるディレクトリです。",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "内部プロセスではなく tasks.json を使用してビルドします。",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部コマンドからの出力をエンコードしています (例: cmake -- build)。",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "ファイルおよびコンソールへのトレース ログを有効にします (非常に煩雑になります)。",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "アクティブなフォルダーを自動的に選択します",
"cmake-tools.configuration.views.cmake.folders.description": "フォルダー",
"cmake-tools.configuration.views.cmake.outline.description": "プロジェクトの概要"
}

Просмотреть файл

@ -44,7 +44,7 @@
"failed.to.copy": "\"{0}\" を \"{1}\" にコピーできませんでした: {2}",
"configuring.project": "プロジェクトを構成しています",
"preparing.to.configure": "構成の準備をしています",
"run.configure": "Configuring folder: {0}",
"run.configure": "フォルダーの構成中: {0}",
"unexpected.configure.type": "予期しない構成の種類です",
"finishing.configure": "構成を終了しています",
"configure.failed": "プロジェクトを構成できませんでした",
@ -58,7 +58,7 @@
"waiting.on.variant": "バリアントの選択を待機しています",
"no.variant.abort": "バリアントが選択されていません。構成を中止します",
"cmake.drive.died.during.tasksbuildcommend": "tasksBuildCommand の実行中に CMake ドライバーが停止しました",
"run.build": "Building folder: {0}",
"run.build": "フォルダーのビルド中: {0}",
"unable.to.configure": "ビルドに失敗しました。プロジェクトを構成できません",
"driver.died.after.successful.configure": "CMake ドライバーは、構成が成功した直後に停止しました",
"building.status": "ビルド",
@ -74,7 +74,7 @@
"enter.target.name": "ターゲット名を入力してください",
"target.to.build.description": "ビルドするターゲット",
"driver.died.after.build.succeeded": "CMake ドライバーは、ビルドが成功した直後に停止しました。",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "{0} の起動対象を選択します",
"no.executable.target.found.to.launch": "起動する実行可能ファイル ターゲットが見つかりませんでした。ご確認ください:",
"have.you.called.add_executable": "CMake プロジェクトで add_executable() を呼び出しましたか?",
"have.you.configured": "CMake 構成を正常に実行しましたか?",

Просмотреть файл

@ -21,8 +21,8 @@
"scan.for.kits.button": "キットのスキャン",
"cancel.button": "キャンセル",
"running.in.test.mode": "CMakeTools はテスト モードで実行されています。selectKit が無効になります。",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "アクティブなフォルダーがありません。",
"invalid.folder": "無効なフォルダーです。",
"compilation information.not.found": "このファイルのコンパイル情報が見つかりません",
"initial.setup": "初期セットアップ",
"started": "開始",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "ワークスペース フォルダーの更新",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "同じワークスペース フォルダーが 2 回読み込まれました",
"removed.folder.not.on.record": "ワークスペース フォルダーが削除されましたが、拡張機能のインスタンスに関連付けられていません"
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "{0} を実行できませんでした: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "例外 {1} により、バイナリ {0} をチェックできませんでした",
"failed.to.scan.kit": "キット ファイルをスキャンできませんでした",
"founds.kits.in.directory": "ディレクトリ {1} に {0} 個のキットが見つかりました",
"failed.to.execute": "{0} を実行できませんでした: {1}",
"error.parsing.environment": "環境変数の解析でエラーが発生しました: {0}",
"ok.running": "{0} {1} は正常に実行されました。環境変数: {2} ",
"checking.for.kit": "キットを確認しています: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "ツールチェーン ファイル {0} 用のキット",
"using.compilers.for": "{0} 用のコンパイラ ({1} アーキテクチャ) を使用しています",
"using.compilers": "コンパイラ {0} を使用しています",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "指定なし (使用するコンパイラと環境を CMake に推測させる)",
"not.reading.nonexistent.kit": "存在しないキット ファイルは読み取りません: {0}",
"reading.kits.file": "キット ファイル {0} を読み取っています",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "キットの選択を開始します。{0} 個のキットが見つかりました。",
"opening.kit.selection": "キット選択 QuickPick を開いています",
"unspecified.kit.name": "未指定",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "{0} のキットを選択してください",
"user.cancelled.kit.selection": "ユーザーがキットの選択をキャンセルしました",
"user.selected.kit": "ユーザーがキット {0} を選択しました",
"kit.references.non-existent": "キット \"{0}\" は、存在しないコンパイラ バイナリ [{1}] を参照しています。どうしますか?",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "アクティブなフォルダー",
"active.folder.tooltip": "アクティブなフォルダーを選択します",
"unconfigured": "未構成",
"loading.status": "読み込み中...",
"click.to.select.variant.tooltip": "現在のビルド バリアントを選択するには、クリックします",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "このアイテムのレンダリングで問題が発生しました。これはバグです",
"empty.project": "空のプロジェクト",
"update.project.with.mismatch": "一致しない名前プロパティを持つプロジェクトを更新する",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "存在していないフォルダーでコード モデルを更新していますか?",
"error.rendering.children.nodes": "子ノードのレンダリング中にエラーが発生しました"
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "{0}을(를) 실행하지 못함: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "예외로 인해 이진 파일 {0}을(를) 확인하지 못함: {1}",
"failed.to.scan.kit": "키트 파일을 검색하지 못함",
"founds.kits.in.directory": "디렉터리 {1}에서 {0}개 키트를 찾음",
"failed.to.execute": "{0}을(를) 실행하지 못함: {1}",
"error.parsing.environment": "환경 변수를 구문 분석하는 동안 오류 발생: {0}",
"ok.running": "{0} {1}이(가) 정상 실행 중, 환경 변수: {2}",
"checking.for.kit": "키트를 확인하는 중: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "도구 체인 파일 {0}용 키트",
"using.compilers.for": "{0}({1} 아키텍처)에 대한 컴파일러를 사용하는 중",
"using.compilers": "컴파일러를 사용하는 중: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "지정되지 않음(CMake에서 사용할 컴파일러 및 환경을 추측하도록 함)",
"not.reading.nonexistent.kit": "존재하지 않는 키트 파일을 읽지 않음: {0}",
"reading.kits.file": "키트 파일 {0}을(를) 읽는 중",

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "Skanuj w poszukiwaniu zestawów",
"cmake-tools.command.cmake.selectKit.title": "Wybierz zestaw",
"cmake-tools.command.cmake.setVariant.title": "Wybierz wariant",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "Wybierz wariant dla wszystkich projektów",
"cmake-tools.command.cmake.configure.title": "Konfiguruj",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "Konfiguruj wszystkie projekty",
"cmake-tools.command.cmake.build.title": "Kompilacja",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "Kompiluj wszystkie projekty",
"cmake-tools.command.cmake.buildNamedTarget.title": "(Wewnętrzne) Kompiluj element docelowy według nazwy",
"cmake-tools.command.cmake.compileFile.title": "Kompiluj aktywny plik",
"cmake-tools.command.cmake.outline.compileFile.title": "Kompiluj plik",
"cmake-tools.command.cmake.install.title": "Zainstaluj",
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
"cmake-tools.command.cmake.installAll.title": "Zainstaluj wszystkie projekty",
"cmake-tools.command.cmake.buildWithTarget.title": "Kompiluj element docelowy",
"cmake-tools.command.cmake.setDefaultTarget.title": "Ustaw element docelowy kompilowania",
"cmake-tools.command.cmake.cleanConfigure.title": "Usuń pamięć podręczną i skonfiguruj ponownie",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Usuń pamięć podręczną i skonfiguruj ponownie wszystkie projekty",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Wyczyść i skonfiguruj ponownie",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Wyczyść ponowne konfigurowanie wszystkich projektów",
"cmake-tools.command.cmake.clean.title": "Wyczyść",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "Wyczyść wszystkie projekty",
"cmake-tools.command.cmake.cleanRebuild.title": "Wyczyść i skompiluj ponownie",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Wyczyść ponowną kompilację wszystkich projektów",
"cmake-tools.command.cmake.ctest.title": "Uruchom testy",
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "Uruchom testy dla wszystkich projektów",
"cmake-tools.command.cmake.editCache.title": "Edytuj pamięć podręczną narzędzia CMake",
"cmake-tools.command.cmake.quickStart.title": "Szybki start",
"cmake-tools.command.cmake.debugTarget.title": "Debuguj",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "Debuguj wszystkie projekty",
"cmake-tools.command.cmake.launchTarget.title": "Uruchom bez debugowania",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "Uruchom wszystkie projekty bez debugowania",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Ustaw element docelowy debugowania",
"cmake-tools.command.cmake.stop.title": "Anuluj kompilację",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"cmake-tools.command.cmake.stopAll.title": "Anuluj kompilację dla wszystkich projektów",
"cmake-tools.command.cmake.resetState.title": "Resetuj stan rozszerzenia narzędzi CMake Tools (na potrzeby rozwiązywania problemów)",
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "Wybierz aktywny folder",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Uruchom narzędzie",
"cmake-tools.command.cmake.outline.debugTarget.title": "Debuguj",
"cmake-tools.command.cmake.outline.launchTarget.title": "Uruchom w terminalu",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Ustaw jako element docelowy kompilowania",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Ustaw jako element docelowy uruchamiania/debugowania",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Otwórz plik CMakeLists.txt",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Ustaw aktywny folder",
"cmake-tools.configuration.title": "Konfiguracja narzędzi CMake Tools",
"cmake-tools.configuration.cmake.cmakePath.description": "Nazwa/ścieżka pliku wykonywalnego narzędzia CMake do użycia.",
"cmake-tools.configuration.cmake.buildDirectory.description": "Katalog, w którym zostaną umieszczone pliki kompilacji narzędzia CMake.",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "Kompiluj przy użyciu pliku tasks.json zamiast procesu wewnętrznego.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Kodowanie danych wyjściowych z poleceń zewnętrznych (np. cmake --build).",
"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": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Wybierz aktywny folder automatycznie",
"cmake-tools.configuration.views.cmake.folders.description": "Foldery",
"cmake-tools.configuration.views.cmake.outline.description": "Konspekt projektu"
}

Просмотреть файл

@ -44,7 +44,7 @@
"failed.to.copy": "Nie można skopiować elementu „{0}” do lokalizacji „{1}”: {2}",
"configuring.project": "Konfigurowanie projektu",
"preparing.to.configure": "Przygotowywanie do konfigurowania",
"run.configure": "Configuring folder: {0}",
"run.configure": "Konfigurowanie folderu: {0}",
"unexpected.configure.type": "Nieoczekiwany typ konfiguracji",
"finishing.configure": "Kończenie konfigurowania",
"configure.failed": "Nie udało się skonfigurować projektu",
@ -58,7 +58,7 @@
"waiting.on.variant": "Oczekiwanie przy wyborze wariantu",
"no.variant.abort": "Nie wybrano wariantu. Przerwij konfigurowanie.",
"cmake.drive.died.during.tasksbuildcommend": "Sterownik narzędzia CMake zakończył pracę podczas operacji tasksBuildCommand",
"run.build": "Building folder: {0}",
"run.build": "Kompilowanie folderu: {0}",
"unable.to.configure": "Kompilacja nie powiodła się: nie można skonfigurować projektu",
"driver.died.after.successful.configure": "Sterownik narzędzia CMake zakończył pracę natychmiast po pomyślnym skonfigurowaniu",
"building.status": "Kompilowanie",
@ -74,7 +74,7 @@
"enter.target.name": "Podaj nazwę elementu docelowego",
"target.to.build.description": "Element docelowy do skompilowania",
"driver.died.after.build.succeeded": "Sterownik narzędzia CMake zakończył pracę natychmiast po pomyślnym zakończeniu kompilowania.",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "Wybierz miejsce docelowe uruchamiania dla: {0}",
"no.executable.target.found.to.launch": "Nie znaleziono docelowego pliku wykonywalnego do uruchomienia. Sprawdź następujące warunki:",
"have.you.called.add_executable": "Czy wywołano metodę add_executable() w projekcie narzędzia CMake?",
"have.you.configured": "Czy wykonano pomyślnie polecenie configure narzędzia CMake?",

Просмотреть файл

@ -21,8 +21,8 @@
"scan.for.kits.button": "Skanuj w poszukiwaniu zestawów",
"cancel.button": "Anuluj",
"running.in.test.mode": "Uruchamianie rozszerzenia CMakeTools w trybie testowym. Element selectKit jest wyłączony.",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "Brak aktywnego folderu.",
"invalid.folder": "Nieprawidłowy folder.",
"compilation information.not.found": "Nie można znaleźć informacji o kompilacji dla tego pliku",
"initial.setup": "Konfiguracja początkowa",
"started": "uruchomiony",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "Aktualizuj foldery obszaru roboczego",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "Ten sam folder obszaru roboczego został załadowany dwukrotnie",
"removed.folder.not.on.record": "Usunięto folder obszaru roboczego, ale nie jest on skojarzony z wystąpieniem rozszerzenia"
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Nie można wykonać elementu {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Nie można sprawdzić pliku binarnego {0} według wyjątku: {1}",
"failed.to.scan.kit": "Nie można skanować pliku zestawu",
"founds.kits.in.directory": "W katalogu {1} znaleziono zestawy w liczbie {0}",
"failed.to.execute": "Nie można wykonać elementu {0}: {1}",
"error.parsing.environment": "Wystąpił błąd podczas analizowania zmiennej środowiskowej: {0}",
"ok.running": "Pomyślnie uruchomiono skrypt {0} z parametrami {1}, zmienne środowiskowe: {2}",
"checking.for.kit": "Sprawdzanie pod kątem zestawu: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Zestaw dla pliku łańcucha narzędzi {0}",
"using.compilers.for": "Użycie kompilatorów dla elementu {0} (architektura {1})",
"using.compilers": "Użycie kompilatorów: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Nieokreślone (narzędzie CMake ma zgadnąć kompilatory i środowisko do użycia)",
"not.reading.nonexistent.kit": "Bez odczytywania pliku nieistniejących zestawów: {0}",
"reading.kits.file": "Odczytywanie pliku zestawów {0}",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "Rozpocznij wybieranie zestawów. Liczba znalezionych zestawów: {0}.",
"opening.kit.selection": "Otwieranie elementu QuickPick wyboru zestawu",
"unspecified.kit.name": "Nieokreślone",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "Wybierz zestaw dla: {0}",
"user.cancelled.kit.selection": "Użytkownik anulował wybór zestawu",
"user.selected.kit": "Użytkownik wybrał zestaw {0}",
"kit.references.non-existent": "Zestaw „{0}” przywołuje nieistniejący plik binarny kompilatora [{1}]. Co chcesz zrobić?",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "Aktywny folder",
"active.folder.tooltip": "Wybierz aktywny folder",
"unconfigured": "Brak konfiguracji",
"loading.status": "Trwa ładowanie...",
"click.to.select.variant.tooltip": "Kliknij, aby wybrać wariant bieżącej kompilacji",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "Wystąpił problem podczas renderowania tego elementu. To jest usterka.",
"empty.project": "Pusty projekt",
"update.project.with.mismatch": "Aktualizuj projekt z niezgodną właściwością nazwy",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "Wykonywania jest aktualizacja modelu kodu w folderze, który jeszcze nie istnieje?",
"error.rendering.children.nodes": "Błąd podczas renderowania węzłów podrzędnych"
}

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "Examinar em busca de Kits",
"cmake-tools.command.cmake.selectKit.title": "Selecionar um Kit",
"cmake-tools.command.cmake.setVariant.title": "Selecionar a Variante",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "Selecionar a Variante de Todos os Projetos",
"cmake-tools.command.cmake.configure.title": "Configurar",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "Configurar Todos os Projetos",
"cmake-tools.command.cmake.build.title": "Compilar",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "Compilar Todos os Projetos",
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compilar um Destino por Nome",
"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": "Install All Projects",
"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.cleanConfigure.title": "Excluir o Cache e Reconfigurar",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Excluir o Cache e Reconfigurar Todos os Projetos",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Reconfiguração Limpa",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Limpar a Ação Reconfigurar Todos os Projetos",
"cmake-tools.command.cmake.clean.title": "Limpar",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "Limpar Todos os Projetos",
"cmake-tools.command.cmake.cleanRebuild.title": "Rebuild Limpo",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"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": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "Executar Testes de Todos os Projetos",
"cmake-tools.command.cmake.editCache.title": "Editar o Cache do CMake",
"cmake-tools.command.cmake.quickStart.title": "Início Rápido",
"cmake-tools.command.cmake.debugTarget.title": "Depurar",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "Depurar Todos os Projetos",
"cmake-tools.command.cmake.launchTarget.title": "Executar sem Depuração",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "Executar Todos os Projetos sem Depuração",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Definir o Destino de Depuração",
"cmake-tools.command.cmake.stop.title": "Cancelar Build",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"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.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "Selecionar a Pasta Ativa",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Executar o Utilitário",
"cmake-tools.command.cmake.outline.debugTarget.title": "Depurar",
"cmake-tools.command.cmake.outline.launchTarget.title": "Executar no Terminal",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Definir como Destino do Build",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Definir como o Destino de Inicialização ou de Depuração",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Abrir CMakeLists.txt",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Definir a Pasta Ativa",
"cmake-tools.configuration.title": "Configuração de Ferramentas CMake",
"cmake-tools.configuration.cmake.cmakePath.description": "O nome ou caminho do executável do CMake a ser usado.",
"cmake-tools.configuration.cmake.buildDirectory.description": "O diretório para o qual os arquivos de build do CMake serão enviados.",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "Compilar usando o tasks.json em vez do processo interno.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "A codificação da saída de comandos externos (ex.: cmake -- build).",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Habilitar o log de rastreamento para arquivo e console (muito ruído).",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Selecionar a pasta ativa automaticamente",
"cmake-tools.configuration.views.cmake.folders.description": "Pastas",
"cmake-tools.configuration.views.cmake.outline.description": "Estrutura do Código do Projeto"
}

Просмотреть файл

@ -14,7 +14,7 @@
"no.source.directory.found": "Você não tem um diretório de origem aberto",
"quickstart.cmake.project": "Comece rapidamente um novo projeto do CMake",
"edit.setting": "Editar a configuração 'cmake.sourceDirectory'",
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
"missing.cmakelists": "O CMakeLists.txt não foi encontrado na raiz da pasta '{0}'",
"starting.cmake.driver": "Iniciando o driver do CMake",
"bad.cmake.executable": "Executável CMake \"{0}\" incorreto.",
"please.upgrade.cmake": "O Servidor do CMake não está disponível com o executável atual do CMake. Atualize para o CMake {0} ou mais recente.",
@ -44,7 +44,7 @@
"failed.to.copy": "Falha ao copiar \"{0}\" para \"{1}\": {2}",
"configuring.project": "Configurando projeto",
"preparing.to.configure": "Preparando para configurar",
"run.configure": "Configuring folder: {0}",
"run.configure": "Configurando a pasta: {0}",
"unexpected.configure.type": "Tipo de configuração inesperado",
"finishing.configure": "Concluindo a configuração",
"configure.failed": "Falha ao configurar o projeto",
@ -58,7 +58,7 @@
"waiting.on.variant": "Aguardando a seleção da variante",
"no.variant.abort": "Nenhuma variante selecionada. Anular configuração",
"cmake.drive.died.during.tasksbuildcommend": "O driver do CMake foi encerrado durante tasksBuildCommand",
"run.build": "Building folder: {0}",
"run.build": "Compilando a pasta: {0}",
"unable.to.configure": "Falha no build: não é possível configurar o projeto",
"driver.died.after.successful.configure": "O driver do CMake foi encerrado imediatamente após o êxito da configuração",
"building.status": "Construção",
@ -74,7 +74,7 @@
"enter.target.name": "Insira um nome de destino",
"target.to.build.description": "Destino a ser compilado",
"driver.died.after.build.succeeded": "O driver do CMake foi encerrado imediatamente após o êxito do build.",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "Selecione um destino de inicialização para {0}",
"no.executable.target.found.to.launch": "Não foi localizado nenhum destino executável para ser iniciado. Verifique:",
"have.you.called.add_executable": "Você chamou add_executable() no seu projeto do CMake?",
"have.you.configured": "Você executou uma configuração bem-sucedida do CMake?",

Просмотреть файл

@ -6,7 +6,7 @@
{
"rereading.kits": "Relendo os kits",
"dispose.cmake.tools": "Descartar Ferramentas CMake",
"configure.this.project": "Would you like to configure project '{0}'?",
"configure.this.project": "Deseja configurar o projeto '{0}'?",
"yes.button": "Sim",
"not.now.button": "Agora não",
"always.configure.on.open": "Sempre configurar projetos ao abrir?",
@ -21,8 +21,8 @@
"scan.for.kits.button": "Examinar em busca de kits",
"cancel.button": "Cancelar",
"running.in.test.mode": "Executando CMakeTools no modo de teste. selectKit está desabilitado.",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "Não há nenhuma pasta ativa.",
"invalid.folder": "Pasta inválida.",
"compilation information.not.found": "Não é possível localizar informações para este arquivo",
"initial.setup": "Instalação inicial",
"started": "iniciado",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "Atualizar as pastas do workspace",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "A mesma pasta do workspace foi carregada duas vezes",
"removed.folder.not.on.record": "Pasta do workspace removida, mas não associada a uma instância de extensão"
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Falha ao executar {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Falha ao verificar o binário {0} por exceção: {1}",
"failed.to.scan.kit": "Falha ao examinar um arquivo de kit",
"founds.kits.in.directory": "Foram localizados {0} kits no diretório {1}",
"failed.to.execute": "Falha ao executar {0}: {1}",
"error.parsing.environment": "Erro ao analisar a variável de ambiente: {0}",
"ok.running": "OK executando {0} {1}, env vars: {2}",
"checking.for.kit": "Verificando o kit: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Kit para de arquivo de cadeia de ferramentas {0}",
"using.compilers.for": "Usando compiladores para {0} (arquitetura {1})",
"using.compilers": "Usando compiladores: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Não especificado (Permitir que o CMake adivinhe que compiladores e ambiente serão usados)",
"not.reading.nonexistent.kit": "Não está lendo o arquivo de kits não existente: {0}",
"reading.kits.file": "Lendo o arquivo de kits {0}",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "Iniciar seleção de kits. {0} kits localizados.",
"opening.kit.selection": "Abrindo QuickPick de seleção do kit",
"unspecified.kit.name": "Não especificado",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "Selecionar um Kit para {0}",
"user.cancelled.kit.selection": "O usuário cancelou a seleção do Kit",
"user.selected.kit": "Kit selecionado pelo usuário {0}",
"kit.references.non-existent": "O kit \"{0}\" faz referência a um binário [{1}] do compilador não existente. O que você deseja fazer?",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "Pasta ativa",
"active.folder.tooltip": "Selecionar a pasta Ativa",
"unconfigured": "Não Configurado",
"loading.status": "Carregando...",
"click.to.select.variant.tooltip": "Clicar para selecionar a variante de build atual",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "Houve um problema ao renderizar este item. Isso é um bug",
"empty.project": "Projeto vazio",
"update.project.with.mismatch": "Atualizar o projeto com propriedade de nome incompatível",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "Atualizando o modelo de código em uma pasta que ainda não existe?",
"error.rendering.children.nodes": "Erro ao renderizar os nós filhos"
}

Просмотреть файл

@ -9,46 +9,46 @@
"cmake-tools.command.cmake.scanForKits.title": "Поиск наборов",
"cmake-tools.command.cmake.selectKit.title": "Выберите набор",
"cmake-tools.command.cmake.setVariant.title": "Выбор варианта",
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
"cmake-tools.command.cmake.setVariantAll.title": "Выбор варианта для всех проектов",
"cmake-tools.command.cmake.configure.title": "Настроить",
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
"cmake-tools.command.cmake.configureAll.title": "Настройка всех проектов",
"cmake-tools.command.cmake.build.title": "Сборка",
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
"cmake-tools.command.cmake.buildAll.title": "Сборка всех проектов",
"cmake-tools.command.cmake.buildNamedTarget.title": "(Внутренняя функция.) Сборка целевого объекта по имени",
"cmake-tools.command.cmake.compileFile.title": "Компиляция активного файла",
"cmake-tools.command.cmake.outline.compileFile.title": "Компилировать файл",
"cmake-tools.command.cmake.install.title": "Установить",
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
"cmake-tools.command.cmake.installAll.title": "Установка всех проектов",
"cmake-tools.command.cmake.buildWithTarget.title": "Целевой объект сборки",
"cmake-tools.command.cmake.setDefaultTarget.title": "Задание целевого объекта сборки",
"cmake-tools.command.cmake.cleanConfigure.title": "Удаление кэша и перенастройка",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
"cmake-tools.command.cmake.cleanConfigureAll.title": "Удаление кэша и перенастройка всех проектов",
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Перенастройка с очисткой",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Очистка перенастройки всех проектов",
"cmake-tools.command.cmake.clean.title": "Очистить",
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
"cmake-tools.command.cmake.cleanAll.title": "Очистка всех проектов",
"cmake-tools.command.cmake.cleanRebuild.title": "Повторная сборка с очисткой",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
"cmake-tools.command.cmake.cleanRebuildAll.title": "Очистка перестроения всех проектов",
"cmake-tools.command.cmake.ctest.title": "Запустить тесты",
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
"cmake-tools.command.cmake.ctestAll.title": "Запуск тестов для всех проектов",
"cmake-tools.command.cmake.editCache.title": "Изменение кэша CMake",
"cmake-tools.command.cmake.quickStart.title": "Краткое руководство",
"cmake-tools.command.cmake.debugTarget.title": "Отладить",
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
"cmake-tools.command.cmake.debugTargetAll.title": "Отладка всех проектов",
"cmake-tools.command.cmake.launchTarget.title": "Запуск без отладки",
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
"cmake-tools.command.cmake.launchTargetAll.title": "Выполнение всех проектов без отладки",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Задание целевого объекта отладки",
"cmake-tools.command.cmake.stop.title": "Отменить сборку",
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
"cmake-tools.command.cmake.stopAll.title": "Отмена сборки для всех проектов",
"cmake-tools.command.cmake.resetState.title": "Сброс состояния расширения средств CMake (для устранения неполадок)",
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
"cmake-tools.command.cmake.selectActiveFolder.title": "Выбор активной папки",
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Запуск служебной программы",
"cmake-tools.command.cmake.outline.debugTarget.title": "Отладить",
"cmake-tools.command.cmake.outline.launchTarget.title": "Запуск в терминале",
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Задание как целевого объекта сборки",
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Задание как целевого объекта запуска/отладки",
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Открыть файл CMakeLists.txt",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Установка активной папки",
"cmake-tools.configuration.title": "Конфигурация Средств CMake",
"cmake-tools.configuration.cmake.cmakePath.description": "Имя используемого исполняемого файла CMake и путь к нему.",
"cmake-tools.configuration.cmake.buildDirectory.description": "Каталог, в который помещаются файлы сборки CMake.",
@ -109,7 +109,7 @@
"cmake-tools.configuration.cmake.buildTask.description": "Сборка с помощью tasks.json вместо внутреннего процесса.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Кодирование выходных данных из внешних команд (например, cmake --build).",
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Включение ведения журнала трассировки в файле и в консоли (большое число сообщений).",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Автоматический выбор активной папки",
"cmake-tools.configuration.views.cmake.folders.description": "Папки",
"cmake-tools.configuration.views.cmake.outline.description": "Структура проекта"
}

Просмотреть файл

@ -44,7 +44,7 @@
"failed.to.copy": "Не удалось скопировать \"{0}\" в \"{1}\": {2}",
"configuring.project": "Настройка проекта.",
"preparing.to.configure": "Подготовка к настройке.",
"run.configure": "Configuring folder: {0}",
"run.configure": "Настройка папки: {0}",
"unexpected.configure.type": "Непредвиденный тип конфигурации.",
"finishing.configure": "Завершение настройки.",
"configure.failed": "Не удалось настроить проект.",
@ -58,7 +58,7 @@
"waiting.on.variant": "Ожидание выбора варианта.",
"no.variant.abort": "Вариант не выбран. Прервите настройку.",
"cmake.drive.died.during.tasksbuildcommend": "Драйвер CMake завершил работу во время tasksBuildCommand",
"run.build": "Building folder: {0}",
"run.build": "Сборка папки: {0}",
"unable.to.configure": "Сборка не выполнена: невозможно настроить проект.",
"driver.died.after.successful.configure": "Драйвер CMake завершил работу сразу же после успешной настройки.",
"building.status": "Сборка",
@ -74,7 +74,7 @@
"enter.target.name": "Введите имя целевого объекта.",
"target.to.build.description": "Целевой объект для сборки",
"driver.died.after.build.succeeded": "Драйвер CMake завершил работу сразу же после успешного завершения сборки.",
"select.a.launch.target": "Select a launch target for {0}",
"select.a.launch.target": "Выберите целевой объект запуска для {0}.",
"no.executable.target.found.to.launch": "Не найден исполняемый целевой объект для запуска. Убедитесь в следующем:",
"have.you.called.add_executable": "Вы вызвали add_executable () в проекте CMake?",
"have.you.configured": "Вы успешно выполнили настройку CMake?",

Просмотреть файл

@ -21,8 +21,8 @@
"scan.for.kits.button": "Поиск наборов",
"cancel.button": "Отмена",
"running.in.test.mode": "Запуск CMakeTools в тестовом режиме. SelectKit отключен.",
"no.active.folder": "No active folder.",
"invalid.folder": "Invalid folder.",
"no.active.folder": "Нет активной папки.",
"invalid.folder": "Недопустимая рабочая папка.",
"compilation information.not.found": "Не удалось найти сведения о компиляции для этого файла.",
"initial.setup": "Начальная настройка",
"started": "запущено",

Просмотреть файл

@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated.
{
"update.workspace.folders": "Обновление папок рабочей области",
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
"same.folder.loaded.twice": "Одна папка рабочей области была загружена дважды.",
"removed.folder.not.on.record": "Папка рабочей области удалена, но не связана с экземпляром расширения."
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "Не удалось выполнить {0}: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "Не удалось проверить двоичный файл {0}, исключение: {1}",
"failed.to.scan.kit": "Не удалось выполнить поиск файла набора",
"founds.kits.in.directory": "Обнаружено наборов в каталоге {1}: {0}",
"failed.to.execute": "Не удалось выполнить {0}: {1}",
"error.parsing.environment": "Ошибка при синтаксическом анализе переменной среды: {0}",
"ok.running": "Сценарий {0} {1} успешно запущен, переменные среды: {2}",
"checking.for.kit": "Проверка на наличие набора: {0}",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "Набор для файла цепочки инструментов {0}",
"using.compilers.for": "Использование компиляторов для {0} (архитектура {1}).",
"using.compilers": "Использование компиляторов: {0}",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Не указано (разрешить CMake определить используемые компиляторы и среду)",
"not.reading.nonexistent.kit": "Не удается прочитать несуществующий файл наборов: {0}",
"reading.kits.file": "Чтение файла наборов {0}.",

Просмотреть файл

@ -18,7 +18,7 @@
"start.selection.of.kits": "Начало выбора наборов. Обнаружено наборов: {0}.",
"opening.kit.selection": "Открытие средства выбора наборов QuickPick.",
"unspecified.kit.name": "Не указано",
"select.a.kit.placeholder": "Select a Kit for {0}",
"select.a.kit.placeholder": "Выберите набор для {0}",
"user.cancelled.kit.selection": "Выбор набора отменен пользователем.",
"user.selected.kit": "Выбранный пользователем набор: {0}.",
"kit.references.non-existent": "Набор \"{0}\" ссылается на несуществующий двоичный файл компилятора [{1}]. Что вы хотели бы сделать?",

Просмотреть файл

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"active.folder.auto.select.tooltip": "Active folder",
"active.folder.tooltip": "Select Active folder",
"active.folder.auto.select.tooltip": "Активная папка",
"active.folder.tooltip": "Выбор активной папки",
"unconfigured": "Не настроено",
"loading.status": "Загрузка...",
"click.to.select.variant.tooltip": "Щелкните, чтобы выбрать вариант текущей сборки.",

Просмотреть файл

@ -14,6 +14,6 @@
"item.render.issue": "Возникла проблема при отрисовке этого элемента. Это ошибка.",
"empty.project": "Пустой проект",
"update.project.with.mismatch": "Обновление проекта с несоответствующим свойством имени",
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
"error.update.code.model.on.nonexist.folder": "Обновление модели кода в папке, которая еще не существует?",
"error.rendering.children.nodes": "Ошибка при отображении дочерних узлов."
}

Просмотреть файл

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.execute": "{0} yürütülemedi: {1}"
}

Просмотреть файл

@ -22,7 +22,6 @@
"filed.to.check.binary": "{0} ikili dosyası, {1} özel durumu ile denetlenemedi",
"failed.to.scan.kit": "Bir set dosyası taranamadı",
"founds.kits.in.directory": "{1} dizininde {0} set bulundu",
"failed.to.execute": "{0} yürütülemedi: {1}",
"error.parsing.environment": "{0} ortam değişkeni ayrıştırılırken hata oluştu",
"ok.running": "{0} {1} çalışıyor, ortam değişkenleri: {2}",
"checking.for.kit": "{0} seti denetleniyor",
@ -38,6 +37,7 @@
"kit.for.toolchain.file": "{0} araç zinciri dosyası için set",
"using.compilers.for": "{0} için derleyiciler kullanılıyor ({1} mimarisi)",
"using.compilers": "{0} derleyicileri kullanılıyor",
"search.for.compilers": "Search for compilers on this computer",
"unspecified.let.cmake.guess": "Belirtilmemiş (CMake'in hangi derleyicilerin ve ortamın kullanılacağını tahmin etmesine izin verin)",
"not.reading.nonexistent.kit": "Mevcut olmayan set dosyası okunmuyor: {0}",
"reading.kits.file": "{0} set dosyası okunuyor",