Localization - Translated Strings (#2914)
This commit is contained in:
Родитель
0d5a44bdd9
Коммит
1b8c232e83
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "要使用的 CMake 可执行文件的名称/路径。",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake 生成文件将转到其中的目录。",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "CMake 安装文件将转到其中的目录。",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "根文件 CMakeLists.txt 的目录。",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "指向 CMakeLists.txt 根目录/目录的路径或路径数组。",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "在生成前保存打开的文件。",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "请先生成目标然后再运行目标。",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "在每次生成前清除生成输出。",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "正在启动 CMake 工具第二阶段初始化",
|
||||
"active.build.variant.changed": "活动的生成变量已更改",
|
||||
"changing.build.variant": "正在更改生成变量",
|
||||
"cmakelists.save.trigger.reconfigure": "检测到正在保存 CMakeLists.txt,正在尝试自动重新配置…",
|
||||
"cmakelists.save.could.not.reconfigure": "在 CMakeLists.txt 中检测到更改,但由于另一操作已在进行中,我们无法重新配置项目。",
|
||||
"needs.reconfigure": "需要重新配置项目,以使 CMakeLists.txt 中保存的更改生效。",
|
||||
"injecting.new.kit": "将新的工具包注入 CMake 驱动程序",
|
||||
"unable.to.set.kit": "无法设置工具包 {0}。",
|
||||
"error.on.switch.status": "工具包的切换出错({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "无法使用现有缓存进行配置",
|
||||
"configuring.project": "正在配置项目",
|
||||
"preparing.to.configure": "正在准备配置",
|
||||
"run.configure": "正在配置文件夹: {0}",
|
||||
"run.configure": "正在配置项目: {0}",
|
||||
"unexpected.configure.type": "意外的配置类型",
|
||||
"finishing.configure": "正在完成配置",
|
||||
"configure.failed": "未能配置项目",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "无法配置: 没有为此 CMake 项目激活任何配置预设",
|
||||
"cmake.cache.dir.missing": "缺少包含 CMake 缓存的文件夹。将重新生成缓存。",
|
||||
"warn.skip.configure.when.cache.present": "扩展已确定目前需要配置,但由于已启用设置 cmake.skipConfigureWhenCachePresent,我们将跳过配置。请确保 CMake 缓存与最新的配置更改同步。",
|
||||
"cmakelists.save.trigger.reconfigure": "检测到正在保存 CMakeLists.txt,正在尝试自动重新配置…",
|
||||
"cmakelists.save.could.not.reconfigure": "在 CMakeLists.txt 中检测到更改,但由于另一操作已在进行中,我们无法重新配置项目。",
|
||||
"needs.reconfigure": "需要重新配置项目,以使 CMakeLists.txt 中保存的更改生效。",
|
||||
"run.build": "正在生成文件夹: {0}",
|
||||
"failed.to.get.cmake.driver": "未能获取 CMake 驱动程序",
|
||||
"failed.to.get.build.command": "未能获取生成命令",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "找不到任何可用的生成器。",
|
||||
"user.closed.file.compilation.terminal": "用户已关闭文件编译终端",
|
||||
"disposing.base.cmakedriver": "释放基准 CMakeDriver",
|
||||
"async.disposing.cmake.driver": "异步释放 CMake 驱动程序",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "正在删除 {0}",
|
||||
"unlink.failed": "未能删除缓存文件 {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "检测到 {0} 设置更新,正在尝试自动重新配置...",
|
||||
"toolchains.object.unsupported": "此版本的 CMake 不支持 \"toolchains\" 对象类型。编译器路径将通过读取 CMakeCache.txt 来确定。"
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.starting.cmake-server": "启动 cmake-server 时出错",
|
||||
"started.new.cmake.server.instance": "已使用 PID {0} 启动新的 CMake Server 实例",
|
||||
"connection.terminated.unexpectedly": "与 cmake-server 的连接意外终止",
|
||||
"cmake-server.exited.with.status": "cmake-server 已退出,状态为 {0} ({1})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "CMake 服务器 Cookie {0} 与已知消息不对应",
|
||||
"cant.yet.handle.message": "尚无法处理 {0} 条消息",
|
||||
"sending.message.to.cmake-server": "将消息发送到 cmake-server: {0}",
|
||||
"error.starting.cmake-server": "启动 cmake-server 时出错",
|
||||
"configuring.using.generator": "正在使用 {0} CMake 生成器进行配置",
|
||||
"with.platform.and.toolset": " 通过平台 {0} 和工具集 {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "找不到任何可用的生成器。",
|
||||
"cmake.configure.error": "CMake 配置过程中出错: {0}",
|
||||
"unknown.cache.entry.type": "未知的缓存条目类型 {0}",
|
||||
"found.no.matching.code.model": "找不到适用于当前生成类型的匹配代码模型。这不应该发生",
|
||||
"build.all.target": "用于生成所有可用目标的特殊目标",
|
||||
"install.all.target": "用于安装所有可用目标的特殊目标",
|
||||
"utility.target": "实用工具目标",
|
||||
"cmakelists.save.trigger.reconfigure": "检测到 {0} 设置更新,正在尝试自动重新配置..."
|
||||
"utility.target": "实用工具目标"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "扫描工具包",
|
||||
"cancel.button": "取消",
|
||||
"selecting.kit.in.test.mode": "正在以测试模式运行 CMakeTools。已禁用 selectKit。",
|
||||
"no.active.folder": "无活动文件夹。",
|
||||
"no.active.cmake.project": "没有活动的 CMake 项目。",
|
||||
"invalid.folder": "无效的文件夹。",
|
||||
"select.a.cmake.project": "选择 cmake 项目",
|
||||
"compilation information.not.found": "找不到此文件的编译信息",
|
||||
"add.config.preset.in.test.mode": "正在测试模式下运行 CMakeTools。已禁用 addConfigurePreset。",
|
||||
"add.build.preset.in.test.mode": "正在测试模式下运行 CMakeTools。已禁用 addBuildPreset。",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "已检测到适用于版本的 VsKit",
|
||||
"generator.present": "存在生成器: {0}",
|
||||
"selected.preferred.generator.name": "已选择首选生成器名称: {0} {1}",
|
||||
"failed.to.scan.for.kits": "无法扫描 GNU CLI Clang 工具包: cmakeProject 未定义",
|
||||
"failed.to.scan.for.kits": "无法扫描 GNU CLI Clang kits: CMake 路径未定义",
|
||||
"kit.env": "工具包 {0} 的环境: {1}",
|
||||
"scanning.for.kits.on.system": "正在系统上扫描工具包",
|
||||
"scanning.for.kits": "正在扫描工具包",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "单击可选择活动文件夹",
|
||||
"click.to.select.workspace.tooltip": "单击可选择活动项目",
|
||||
"loading.status": "正在加载...",
|
||||
"unconfigured": "未配置",
|
||||
"click.to.select.variant.tooltip": "单击可选择当前的生成变量",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "要使用的 CMake 可執行檔名稱/路徑。",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "接收 CMake 建置檔案的目錄。",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "接收 CMake 已安裝檔案的目錄。",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "根 CMakeLists.txt 檔案的目錄。",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "一或多個 CMakeLists.txt 根目錄的路徑或路徑陣列。",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "先儲存開啟的檔案,然後再建置。",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "先建置目標再予以執行。",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "每次建置前先清除建置輸出。",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "正在啟動 CMake 工具第二階段初始化",
|
||||
"active.build.variant.changed": "已變更使用中的建置變化",
|
||||
"changing.build.variant": "正在變更建置變化",
|
||||
"cmakelists.save.trigger.reconfigure": "偵測到儲存 CMakeLists.txt 的作業,正在嘗試自動重新設定...",
|
||||
"cmakelists.save.could.not.reconfigure": "在 CMakeLists.txt 中偵測到變更,但因為另一個作業已在進行,所以無法重新設定專案。",
|
||||
"needs.reconfigure": "必須重新設定專案,儲存在 CMakeLists.txt 中的變更才會生效。",
|
||||
"injecting.new.kit": "正在將新套件插入 CMake 驅動程式",
|
||||
"unable.to.set.kit": "無法設定套件 {0}。",
|
||||
"error.on.switch.status": "套件 ({0}) 的切換錯誤",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "無法使用現有的快取進行設定",
|
||||
"configuring.project": "正在設定專案",
|
||||
"preparing.to.configure": "正在準備設定",
|
||||
"run.configure": "正在設定資料夾: {0}",
|
||||
"run.configure": "設定專案: {0}",
|
||||
"unexpected.configure.type": "未預期的設定類型",
|
||||
"finishing.configure": "正在完成設定",
|
||||
"configure.failed": "無法設定專案",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "無法設定: 此 CMake 專案沒有使用中的設定預設",
|
||||
"cmake.cache.dir.missing": "缺少包含 CMake 快取的資料夾。快取將會重新產生。",
|
||||
"warn.skip.configure.when.cache.present": "延伸模組判斷目前需要設定,但由於設定 cmake.skipConfigureWhenCachePresent 已開啟,我們即將跳過設定。請確定 CMake 快取與最新的設定變更同步。",
|
||||
"cmakelists.save.trigger.reconfigure": "偵測到儲存 CMakeLists.txt 的作業,正在嘗試自動重新設定...",
|
||||
"cmakelists.save.could.not.reconfigure": "在 CMakeLists.txt 中偵測到變更,但因為另一個作業已在進行,所以無法重新設定專案。",
|
||||
"needs.reconfigure": "必須重新設定專案,儲存在 CMakeLists.txt 中的變更才會生效。",
|
||||
"run.build": "正在建置資料夾: {0}",
|
||||
"failed.to.get.cmake.driver": "無法取得 CMake 驅動程式",
|
||||
"failed.to.get.build.command": "無法取得組建命令",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "找不到可用的產生器。",
|
||||
"user.closed.file.compilation.terminal": "使用者已關閉檔案編譯終端機",
|
||||
"disposing.base.cmakedriver": "正在處置基底 CMakeDriver",
|
||||
"async.disposing.cmake.driver": "非同步處置 CMake 驅動程式",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "正在移除 {0}",
|
||||
"unlink.failed": "無法移除快取檔案 {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "偵測到 {0} 設定更新,正在嘗試自動重新設定...",
|
||||
"toolchains.object.unsupported": "此版 CMake 不支援「工具鏈」物件種類。編譯器路徑會在讀取 CMakeCache.txt 時決定。"
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.starting.cmake-server": "啟動 cmake-server 時發生錯誤",
|
||||
"started.new.cmake.server.instance": "已啟動具有 PID {0} 的新 CMake 伺服器執行個體",
|
||||
"connection.terminated.unexpectedly": "已未預期地終止 cmake-server 的連線",
|
||||
"cmake-server.exited.with.status": "cmake-server 結束。狀態: {0} ({1})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "CMake 伺服器 Cookie {0} 未對應到已知的訊息",
|
||||
"cant.yet.handle.message": "尚無法處理 {0} 訊息",
|
||||
"sending.message.to.cmake-server": "正在將訊息傳送至 cmake-server: {0}",
|
||||
"error.starting.cmake-server": "啟動 cmake-server 時發生錯誤",
|
||||
"configuring.using.generator": "正在使用 {0} CMake 產生器",
|
||||
"with.platform.and.toolset": " 搭配平台 {0} 和工具組 {1} 進行設定"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "找不到可用的產生器。",
|
||||
"cmake.configure.error": "CMake 設定期間發生錯誤: {0}",
|
||||
"unknown.cache.entry.type": "未知的快取項目類型 {0}",
|
||||
"found.no.matching.code.model": "找不到與目前組建類型相符的程式碼模型。不可能發生這種情況",
|
||||
"build.all.target": "用來建置所有可用目標的特殊目標",
|
||||
"install.all.target": "用來安裝所有可用目標的特殊目標",
|
||||
"utility.target": "公用程式目標",
|
||||
"cmakelists.save.trigger.reconfigure": "偵測到 {0} 設定更新,正在嘗試自動重新設定..."
|
||||
"utility.target": "公用程式目標"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "掃描套件",
|
||||
"cancel.button": "取消",
|
||||
"selecting.kit.in.test.mode": "正在於測試模式中執行 CMakeTools。已停用 selectKit。",
|
||||
"no.active.folder": "非作用中的資料夾。",
|
||||
"no.active.cmake.project": "沒有使用中的 CMake 專案。",
|
||||
"invalid.folder": "資料夾無效。",
|
||||
"select.a.cmake.project": "選取 Cmake 專案",
|
||||
"compilation information.not.found": "找不到此檔案的編譯資訊",
|
||||
"add.config.preset.in.test.mode": "在測試模式中執行 CMakeTools。addConfigurePreset 已停用。",
|
||||
"add.build.preset.in.test.mode": "在測試模式中執行 CMakeTools。addBuildPreset 已停用。",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "已偵測到 VsKit 的版本",
|
||||
"generator.present": "產生器已存在: {0}",
|
||||
"selected.preferred.generator.name": "已選取慣用產生器名稱: {0} {1}",
|
||||
"failed.to.scan.for.kits": "無法掃描 GNU CLI Clang 套件: cmakeProject 未定義",
|
||||
"failed.to.scan.for.kits": "無法掃描 GNU CLI Clang 套件: CMake 路徑未定義",
|
||||
"kit.env": "套件 {0} 的環境: {1}",
|
||||
"scanning.for.kits.on.system": "正在掃描系統上的套件",
|
||||
"scanning.for.kits": "正在掃描套件",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "按一下以選取使用中的資料夾",
|
||||
"click.to.select.workspace.tooltip": "按一下以選取使用中的專案",
|
||||
"loading.status": "正在載入...",
|
||||
"unconfigured": "未設定",
|
||||
"click.to.select.variant.tooltip": "按一下以選取目前的建置變化",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "Název nebo cesta ke spustitelnému souboru CMake, který se má použít",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Adresář, do kterého se budou ukládat soubory pro sestavení CMake",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "Adresář, do kterého se nainstalují soubory CMake",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Adresář kořenového souboru CMakeLists.txt",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Cesta nebo pole cest ke kořenovému adresáři/adresářům CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Uložit otevřené soubory před sestavením",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Před spuštěním cíle ho sestavte.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Vymazat výstup sestavení před každým sestavením",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Spouští se inicializace druhé fáze nástrojů CMake",
|
||||
"active.build.variant.changed": "Změnila se aktivní varianta sestavení.",
|
||||
"changing.build.variant": "Mění se varianta sestavení.",
|
||||
"cmakelists.save.trigger.reconfigure": "Zjistilo se uložení souboru CMakeLists.txt, probíhá pokus o automatickou změnu konfigurace...",
|
||||
"cmakelists.save.could.not.reconfigure": "V souboru CMakeLists.txt se zjistily změny, ale konfiguraci projektu jsme nemohli změnit, protože už probíhá jiná operace.",
|
||||
"needs.reconfigure": "Projekt se musí překonfigurovat tak, aby se mohly projevit změny uložené v souboru CMakeLists.txt.",
|
||||
"injecting.new.kit": "Vkládá se nová sada do ovladače CMake.",
|
||||
"unable.to.set.kit": "Nejde nastavit sadu {0}.",
|
||||
"error.on.switch.status": "Chyba při přepnutí sady ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "Nepovedlo se nakonfigurovat s existující mezipamětí.",
|
||||
"configuring.project": "Konfiguruje se projekt.",
|
||||
"preparing.to.configure": "Připravuje se konfigurace.",
|
||||
"run.configure": "Konfiguruje se složka: {0}",
|
||||
"run.configure": "Konfiguruje se projekt: {0}",
|
||||
"unexpected.configure.type": "Neočekávaný typ konfigurace",
|
||||
"finishing.configure": "Dokončuje se příkaz configure.",
|
||||
"configure.failed": "Nepovedlo se nakonfigurovat projekt.",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "Nejde nakonfigurovat: Pro tento projekt CMake není aktivní žádná předvolba konfigurace",
|
||||
"cmake.cache.dir.missing": "Chybí složka obsahující mezipaměť CMake. Mezipaměť se znovu vygeneruje.",
|
||||
"warn.skip.configure.when.cache.present": "Rozšíření zjistilo, že se momentálně vyžaduje konfigurace, ale přeskakujeme ji, protože je zapnuté nastavení cmake.skipConfigureWhenCachePresent. Zkontrolujte, jestli je mezipaměť CMake synchronizovaná s posledními změnami konfigurace.",
|
||||
"cmakelists.save.trigger.reconfigure": "Zjistilo se uložení souboru CMakeLists.txt, probíhá pokus o automatickou změnu konfigurace...",
|
||||
"cmakelists.save.could.not.reconfigure": "V souboru CMakeLists.txt se zjistily změny, ale konfiguraci projektu jsme nemohli změnit, protože už probíhá jiná operace.",
|
||||
"needs.reconfigure": "Projekt se musí překonfigurovat tak, aby se mohly projevit změny uložené v souboru CMakeLists.txt.",
|
||||
"run.build": "Sestavuje se složka: {0}",
|
||||
"failed.to.get.cmake.driver": "Nepovedlo se získat ovladač CMake.",
|
||||
"failed.to.get.build.command": "Nepovedlo se získat příkaz sestavení.",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Nenašel se žádný použitelný generátor.",
|
||||
"user.closed.file.compilation.terminal": "Uživatel zavřel terminál pro kompilaci souboru.",
|
||||
"disposing.base.cmakedriver": "Uvolňuje se základní element CMakeDriver.",
|
||||
"async.disposing.cmake.driver": "Asynchronní uvolňování ovladače nástrojů CMake",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Odebírá se {0}.",
|
||||
"unlink.failed": "Nepovedlo se odebrat soubor mezipaměti {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "Zjistila se aktualizace nastavení {0}, probíhá pokus o automatickou změnu konfigurace...",
|
||||
"toolchains.object.unsupported": "Tato verze CMake nepodporuje typ objektu toolchains. Cesty kompilátoru se určí ze souboru CMakeCache.txt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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}.",
|
||||
"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}).",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "Soubor cookie serveru CMake {0} neodpovídá známé zprávě",
|
||||
"cant.yet.handle.message": "Zprávy {0} se zatím nedají zpracovat.",
|
||||
"sending.message.to.cmake-server": "Posílá se zpráva do programu cmake-server: {0}",
|
||||
"error.starting.cmake-server": "Chyba při spouštění programu cmake–server",
|
||||
"configuring.using.generator": "Probíhá konfigurace pomocí generátoru CMake {0}.",
|
||||
"with.platform.and.toolset": " s platformou {0} a sadou nástrojů {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Nenašel se žádný použitelný generátor.",
|
||||
"cmake.configure.error": "Chyba při konfiguraci nástrojů CMake: {0}",
|
||||
"unknown.cache.entry.type": "Neznámý typ položky mezipaměti {0}",
|
||||
"found.no.matching.code.model": "Nenašel se žádný odpovídající model kódu pro aktuální typ sestavení. Nemělo by to být možné.",
|
||||
"build.all.target": "Speciální cíl umožňující sestavení všech dostupných cílů",
|
||||
"install.all.target": "Speciální cíl umožňující instalaci všech dostupných cílů",
|
||||
"utility.target": "Cíl nástroje",
|
||||
"cmakelists.save.trigger.reconfigure": "Zjistila se aktualizace nastavení {0}, probíhá pokus o automatickou změnu konfigurace..."
|
||||
"utility.target": "Cíl nástroje"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Vyhledat sady",
|
||||
"cancel.button": "Storno",
|
||||
"selecting.kit.in.test.mode": "Rozšíření CMakeTools běží v testovacím režimu. Element selectKit je zakázaný.",
|
||||
"no.active.folder": "Žádná aktivní složka",
|
||||
"no.active.cmake.project": "Žádný aktivní projekt CMake.",
|
||||
"invalid.folder": "Neplatná složka",
|
||||
"select.a.cmake.project": "Vyberte projekt cmake.",
|
||||
"compilation information.not.found": "Nepovedlo se najít informace o kompilaci pro tento soubor.",
|
||||
"add.config.preset.in.test.mode": "Rozšíření CMakeTools běží v testovacím režimu. Element addConfigurePreset je zakázaný.",
|
||||
"add.build.preset.in.test.mode": "Rozšíření CMakeTools běží v testovacím režimu. Element addBuildPreset je zakázaný.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "Zjištěna sada VsKit pro verzi",
|
||||
"generator.present": "Generátor je přítomen: {0}",
|
||||
"selected.preferred.generator.name": "Název vybraného upřednostňovaného generátoru: {0} {1}",
|
||||
"failed.to.scan.for.kits": "Nepovedlo se vyhledat sady Clang GNU CLI: cmakeProject není definován",
|
||||
"failed.to.scan.for.kits": "Nepovedlo se vyhledat sady Clang GNU CLI: CMake Path není definován.",
|
||||
"kit.env": "Prostředí pro sady {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Hledají se sady v systému.",
|
||||
"scanning.for.kits": "Hledají se sady.",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Kliknutím vyberete aktivní složku.",
|
||||
"click.to.select.workspace.tooltip": "Kliknutím vyberete aktivní projekt.",
|
||||
"loading.status": "Načítání...",
|
||||
"unconfigured": "Nenakonfigurováno",
|
||||
"click.to.select.variant.tooltip": "Kliknutím vyberete variantu aktuálního sestavení.",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"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.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "Das Verzeichnis, in dem installierte CMake-Dateien abgelegt werden.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Das Verzeichnis der Stammdatei \"CMakeLists.txt\".",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Pfad oder Array von Pfaden zu dem/den Stammverzeichnis(en) \"CMakeLists.txt\".",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Hiermit werden geöffnete Dateien vor dem Erstellen gespeichert.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Hiermit wird vor der Ausführung das Ziel erstellt.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Hiermit wird die Buildausgabe vor jedem Build gelöscht.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Initialisierung der zweiten Phase von CMake Tools wird gestartet.",
|
||||
"active.build.variant.changed": "Aktive Buildvariante geändert",
|
||||
"changing.build.variant": "Die Buildvariante wird geändert.",
|
||||
"cmakelists.save.trigger.reconfigure": "Speichern von CMakeLists.txt erkannt, automatische Neukonfiguration wird versucht...",
|
||||
"cmakelists.save.could.not.reconfigure": "In CMakeLists.txt wurden Änderungen erkannt. Das Projekt konnte jedoch nicht neu konfiguriert werden, weil bereits ein anderer Vorgang ausgeführt wird.",
|
||||
"needs.reconfigure": "Das Projekt muss neu konfiguriert werden, damit die in CMakeLists.txt gespeicherten Änderungen wirksam werden.",
|
||||
"injecting.new.kit": "Das neue Kit wird in den CMake-Treiber eingefügt.",
|
||||
"unable.to.set.kit": "Festlegen nicht möglich von Kit {0}.",
|
||||
"error.on.switch.status": "Fehler beim Wechsel des Kits ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "Die Konfiguration mit dem vorhandenen Cache ist nicht möglich.",
|
||||
"configuring.project": "Das Projekt wird konfiguriert.",
|
||||
"preparing.to.configure": "Konfigurieren wird vorbereitet.",
|
||||
"run.configure": "Ordner wird konfiguriert: {0}",
|
||||
"run.configure": "Projekt konfigurieren: {0}",
|
||||
"unexpected.configure.type": "Unerwarteter Konfigurationstyp.",
|
||||
"finishing.configure": "Konfiguration wird beendet.",
|
||||
"configure.failed": "Fehler beim Konfigurieren des Projekts.",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "Kann nicht konfiguriert werden: Für dieses CMake-Projekt ist keine Konfigurationsvoreinstellung aktiv.",
|
||||
"cmake.cache.dir.missing": "Der Ordner, der den CMake-Cache enthält, fehlt. Der Cache wird neu generiert.",
|
||||
"warn.skip.configure.when.cache.present": "Die Erweiterung hat festgestellt, dass zu diesem Zeitpunkt eine Konfiguration erforderlich ist, die wir aber überspringen, da die Einstellung cmake.skipConfigureWhenCachePresent aktiviert ist. Stellen Sie sicher, dass der CMake-Cache mit den neuesten Konfigurationsänderungen synchronisiert ist.",
|
||||
"cmakelists.save.trigger.reconfigure": "Speichern von CMakeLists.txt erkannt, automatische Neukonfiguration wird versucht...",
|
||||
"cmakelists.save.could.not.reconfigure": "In CMakeLists.txt wurden Änderungen erkannt. Das Projekt konnte jedoch nicht neu konfiguriert werden, weil bereits ein anderer Vorgang ausgeführt wird.",
|
||||
"needs.reconfigure": "Das Projekt muss neu konfiguriert werden, damit die in CMakeLists.txt gespeicherten Änderungen wirksam werden.",
|
||||
"run.build": "Ordner wird erstellt: {0}",
|
||||
"failed.to.get.cmake.driver": "Fehler beim Abrufen des CMake-Treibers.",
|
||||
"failed.to.get.build.command": "Fehler beim Abrufen des Buildbefehls.",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Es wurde kein verwendbarer Generator gefunden.",
|
||||
"user.closed.file.compilation.terminal": "Der Benutzer hat ein Dateikompilierungsterminal geschlossen.",
|
||||
"disposing.base.cmakedriver": "Basis-CMakeDriver wird verworfen.",
|
||||
"async.disposing.cmake.driver": "CMake-Treiber wird asynchron verworfen.",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Wird entfernt: {0}",
|
||||
"unlink.failed": "Fehler beim Entfernen der Cachedatei {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "Update für Einstellung {0} erkannt. Automatische Neukonfiguration wird versucht...",
|
||||
"toolchains.object.unsupported": "Diese Version von CMake bietet keine Unterstützung für die Objektart \"toolchains\". Compilerpfade werden durch Lesen der „Datei CMakeCache.txt“ bestimmt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.starting.cmake-server": "Fehler beim Starten von cmake-server.",
|
||||
"started.new.cmake.server.instance": "Neue CMake-Serverinstanz mit PID {0} gestartet",
|
||||
"connection.terminated.unexpectedly": "Die Verbindung mit cmake-server wurde unerwartet beendet.",
|
||||
"cmake-server.exited.with.status": "cmake-server wurde mit Status {0} ({1}) beendet.",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "CMake-Servercookie {0} entspricht keiner bekannten Meldung",
|
||||
"cant.yet.handle.message": "Die {0}-Meldungen können noch nicht verarbeitet werden.",
|
||||
"sending.message.to.cmake-server": "Nachricht wird an cmake-server gesendet: {0}",
|
||||
"error.starting.cmake-server": "Fehler beim Starten von cmake-server.",
|
||||
"configuring.using.generator": "Konfiguration mit {0} CMake-Generator",
|
||||
"with.platform.and.toolset": " mit Plattform {0} und Toolset {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Es wurde kein verwendbarer Generator gefunden.",
|
||||
"cmake.configure.error": "Fehler bei der CMake-Konfiguration: {0}",
|
||||
"unknown.cache.entry.type": "Unbekannter Cacheeintragstyp {0}",
|
||||
"found.no.matching.code.model": "Es wurde kein übereinstimmendes Codemodell für den aktuellen Buildtyp gefunden. Dies ist eigentlich nicht möglich.",
|
||||
"build.all.target": "Ein spezielles Ziel zum Erstellen aller verfügbaren Ziele",
|
||||
"install.all.target": "Ein spezielles Ziel zum Installieren aller verfügbaren Ziele",
|
||||
"utility.target": "Hilfsprogrammziel",
|
||||
"cmakelists.save.trigger.reconfigure": "Update für Einstellung {0} erkannt. Automatische Neukonfiguration wird versucht..."
|
||||
"utility.target": "Hilfsprogrammziel"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Nach Kits suchen",
|
||||
"cancel.button": "Abbrechen",
|
||||
"selecting.kit.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. selectKit ist deaktiviert.",
|
||||
"no.active.folder": "Kein aktiver Ordner.",
|
||||
"no.active.cmake.project": "Kein aktives CMake-Projekt.",
|
||||
"invalid.folder": "Ungültiger Ordner.",
|
||||
"select.a.cmake.project": "Cmake-Projekt auswählen",
|
||||
"compilation information.not.found": "Die Kompilierungsinformationen für diese Datei wurden nicht gefunden.",
|
||||
"add.config.preset.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. addConfigurePreset ist deaktiviert.",
|
||||
"add.build.preset.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. addBuildPreset ist deaktiviert.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "Erkanntes VsKit für Version",
|
||||
"generator.present": "Generator vorhanden: {0}",
|
||||
"selected.preferred.generator.name": "Ausgewählter bevorzugter Generatorname: {0} {1}",
|
||||
"failed.to.scan.for.kits": "Nach GNU CLI-Clang-Kits kann nicht gesucht werden: cmakeProject ist nicht definiert.",
|
||||
"failed.to.scan.for.kits": "Scannen nach GNU CLI-Clang-Kits nicht möglich: CMake-Pfad ist nicht definiert",
|
||||
"kit.env": "Die Umgebung für das Kit {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Es wird nach Kits auf dem System gesucht.",
|
||||
"scanning.for.kits": "Es wird nach Kits gesucht.",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Hier klicken, um den aktiven Ordner auszuwählen",
|
||||
"click.to.select.workspace.tooltip": "Hier klicken, um das aktive Projekt auszuwählen",
|
||||
"loading.status": "Wird geladen...",
|
||||
"unconfigured": "Nicht konfiguriert",
|
||||
"click.to.select.variant.tooltip": "Klicken Sie, um die aktuelle Buildvariante auszuwählen.",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"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.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "El directorio en el que se incluirán los archivos de CMake instalados.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "El directorio del archivo CMakeLists.txt raíz.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Ruta de acceso o matriz de rutas de acceso al directorio o los directorios raíz de CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Guarda los archivos abiertos antes de compilar.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Compile el destino antes de ejecutarlo.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Limpia la salida de la compilación antes de cada compilación.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Empezando la inicialización de segunda fase de CMakeTools",
|
||||
"active.build.variant.changed": "Se ha cambiado la variante de la compilación activa.",
|
||||
"changing.build.variant": "Cambiando la variante de compilación",
|
||||
"cmakelists.save.trigger.reconfigure": "Se ha detectado que CMakeLists.txt se ha guardado; intentando reconfigurar automáticamente...",
|
||||
"cmakelists.save.could.not.reconfigure": "Se detectaron cambios en CMakeLists.txt, pero no se pudo volver a configurar el proyecto porque ya hay otra operación en curso.",
|
||||
"needs.reconfigure": "Debe volver a configurarse el proyecto para que los cambios guardados en CMakeLists.txt surtan efecto.",
|
||||
"injecting.new.kit": "Insertando el nuevo kit en el controlador de CMake",
|
||||
"unable.to.set.kit": "No se puede establecer el kit {0}.",
|
||||
"error.on.switch.status": "Error en el conmutador del kit ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "No se puede configurar con la memoria caché existente",
|
||||
"configuring.project": "Configurando el proyecto",
|
||||
"preparing.to.configure": "Preparando para configurar",
|
||||
"run.configure": "Configurando la carpeta: {0}",
|
||||
"run.configure": "Configurando el proyecto: {0}",
|
||||
"unexpected.configure.type": "Tipo de configuración inesperado",
|
||||
"finishing.configure": "Finalizando la configuración",
|
||||
"configure.failed": "No se pudo configurar el proyecto.",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "No se puede configurar: no hay ninguna configuración preestablecida para este proyecto de CMake.",
|
||||
"cmake.cache.dir.missing": "Falta la carpeta que contiene la memoria caché de CMake. Se regenerará la caché.",
|
||||
"warn.skip.configure.when.cache.present": "La extensión ha determinado que se necesita una configuración en este momento, pero lo hemos omitido porque la configuración cmake.skipConfigureWhenCachePresent está ACTIVADA. Asegúrese de que la caché de CMake esté sincronizada con los últimos cambios de configuración.",
|
||||
"cmakelists.save.trigger.reconfigure": "Se ha detectado que CMakeLists.txt se ha guardado; intentando reconfigurar automáticamente...",
|
||||
"cmakelists.save.could.not.reconfigure": "Se detectaron cambios en CMakeLists.txt, pero no se pudo volver a configurar el proyecto porque ya hay otra operación en curso.",
|
||||
"needs.reconfigure": "Debe volver a configurarse el proyecto para que los cambios guardados en CMakeLists.txt surtan efecto.",
|
||||
"run.build": "Compilando la carpeta: {0}",
|
||||
"failed.to.get.cmake.driver": "No se pudo obtener el controlador de CMake",
|
||||
"failed.to.get.build.command": "No se pudo obtener el comando de compilación",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "No se encontró ningún generador que se pueda usar.",
|
||||
"user.closed.file.compilation.terminal": "El usuario cerró un terminal de compilación de archivos.",
|
||||
"disposing.base.cmakedriver": "Desechando el elemento CMakeDriver base",
|
||||
"async.disposing.cmake.driver": "Eliminación asincrónica del controlador de CMake",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Quitando {0}",
|
||||
"unlink.failed": "No se pudo quitar el archivo caché {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "Se ha detectado una actualización de la configuración de {0}; intentando reconfigurar automáticamente...",
|
||||
"toolchains.object.unsupported": "Esta versión de CMake no admite la variante de objeto \"toolchains\". Las rutas de acceso del compilador se determinarán al leer CMakeCache.txt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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}.",
|
||||
"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})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "La cookie del servidor de CMake {0} no corresponde a un mensaje conocido.",
|
||||
"cant.yet.handle.message": "Aún no se pueden controlar los mensajes {0}",
|
||||
"sending.message.to.cmake-server": "Enviando un mensaje a cmake-server: {0}",
|
||||
"error.starting.cmake-server": "Error al iniciar cmake-server",
|
||||
"configuring.using.generator": "Configuración con el generador de CMake {0}",
|
||||
"with.platform.and.toolset": " con la plataforma {0} y el conjunto de herramientas {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "No se encontró ningún generador que se pueda usar.",
|
||||
"cmake.configure.error": "Error durante la configuración de CMake: {0}",
|
||||
"unknown.cache.entry.type": "Tipo de entrada de caché {0} desconocido",
|
||||
"found.no.matching.code.model": "No se encontró ningún modelo de código coincidente para el tipo de compilación actual, lo cual no debería ser posible.",
|
||||
"build.all.target": "Un destino especial para compilar todos los destinos disponibles",
|
||||
"install.all.target": "Un destino especial para instalar todos los destinos disponibles",
|
||||
"utility.target": "Destino de la utilidad",
|
||||
"cmakelists.save.trigger.reconfigure": "Se ha detectado una actualización de la configuración de {0}; intentando reconfigurar automáticamente..."
|
||||
"utility.target": "Destino de la utilidad"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Buscar para kits",
|
||||
"cancel.button": "Cancelar",
|
||||
"selecting.kit.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento selectKit está deshabilitado.",
|
||||
"no.active.folder": "No hay ninguna carpeta activa.",
|
||||
"no.active.cmake.project": "No hay ningún proyecto de CMake activo.",
|
||||
"invalid.folder": "La carpeta no es válida.",
|
||||
"select.a.cmake.project": "Seleccione un proyecto de CMake",
|
||||
"compilation information.not.found": "No se encuentra la información de compilación para este archivo.",
|
||||
"add.config.preset.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento addConfigurePreset está deshabilitado.",
|
||||
"add.build.preset.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento addBuildPreset está deshabilitado.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "VsKit detectado para la versión",
|
||||
"generator.present": "Generador presente: {0}",
|
||||
"selected.preferred.generator.name": "Nombre de generador preferido seleccionado: {0} {1}",
|
||||
"failed.to.scan.for.kits": "No se pueden examinar los kits Clang CLI GNU: cmakeProject no está definido",
|
||||
"failed.to.scan.for.kits": "No se pueden examinar los kits Clang CLI GNU: CMake Path no está definido",
|
||||
"kit.env": "El entorno del kit {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Buscando kits en el sistema",
|
||||
"scanning.for.kits": "Buscando kits",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Hacer clic para seleccionar la carpeta activa",
|
||||
"click.to.select.workspace.tooltip": "Haga clic para seleccionar el proyecto activo",
|
||||
"loading.status": "Cargando...",
|
||||
"unconfigured": "Sin configurar",
|
||||
"click.to.select.variant.tooltip": "Hacer clic para seleccionar la variante de compilación actual",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "Nom/chemin de l'exécutable CMake à utiliser.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Répertoire de destination des fichiers de build CMake.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "Répertoire de destination des fichiers installés de CMake.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Répertoire du fichier CMakeLists.txt racine.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Chemin d'accès ou tableau de chemins d'accès au(x) répertoire(s) racine(s) de CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Enregistre les fichiers ouverts avant la génération.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Générez la cible avant de l'exécuter.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Efface la sortie de build avant chaque build.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Démarrage de l'initialisation de la deuxième phase de CMake Tools",
|
||||
"active.build.variant.changed": "Variante de build active changée",
|
||||
"changing.build.variant": "Changement de variante de build",
|
||||
"cmakelists.save.trigger.reconfigure": "Enregistrement de CMakeLists.txt détecté, tentative de reconfiguration automatique...",
|
||||
"cmakelists.save.could.not.reconfigure": "Des changements ont été détectés dans CMakeLists.txt, mais nous n'avons pas pu reconfigurer le projet en raison d'une autre opération en cours.",
|
||||
"needs.reconfigure": "Le projet doit être reconfiguré pour pouvoir appliquer les changements enregistrés dans CMakeLists.txt.",
|
||||
"injecting.new.kit": "Injection d'un nouveau kit dans le pilote CMake",
|
||||
"unable.to.set.kit": "Impossible de définir le kit {0}",
|
||||
"error.on.switch.status": "Erreur durant le changement de kit ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "Impossible de configurer avec le cache existant",
|
||||
"configuring.project": "Configuration du projet",
|
||||
"preparing.to.configure": "Préparation de la configuration",
|
||||
"run.configure": "Configuration du dossier : {0}",
|
||||
"run.configure": "Configuration du projet : {0}",
|
||||
"unexpected.configure.type": "Type de configuration inattendu",
|
||||
"finishing.configure": "Fin de la configuration",
|
||||
"configure.failed": "Échec de configuration du projet",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "Nous n’avons pas pu effectuer la configuration : aucune présélection de configuration n’est active pour cette version de CMake Project.",
|
||||
"cmake.cache.dir.missing": "Le dossier contenant le cache CMake est manquant. Le cache est régénéré.",
|
||||
"warn.skip.configure.when.cache.present": "L'extension a déterminé qu'une configuration était actuellement nécessaire, mais nous l'ignorons, car le paramètre cmake.skipConfigureWhenCachePresent est activé. Vérifiez que le cache CMake est synchronisé avec les derniers changements de configuration.",
|
||||
"cmakelists.save.trigger.reconfigure": "Enregistrement de CMakeLists.txt détecté, tentative de reconfiguration automatique...",
|
||||
"cmakelists.save.could.not.reconfigure": "Des changements ont été détectés dans CMakeLists.txt, mais nous n'avons pas pu reconfigurer le projet en raison d'une autre opération en cours.",
|
||||
"needs.reconfigure": "Le projet doit être reconfiguré pour pouvoir appliquer les changements enregistrés dans CMakeLists.txt.",
|
||||
"run.build": "Génération du dossier : {0}",
|
||||
"failed.to.get.cmake.driver": "Échec de l’obtention du pilote CMake",
|
||||
"failed.to.get.build.command": "Échec de la commande de construction",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Aucun générateur utilisable n'a été trouvé.",
|
||||
"user.closed.file.compilation.terminal": "L'utilisateur a fermé un terminal de compilation de fichiers",
|
||||
"disposing.base.cmakedriver": "Suppression du CMakeDriver de base",
|
||||
"async.disposing.cmake.driver": "Pilote CMake de suppression asynchrone",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Suppression de {0}",
|
||||
"unlink.failed": "Échec de la suppression du fichier cache {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "Détection {0} mise à jour des paramètres, tentative de reconfiguration automatique...",
|
||||
"toolchains.object.unsupported": "Cette version de CMake ne prend pas en charge les objets du genre \"chaîne d'outils\". Les chemins du compilateur sont déterminés par la lecture de CMakeCache.txt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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}",
|
||||
"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})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "Le cookie de serveur CMake {0} ne correspond pas à un message connu.",
|
||||
"cant.yet.handle.message": "Impossible de gérer les messages {0} pour le moment",
|
||||
"sending.message.to.cmake-server": "Envoi d'un message à cmake-server : {0}",
|
||||
"error.starting.cmake-server": "Erreur au démarrage de cmake-server",
|
||||
"configuring.using.generator": "Configuration à l'aide du générateur CMake {0}",
|
||||
"with.platform.and.toolset": "avec la plateforme {0} et l'ensemble d'outils {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Aucun générateur utilisable n'a été trouvé.",
|
||||
"cmake.configure.error": "Erreur durant la configuration de CMake : {0}",
|
||||
"unknown.cache.entry.type": "Type d'entrée de cache inconnu : {0}",
|
||||
"found.no.matching.code.model": "Le modèle de code correspondant est introuvable pour le type de build actuel. Cela ne doit pas se produire",
|
||||
"build.all.target": "Cible spéciale pour générer toutes les cibles disponibles",
|
||||
"install.all.target": "Cible spéciale pour installer toutes les cibles disponibles",
|
||||
"utility.target": "Cible de l'utilitaire",
|
||||
"cmakelists.save.trigger.reconfigure": "Détection {0} mise à jour des paramètres, tentative de reconfiguration automatique..."
|
||||
"utility.target": "Cible de l'utilitaire"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Rechercher des kits",
|
||||
"cancel.button": "Annuler",
|
||||
"selecting.kit.in.test.mode": "Exécution de CMakeTools en mode test. selectKit est désactivé.",
|
||||
"no.active.folder": "Aucun dossier actif.",
|
||||
"no.active.cmake.project": "Aucun projet CMake actif.",
|
||||
"invalid.folder": "Dossier non valide.",
|
||||
"select.a.cmake.project": "Sélectionner un projet cmake",
|
||||
"compilation information.not.found": "Les informations de compilation sont introuvables pour ce fichier",
|
||||
"add.config.preset.in.test.mode": "Exécution de CMakeTools en mode test. addConfigurePreset est désactivé.",
|
||||
"add.build.preset.in.test.mode": "Exécution de CMakeTools en mode test. addBuildPreset est désactivé.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "VsKit détecté pour la version",
|
||||
"generator.present": "Générateur présent : {0}",
|
||||
"selected.preferred.generator.name": "Nom du générateur par défaut sélectionné : {0} {1}",
|
||||
"failed.to.scan.for.kits": "Nous n’avons pas pu analyser les kits Clang CLI GNU : cmakeTools n’est pas défini.",
|
||||
"failed.to.scan.for.kits": "Impossible d’analyser les kits Clang CLI GNU : le chemin d'accès CMake n’est pas défini",
|
||||
"kit.env": "Environnement du kit {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Recherche de kits sur le système",
|
||||
"scanning.for.kits": "Recherche de kits",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Cliquer pour sélectionner le dossier actif",
|
||||
"click.to.select.workspace.tooltip": "Cliquez pour sélectionner le projet actif",
|
||||
"loading.status": "Chargement...",
|
||||
"unconfigured": "Non configuré",
|
||||
"click.to.select.variant.tooltip": "Cliquer pour sélectionner la variante de build actuelle",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"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.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "Directory di destinazione dei file di installazione di CMake.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Directory del file CMakeLists.txt radice.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Il percorso o la matrice dei percorsi delle directory radice CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Salva i file aperti prima della compilazione.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Compila la destinazione prima di eseguirla.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Cancella l'output di compilazione prima di ogni compilazione.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Avvio dell'inizializzazione della seconda fase di CMake Tools in corso",
|
||||
"active.build.variant.changed": "La variante di compilazione attiva è stata modificata",
|
||||
"changing.build.variant": "Modifica della variante di compilazione",
|
||||
"cmakelists.save.trigger.reconfigure": "È stato rilevato il salvataggio di CMakeLists.txt. Verrà effettuato un tentativo di riconfigurazione automatica...",
|
||||
"cmakelists.save.could.not.reconfigure": "Sono state rilevate modifiche in CMakeLists.txt, ma non è stato possibile riconfigurare il progetto perché è già in corso un'altra operazione.",
|
||||
"needs.reconfigure": "È necessario riconfigurare il progetto per rendere effettive le modifiche salvate in CMakeLists.txt.",
|
||||
"injecting.new.kit": "Inserimento del nuovo kit nel driver di CMake",
|
||||
"unable.to.set.kit": "Non è possibile impostare il kit {0}.",
|
||||
"error.on.switch.status": "Errore durante il cambio del kit ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "Non è possibile eseguire la configurazione con la cache esistente",
|
||||
"configuring.project": "Configurazione del progetto",
|
||||
"preparing.to.configure": "Preparazione della configurazione",
|
||||
"run.configure": "Configurazione della cartella: {0}",
|
||||
"run.configure": "Configurazione del progetto: {0}",
|
||||
"unexpected.configure.type": "Tipo di configurazione imprevisto",
|
||||
"finishing.configure": "Completamento della configurazione",
|
||||
"configure.failed": "Non è stato possibile configurare il progetto",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "Non è possibile configurare: nessun set di impostazioni di configurazione attivo per questo progetto CMake",
|
||||
"cmake.cache.dir.missing": "Manca la cartella contenente la cache di CMake. La cache verrà rigenerata.",
|
||||
"warn.skip.configure.when.cache.present": "L'estensione ha determinato che in questo momento è necessaria una configurazione, ma questo requisito verrà ignorato perché cmake.skipConfigureWhenCachePresent è impostato su ON. Assicurarsi che la cache CMake sia sincronizzata con le ultime modifiche apportate alla configurazione.",
|
||||
"cmakelists.save.trigger.reconfigure": "È stato rilevato il salvataggio di CMakeLists.txt. Verrà effettuato un tentativo di riconfigurazione automatica...",
|
||||
"cmakelists.save.could.not.reconfigure": "Sono state rilevate modifiche in CMakeLists.txt, ma non è stato possibile riconfigurare il progetto perché è già in corso un'altra operazione.",
|
||||
"needs.reconfigure": "È necessario riconfigurare il progetto per rendere effettive le modifiche salvate in CMakeLists.txt.",
|
||||
"run.build": "Compilazione della cartella: {0}",
|
||||
"failed.to.get.cmake.driver": "Non è stato possibile ottenere il driver di CMake",
|
||||
"failed.to.get.build.command": "Non è stato possibile ottenere il comando di compilazione",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Non è stato trovato alcun generatore utilizzabile.",
|
||||
"user.closed.file.compilation.terminal": "L'utente ha chiuso un terminale di compilazione file",
|
||||
"disposing.base.cmakedriver": "Eliminazione di CMakeDriver di base",
|
||||
"async.disposing.cmake.driver": "Eliminazione asincrona del driver CMake",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Rimozione di {0}",
|
||||
"unlink.failed": "Non è stato possibile rimuovere il file di cache {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "È stato rilevato un aggiornamento dell'impostazione {0}. Verrà effettuato un tentativo di riconfigurazione automatica...",
|
||||
"toolchains.object.unsupported": "Questa versione di CMake non supporta il tipo di oggetto \"toolchains\". Per determinare i percorsi del compilatore, verrà letto il file CMakeCache.txt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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}",
|
||||
"connection.terminated.unexpectedly": "La connessione a cmake-server è stata interrotta in modo imprevisto",
|
||||
"cmake-server.exited.with.status": "cmake-server terminato. Stato: {0} ({1})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "Il cookie {0} del server CMake non corrisponde a un messaggio noto",
|
||||
"cant.yet.handle.message": "Non è ancora possibile gestire i messaggi del protocollo {0}",
|
||||
"sending.message.to.cmake-server": "Invio del messaggio a cmake-server: {0}",
|
||||
"error.starting.cmake-server": "Si è verificato un errore durante l'avvio di cmake-server",
|
||||
"configuring.using.generator": "Configurazione con il generatore CMake {0}",
|
||||
"with.platform.and.toolset": " con la piattaforma {0} e il set di strumenti {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Non è stato trovato alcun generatore utilizzabile.",
|
||||
"cmake.configure.error": "Si è verificato un errore durante la configurazione di CMake: {0}",
|
||||
"unknown.cache.entry.type": "Il tipo di voce della cache {0} è sconosciuto",
|
||||
"found.no.matching.code.model": "Non è stato trovato alcun modello di codice corrispondente per il tipo di compilazione corrente. Questo comportamento non è possibile",
|
||||
"build.all.target": "Destinazione speciale per la compilazione di tutte le destinazioni disponibili",
|
||||
"install.all.target": "Destinazione speciale per l'installazione di tutte le destinazioni disponibili",
|
||||
"utility.target": "Destinazione dell'utilità",
|
||||
"cmakelists.save.trigger.reconfigure": "È stato rilevato un aggiornamento dell'impostazione {0}. Verrà effettuato un tentativo di riconfigurazione automatica..."
|
||||
"utility.target": "Destinazione dell'utilità"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Cerca kit",
|
||||
"cancel.button": "Annulla",
|
||||
"selecting.kit.in.test.mode": "Esecuzione di CMakeTools in modalità di test. selectKit è disabilitato.",
|
||||
"no.active.folder": "Non sono presenti cartelle attive.",
|
||||
"no.active.cmake.project": "Nessun progetto CMake attivo.",
|
||||
"invalid.folder": "La cartella non è valida.",
|
||||
"select.a.cmake.project": "Seleziona un progetto CMake",
|
||||
"compilation information.not.found": "Non è possibile trovare le informazioni di compilazione per questo file",
|
||||
"add.config.preset.in.test.mode": "Esecuzione di CMakeTools in modalità di test. addConfigurePreset è disabilitato.",
|
||||
"add.build.preset.in.test.mode": "Esecuzione di CMakeTools in modalità di test. addBuildPreset è disabilitato.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "Rilevato kit di Visual Studio per la versione",
|
||||
"generator.present": "Generatore presente: {0}",
|
||||
"selected.preferred.generator.name": "Nome del generatore preferito selezionato: {0} {1}",
|
||||
"failed.to.scan.for.kits": "Non è possibile analizzare i kit Clang dell'interfaccia della riga di comando GNU: cmakeProject non è definito",
|
||||
"failed.to.scan.for.kits": "Non è possibile cercare i kit Clang di GNU CLI: il percorso CMake non è definito",
|
||||
"kit.env": "Ambiente per il kit {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Ricerca dei kit nel sistema",
|
||||
"scanning.for.kits": "Ricerca dei kit",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Fare clic per selezionare la cartella attiva",
|
||||
"click.to.select.workspace.tooltip": "Fare clic per selezionare il progetto attivo",
|
||||
"loading.status": "Caricamento in corso...",
|
||||
"unconfigured": "Non configurato",
|
||||
"click.to.select.variant.tooltip": "Fare clic per selezionare la variante di compilazione corrente",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "使用する CMake 実行可能ファイルの名前またはパスです。",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake のビルド ファイルが格納されるディレクトリです。",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "CMake でインストールされるファイルが格納されるディレクトリ。",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "ルート CMakeLists.txt ファイルのディレクトリです。",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "CMakeLists.txt ルート/ディレクトリへのパスまたはパスの配列。",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "ビルドの前に、開いているファイルを保存します。",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "実行する前にターゲットをビルドします。",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "ビルドの前に毎回ビルド出力をクリアします。",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "CMake ツールの第 2 フェーズの初期化を開始しています",
|
||||
"active.build.variant.changed": "アクティブなビルドのバリアントが変更されました",
|
||||
"changing.build.variant": "ビルドのバリアントを変更しています",
|
||||
"cmakelists.save.trigger.reconfigure": "CMakeLists.txt の保存が検出されました。自動再構成を試行しています...",
|
||||
"cmakelists.save.could.not.reconfigure": "CMakeLists.txt で変更が検出されましたが、別の操作が既に進行中のため、プロジェクトを再構成できませんでした。",
|
||||
"needs.reconfigure": "CMakeLists.txt に保存された変更が有効になるように、プロジェクトを再構成する必要があります。",
|
||||
"injecting.new.kit": "CMake ドライバーに新しいキットを挿入しています",
|
||||
"unable.to.set.kit": "キット {0} を設定できません。",
|
||||
"error.on.switch.status": "キットの切り替えでエラーが発生しました ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "既存のキャッシュでは構成できません",
|
||||
"configuring.project": "プロジェクトを構成しています",
|
||||
"preparing.to.configure": "構成の準備をしています",
|
||||
"run.configure": "フォルダーの構成中: {0}",
|
||||
"run.configure": "プロジェクトを構成しています: {0}",
|
||||
"unexpected.configure.type": "予期しない構成の種類です",
|
||||
"finishing.configure": "構成を終了しています",
|
||||
"configure.failed": "プロジェクトを構成できませんでした",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "構成できません: この CMake プロジェクトではどの構成の事前設定もアクティブではありません",
|
||||
"cmake.cache.dir.missing": "CMake キャッシュを含むフォルダーが見つかりません。キャッシュは再生成されます。",
|
||||
"warn.skip.configure.when.cache.present": "拡張機能によって、現時点で構成が必要であると判断されましたが、設定 cmake.skipConfigureWhenCachePresent がオンになっているため、スキップしています。CMake キャッシュが最新の構成変更と同期していることをご確認ください。",
|
||||
"cmakelists.save.trigger.reconfigure": "CMakeLists.txt の保存が検出されました。自動再構成を試行しています...",
|
||||
"cmakelists.save.could.not.reconfigure": "CMakeLists.txt で変更が検出されましたが、別の操作が既に進行中のため、プロジェクトを再構成できませんでした。",
|
||||
"needs.reconfigure": "CMakeLists.txt に保存された変更が有効になるように、プロジェクトを再構成する必要があります。",
|
||||
"run.build": "フォルダーのビルド中: {0}",
|
||||
"failed.to.get.cmake.driver": "CMake ドライバーを取得できませんでした",
|
||||
"failed.to.get.build.command": "ビルド コマンドを取得できませんでした",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "使用可能なジェネレーターが見つかりません。",
|
||||
"user.closed.file.compilation.terminal": "ユーザーがファイル コンパイル ターミナルを閉じました",
|
||||
"disposing.base.cmakedriver": "ベース CMakeDriver を破棄しています",
|
||||
"async.disposing.cmake.driver": "CMake ドライバーを非同期で破棄しています",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "{0} の削除",
|
||||
"unlink.failed": "キャッシュ ファイル {0} を削除できませんでした",
|
||||
"cmakelists.save.trigger.reconfigure": "{0} 設定の更新が検出されました。自動再構成を試行しています...",
|
||||
"toolchains.object.unsupported": "このバージョンの CMake では、\"ツールチェーン\" オブジェクトの種類はサポートされていません。コンパイラのパスは、CMakeCache.txt を読み取ることによって決まります。"
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.starting.cmake-server": "cmake-server の起動でエラーが発生しました",
|
||||
"started.new.cmake.server.instance": "新しい CMake サーバー インスタンスが PID {0} で開始されました",
|
||||
"connection.terminated.unexpectedly": "cmake-server への接続が予期せず終了しました",
|
||||
"cmake-server.exited.with.status": "cmake-server が状態 {0} ({1}) で終了しました",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "CMake サーバーの Cookie {0} は既知のメッセージに対応していません",
|
||||
"cant.yet.handle.message": "まだ {0} メッセージを処理できていません",
|
||||
"sending.message.to.cmake-server": "cmake-server にメッセージを送信しています: {0}",
|
||||
"error.starting.cmake-server": "cmake-server の起動でエラーが発生しました",
|
||||
"configuring.using.generator": "{0} CMake ジェネレーターを",
|
||||
"with.platform.and.toolset": "プラットフォーム {0} とツールセット {1} で使用して構成しています"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "使用可能なジェネレーターが見つかりません。",
|
||||
"cmake.configure.error": "CMake の構成中にエラーが発生しました: {0}",
|
||||
"unknown.cache.entry.type": "不明なキャッシュ エントリの種類 {0}",
|
||||
"found.no.matching.code.model": "現在のビルドの種類に一致するコード モデルが見つかりませんでした。これは無効です",
|
||||
"build.all.target": "すべての使用可能なターゲットをビルドする特別なターゲット",
|
||||
"install.all.target": "すべての使用可能なターゲットをインストールする特別なターゲット",
|
||||
"utility.target": "ユーティリティのターゲット",
|
||||
"cmakelists.save.trigger.reconfigure": "{0} 設定の更新が検出されました。自動再構成を試行しています..."
|
||||
"utility.target": "ユーティリティのターゲット"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "キットのスキャン",
|
||||
"cancel.button": "キャンセル",
|
||||
"selecting.kit.in.test.mode": "CMakeTools はテスト モードで実行されています。selectKit が無効になります。",
|
||||
"no.active.folder": "アクティブなフォルダーがありません。",
|
||||
"no.active.cmake.project": "アクティブな CMake プロジェクトがありません。",
|
||||
"invalid.folder": "無効なフォルダーです。",
|
||||
"select.a.cmake.project": "cmake プロジェクトの選択",
|
||||
"compilation information.not.found": "このファイルのコンパイル情報が見つかりません",
|
||||
"add.config.preset.in.test.mode": "CMakeTools はテスト モードで実行されています。addConfigurePreset が無効になります。",
|
||||
"add.build.preset.in.test.mode": "CMakeTools はテスト モードで実行されています。addBuildPreset が無効になります。",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "バージョンの VsKit が検出されました",
|
||||
"generator.present": "ジェネレーターが存在します: {0}",
|
||||
"selected.preferred.generator.name": "選択された優先ジェネレーター名: {0} {1}",
|
||||
"failed.to.scan.for.kits": "GNU CLI Clang キットをスキャンできません: CMakeProject が定義されていません",
|
||||
"failed.to.scan.for.kits": "GNU CLI Clang キットをスキャンできません: CMake パスが定義されていません",
|
||||
"kit.env": "キット {0} の環境: {1}",
|
||||
"scanning.for.kits.on.system": "システムでキットをスキャンしています",
|
||||
"scanning.for.kits": "キットをスキャンしています",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "アクティブなフォルダーを選択する場合にクリックします",
|
||||
"click.to.select.workspace.tooltip": "アクティブなプロジェクトを選択する場合にクリックします",
|
||||
"loading.status": "読み込み中...",
|
||||
"unconfigured": "未構成",
|
||||
"click.to.select.variant.tooltip": "現在のビルド バリアントを選択するには、クリックします",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "사용할 CMake 실행 파일의 이름/경로입니다.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake 빌드 파일이 이동할 디렉터리입니다.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "CMake 설치된 파일이 이동할 디렉터리입니다.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "루트 CMakeLists.txt 파일의 디렉터리입니다.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "CMakeLists.txt 루트 디렉터리의 경로 또는 경로 배열입니다.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "빌드하기 전에 열린 파일을 저장합니다.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "대상을 실행하기 전에 빌드합니다.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "각 빌드 전에 빌드 출력을 지웁니다.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "CMake Tools 2단계 초기화 시작",
|
||||
"active.build.variant.changed": "활성 빌드 variant가 변경됨",
|
||||
"changing.build.variant": "빌드 variant를 변경하는 중",
|
||||
"cmakelists.save.trigger.reconfigure": "CMakeLists.txt 저장이 검색되어 자동 다시 구성을 시도하는 중...",
|
||||
"cmakelists.save.could.not.reconfigure": "CMakeLists.txt에서 변경 내용이 검색되었지만, 다른 작업이 이미 진행 중이므로 프로젝트를 다시 구성할 수 없습니다.",
|
||||
"needs.reconfigure": "CMakeLists.txt에 저장된 변경 내용이 적용되도록 프로젝트를 다시 구성해야 합니다.",
|
||||
"injecting.new.kit": "CMake 드라이버에 새 키트를 삽입하는 중",
|
||||
"unable.to.set.kit": "{0} 키트를 설정할 수 없습니다.",
|
||||
"error.on.switch.status": "키트 전환 시 오류 발생({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "기존 캐시를 사용하여 구성할 수 없음",
|
||||
"configuring.project": "프로젝트를 구성하는 중",
|
||||
"preparing.to.configure": "구성 준비 중",
|
||||
"run.configure": "폴더를 구성하는 중: {0}",
|
||||
"run.configure": "프로젝트({0})를 구성하는 중",
|
||||
"unexpected.configure.type": "예기치 않은 구성 형식",
|
||||
"finishing.configure": "구성을 완료하는 중",
|
||||
"configure.failed": "프로젝트를 구성하지 못함",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "구성할 수 없음: 이 CMake 프로젝트에 대해 활성 상태인 구성 미리 설정이 없습니다.",
|
||||
"cmake.cache.dir.missing": "CMake 캐시가 포함된 폴더가 없습니다. 캐시가 다시 생성됩니다.",
|
||||
"warn.skip.configure.when.cache.present": "확장에서 지금 구성이 필요한 것으로 확인했지만, cmake.skipConfigureWhenCachePresent 설정이 ON 상태여서 건너뜁니다. CMake 캐시가 최신 구성 변경 내용과 동기화 상태인지 확인하세요.",
|
||||
"cmakelists.save.trigger.reconfigure": "CMakeLists.txt 저장이 검색되어 자동 다시 구성을 시도하는 중...",
|
||||
"cmakelists.save.could.not.reconfigure": "CMakeLists.txt에서 변경 내용이 검색되었지만, 다른 작업이 이미 진행 중이므로 프로젝트를 다시 구성할 수 없습니다.",
|
||||
"needs.reconfigure": "CMakeLists.txt에 저장된 변경 내용이 적용되도록 프로젝트를 다시 구성해야 합니다.",
|
||||
"run.build": "폴더를 빌드하는 중: {0}",
|
||||
"failed.to.get.cmake.driver": "CMake 드라이버를 가져오지 못함",
|
||||
"failed.to.get.build.command": "빌드 명령을 가져오지 못함",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "사용 가능한 생성기를 찾을 수 없습니다.",
|
||||
"user.closed.file.compilation.terminal": "사용자가 파일 컴파일 터미널을 닫음",
|
||||
"disposing.base.cmakedriver": "기본 CMakeDriver를 삭제하는 중",
|
||||
"async.disposing.cmake.driver": "CMake 드라이버를 비동기 삭제하는 중",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "{0}을(를) 제거하는 중",
|
||||
"unlink.failed": "캐시 파일 {0}을(를) 제거하지 못함",
|
||||
"cmakelists.save.trigger.reconfigure": "감지된 {0} 설정 업데이트, 자동 재구성 시도 중...",
|
||||
"toolchains.object.unsupported": "이 CMake 버전은 \"도구 체인\" 개체 종류를 지원하지 않습니다. 컴파일러 경로는 CMakeCache.txt를 읽는 방법으로 결정됩니다."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.starting.cmake-server": "cmake-server를 시작하는 동안 오류 발생",
|
||||
"started.new.cmake.server.instance": "PID가 {0}인 새 CMake 서버 인스턴스를 시작함",
|
||||
"connection.terminated.unexpectedly": "cmake-server에 대한 연결이 예기치 않게 종료됨",
|
||||
"cmake-server.exited.with.status": "cmake-server가 종료됨(상태: {0}({1}))",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "CMake 서버 쿠키 {0}이(가) 알려진 메시지와 일치하지 않음",
|
||||
"cant.yet.handle.message": "아직 {0} 메시지를 처리할 수 없음",
|
||||
"sending.message.to.cmake-server": "cmake-server에 메시지를 보내는 중: {0}",
|
||||
"error.starting.cmake-server": "cmake-server를 시작하는 동안 오류 발생",
|
||||
"configuring.using.generator": "{0} CMake 생성기와",
|
||||
"with.platform.and.toolset": " {0} 플랫폼 및 {1} 도구 집합을 사용하여 구성하는 중"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "사용 가능한 생성기를 찾을 수 없습니다.",
|
||||
"cmake.configure.error": "CMake 구성 중 오류 발생: {0}",
|
||||
"unknown.cache.entry.type": "알 수 없는 캐시 항목 형식 {0}",
|
||||
"found.no.matching.code.model": "현재 빌드 형식에 대한 일치하는 코드 모델이 없습니다. 일치하는 코드 모델이 있어야 합니다.",
|
||||
"build.all.target": "사용 가능한 모든 대상을 빌드할 특수 대상",
|
||||
"install.all.target": "사용 가능한 모든 대상을 설치할 특수 대상",
|
||||
"utility.target": "유틸리티 대상",
|
||||
"cmakelists.save.trigger.reconfigure": "감지된 {0} 설정 업데이트, 자동 재구성 시도 중..."
|
||||
"utility.target": "유틸리티 대상"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "키트 검색",
|
||||
"cancel.button": "취소",
|
||||
"selecting.kit.in.test.mode": "테스트 모드에서 CMakeTools를 실행하고 있습니다. selectKit가 사용하지 않도록 설정되었습니다.",
|
||||
"no.active.folder": "활성 폴더가 없습니다.",
|
||||
"no.active.cmake.project": "활성 CMake 프로젝트가 없습니다.",
|
||||
"invalid.folder": "폴더가 잘못되었습니다.",
|
||||
"select.a.cmake.project": "Cmake 프로젝트 선택",
|
||||
"compilation information.not.found": "이 파일의 컴파일 정보를 찾을 수 없음",
|
||||
"add.config.preset.in.test.mode": "테스트 모드에서 CMakeTools를 실행 중입니다. addConfigurePreset 가 사용 중지되었습니다.",
|
||||
"add.build.preset.in.test.mode": "테스트 모드에서 CMakeTools를 실행 중입니다. addBuildPreset가 사용 중지되었습니다.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "버전에 대한 검색된 VsKit",
|
||||
"generator.present": "생성기가 있음: {0}",
|
||||
"selected.preferred.generator.name": "선택된 기본 설정 생성기 이름: {0} {1}",
|
||||
"failed.to.scan.for.kits": "GNU CLI Clang 키트를 검색할 수 없습니다. cmakeProject가 정의되지 않았습니다.",
|
||||
"failed.to.scan.for.kits": "GNU CLI Clang 키트를 검사할 수 없음: CMake 경로가 정의되지 않음",
|
||||
"kit.env": "{0} 키트 환경: {1}",
|
||||
"scanning.for.kits.on.system": "시스템에서 키트를 검색하는 중",
|
||||
"scanning.for.kits": "키트를 검색하는 중",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "활성 폴더를 선택하려면 클릭",
|
||||
"click.to.select.workspace.tooltip": "활성 프로젝트를 선택하려면 클릭",
|
||||
"loading.status": "로드하는 중...",
|
||||
"unconfigured": "구성되지 않음",
|
||||
"click.to.select.variant.tooltip": "현재 빌드 variant를 선택하려면 클릭하세요.",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"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.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "Katalog, w którym zostaną umieszczone zainstalowane pliki narzędzia CMake.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Katalog głównego pliku CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Ścieżka lub tablica ścieżek do katalogu głównego/katalogów CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Zapisz otwarte pliki przed kompilowaniem.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Skompiluj element docelowy przed jego uruchomieniem.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Czyść dane wyjściowe kompilacji przed każdym kompilowaniem.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Uruchamianie inicjowania drugiego etapu rozszerzenia CMake Tools",
|
||||
"active.build.variant.changed": "Zmieniono wariant aktywnej kompilacji",
|
||||
"changing.build.variant": "Zmienianie wariantu kompilacji",
|
||||
"cmakelists.save.trigger.reconfigure": "Wykryto zapisanie pliku CMakeLists.txt. Trwa próba automatycznej zmiany konfiguracji...",
|
||||
"cmakelists.save.could.not.reconfigure": "Wykryto zmiany w pliku CMakeLists.txt, ale nie można ponownie skonfigurować projektu, ponieważ inna operacja jest już w toku.",
|
||||
"needs.reconfigure": "Należy zmienić konfigurację projektu tak, aby zostały wprowadzone zmiany w pliku CMakeLists.txt.",
|
||||
"injecting.new.kit": "Wstrzykiwanie nowego zestawu do sterownika narzędzia CMake",
|
||||
"unable.to.set.kit": "Nie można ustawić zestawu {0}.",
|
||||
"error.on.switch.status": "Błąd przy przełączeniu zestawu ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "Nie można skonfigurować przy użyciu istniejącej pamięci podręcznej",
|
||||
"configuring.project": "Konfigurowanie projektu",
|
||||
"preparing.to.configure": "Przygotowywanie do konfigurowania",
|
||||
"run.configure": "Konfigurowanie folderu: {0}",
|
||||
"run.configure": "Konfigurowanie projektu: {0}",
|
||||
"unexpected.configure.type": "Nieoczekiwany typ konfiguracji",
|
||||
"finishing.configure": "Kończenie konfigurowania",
|
||||
"configure.failed": "Nie udało się skonfigurować projektu",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "Nie można skonfigurować: dla tego projektu narzędzia CMake nie jest aktywne żadne wstępne ustawienie konfiguracji",
|
||||
"cmake.cache.dir.missing": "Brak folderu zawierającego pamięć podręczną narzędzia CMake. Pamięć podręczna zostanie ponownie wygenerowana.",
|
||||
"warn.skip.configure.when.cache.present": "Rozszerzenie określiło, że w tym momencie jest wymagana konfiguracja, ale pominiemy ją, ponieważ ustawienie cmake.skipConfigureWhenCachePresent jest WŁĄCZONE. Upewnij się, że pamięć podręczna narzędzia CMake jest zsynchronizowana z najnowszymi zmianami konfiguracji.",
|
||||
"cmakelists.save.trigger.reconfigure": "Wykryto zapisanie pliku CMakeLists.txt. Trwa próba automatycznej zmiany konfiguracji...",
|
||||
"cmakelists.save.could.not.reconfigure": "Wykryto zmiany w pliku CMakeLists.txt, ale nie można ponownie skonfigurować projektu, ponieważ inna operacja jest już w toku.",
|
||||
"needs.reconfigure": "Należy zmienić konfigurację projektu tak, aby zostały wprowadzone zmiany w pliku CMakeLists.txt.",
|
||||
"run.build": "Kompilowanie folderu: {0}",
|
||||
"failed.to.get.cmake.driver": "Nie można pobrać sterownika narzędzia CMake",
|
||||
"failed.to.get.build.command": "Nie można pobrać polecenia kompilacji",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Nie znaleziono generatora, którego można użyć.",
|
||||
"user.closed.file.compilation.terminal": "Użytkownik zamknął terminal kompilacji pliku",
|
||||
"disposing.base.cmakedriver": "Usuwanie podstawowego elementu CMakeDriver",
|
||||
"async.disposing.cmake.driver": "Asynchroniczne usuwanie sterownika narzędzia CMake",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Usuwanie elementu {0}",
|
||||
"unlink.failed": "Nie można usunąć {0} pliku pamięci podręcznej",
|
||||
"cmakelists.save.trigger.reconfigure": "Wykryto {0} aktualizację ustawienia, trwa próba automatycznej ponownej konfiguracji...",
|
||||
"toolchains.object.unsupported": "Ta wersja narzędzia CMake nie obsługuje rodzaju obiektu „toolchains”. Ścieżki kompilatora będą określane przez odczytanie pliku CMakeCache.txt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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}",
|
||||
"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})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "Plik cookie serwera narzędzia CMake {0} nie odpowiada znanemu komunikatowi",
|
||||
"cant.yet.handle.message": "Nie można jeszcze obsłużyć komunikatów {0}",
|
||||
"sending.message.to.cmake-server": "Wysyłanie komunikatu do programu cmake-server: {0}",
|
||||
"error.starting.cmake-server": "Błąd podczas uruchamiania programu cmake-server",
|
||||
"configuring.using.generator": "Konfigurowanie korzystania z generatora narzędzia CMake {0}",
|
||||
"with.platform.and.toolset": " z platformą {0} i zestawem narzędzi {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Nie znaleziono generatora, którego można użyć.",
|
||||
"cmake.configure.error": "Błąd podczas wykonywania polecenia configure narzędzia CMake: {0}",
|
||||
"unknown.cache.entry.type": "Nieznany typ pozycji pamięci podręcznej {0}",
|
||||
"found.no.matching.code.model": "Nie znaleziono pasującego modelu kodu dla bieżącego typu kompilacji. To nie powinno być możliwe.",
|
||||
"build.all.target": "Specjalny element docelowy umożliwiający kompilowanie wszystkich dostępnych elementów docelowych",
|
||||
"install.all.target": "Specjalny element docelowy umożliwiający zainstalowanie wszystkich dostępnych elementów docelowych",
|
||||
"utility.target": "Element docelowy narzędzia",
|
||||
"cmakelists.save.trigger.reconfigure": "Wykryto {0} aktualizację ustawienia, trwa próba automatycznej ponownej konfiguracji..."
|
||||
"utility.target": "Element docelowy narzędzia"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Skanuj w poszukiwaniu zestawów",
|
||||
"cancel.button": "Anuluj",
|
||||
"selecting.kit.in.test.mode": "Uruchamianie rozszerzenia CMakeTools w trybie testowym. Element selectKit jest wyłączony.",
|
||||
"no.active.folder": "Brak aktywnego folderu.",
|
||||
"no.active.cmake.project": "Brak aktywnego projektu narzędzia CMake.",
|
||||
"invalid.folder": "Nieprawidłowy folder.",
|
||||
"select.a.cmake.project": "Wybierz projekt cmake",
|
||||
"compilation information.not.found": "Nie można znaleźć informacji o kompilacji dla tego pliku",
|
||||
"add.config.preset.in.test.mode": "Uruchamianie narzędzi CMake w trybie testowym. Element addConfigurePreset jest wyłączony.",
|
||||
"add.build.preset.in.test.mode": "Uruchamianie narzędzi CMake w trybie testowym. Element addBuildPreset jest wyłączony.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "Wykryto zestaw VsKit dla wersji",
|
||||
"generator.present": "Generator jest dostępny: {0}",
|
||||
"selected.preferred.generator.name": "Nazwa wybranego preferowanego generatora: {0} {1}",
|
||||
"failed.to.scan.for.kits": "Nie można przeprowadzić skanowania dla zestawów GNU CLI Clang: element cmakeProject nie jest zdefiniowany",
|
||||
"failed.to.scan.for.kits": "Nie można przeskanować w poszukiwaniu zestawów Clang interfejsu wiersza polecenia GNU: ścieżka narzędzia CMake nie jest zdefiniowana",
|
||||
"kit.env": "Środowisko zestawu {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Trwa skanowanie w poszukiwaniu zestawów w systemie",
|
||||
"scanning.for.kits": "Skanowanie w poszukiwaniu zestawów",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Kliknij, aby wybrać aktywny folder",
|
||||
"click.to.select.workspace.tooltip": "Kliknij, aby wybrać aktywny projekt",
|
||||
"loading.status": "Trwa ładowanie...",
|
||||
"unconfigured": "Brak konfiguracji",
|
||||
"click.to.select.variant.tooltip": "Kliknij, aby wybrać wariant bieżącej kompilacji",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"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.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "O diretório para o qual os arquivos instalados do CMake irão.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "O diretório do arquivo CMakeLists.txt raiz.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Caminho ou matriz de caminhos para o diretório/diretórios raiz do CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Salvar os arquivos abertos antes do build.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Compile o destino antes de executá-lo.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Limpar a saída do build antes de cada build.",
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
"second.phase.init": "Começando a inicialização da segunda fase de Ferramentas do CMake",
|
||||
"active.build.variant.changed": "Variante de build ativa alterada",
|
||||
"changing.build.variant": "Alterando a variante de build",
|
||||
"cmakelists.save.trigger.reconfigure": "Detectado o salvamento de CMakeLists.txt, tentando reconfigurar automaticamente...",
|
||||
"cmakelists.save.could.not.reconfigure": "Foram detectadas alterações no CMakeLists.txt, mas não foi possível reconfigurar o projeto porque outra operação já está em andamento.",
|
||||
"needs.reconfigure": "O projeto precisa ser reconfigurado para que as alterações salvas em CMakeLists.txt tenham efeito.",
|
||||
"injecting.new.kit": "Injetando novo Kit no driver do CMake",
|
||||
"unable.to.set.kit": "Não é possível definir o kit {0}.",
|
||||
"error.on.switch.status": "Erro no comutador do kit ({0})",
|
||||
|
@ -81,7 +78,7 @@
|
|||
"no.cache.available": "Não é possível configurar com o cache existente",
|
||||
"configuring.project": "Configurando projeto",
|
||||
"preparing.to.configure": "Preparando para configurar",
|
||||
"run.configure": "Configurando a pasta: {0}",
|
||||
"run.configure": "Configurando projeto: {0}",
|
||||
"unexpected.configure.type": "Tipo de configuração inesperado",
|
||||
"finishing.configure": "Concluindo a configuração",
|
||||
"configure.failed": "Falha ao configurar o projeto",
|
||||
|
@ -97,6 +94,9 @@
|
|||
"cannot.configure.no.config.preset": "Não é possível configurar: Nenhuma predefinição de configuração está ativa para este Projeto do CMake",
|
||||
"cmake.cache.dir.missing": "A pasta que contém o cache do CMake está ausente. O cache será regenerado.",
|
||||
"warn.skip.configure.when.cache.present": "A extensão determinou que uma configuração é necessária neste momento, mas estamos ignorando porque a configuração cmake.skipConfigureWhenCachePresent está LIGADA. Certifique-se de que o cache CMake esteja em sincronia com as mais recentes mudanças de configuração.",
|
||||
"cmakelists.save.trigger.reconfigure": "Detectado o salvamento de CMakeLists.txt, tentando reconfigurar automaticamente...",
|
||||
"cmakelists.save.could.not.reconfigure": "Foram detectadas alterações no CMakeLists.txt, mas não foi possível reconfigurar o projeto porque outra operação já está em andamento.",
|
||||
"needs.reconfigure": "O projeto precisa ser reconfigurado para que as alterações salvas em CMakeLists.txt tenham efeito.",
|
||||
"run.build": "Compilando a pasta: {0}",
|
||||
"failed.to.get.cmake.driver": "Falha ao obter o driver CMake",
|
||||
"failed.to.get.build.command": "Falha ao obter o comando da build",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Nenhum gerador utilizável localizado.",
|
||||
"user.closed.file.compilation.terminal": "O usuário fechou um terminal de compilação de arquivo",
|
||||
"disposing.base.cmakedriver": "Descartando CMakeDriver de base",
|
||||
"async.disposing.cmake.driver": "Driver CMake de descarte assíncrono",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
{
|
||||
"removing": "Removendo {0}",
|
||||
"unlink.failed": "Falha ao remover arquivo de cache {0}",
|
||||
"cmakelists.save.trigger.reconfigure": "Foi detectado {0} configuração de atualização, tentando reconfigurar automaticamente...",
|
||||
"toolchains.object.unsupported": "Esta versão do CMake não dá suporte ao tipo de objeto \"toolchains\". Os caminhos do compilador serão determinados pela leitura de CMakeCache.txt."
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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}",
|
||||
"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})",
|
||||
|
@ -16,6 +15,7 @@
|
|||
"cookie.not.known.message": "O cookie do servidor CMake {0} não corresponde a uma mensagem conhecida",
|
||||
"cant.yet.handle.message": "Ainda não é possível processar as mensagens de {0}",
|
||||
"sending.message.to.cmake-server": "Enviando mensagem para o servidor do CMake: {0}",
|
||||
"error.starting.cmake-server": "Erro ao iniciar o servidor do CMake",
|
||||
"configuring.using.generator": "Configurando usando o gerador do CMake {0}",
|
||||
"with.platform.and.toolset": " com a plataforma {0} e o conjunto de ferramentas {1}"
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no.usable.generator.found": "Nenhum gerador utilizável localizado.",
|
||||
"cmake.configure.error": "Erro durante a configuração do CMake: {0}",
|
||||
"unknown.cache.entry.type": "Tipo de entrada de cache desconhecido {0}",
|
||||
"found.no.matching.code.model": "Não foi localizado nenhum modelo de código correspondente para o tipo de build atual. Isso não deve ser possível",
|
||||
"build.all.target": "Um destino especial para compilar todos os destinos disponíveis",
|
||||
"install.all.target": "Um destino especial para instalar todos os destinos disponíveis",
|
||||
"utility.target": "Destino do utilitário",
|
||||
"cmakelists.save.trigger.reconfigure": "Foi detectado {0} configuração de atualização, tentando reconfigurar automaticamente..."
|
||||
"utility.target": "Destino do utilitário"
|
||||
}
|
|
@ -28,8 +28,9 @@
|
|||
"scan.for.kits.button": "Examinar em busca de kits",
|
||||
"cancel.button": "Cancelar",
|
||||
"selecting.kit.in.test.mode": "Executando CMakeTools no modo de teste. selectKit está desabilitado.",
|
||||
"no.active.folder": "Não há nenhuma pasta ativa.",
|
||||
"no.active.cmake.project": "Nenhum projeto CMake ativo.",
|
||||
"invalid.folder": "Pasta inválida.",
|
||||
"select.a.cmake.project": "Selecione um projeto cmake",
|
||||
"compilation information.not.found": "Não é possível localizar informações para este arquivo",
|
||||
"add.config.preset.in.test.mode": "Executando o CMakeTools no modo de teste. addConfigurePreset está desabilitado.",
|
||||
"add.build.preset.in.test.mode": "Executando o CMakeTools no modo de teste. addBuildPreset está desabilitado.",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"detected.kit.for.version": "Detectado VsKit para a versão",
|
||||
"generator.present": "Gerador Presente: {0}",
|
||||
"selected.preferred.generator.name": "Nome do Gerador Preferencial Selecionado: {0} {1}",
|
||||
"failed.to.scan.for.kits": "Não foi possível examinar os kits GNU CLI Clang: cmakeProject está indefinido",
|
||||
"failed.to.scan.for.kits": "Não é possível verificar os kits GNU CLI Clang: CMake Path é indefinido",
|
||||
"kit.env": "O ambiente do kit {0}: {1}",
|
||||
"scanning.for.kits.on.system": "Examinando o sistema em busca de Kits",
|
||||
"scanning.for.kits": "Examinando em busca de kits",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"click.to.select.workspace.tooltip": "Clique para selecionar a pasta ativa",
|
||||
"click.to.select.workspace.tooltip": "Clique para selecionar o projeto ativo",
|
||||
"loading.status": "Carregando...",
|
||||
"unconfigured": "Não Configurado",
|
||||
"click.to.select.variant.tooltip": "Clicar para selecionar a variante de build atual",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"cmake-tools.configuration.cmake.cmakePath.description": "Имя используемого исполняемого файла CMake и путь к нему.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Каталог, в который помещаются файлы сборки CMake.",
|
||||
"cmake-tools.configuration.cmake.installPrefix.description": "Каталог, в котором будут размещены установленные файлы CMake.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Каталог корневого файла CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.sourceDirectory.description": "Путь или массив путей к корневому каталогу или корневым каталогам CMakeLists.txt.",
|
||||
"cmake-tools.configuration.cmake.saveBeforeBuild.description": "Сохранение открытых файлов перед сборкой.",
|
||||
"cmake-tools.configuration.cmake.buildBeforeRun.description": "Создайте целевой объект перед его запуском.",
|
||||
"cmake-tools.configuration.cmake.clearOutputBeforeBuild.description": "Очистка выходных данных сборки перед каждой сборкой.",
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче