[Auto] Localization - Translated Strings (#2559)

This commit is contained in:
csigs 2022-05-26 16:55:47 -07:00 коммит произвёл GitHub
Родитель 1d92a013c3
Коммит 07b8d7ee26
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
66 изменённых файлов: 290 добавлений и 111 удалений

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "在多配置生成器上也设置 CMAKE_BUILD_TYPE",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果存在缓存,则跳过配置进程。",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "用于在扩展和 CMake 之间进行通信的协议",
"cmake-tools.configuration.cmake.showSystemKits.description": "在工具包选择中包括系统工具包",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "运行 CMake 命令时,请勿使用工具包环境变量。",
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 生成,而非使用内部进程。",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "来自外部命令的输出的编码(例如 cmake -- build)。",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "启用导出 compile_commands.json。",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakepresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakepresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果为 true则当在工作区中找到 CMakeLists.txt 文件,但未在根文件夹中找到时,扩展将不会要求用户选择 CMakeLists.txt 文件以进行配置。",
"cmake-tools.configuration.cmake.launchBehavior.description": "控制启动目标时启动终端将执行的操作。",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "已重用启动终端实例,并且目标将在终端空闲时立即启动。",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "已重用启动终端实例,并且将在启动目标之前发送中断命令以终止任何活动的前台进程。",

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

@ -4,14 +4,24 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "正在开始生成...",
"not.a.build.command": "{0} 不是已识别的生成命令。",
"build.finished.with.error": "生成已完成,但出现错误",
"build.finished.with.warnings": "生成已完成,但收到警告",
"build.finished.successfully": "生成已成功完成。"
"build": "生成",
"install": "安装",
"test": "测试",
"configure": "配置",
"clean": "清理",
"clean.rebuild": "清理重新生成",
"cmake.template.task": "CMake 模板 {0} 任务",
"command.not.recognized": "{0} 不是已识别的命令。",
"configure.finished.with.error": "配置已完成,但出现错误。",
"cmake.driver.not.found": "找不到 CMake 驱动程序。",
"configure.failed": "配置失败。",
"build.started": "已启动生成...",
"build.finished.with.error": "生成已完成,但出现错误。",
"build.finished.with.warnings": "生成已完成,但收到警告。",
"build.finished.successfully": "生成已成功完成。",
"config.started": "已启动配置...",
"install.started": "已启动安装...",
"test.started": "已启动测试...",
"clean.started": "已启动清理...",
"clean.rebuild.started": "已启动清理重新生成..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "无法读取 {0},因为它不是文件。代码模型信息不完整或已损坏。可能需要删除缓存并重新配置。",
"failed.writing.to.file": "未能写入文件 {0}",
"cache.object.version": "cmake-file-api 的缓存对象版本({0}.{1})不是预期版本。应为 ({2}.{3})。IntelliSense 配置可能不正确。",
"cache.entry.unknowntype": "未知的缓存条目类型: {0}。",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "启动 cmake-server 时出错",
"started.new.cmake.server.instance": "已使用 PID {0} 启动新的 CMake Server 实例",
"pipe.error.from.cmake-server": "cmake-server 中的管道错误",
"connection.terminated.unexpectedly": "与 cmake-server 的连接意外终止",
"cmake-server.exited.with.status": "cmake-server 已退出,状态为 {0} ({1})",
"unhandled.error.in": "{0} 中未处理的错误",
"pipe.error.from.cmake-server": "cmake-server 中的管道错误",
"protocol.error.cmake": "与 CMake 通信时出现协议错误! 已获取此输入: {0}",
"received.message.from.make-server": "已收到来自 cmake-server 的消息: {0}",
"invalid.cookie": "cookie 无效: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "已找到循环变量引用: {0}",
"reached.max.recursion": "已达到最大字符串扩展递归。可能存在循环引用。",
"invalid.variable.reference": "字符串中的变量引用 {0} 无效: {1}",
"command.not.supported": "命令不支持字符串: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "也在多個組態產生器上設定 CMAKE_BUILD_TYPE",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "如果有快取,則跳過設定流程。",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "用於在延伸模組與 CMake 之間通訊的通訊協定",
"cmake-tools.configuration.cmake.showSystemKits.description": "在套件選取範圍中包含系統套件",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "執行 CMake 命令時,不使用套件環境變數。",
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 而非內部處理序的組建。",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部命令輸出的編譯 (例如 cmake -- build)。",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時settings.json 中的套件、變體和某些設定會被忽略。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果為 true當工作區中找到某個檔案但卻不在根資料夾中時延伸就不會要求使用者選取要設定的 CMakeLists.txt 檔案。",
"cmake-tools.configuration.cmake.launchBehavior.description": "控制啟動終端機在您啟動目標時要執行的動作。",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "已重複使用啟動終端機執行個體,當終端機閒置時,目標就會立即啟動。",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "已重複使用啟動終端機執行個體,並在啟動目標之前傳送中斷命令以終止任何使用中的前景進程。",

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

@ -4,14 +4,24 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "正在開始建置...",
"not.a.build.command": "{0} 為無法辨識的建置命令。",
"build.finished.with.error": "建置已完成,但發生錯誤",
"build.finished.with.warnings": "建置已完成,但出現警告",
"build.finished.successfully": "已成功完成建置。"
"build": "組建",
"install": "安裝",
"test": "測試",
"configure": "設定",
"clean": "清除",
"clean.rebuild": "清除重建",
"cmake.template.task": "CMake 範本 {0} 工作",
"command.not.recognized": "{0} 為無法辨識的命令。",
"configure.finished.with.error": "設定已完成,但發生錯誤。",
"cmake.driver.not.found": "找不到 CMake 驅動程式。",
"configure.failed": "設定失敗。",
"build.started": "組建已開始...",
"build.finished.with.error": "建置已完成,但發生錯誤。",
"build.finished.with.warnings": "建置已完成,但出現警告。",
"build.finished.successfully": "已成功完成建置。",
"config.started": "設定已開始...",
"install.started": "安裝已開始...",
"test.started": "測試已開始...",
"clean.started": "已開始清除...",
"clean.rebuild.started": "已開始清除重建..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "無法讀取 {0},因為它不是檔案。程式碼模型資訊不完整或損毀。您可能需要刪除快取並重新設定。",
"failed.writing.to.file": "無法寫入檔案 {0}",
"cache.object.version": "cmake-file-api 的快取物件版本 ({0}.{1}) 不符預期,其應為 ({2}.{3})。IntelliSense 組態可能不正確。",
"cache.entry.unknowntype": "未知的快取項目類型: {0}。",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "啟動 cmake-server 時發生錯誤",
"started.new.cmake.server.instance": "已啟動具有 PID {0} 的新 CMake 伺服器執行個體",
"pipe.error.from.cmake-server": "cmake-server 發生管道錯誤",
"connection.terminated.unexpectedly": "已未預期地終止 cmake-server 的連線",
"cmake-server.exited.with.status": "cmake-server 結束。狀態: {0} ({1})",
"unhandled.error.in": "{0} 中有未處理的錯誤",
"pipe.error.from.cmake-server": "cmake-server 發生管道錯誤",
"protocol.error.cmake": "與 CMake 通訊時發生通訊協定錯誤! 已取得此輸入: {0}",
"received.message.from.make-server": "收到 cmake-server 傳來的訊息: {0}",
"invalid.cookie": "Cookie 無效: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "找到循環變數參考: {0}",
"reached.max.recursion": "已達到字串展開遞迴的最大值。可能的循環參考。",
"invalid.variable.reference": "字串中的變數參考 {0} 無效: {1}",
"command.not.supported": "字串不支援命令: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Nastavit CMAKE_BUILD_TYPE i pro generátory více konfigurací",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Přeskočit proces konfigurace, pokud je k dispozici mezipaměť",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protokol, pomocí kterého se komunikuje mezi rozšířením a nástrojem CMake",
"cmake-tools.configuration.cmake.showSystemKits.description": "Zahrnout systémové sady do výběru sady",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Při spouštění příkazů CMake nepoužívat proměnné prostředí sady",
"cmake-tools.configuration.cmake.buildTask.description": "Sestavit pomocí souboru tasks.json místo interního procesu",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Kódování výstupu z externích příkazů (např. cmake -- build)",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Povolte v CMakePresets.json používání rozšíření JSON, jako jsou třeba komentáře. Pokud použijete nestandardní JSON, ostatní prostředí IDE nebo příkazový řádek může soubor CMakePresets.json považovat za neplatný.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Když se nastaví na true, rozšíření nebude uživatele žádat, aby vybral soubor CMakeLists.txt pro konfiguraci, když se nějaký najde v pracovním prostoru, ale ne v kořenové složce.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Určuje, co se stane se spouštěcím terminálem, když spustíte cíl.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "Instance spouštěcího terminálu se znovu použije a cíl se spustí, jakmile bude terminál nečinný.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "Instance spouštěcího terminálu se znovu použije a před spuštěním cíle se odešle příkaz k přerušení veškerých aktivních procesů v popředí.",

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

@ -8,10 +8,20 @@
"install": "nainstalovat",
"test": "test",
"configure": "konfigurovat",
"clean": "vyčistit",
"clean.rebuild": "vyčistit a znovu sestavit",
"cmake.template.task": "Úloha {0} šablony CMake",
"starting.build": "Spouští se sestavování...",
"not.a.build.command": "{0} není rozpoznaný příkaz sestavení.",
"command.not.recognized": "{0} není rozpoznaný příkaz.",
"configure.finished.with.error": "Konfigurace byla dokončena s chybami.",
"cmake.driver.not.found": "Ovladač CMake se nenašel.",
"configure.failed": "Konfigurace se nezdařila.",
"build.started": "Sestavování zahájeno...",
"build.finished.with.error": "Sestavování se dokončilo s chybami.",
"build.finished.with.warnings": "Sestavování se dokončilo s upozorněními.",
"build.finished.successfully": "Sestavování se úspěšně dokončilo."
"build.finished.successfully": "Sestavování se úspěšně dokončilo.",
"config.started": "Konfigurace se spustila...",
"install.started": "Instalace se zahájila...",
"test.started": "Test byl spuštěn...",
"clean.started": "Zahájilo se čištění...",
"clean.rebuild.started": "Zahájilo se čištění a opětovné sestavení..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "Nelze číst {0}, protože se nejedná o soubor. Informace o modelu kódu jsou neúplné nebo poškozené. Možná bude nutné odstranit mezipaměť a znovu ji nakonfigurovat.",
"failed.writing.to.file": "Nepovedlo se zapisovat do souboru {0}.",
"cache.object.version": "Verze objektu mezipaměti ({0}.{1}) pro cmake-file-api se neočekává. Očekává se ({2}.{3}). Je možné, že konfigurace IntelliSense není správná.",
"cache.entry.unknowntype": "Neznámý typ položky mezipaměti: {0}",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Chyba při spouštění programu cmake–server",
"started.new.cmake.server.instance": "Byla zahájena nová instance serveru CMake s PID {0}.",
"pipe.error.from.cmake-server": "Chyba kanálu z programu cmake–server",
"connection.terminated.unexpectedly": "Připojení k programu cmake-server bylo neočekávaně ukončeno.",
"cmake-server.exited.with.status": "cmake-server ukončil práci se stavem {0} ({1}).",
"unhandled.error.in": "Neošetřená chyba v {0}",
"pipe.error.from.cmake-server": "Chyba kanálu z programu cmake–server",
"protocol.error.cmake": "Chyba protokolu při komunikaci s CMake! Byl obdržen tento vstup: {0}",
"received.message.from.make-server": "Přijala se zpráva z programu cmake-server: {0}",
"invalid.cookie": "Neplatný soubor cookie: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Našel se cyklický odkaz na proměnnou: {0}",
"reached.max.recursion": "Dosáhlo se maximální rekurze rozšiřování řetězce. Možná vznikl cyklický odkaz.",
"invalid.variable.reference": "Neplatný odkaz na proměnnou {0} v řetězci: {1}",
"command.not.supported": "Pro řetězec se nepodporují příkazy: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "CMAKE_BUILD_TYPE auch für Generatoren für mehrere Konfigurationen festlegen",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Hiermit wird der Konfigurationsprozess übersprungen, wenn der Cache vorhanden ist.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Das für die Kommunikation zwischen der Erweiterung und CMake verwendete Protokoll",
"cmake-tools.configuration.cmake.showSystemKits.description": "Systemkits in die Kitauswahl einschließen",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Hiermit werden die Umgebungsvariablen des Kits beim Ausführen von CMake-Befehlen nicht verwendet.",
"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).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Ermöglicht das Exportieren von \"compile_commands.json\".",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Benutzen Sie \"CMakePresets.json\", um das Konfigurieren, Erstellen und Testen von \"CMake\" zu steuern. Bei Verwendung von \"CMakePresets.json\" werden Kits, Varianten und einige Einstellungen in \"settings.json\" ignoriert.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Hiermit wird die Verwendung von JSON-Erweiterungen, wie z. B. Kommentare in CMakePresets.json, zugelassen. Beachten Sie, dass Ihre CMakePresets.json-Datei von anderen IDEs als ungültig betrachtet werden kann, oder in der Befehlszeile, wenn Sie nicht standardmäßiges JSON verwenden.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "TRUE gibt an, dass der Benutzer von der Erweiterung nicht aufgefordert wird, eine Datei „CMakeLists.txt“ für die Konfiguration auszuwählen, wenn eine Datei im Arbeitsbereich, aber nicht im Stammordner gefunden wird.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Steuert, was mit dem Startterminal beim Starten eines Ziels geschieht.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "Die Instanz des Startterminals wird wiederverwendet, und das Ziel wird gestartet, sobald sich das Terminal im Leerlauf befindet.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "Die Instanz des Startterminals wird wiederverwendet, und ein „break“-Befehl wird gesendet, um jeden aktiven Vordergrundprozess vor dem Starten des Ziels zu beenden.",

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

@ -4,14 +4,24 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "Kompilierung wird gestartet...",
"not.a.build.command": "{0} ist kein erkannter Kompilierungsbefehl.",
"build.finished.with.error": "Die Kompilierung wurde mit Fehlern abgeschlossen.",
"build.finished.with.warnings": "Die Kompilierung wurde mit Warnungen abgeschlossen.",
"build.finished.successfully": "Die Kompilierung wurde erfolgreich abgeschlossen."
"build": "Erstellen",
"install": "Installieren",
"test": "Test",
"configure": "Konfigurieren",
"clean": "reinigen",
"clean.rebuild": "sauberer Umbau",
"cmake.template.task": "CMake-Vorlage {0} Aufgabe",
"command.not.recognized": "{0} ist kein bekannter Befehl.",
"configure.finished.with.error": "Die Konfiguration wurde mit Fehlern abgeschlossen.",
"cmake.driver.not.found": "Der CMake-Treiber wurde nicht gefunden.",
"configure.failed": "Fehler bei der Konfiguration.",
"build.started": "Build gestartet...",
"build.finished.with.error": "Der Build wurde mit Fehlern abgeschlossen.",
"build.finished.with.warnings": "Der Build wurde mit Warnungen abgeschlossen.",
"build.finished.successfully": "Die Kompilierung wurde erfolgreich abgeschlossen.",
"config.started": "Konfiguration gestartet...",
"install.started": "Installation gestartet...",
"test.started": "Test gestartet...",
"clean.started": "Sauber gestartet...",
"clean.rebuild.started": "Sauberer Neuaufbau gestartet..."
}

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

@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "{0} kann nicht gelesen werden, da es sich nicht um eine Datei handelt. Die Codemodellinformationen sind unvollständig oder beschädigt. Möglicherweise müssen Sie den Cache löschen und neu konfigurieren.",
"failed.writing.to.file": "Fehler beim Schreiben in Datei {0}",
"cache.object.version": "Unerwartete Cacheobjektversion ({0}.{1}) von cmake-file-api. Erwartet: ({2}.{3}). Möglicherweise ist die IntelliSense-Konfiguration falsch.",
"cache.entry.unknowntype": "Unbekannter Cacheeintragstyp: {0}.",
"code.model.version": "Unerwartete Codemodellversion ({0}.{1}) von cmake-file-api. Erwartet: ({2}.{3}). Möglicherweise ist die IntelliSense-Konfiguration falsch.",
"toolchains.object.version": "Unerwartete Objektversion für \"toolchains\" ({0}.{1}) von cmake-file-api. Erwartet: ({2}.{3}). Möglicherweise ist die IntelliSense-Konfiguration falsch."
"toolchains.object.version": "Unerwartete Objektversion für “toolchains” ({0}.{1}) von cmake-file-api. Erwartet: ({2}.{3}). Möglicherweise ist die IntelliSense-Konfiguration falsch."
}

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Fehler beim Starten von cmake-server.",
"started.new.cmake.server.instance": "Neue CMake-Serverinstanz mit PID {0} gestartet",
"pipe.error.from.cmake-server": "Pipefehler von cmake-server.",
"connection.terminated.unexpectedly": "Die Verbindung mit cmake-server wurde unerwartet beendet.",
"cmake-server.exited.with.status": "cmake-server wurde mit Status {0} ({1}) beendet.",
"unhandled.error.in": "Unbehandelter Fehler in {0}.",
"pipe.error.from.cmake-server": "Pipefehler von cmake-server.",
"protocol.error.cmake": "Protokollfehler bei der Kommunikation mit CMake. Erhaltene Eingabe: {0}",
"received.message.from.make-server": "Empfangene Nachricht von cmake-server: {0}",
"invalid.cookie": "Ungültiges Cookie: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Kreisförmiger Variablenverweis gefunden: {0}",
"reached.max.recursion": "Die maximale Rekursion für die Zeichenfolgenerweiterung wurde erreicht. Möglicher Zirkelbezug.",
"invalid.variable.reference": "Ungültiger Variablenverweis {0} in folgender Zeichenfolge: {1}",
"command.not.supported": "Befehle werden für die Zeichenfolge nicht unterstützt: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Establece CMAKE_BUILD_TYPE también en generadores de configuración múltiple.",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Omite el proceso de configuración si la memoria caché está presente.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "El protocolo que se usa para la comunicación entre la extensión y CMake.",
"cmake-tools.configuration.cmake.showSystemKits.description": "Incluir kits de sistema en la selección del kit",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "No use las variables de entorno del kit al ejecutar comandos de CMake.",
"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).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Habilita la exportación de compile_commands.json.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Use CMakePresets.json para configurar, compilar y probar la unidad CMake. Cuando use CMakePresets.json, los kits, las variantes y algunos valores de configuración de settings.json se omitirán.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Permitir el uso de extensiones JSON como comentarios en CMakePresets.json. Tenga en cuenta que el archivo CMakePresets.json puede considerarse no válido por otros IDE o en la línea de comandos si usa JSON no estándar.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Si es true, la extensión no pedirá al usuario que seleccione un archivo CMakeLists.txt para la configuración cuando se encuentre uno en el área de trabajo, pero no en la carpeta raíz.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Controla lo que sucede con el terminal de inicio al iniciar un destino.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "La instancia del terminal de inicio se reutiliza y el destino se iniciará en cuanto el terminal esté inactivo.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "La instancia de terminal de inicio se reutiliza y se envía un comando break para finalizar cualquier proceso en primer plano activo antes de iniciar el destino.",

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

@ -4,14 +4,24 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "Iniciando la compilación...",
"not.a.build.command": "{0} no es un comando de compilación reconocido.",
"build.finished.with.error": "La compilación finalizó con errores",
"build.finished.with.warnings": "La compilación finalizó con advertencias.",
"build.finished.successfully": "La compilación finalizó correctamente."
"build": "compilación",
"install": "instalar",
"test": "prueba",
"configure": "configurar",
"clean": "limpiar",
"clean.rebuild": "recompilación limpia",
"cmake.template.task": "Tarea {0} plantilla de CMake",
"command.not.recognized": "{0} no es un comando reconocido.",
"configure.finished.with.error": "La compilación ha finalizado con errores.",
"cmake.driver.not.found": "No se encontró el controlador de CMake.",
"configure.failed": "Error al configurar.",
"build.started": "Compilación iniciada...",
"build.finished.with.error": "La compilación ha finalizado con errores.",
"build.finished.with.warnings": "La compilación ha finalizado con advertencias.",
"build.finished.successfully": "La compilación finalizó correctamente.",
"config.started": "Configuración iniciada...",
"install.started": "Instalación iniciada...",
"test.started": "Prueba iniciada...",
"clean.started": "Limpieza iniciada...",
"clean.rebuild.started": "Se inició la recompilación limpia..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "No se puede leer {0} porque no es un archivo. La información del modelo de código está incompleta o dañada. Puede que tenga que eliminar la memoria caché y volver a configurarla.",
"failed.writing.to.file": "No se pudo escribir en el archivo {0}",
"cache.object.version": "La versión del objeto de caché ({0}.{1}) de cmake-file-api no es la esperada. Se esperaba ({2}.{3}). Puede que la configuración de IntelliSense no sea correcta.",
"cache.entry.unknowntype": "Tipo de entrada de caché desconocido: {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Error al iniciar cmake-server",
"started.new.cmake.server.instance": "Se ha iniciado una nueva instancia del servidor de CMake con el PID {0}.",
"pipe.error.from.cmake-server": "Error de canalización de cmake-server",
"connection.terminated.unexpectedly": "La conexión con cmake-server se terminó de forma inesperada.",
"cmake-server.exited.with.status": "El elemento cmake-server se cerró con el estado {0} ({1})",
"unhandled.error.in": "Error no controlado en {0}",
"pipe.error.from.cmake-server": "Error de canalización de cmake-server",
"protocol.error.cmake": "Error de protocolo al comunicarse con CMake. Se obtuvo esta entrada: {0}",
"received.message.from.make-server": "Se recibió un mensaje de cmake-server: {0}",
"invalid.cookie": "Cookie no válida: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Referencia de variable circular encontrada: {0}",
"reached.max.recursion": "Se ha alcanzado la recursividad de expansión de cadena máxima. Posible referencia circular.",
"invalid.variable.reference": "Referencia de variable {0} no válida en la cadena: {1}",
"command.not.supported": "Comandos no admitidos para la cadena: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Définit également CMAKE_BUILD_TYPE sur plusieurs générateurs multiconfiguration",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Ignorez le processus de configuration si le cache est présent.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protocole de communication entre l'extension et CMake",
"cmake-tools.configuration.cmake.showSystemKits.description": "Inclure les kits système dans la sélection du kit",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "N'utilise pas les variables d'environnement de kit au moment de l'exécution de commandes CMake.",
"cmake-tools.configuration.cmake.buildTask.description": "Effectue une build à l'aide de tasks.json au lieu du processus interne.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Encodage de la sortie à partir de commandes externes (par exemple cmake -- build).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Permet l'exportation de compile_commands.json.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Utilisez CMakePresets.json pour configurer la configuration du lecteur CMake, son build et son test. Lorsque vous utilisez CMakePresets.json, les kits, les variantes et certains paramètres de settings.json seront ignorés.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Autoriser lutilisation dextensions JSON telles que des commentaires dans CMakePresets.jsactivé. Notez que votre CMakePresets.jssur le fichier peut être considérée comme non valide par dautres IDE ou sur la ligne de commande si vous utilisez un JSON non standard.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Si la valeur est true, lextension ne demande pas à lutilisateur de sélectionner un fichier CMakeLists.txt pour la configuration lorsquun fichier est trouvé dans lespace de travail mais pas dans le dossier racine.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Contrôle ce qui se passe avec le terminal de lancement quand vous lancez une cible.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "Linstance de terminal de lancement est réutilisée et la cible se lance dès que le terminal est inactif.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "Linstance de terminal de lancement est réutilisée et une commande darrêt est envoyée pour arrêter tout processus de premier plan actif avant le lancement de la cible.",

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

@ -5,13 +5,23 @@
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"install": "installer",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "Démarrage de la génération...",
"not.a.build.command": "{0} nest pas une commande de génération reconnue.",
"build.finished.with.error": "La génération s'est achevée avec une ou plusieurs erreurs",
"build.finished.with.warnings": "La génération s'est achevée avec un ou plusieurs avertissements",
"build.finished.successfully": "Génération terminée."
"configure": "configurer",
"clean": "nettoyer",
"clean.rebuild": "Nouvelle regénération",
"cmake.template.task": "Tâche {0} de modèle CMake",
"command.not.recognized": "{0} nest pas une commande reconnue.",
"configure.finished.with.error": "La configuration s'est terminée avec une ou plusieurs erreurs.",
"cmake.driver.not.found": "Pilote CMake introuvable",
"configure.failed": "Échec de la configuration",
"build.started": "Build démarrée...",
"build.finished.with.error": "La génération s'est achevée avec une ou plusieurs erreurs.",
"build.finished.with.warnings": "La génération s'est achevée avec un ou plusieurs avertissements.",
"build.finished.successfully": "Génération terminée.",
"config.started": "Configuration démarrée...",
"install.started": "Installation démarrée",
"test.started": "Test démarré",
"clean.started": "L'opération de nettoyage a démarré...",
"clean.rebuild.started": "L'opération de nettoyage de regénération a démarré..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "Impossible de lire {0}, car il ne sagit pas dun fichier. Les informations du modèle de code sont incomplètes ou endommagées. Vous devrez peut-être supprimer le cache et le reconfigurer.",
"failed.writing.to.file": "L'écriture dans le fichier {0} a échoué",
"cache.object.version": "L'objet de cache version ({0}.{1}) de cmake-file-api est inattendu. En attente de ({2}.{3}). La configuration d'IntelliSense est peut-être incorrecte.",
"cache.entry.unknowntype": "Type d'entrée de cache inconnu : {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Erreur au démarrage de cmake-server",
"started.new.cmake.server.instance": "Démarrage d'une nouvelle instance de serveur CMake ayant le PID {0}",
"pipe.error.from.cmake-server": "Erreur de canal de cmake-server",
"connection.terminated.unexpectedly": "La connexion à cmake-server s'est terminée de manière inattendue",
"cmake-server.exited.with.status": "Arrêt de cmake-server avec l'état {0} ({1})",
"unhandled.error.in": "Erreur non prise en charge dans {0}",
"pipe.error.from.cmake-server": "Erreur de canal de cmake-server",
"protocol.error.cmake": "Erreur de protocole durant la communication avec CMake ! Entrée obtenue : {0}",
"received.message.from.make-server": "Message reçu de cmake-server : {0}",
"invalid.cookie": "Cookie non valide : {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Référence de variable circulaire trouvée : {0}",
"reached.max.recursion": "La récursivité dexpansion de chaîne maximale a été atteinte. Référence circulaire possible.",
"invalid.variable.reference": "Référence de variable {0} non valide dans la chaîne {1}",
"command.not.supported": "Les commandes ne sont pas prises en charge pour la chaîne : {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Imposta CMAKE_BUILD_TYPE anche su generatori di configurazione multipla",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Ignora il processo di configurazione se la cache è presente.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protocollo usato per le comunicazioni tra l'estensione e CMake",
"cmake-tools.configuration.cmake.showSystemKits.description": "Consente di includere kit di sistema nella selezione del kit",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Non usa le variabili di ambiente del kit durante l'esecuzione dei comandi di CMake.",
"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).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Consente l'esportazione di compile_commands.json.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Usare CMakePresets.json per configurare lunità CMake di configurazione, compilazione e test. Quando si usa CMakePresets.json alcuni kit, varianti e impostazioni in settings.json verranno ignorati.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Consente l'uso di estensioni JSON come i commenti in CMakePresets.json. Si noti che il file CMakePresets.json potrebbe essere considerato non valido da altri IDE o dalla riga di comando se si usa JSON non standard.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Se è true, l'estensione non richiederà all'utente di selezionare un file CMakeLists.txt per la configurazione quando ne viene trovato uno nell'area di lavoro ma non nella cartella radice.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Controlla cosa accade al terminale di avvio quando si avvia una destinazione.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "L'istanza del terminale di avvio viene riutilizzata e la destinazione verrà avviata non appena il terminale è inattivo.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "L'istanza del terminale di avvio viene riutilizzata e viene inviato un comando di interruzione per terminare qualsiasi processo in primo piano attivo prima di avviare la destinazione.",

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

@ -4,14 +4,24 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"build": "compila",
"install": "installa",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "Avvio della compilazione...",
"not.a.build.command": "{0} non è un comando di compilazione riconosciuto.",
"build.finished.with.error": "La compilazione è terminata con errore/i",
"build.finished.with.warnings": "La compilazione è terminata con uno o più avvisi",
"build.finished.successfully": "La compilazione è terminata."
"configure": "configura",
"clean": "pulizia",
"clean.rebuild": "ricompilazione pulita",
"cmake.template.task": "Attività di {0} del modello CMake",
"command.not.recognized": "{0} non è un comando riconosciuto.",
"configure.finished.with.error": "Configurazione completata con errori.",
"cmake.driver.not.found": "Il driver CMake non è stato trovato.",
"configure.failed": "Configurazione non riuscita.",
"build.started": "Compilazione avviata",
"build.finished.with.error": "La compilazione è terminata con errore/i.",
"build.finished.with.warnings": "La compilazione è terminata con uno o più avvisi.",
"build.finished.successfully": "La compilazione è terminata.",
"config.started": "Configurazione avviata...",
"install.started": "Installazione avviata",
"test.started": "Test avviato...",
"clean.started": "Pulizia avviata...",
"clean.rebuild.started": "Ricompilazione pulita avviata..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "Impossibile leggere {0} perché non è un file. Le informazioni sul modello di codice sono incomplete o danneggiate. Potrebbe essere necessario eliminare la cache e riconfigurarla.",
"failed.writing.to.file": "Non è stato possibile scrivere nel file {0}",
"cache.object.version": "La versione dell'oggetto cache ({0}.{1}) di cmake-file-api è imprevista. È prevista ({2}.{3}). La configurazione IntelliSense potrebbe essere errata.",
"cache.entry.unknowntype": "Tipo di voce della cache sconosciuto: {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Si è verificato un errore durante l'avvio di cmake-server",
"started.new.cmake.server.instance": "È stata avviata una nuova istanza del server CMake con PID {0}",
"pipe.error.from.cmake-server": "Errore pipe da cmake-server",
"connection.terminated.unexpectedly": "La connessione a cmake-server è stata interrotta in modo imprevisto",
"cmake-server.exited.with.status": "cmake-server terminato. Stato: {0} ({1})",
"unhandled.error.in": "Errore non gestito in {0}",
"pipe.error.from.cmake-server": "Errore pipe da cmake-server",
"protocol.error.cmake": "Errore di protocollo durante le comunicazioni con CMake. Input restituito: {0}",
"received.message.from.make-server": "Messaggio ricevuto da cmake-server: {0}",
"invalid.cookie": "Cookie non valido: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Trovato riferimento alla variabile circolare: {0}",
"reached.max.recursion": "Ha raggiunto la ricorsione di espansione massima delle stringhe. Possibile riferimento circolare.",
"invalid.variable.reference": "Riferimento a variabile {0} non valido nella stringa: {1}",
"command.not.supported": "I comandi non sono supportati per la stringa: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "マルチ構成ジェネレーターでも CMAKE_BUILD_TYPE を設定します",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "キャッシュが存在する場合は、構成プロセスをスキップします。",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "拡張機能と CMake の間の通信に使用されるプロトコル",
"cmake-tools.configuration.cmake.showSystemKits.description": "キットの選択にシステム キットを含める",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "CMake コマンドの実行時には、キットの環境変数を使用しないでください。",
"cmake-tools.configuration.cmake.buildTask.description": "内部プロセスではなく tasks.json を使用してビルドします。",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部コマンドからの出力のエンコードです (例: cmake -- build)。",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "compile_commands.json のエクスポートを有効にします。",
"cmake-tools.configuration.cmake.useCMakePresets.description": "CMakePresets.json を使用して、ドライブ CMake の構成、ビルド、テストを構成します。CMakePresets.json を使用している場合、キット、バリエーション、また settings.json の設定の一部は無視されます。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "CMakePresets.json でコメントなどの JSON 拡張機能の使用を許可します。標準以外の JSON を使用した場合、他の IDE やコマンド ラインで CMakePresets.json ファイルが無効とみなされる可能性があることに注意してください。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "true の場合、拡張機能は、ワークスペース内で見つかったがルート フォルダーにない場合に、構成用の CMakeLists.txt ファイルを選択するようにユーザーに求めなくなります。",
"cmake-tools.configuration.cmake.launchBehavior.description": "ターゲットを起動するときの起動ターミナルの動作を制御します。",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "起動ターミナル インスタンスが再利用され、ターミナルがアイドル状態になるとすぐにターゲットが起動します。",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "起動ターミナル インスタンスが再利用され、ターゲットを起動する前にアクティブなフォアグラウンド プロセスを終了するための break コマンドが送信されます。",

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

@ -8,10 +8,20 @@
"install": "インストール",
"test": "テスト",
"configure": "構成",
"clean": "クリーン",
"clean.rebuild": "クリーンしてリビルド",
"cmake.template.task": "CMake テンプレート {0} タスク",
"starting.build": "ビルドを開始しています...",
"not.a.build.command": "{0} は、認識されたビルド コマンドではありません。",
"build.finished.with.error": "ビルドが完了しましたが、エラーが発生しました",
"build.finished.with.warnings": "ビルドが完了しましたが、警告が発生しました",
"build.finished.successfully": "ビルドが正常に完了しました。"
"command.not.recognized": "{0} は認識されたコマンドではありません。",
"configure.finished.with.error": "構成がエラーで終了しました。",
"cmake.driver.not.found": "CMake ドライバーが見つかりません。",
"configure.failed": "構成に失敗しました。",
"build.started": "ビルドが開始されました...",
"build.finished.with.error": "ビルドが完了しましたが、エラーが発生しました。",
"build.finished.with.warnings": "ビルドが完了しましたが、警告が発生しました。",
"build.finished.successfully": "ビルドが正常に完了しました。",
"config.started": "構成が開始されました...",
"install.started": "インストール開始済み...",
"test.started": "テストを開始しました...",
"clean.started": "[クリーン] を開始しました...",
"clean.rebuild.started": "クリーンしてリビルドを開始しました..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "ファイルではないため、{0} を読み取ることができません。コード モデル情報が不完全であるか壊れています。キャッシュを削除して再構成しなければならない可能性があります。",
"failed.writing.to.file": "ファイル {0} への書き込みが失敗しました",
"cache.object.version": "cmake-file-api のキャッシュ オブジェクト バージョン ({0}.{1}) が予期されていません。({2}.{3}) が必要です。IntelliSense の構成が正しくない可能性があります。",
"cache.entry.unknowntype": "不明なキャッシュ エントリの種類: {0}。",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "cmake-server の起動でエラーが発生しました",
"started.new.cmake.server.instance": "新しい CMake サーバー インスタンスが PID {0} で開始されました",
"pipe.error.from.cmake-server": "cmake-server からのパイプ エラー",
"connection.terminated.unexpectedly": "cmake-server への接続が予期せず終了しました",
"cmake-server.exited.with.status": "cmake-server が状態 {0} ({1}) で終了しました",
"unhandled.error.in": "ハンドルされないエラーが {0} で発生しました",
"pipe.error.from.cmake-server": "cmake-server からのパイプ エラー",
"protocol.error.cmake": "Cmake との通信でプロトコル エラーが発生しました。この入力を取得しました: {0}",
"received.message.from.make-server": "cmake-server からメッセージを受信しました: {0}",
"invalid.cookie": "無効な Cookie: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "循環変数参照が見つかりました: {0}",
"reached.max.recursion": "文字列展開の再帰の最大数に達しました。循環参照の可能性があります。",
"invalid.variable.reference": "文字列に無効な変数参照 {0} があります: {1}",
"command.not.supported": "コマンドは文字列ではサポートされていません: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "다중 구성 생성기에도 CMAKE_BUILD_TYPE 설정",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "캐시가 있으면 구성 프로세스를 건너뜁니다.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "확장과 CMake 간 통신에 사용되는 프로토콜입니다.",
"cmake-tools.configuration.cmake.showSystemKits.description": "키트 선택에 시스템 키트 포함",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "CMake 명령을 실행할 때 키트 환경 변수를 사용하지 않습니다.",
"cmake-tools.configuration.cmake.buildTask.description": "내부 프로세스 대신 tasks.json을 사용하여 빌드합니다.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "외부 명령의 출력 인코딩입니다(예: cmake -- build).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "compile_commands.json 내보내기를 사용하도록 설정합니다.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "CMakePresets.json을 사용하여 드라이브 CMake 구성, 빌드 및 테스트를 구성합니다. CMakePresets.json을 사용할 때, 키트, 변형 및 settings.json의 일부 설정이 무시됩니다.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "CMakePresets.json의 설명과 같은 JSON 확장 사용을 허용합니다. CMakePresets.json 파일은 다른 IDE에서 또는 비표준 JSON을 사용하는 경우 명령줄에서 유효하지 않은 것으로 간주될 수 있습니다.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "true이면 확장에서 작업 영역에 있지만 루트 폴더에는 없는 경우 구성을 위해 CMakeLists.txt 파일을 선택하도록 사용자에게 요청하지 않습니다.",
"cmake-tools.configuration.cmake.launchBehavior.description": "대상을 시작할 때 시작 터미널에서 수행되는 작업을 제어합니다.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "시작 터미널 인스턴스가 다시 사용되며 터미널이 유휴 상태가 되면 대상이 시작됩니다.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "시작 터미널 인스턴스가 재사용되고 대상을 시작하기 전에 활성 포그라운드 프로세스를 종료하기 위해 break 명령이 전송됩니다.",

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

@ -4,14 +4,24 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"build": "build",
"install": "install",
"test": "test",
"configure": "configure",
"cmake.template.task": "CMake template {0} task",
"starting.build": "빌드를 시작하는 중...",
"not.a.build.command": "{0}은(는) 인식할 수 있는 빌드 명령이 아닙니다.",
"build": "빌드",
"install": "설치",
"test": "테스트",
"configure": "구성",
"clean": "정리",
"clean.rebuild": "다시 빌드 정리",
"cmake.template.task": "CMake 템플릿 {0} 작업",
"command.not.recognized": "{0} 인식할 수 없는 명령입니다.",
"configure.finished.with.error": "구성이 완료되었지만, 오류가 발생했습니다.",
"cmake.driver.not.found": "CMake 드라이버를 찾을 수 없습니다.",
"configure.failed": "구성하지 못했습니다.",
"build.started": "빌드가 시작되었습니다...",
"build.finished.with.error": "빌드가 완료되었지만, 오류가 발생했습니다.",
"build.finished.with.warnings": "빌드가 완료되었지만, 경고가 발생했습니다.",
"build.finished.successfully": "빌드가 완료되었습니다."
"build.finished.successfully": "빌드가 완료되었습니다.",
"config.started": "구성 시작됨...",
"install.started": "설치가 시작되었습니다...",
"test.started": "테스트가 시작되었습니다...",
"clean.started": "정리 시작...",
"clean.rebuild.started": "다시 빌드 정리가 시작되었습니다..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "파일이 아니므로 {0} 읽을 수 없습니다. 코드 모델 정보가 불완전하거나 손상되었습니다. 캐시를 삭제하고 다시 구성해야 할 수 있습니다.",
"failed.writing.to.file": "{0} 파일에 쓰지 못함",
"cache.object.version": "cmake-file-api의 캐시 개체 버전({0}.{1})은(는) 필요하지 않습니다. ({2}.{3})이(가) 필요합니다. IntelliSense 구성이 잘못되었을 수 있습니다.",
"cache.entry.unknowntype": "알 수 없는 캐시 항목 형식 {0}입니다.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "cmake-server를 시작하는 동안 오류 발생",
"started.new.cmake.server.instance": "PID가 {0}인 새 CMake 서버 인스턴스를 시작함",
"pipe.error.from.cmake-server": "cmake-server의 파이프 오류",
"connection.terminated.unexpectedly": "cmake-server에 대한 연결이 예기치 않게 종료됨",
"cmake-server.exited.with.status": "cmake-server가 종료됨(상태: {0}({1}))",
"unhandled.error.in": "{0}의 처리되지 않은 오류",
"pipe.error.from.cmake-server": "cmake-server의 파이프 오류",
"protocol.error.cmake": "CMake와 통신하는 동안 프로토콜 오류가 발생했습니다. 다음 입력이 표시되었습니다. {0}",
"received.message.from.make-server": "cmake-server에서 메시지를 받음: {0}",
"invalid.cookie": "잘못된 쿠키: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "순환 변수 참조 발견: {0}",
"reached.max.recursion": "최대 문자열 확장 재귀에 도달했습니다. 순환 참조가 발생할 수 있습니다.",
"invalid.variable.reference": "문자열의 잘못된 변수 참조 {0}: {1}",
"command.not.supported": "문자열에 대해 명령이 지원되지 않음: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Ustawiaj zmienną CMAKE_BUILD_TYPE również w przypadku generatorów z wieloma konfiguracjami",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Pomiń proces konfigurowania, jeśli pamięć podręczna jest obecna.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Protokół używany do komunikacji między rozszerzeniem i narzędziem CMake",
"cmake-tools.configuration.cmake.showSystemKits.description": "Uwzględnij zestawy systemowe w wyborze zestawu",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Nie używaj zmiennych środowiskowych zestawu podczas uruchamiania poleceń narzędzia CMake.",
"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).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umożliwia eksportowanie pliku compile_commands.js.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Użyj pliku CMakePresets.json, aby ustawić konfigurację, kompilowanie i test dysku CMake. Przy korzystaniu z pliku CMakePresets.json zestawy, warianty i niektóre ustawienia w pliku settings.json zostaną pominięte.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Zezwalaj na używanie rozszerzeń JSON, takich jak komentarze w CMakePresets.json. Pamiętaj, że plik CMakePresets.json może być uznany za nieprawidłowy przez inne środowiska IDE lub w wierszu polecenia, jeśli używasz niestandardowego kodu JSON.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Jeśli ma wartość true, rozszerzenie nie będzie monitować użytkownika o wybranie pliku CMakeLists.txt do konfiguracji, gdy zostanie znaleziony w obszarze roboczym, ale nie w folderze głównym.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Określa, co się dzieje z terminalem uruchamiania po uruchomieniu elementu docelowego.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "Wystąpienie terminalu uruchamiania zostanie ponownie uruchomione, a obiekt docelowy zostanie uruchomiony, gdy tylko terminal będzie bezczynny.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "Wystąpienie terminalu uruchamiania jest ponownie uruchamiane, a polecenie przerwania jest wysyłane w celu zakończenia wszelkich aktywnych procesów pierwszego planu przed uruchomieniem elementu docelowego.",

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

@ -8,10 +8,20 @@
"install": "zainstaluj",
"test": "testuj",
"configure": "konfiguruj",
"clean": "wyczyść",
"clean.rebuild": "wyczyść ponowną kompilację",
"cmake.template.task": "Zadanie {0} szablonu narzędzia CMake",
"starting.build": "Trwa uruchamianie kompilacji...",
"not.a.build.command": "{0} nie jest rozpoznawanym poleceniem kompilacji.",
"build.finished.with.error": "Kompilacja została zakończona z błędami",
"build.finished.with.warnings": "Kompilacja została zakończona z ostrzeżeniami",
"build.finished.successfully": "Kompilacja została zakończona pomyślnie."
"command.not.recognized": "{0} nie jest rozpoznawanym poleceniem.",
"configure.finished.with.error": "Konfiguracja została zakończona z błędami.",
"cmake.driver.not.found": "Nie znaleziono sterownika narzędzia CMake.",
"configure.failed": "Konfigurowanie nie powiodło się.",
"build.started": "Rozpoczęto kompilację...",
"build.finished.with.error": "Kompilacja została zakończona z błędami.",
"build.finished.with.warnings": "Kompilacja została zakończona z ostrzeżeniami.",
"build.finished.successfully": "Kompilacja została zakończona pomyślnie.",
"config.started": "Konfiguracja została uruchomiona...",
"install.started": "Instalacja została rozpoczęta...",
"test.started": "Rozpoczęto test...",
"clean.started": "Rozpoczęto oczyszczanie...",
"clean.rebuild.started": "Rozpoczęto czyszczenie ponownej kompilacji..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "Nie można odczytać {0} ponieważ nie jest to plik. Informacje o modelu kodu są niekompletne lub uszkodzone. Może być konieczne usunięcie pamięci podręcznej i ponowne skonfigurowanie.",
"failed.writing.to.file": "Nie można zapisać do pliku: {0}",
"cache.object.version": "Wersja obiektu pamięci podręcznej ({0}.{1}) interfejsu cmake-file-api jest nieoczekiwana. Oczekiwano wersji ({2}.{3}). Konfiguracja funkcji IntelliSense może być niepoprawna.",
"cache.entry.unknowntype": "Nieznany typ wpisu w pamięci podręcznej: {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Błąd podczas uruchamiania programu cmake-server",
"started.new.cmake.server.instance": "Uruchomiono nowe wystąpienie serwera narzędzia CMake z identyfikatorem PID {0}",
"pipe.error.from.cmake-server": "Błąd potoku z programu cmake-server",
"connection.terminated.unexpectedly": "Połączenie z programem cmake-server zostało nieoczekiwanie przerwane",
"cmake-server.exited.with.status": "Program cmake-server zakończył pracę ze stanem {0} ({1})",
"unhandled.error.in": "Nieobsłużony błąd w elemencie {0}",
"pipe.error.from.cmake-server": "Błąd potoku z programu cmake-server",
"protocol.error.cmake": "Błąd protokołu podczas komunikacji z narzędziem CMake! Uzyskano następujące dane wejściowe: {0}",
"received.message.from.make-server": "Odebrano komunikat z programu cmake-server: {0}",
"invalid.cookie": "Nieprawidłowy plik cookie: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Znaleziono odwołanie do zmiennej cyklicznej: {0}",
"reached.max.recursion": "Osiągnięto maksymalną rekursję rozszerzenia ciągu. Możliwe odwołanie cykliczne.",
"invalid.variable.reference": "Nieprawidłowe odwołanie do zmiennej {0} w ciągu: {1}",
"command.not.supported": "Polecenia nie są obsługiwane w przypadku ciągu: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Definir o CMAKE_BUILD_TYPE também nos geradores de multiconfiguração",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Ignore o processo de configuração se o cache estiver presente.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "O protocolo usado para a comunicação entre a extensão e o CMake",
"cmake-tools.configuration.cmake.showSystemKits.description": "Incluir kits do sistema na seleção do kit",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Não use as variáveis de ambiente do kit ao executar os comandos do CMake.",
"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).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Habilita a exportação de compile_commands.json.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Use o CMakePresets.json para configurar a unidade CMake de configuração, compilação e teste. Ao usar o CMakePresets.json, kits, variantes e algumas configurações do settings.json serão ignoradas.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Permita o uso de extensões JSON, tais como comentários em CMakePresets.json. Observe que seu arquivo CMakePresets.json pode ser considerado inválido por outros IDEs ou na linha de comando se você usar JSON não padrão.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Se for verdadeiro, a extensão não solicitará que o usuário selecione um arquivo CMakeLists.txt para configuração quando um for encontrado no espaço de trabalho, mas não na pasta raiz.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Controla o que acontece com o terminal de lançamento quando você lança um alvo.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "A instância do terminal de lançamento é reaproveitada e o alvo será lançado assim que o terminal estiver ocioso.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "A instância do terminal de lançamento é reutilizada e um comando de parada é enviado para terminar qualquer processo ativo em primeiro plano antes de lançar o alvo.",

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

@ -8,10 +8,20 @@
"install": "instalar",
"test": "teste",
"configure": "configurar",
"clean": "limpar",
"clean.rebuild": "recompilação limpa",
"cmake.template.task": "Tarefa do modelo CMake {0}",
"starting.build": "Iniciando o build...",
"not.a.build.command": "{0} não é um comando de build reconhecido.",
"build.finished.with.error": "Build concluído com erros",
"build.finished.with.warnings": "Build concluído com avisos",
"build.finished.successfully": "Build concluído com êxito."
"command.not.recognized": "{0} não é um comando reconhecido.",
"configure.finished.with.error": "Configuração concluída com erro(s).",
"cmake.driver.not.found": "Driver do CMake não encontrado.",
"configure.failed": "Falha na configuração.",
"build.started": "Build iniciado...",
"build.finished.with.error": "Build concluída com erro(s).",
"build.finished.with.warnings": "Build concluída com aviso(s).",
"build.finished.successfully": "Build concluído com êxito.",
"config.started": "Configuração iniciada...",
"install.started": "Instalação iniciada...",
"test.started": "Teste iniciado...",
"clean.started": "Limpeza Iniciada...",
"clean.rebuild.started": "Recompilação Limpa Iniciada..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "Não é possível ler {0} porque ele não é um arquivo. As informações do modelo de código estão incompletas ou corrompidas. Talvez seja necessário excluir o cache e reconfigurar.",
"failed.writing.to.file": "Erro ao gravar no arquivo {0}",
"cache.object.version": "A versão do objeto de cache ({0}.{1}) de cmake-file-api é inesperada. Esperava-se ({2}.{3}). A configuração do IntelliSense pode estar incorreta.",
"cache.entry.unknowntype": "Tipo de entrada de cache desconhecido: {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Erro ao iniciar o servidor do CMake",
"started.new.cmake.server.instance": "Iniciada nova instância do Servidor do CMake com PID {0}",
"pipe.error.from.cmake-server": "Erro de pipe do servidor do CMake",
"connection.terminated.unexpectedly": "A conexão com o servidor do CMake foi encerrada inesperadamente",
"cmake-server.exited.with.status": "cmake-server foi encerrado com o status {0} ({1})",
"unhandled.error.in": "Erro sem tratamento no {0}",
"pipe.error.from.cmake-server": "Erro de pipe do servidor do CMake",
"protocol.error.cmake": "Erro de protocolo ao se comunicar com CMake. Esta entrada foi obtida: {0}",
"received.message.from.make-server": "Mensagem recebida do servidor do CMake: {0}",
"invalid.cookie": "Cookie inválido: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Referência de variável circular encontrada: {0}",
"reached.max.recursion": "Recursão máxima de expansão da cadeia de caracteres atingida. Possível referência circular.",
"invalid.variable.reference": "Referência de variável {0} inválida na cadeia de caracteres: {1}",
"command.not.supported": "Os comandos não são compatíveis com a cadeia de caracteres: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Задание CMAKE_BUILD_TYPE также для генераторов с несколькими конфигурациями.",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Пропустить процесс настройки при наличии кэша.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Протокол, используемый для взаимодействия между расширением и CMake",
"cmake-tools.configuration.cmake.showSystemKits.description": "Включить системные комплекты в выбор комплекта",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "Отключение использования переменных среды при выполнении команд CMake.",
"cmake-tools.configuration.cmake.buildTask.description": "Сборка с помощью tasks.json вместо внутреннего процесса.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Кодирование выходных данных из внешних команд (например, cmake --build).",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Включает exporting compile_commands.json.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Используйте CMakePresets.json для настройки конфигурации, сборки и тестирования CMake диска. При использовании CMakePresets.json наборы, варианты и некоторые параметры в settings.json будут пропущены.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Разрешить использование расширений JSON, таких как комментарии, в CMakePresets.json. Обратите внимание, что файл CMakePresets.json может считаться недействительным в других IDE или в командной строке, если вы используете нестандартный JSON.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Если значение равно \"true\", расширение не будет просить пользователя выбрать файл CMakeLists.txt для конфигурации, если такой файл обнаружен в рабочей области, но не в корневой папке.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Управляет тем, что происходит с терминалом запуска при запуске целевого объекта.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "Экземпляр терминала запуска используется повторно, а целевой объект запустится сразу после перехода терминала в режим простоя.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "Экземпляр терминала запуска используется повторно, и в терминал отправляется команда останова перед запуском целевого объекта, чтобы завершить все активные процессы переднего плана.",

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

@ -8,10 +8,20 @@
"install": "установить",
"test": "тест",
"configure": "настроить",
"clean": "очистить",
"clean.rebuild": "очистка перестроения",
"cmake.template.task": "Задача шаблона CMake {0}",
"starting.build": "Запуск сборки…",
"not.a.build.command": "{0} не является распознаваемой командой сборки.",
"build.finished.with.error": "Сборка завершена с ошибками",
"command.not.recognized": "{0} не является распознаваемой командой.",
"configure.finished.with.error": "Настройка завершена с ошибками.",
"cmake.driver.not.found": "Драйвер CMake не найден.",
"configure.failed": "Сбой настройки.",
"build.started": "Сборка началась...",
"build.finished.with.error": "Сборка завершена с ошибками.",
"build.finished.with.warnings": "Сборка завершена с предупреждениями.",
"build.finished.successfully": "Сборка завершена."
"build.finished.successfully": "Сборка завершена.",
"config.started": "Настройка началась...",
"install.started": "Установка началась...",
"test.started": "Тестирование началось...",
"clean.started": "Очистка запущена...",
"clean.rebuild.started": "Очистка перестроения запущена..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "Не удалось прочитать {0}, так как это не файл. Сведения о модели кода неполные или повреждены. Возможно, требуется удалить кэш и провести повторную настройку.",
"failed.writing.to.file": "Ошибка при записи в файл {0}",
"cache.object.version": "Неожиданная версия объекта кэша cmake-file-api ({0}.{1}). Ожидаемая версия: ({2}.{3}). Возможно, конфигурация IntelliSense задана неправильно.",
"cache.entry.unknowntype": "Неизвестный тип записи кэша: {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "Ошибка при запуске команды cmake-server.",
"started.new.cmake.server.instance": "Запущен новый экземпляр сервера CMake с идентификатором процесса {0}",
"pipe.error.from.cmake-server": "Ошибка канала при выполнении команды cmake-server.",
"connection.terminated.unexpectedly": "Подключение к команде cmake-server неожиданно прервано.",
"cmake-server.exited.with.status": "Команда cmake-server завершила работу с состоянием {0} ({1}).",
"unhandled.error.in": "Необработанная ошибка в {0}.",
"pipe.error.from.cmake-server": "Ошибка канала при выполнении команды cmake-server.",
"protocol.error.cmake": "Ошибка протокола при взаимодействии с CMake. Получены следующие входные данные: {0}",
"received.message.from.make-server": "Получено сообщение от команды cmake-server: {0}",
"invalid.cookie": "Недопустимый файл cookie: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Найдена циклическая ссылка на переменную: {0}",
"reached.max.recursion": "Достигнуто максимальное число рекурсий расширения строки. Возможна циклическая ссылка.",
"invalid.variable.reference": "Недопустимая ссылка на переменную {0} в строке: {1}",
"command.not.supported": "Команды не поддерживаются для строк: {0}",

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

@ -127,6 +127,7 @@
"cmake-tools.configuration.cmake.setBuildTypeOnMultiConfig.description": "Çok yapılandırmalı oluşturucular üzerinde de CMAKE_BUILD_TYPE ayarlayın",
"cmake-tools.configuration.cmake.skipConfigureIfCachePresent.description": "Önbellek mevcutsa yapılandırma işlemini atlayın.",
"cmake-tools.configuration.cmake.cmakeCommunicationMode": "Uzantı ve CMake arasında iletişim kurmak için kullanılan protokol",
"cmake-tools.configuration.cmake.showSystemKits.description": "Sistem setlerini set seçimine ekle",
"cmake-tools.configuration.cmake.ignoreKitEnv.description": "CMake komutlarını çalıştırırken set ortamı değişkenlerini kullanmayın.",
"cmake-tools.configuration.cmake.buildTask.description": "İç işlem yerine tasks.json kullanarak derle.",
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Dış komutlardan (ör. cmake -- build) gelen çıkışın kodlaması.",
@ -146,6 +147,7 @@
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "compile_commands.js dosyasının dışarı aktarılmasını sağlar.",
"cmake-tools.configuration.cmake.useCMakePresets.description": "CMake yapılandırma, derleme ve test sürücüsünü yapılandırmak için CMakePresets.json kullanın. CMakePresets.json kullanılırken kitler, çeşitler ve settings.json'daki bazı ayarla yoksayılır.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "CMakePresets.json'daki yorumlar gibi JSON uzantılarının kullanımına izin verin. Standart olmayan JSON kullanıyorsanız, CMakePresets.json dosyanızın diğer IDE'ler tarafından veya komut satırında geçersiz sayılabileceğini lütfen unutmayın.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "True ise; CMakeLists.txt, çalışma alanında bulunduğunda ama kök klasörde bulunmadığında, uzantı kullanıcıdan yapılandırma için bir CMakeLists.txt dosyası seçmesini istemez.",
"cmake-tools.configuration.cmake.launchBehavior.description": "Bir hedefi başlattığınızda başlatma terminaline ne olacağını kontrol eder.",
"cmake-tools.configuration.cmake.launchBehavior.reuseTerminal.description": "Başlatma terminali örneği yeniden kullanılır ve hedef, terminal boşta kalır kalmaz başlatılır.",
"cmake-tools.configuration.cmake.launchBehavior.breakAndReuseTerminal.description": "Başlatma terminali örneği yeniden kullanılır ve hedefi başlatmadan önce herhangi bir etkin ön plan sürecini sonlandırmak için bir kesme komutu gönderilir.",

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

@ -8,10 +8,20 @@
"install": "yükleme",
"test": "test",
"configure": "yapılandırma",
"clean": "temizle",
"clean.rebuild": "yeniden derlemeyi temizle",
"cmake.template.task": "CMake şablonu {0} görevi",
"starting.build": "Derleme başlatılıyor...",
"not.a.build.command": "{0}, tanınan bir derleme komutu değil.",
"build.finished.with.error": "Derleme hatalarla tamamlandı",
"build.finished.with.warnings": "Derleme uyarlılarla tamamlandı",
"build.finished.successfully": "Derleme başarıyla tamamlandı."
"command.not.recognized": "{0}, tanınan bir komut değil.",
"configure.finished.with.error": "Yapılandırma hata(lar)la tamamlandı.",
"cmake.driver.not.found": "CMake sürücüsü bulunamadı.",
"configure.failed": "Yapılandırma başarısız oldu.",
"build.started": "Derleme Başlatıldı...",
"build.finished.with.error": "Derleme hatalarla tamamlandı.",
"build.finished.with.warnings": "Derleme uyarılarla tamamlandı.",
"build.finished.successfully": "Derleme başarıyla tamamlandı.",
"config.started": "Yapılandırma Başlatıldı...",
"install.started": "Yükleme Başlatıldı...",
"test.started": "Test Başlatıldı...",
"clean.started": "Temizleme Başlatıldı...",
"clean.rebuild.started": "Yeniden Derlemeyi Temizleme Başlatıldı..."
}

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"path.not.a.file": "{0}, bir dosya olmadığından okunamıyor. Kod modeli bilgileri eksik veya bozuk. Önbelleği slip yeniden yapılandırmanız gerekebilir.",
"failed.writing.to.file": "{0} dosyasına yazılamadı",
"cache.object.version": "cmake-file-api'nin önbellek nesne sürümü ({0}.{1}) beklenmiyordu. Beklenen ({2}.{3}). IntelliSense yapılandırması yanlış olabilir.",
"cache.entry.unknowntype": "Bilinmeyen önbellek girdisi türü: {0}.",

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

@ -6,10 +6,10 @@
{
"error.starting.cmake-server": "cmake-server başlatılırken hata oluştu",
"started.new.cmake.server.instance": "{0} PID ile yeni CMake Sunucusu örneği başlatıldı",
"pipe.error.from.cmake-server": "cmake-server'da kanal hatası",
"connection.terminated.unexpectedly": "cmake-server bağlantısı beklenmedik şekilde sonlandırıldı",
"cmake-server.exited.with.status": "cmake-server {0} ({1}) durumu ile çıkış yaptı",
"unhandled.error.in": "{0} konumunda işlenmemiş hata",
"pipe.error.from.cmake-server": "cmake-server'da kanal hatası",
"protocol.error.cmake": "CMake ile konuşurken protokol hatası oluştu! Şu giriş alındı: {0}",
"received.message.from.make-server": "cmake-server'dan ileti alındı: {0}",
"invalid.cookie": "Geçersiz tanımlama bilgisi: {0}",

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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"circular.variable.reference": "Döngüsel değişken başvurusu bulundu: {0}",
"reached.max.recursion": "En yüksek dize genişletme özyinelemesine ulaşıldı. Olası döngüsel başvuru.",
"invalid.variable.reference": "{1} dizesinde geçersiz {0} değişken başvurusu",
"command.not.supported": "Şu dize için komutlar desteklenmiyor: {0}",

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

@ -59,11 +59,8 @@ export class CMakeOutputConsumer implements OutputConsumer {
* a warning or error with blank lines
*/
blankLines: number;
} = {
state: 'init',
diag: null,
blankLines: 0
};
} = { state: 'init', diag: null, blankLines: 0 };
/**
* Consume a line of stderr.
* @param line The line from stderr