Localization - Translated Strings (#1020)
This commit is contained in:
Родитель
4006a887c9
Коммит
fa44e83328
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "扫描工具包",
|
||||
"cmake-tools.command.cmake.selectKit.title": "选择工具包",
|
||||
"cmake-tools.command.cmake.setVariant.title": "选择变量",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "配置",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "生成",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(内部)按名称生成目标",
|
||||
"cmake-tools.command.cmake.compileFile.title": "编译活动文件",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "编译文件",
|
||||
"cmake-tools.command.cmake.install.title": "安装",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "生成目标",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "设置生成目标",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "删除缓存并重新配置",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清除重新配置",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "清理",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "清除重新生成",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "运行测试",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "编辑 CMake 缓存",
|
||||
"cmake-tools.command.cmake.quickStart.title": "快速入门",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "调试",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "运行而不调试",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "设置调试目标",
|
||||
"cmake-tools.command.cmake.stop.title": "取消生成",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "重置 CMake Tools 扩展状态(用于故障排除)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "运行实用工具",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "调试",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "在终端中运行",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "设置为生成目标",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "设置为启动/调试目标",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "打开 CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "CMake 工具配置",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "要使用的 CMake 可执行文件的名称/路径。",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake 生成文件将转到其中的目录。",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 生成,而非使用内部进程。",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "来自外部命令的输出的编码(例如 cmake -- build)。",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "对文件和控制台启用跟踪日志记录(噪音很大)。",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "文件夹",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "项目大纲"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "没有打开的源目录",
|
||||
"quickstart.cmake.project": "快速启动新的 CMake 项目",
|
||||
"edit.setting": "编辑 \"cmake.sourceDirectory\" 设置",
|
||||
"missing.cmakelists": "在工作区文件夹的根中找不到 CMakeLists.txt",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "正在启动 CMake 驱动程序",
|
||||
"bad.cmake.executable": "CMake 可执行文件“{0}”不正确。",
|
||||
"no.workspace.error": "在没有打开的工作区时,CMake 工具不可用",
|
||||
"please.upgrade.cmake": "CMake 服务器不可用于当前的 CMake 可执行文件。请升级到 CMake {0} 或更高版本。",
|
||||
"starting.cmake.driver.status": "正在启动 CMake 服务器...",
|
||||
"ready.status": "就绪",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "无法将“{0}”复制到“{1}”: {2}",
|
||||
"configuring.project": "正在配置项目",
|
||||
"preparing.to.configure": "正在准备配置",
|
||||
"run.configure": "运行配置",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "意外的配置类型",
|
||||
"finishing.configure": "正在完成配置",
|
||||
"configure.failed": "未能配置项目",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "正在等待变量选择",
|
||||
"no.variant.abort": "未选择任何变量。中止配置",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "CMake 驱动程序在 tasksBuildCommand 期间终止",
|
||||
"run.build": "运行生成",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "生成失败: 无法配置项目",
|
||||
"driver.died.after.successful.configure": "CMake 驱动程序在成功配置后立即终止",
|
||||
"building.status": "生成",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "输入目标名称",
|
||||
"target.to.build.description": "要生成的目标",
|
||||
"driver.died.after.build.succeeded": "CMake 驱动程序在生成成功后立即终止。",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "找不到可启动的可执行目标。请检查:",
|
||||
"have.you.called.add_executable": "是否已在 CMake 项目中调用了 add_executable()?",
|
||||
"have.you.configured": "是否执行了成功的 CMake 配置?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "更新工作区文件夹",
|
||||
"rereading.kits.on.edit": "在文本编辑时重新读取工具包",
|
||||
"no.active.cmaketools.current.workspace": "当前工作区没有附加任何活动的 CMake 工具。",
|
||||
"rereading.kits": "重新读取工具包",
|
||||
"dispose.cmake.tools": "释放 CMake 工具",
|
||||
"configure.this.project": "是否要配置此项目?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "是",
|
||||
"not.now.button": "暂不处理",
|
||||
"always.configure.on.open": "始终在打开时配置项目?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "对于此工作区",
|
||||
"persist.config.on.open.setting": "保留“打开即配置”设置",
|
||||
"configuring.workspace.on.open": "正在打开的 {0} 上配置工作区",
|
||||
"double.loaded.instance": "用于工作区文件夹的双加载 CMake 工具实例",
|
||||
"creating.backend": "正在创建后端",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "工作区文件夹已删除,但未与扩展实例关联",
|
||||
"loading.workspace.folder.name": "正在加载工作区文件夹 {0}",
|
||||
"loading.workspace.folder": "正在加载工作区文件夹",
|
||||
"no.instance.ready.for.active.workspace": "没有用于活动工作区的就绪 CMake 工具实例。",
|
||||
"update.code.model.for.cpptools": "更新 cpptools 的代码模型",
|
||||
"filed.to.open.cache.file.on.code.model.update": "无法在代码模型更新时打开 CMake 缓存文件",
|
||||
"rereading.kits": "重新读取工具包",
|
||||
"migrating.kits.file": "正在迁移工具包文件",
|
||||
"failed.to.migrate.kits.file": "无法迁移以前的 user-local 工具包文件。",
|
||||
"loading.kits": "正在加载工具包",
|
||||
"unsetting.kit": "正在取消设置工具包",
|
||||
"loading.kit": "正在加载工具包 {0}",
|
||||
"opening.text.editor.for": "正在打开适用于 {0} 的文本编辑器",
|
||||
"no.kits.file.what.to.do": "不存在任何工具包文件。你要执行什么操作?",
|
||||
"scan.for.kits.button": "扫描工具包",
|
||||
"cancel.button": "取消",
|
||||
"rescanning.for.kits": "重新扫描工具包",
|
||||
"found.duplicate.kits": "在 cmake-tools-kits.json 中找到了保存的 Visual Studio 工具包和旧 ID。",
|
||||
"delete.duplicate.kits": "是否要从 cmake-tools-kits.json 删除重复的 Visual Studio 工具包?",
|
||||
"no.button": "否",
|
||||
"saving.kits.to": "正在将工具包保存到 {0}",
|
||||
"saving.new.kits.to": "正在将新工具包保存到 {0}",
|
||||
"retry.button": "重试",
|
||||
"kit.references.non-existent": "工具包“{0}”引用了不存在的编译器二进制文件 [{1}]。你要执行什么操作?",
|
||||
"remove.it.button": "删除",
|
||||
"keep.it.button": "保留",
|
||||
"pruning.kit": "精简工具包",
|
||||
"invalid.only.kit": "唯一的工具包无效。应找到“{0}”",
|
||||
"do.not.use.kit.button": "请勿使用工具包",
|
||||
"close.button": "关闭",
|
||||
"no.kits.available": "没有可用的 CMake 工具包。你要执行什么操作?",
|
||||
"start.selection.of.kits": "开始选择工具包。已找到 {0} 个工具包。",
|
||||
"running.in.test.mode": "正在以测试模式运行 CMakeTools。已禁用 selectKit。",
|
||||
"opening.kit.selection": "正在打开工具包选项快速选择",
|
||||
"unspecified.kit.name": "未指定",
|
||||
"select.a.kit.placeholder": "选择工具包",
|
||||
"user.cancelled.kit.selection": "用户已取消工具包选择",
|
||||
"user.selected.kit": "用户已选择工具包 {0}",
|
||||
"requires.open.workspace": "在没有打开的工作区时,CMake 工具不可用",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "找不到此文件的编译信息",
|
||||
"initial.setup": "初始设置",
|
||||
"started": "已启动",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "更新工作区文件夹",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "工作区文件夹已删除,但未与扩展实例关联"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "重新读取工具包",
|
||||
"migrating.kits.file": "正在迁移工具包文件",
|
||||
"failed.to.migrate.kits.file": "无法迁移以前的 user-local 工具包文件。",
|
||||
"loading.kits": "正在加载工具包",
|
||||
"unsetting.kit": "正在取消设置工具包",
|
||||
"loading.kit": "正在加载工具包 {0}",
|
||||
"invalid.only.kit": "唯一的工具包无效。应找到“{0}”",
|
||||
"scan.for.kits.button": "扫描工具包",
|
||||
"do.not.use.kit.button": "请勿使用工具包",
|
||||
"close.button": "关闭",
|
||||
"no.kits.available": "没有可用的 CMake 工具包。你要执行什么操作?",
|
||||
"start.selection.of.kits": "开始选择工具包。已找到 {0} 个工具包。",
|
||||
"opening.kit.selection": "正在打开工具包选项快速选择",
|
||||
"unspecified.kit.name": "未指定",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "用户已取消工具包选择",
|
||||
"user.selected.kit": "用户已选择工具包 {0}",
|
||||
"kit.references.non-existent": "工具包“{0}”引用了不存在的编译器二进制文件 [{1}]。你要执行什么操作?",
|
||||
"remove.it.button": "删除",
|
||||
"keep.it.button": "保留",
|
||||
"pruning.kit": "精简工具包",
|
||||
"saving.kits.to": "正在将工具包保存到 {0}",
|
||||
"saving.new.kits.to": "正在将新工具包保存到 {0}",
|
||||
"retry.button": "重试",
|
||||
"cancel.button": "取消",
|
||||
"rescanning.for.kits": "重新扫描工具包",
|
||||
"found.duplicate.kits": "在 cmake-tools-kits.json 中找到了保存的 Visual Studio 工具包和旧 ID。",
|
||||
"yes.button": "是",
|
||||
"delete.duplicate.kits": "是否要从 cmake-tools-kits.json 删除重复的 Visual Studio 工具包?",
|
||||
"no.button": "否"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "未配置",
|
||||
"loading.status": "正在加载...",
|
||||
"click.to.select.variant.tooltip": "单击可选择当前的生成变量",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "呈现此项目时出现问题。这是 bug",
|
||||
"empty.project": "空项目",
|
||||
"update.project.with.mismatch": "更新具有不匹配的名称属性的项目",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "呈现子节点时出错"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "掃描套件",
|
||||
"cmake-tools.command.cmake.selectKit.title": "選取套件",
|
||||
"cmake-tools.command.cmake.setVariant.title": "選取 Variant",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "設定",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "建置",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(內部) 依名稱建置目標",
|
||||
"cmake-tools.command.cmake.compileFile.title": "編譯使用中的檔案",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "編譯檔案",
|
||||
"cmake-tools.command.cmake.install.title": "安裝",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "建置目標",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "設定建置目標",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "刪除快取並重新設定",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "清除重新設定",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "清除",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "清除重建",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "執行測試",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "編輯 CMake 快取",
|
||||
"cmake-tools.command.cmake.quickStart.title": "快速入門",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "偵錯",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "執行但不進行偵錯",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "設定偵錯目標",
|
||||
"cmake-tools.command.cmake.stop.title": "取消建置",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "重設 CMake 工具延伸模組狀態 (進行疑難排解)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "執行公用程式",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "偵錯",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "在終端機中執行",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "設定為建置目標",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "設定為啟動/偵錯目標",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "開啟 CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "CMake 工具組態",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "要使用的 CMake 可執行檔名稱/路徑。",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "接收 CMake 建置檔案的目錄。",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "使用 tasks.json 而非內部處理序的組建。",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部命令輸出的編譯 (例如 cmake -- build)。",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "為檔案及主控台啟用追蹤記錄 (雜訊非常多)。",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "資料夾",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "專案大綱"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "您未開啟任何來源目錄",
|
||||
"quickstart.cmake.project": "快速上手新的 CMake 專案",
|
||||
"edit.setting": "編輯 'cmake.sourceDirectory' 設定",
|
||||
"missing.cmakelists": "在工作區資料夾的根中找不到 CMakeLists.txt",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "正在啟動 CMake 驅動程式",
|
||||
"bad.cmake.executable": "錯誤的 CMake 可執行檔 \"{0}\"。",
|
||||
"no.workspace.error": "沒有開啟的工作區就無法使用 CMake 工具",
|
||||
"please.upgrade.cmake": "目前的 CMake 可執行檔無法使用 CMake 伺服器。請升級為 CMake {0} 或更新版本。",
|
||||
"starting.cmake.driver.status": "正在啟動 CMake 伺服器...",
|
||||
"ready.status": "就緒",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "無法將 \"{0}\" 複製到 \"{1}\": {2}",
|
||||
"configuring.project": "正在設定專案",
|
||||
"preparing.to.configure": "正在準備設定",
|
||||
"run.configure": "執行設定",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "未預期的設定類型",
|
||||
"finishing.configure": "正在完成設定",
|
||||
"configure.failed": "無法設定專案",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "正在等候變化選取項目",
|
||||
"no.variant.abort": "未選取任何變化。中止設定",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "CMake 驅動程式在 tasksBuildCommand 期間已終止",
|
||||
"run.build": "執行建置",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "建置失敗: 無法設定專案",
|
||||
"driver.died.after.successful.configure": "設定成功後,CMake 驅動程式已隨即終止",
|
||||
"building.status": "正在建置",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "輸入目標名稱",
|
||||
"target.to.build.description": "要建置的目標",
|
||||
"driver.died.after.build.succeeded": "建置成功後,CMake 驅動程式已隨即終止。",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "找不到要啟動的可執行目標。請檢查:",
|
||||
"have.you.called.add_executable": "您有在 CMake 專案中呼叫 add_executable() 嗎?",
|
||||
"have.you.configured": "您執行的 CMake 設定成功了嗎?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "更新工作區資料夾",
|
||||
"rereading.kits.on.edit": "正在於編輯文字時重新讀取套件",
|
||||
"no.active.cmaketools.current.workspace": "沒有任何附加到目前工作區的使用中 CMake 工具。",
|
||||
"rereading.kits": "正在重新讀取套件",
|
||||
"dispose.cmake.tools": "處置 CMake 工具",
|
||||
"configure.this.project": "要設定這個專案嗎?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "是",
|
||||
"not.now.button": "現在不要",
|
||||
"always.configure.on.open": "永遠在開啟時設定專案嗎?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "適用於此工作區",
|
||||
"persist.config.on.open.setting": "保存 config-on-open 設定",
|
||||
"configuring.workspace.on.open": "正在於開啟的 {0} 上設定工作區",
|
||||
"double.loaded.instance": "已重複載入工作區資料夾的 CMake 工具執行個體",
|
||||
"creating.backend": "正在建立集區",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "工作區資料夾已移除,但未與延伸模組執行個體建立關聯",
|
||||
"loading.workspace.folder.name": "正在載入工作區資料夾 {0}",
|
||||
"loading.workspace.folder": "正在載入工作區資料夾",
|
||||
"no.instance.ready.for.active.workspace": "使用中工作區沒有可用的 CMake 工具執行個體。",
|
||||
"update.code.model.for.cpptools": "更新 cpptools 的程式碼模型",
|
||||
"filed.to.open.cache.file.on.code.model.update": "無法在程式碼模型更新時開啟 CMake 快取檔案",
|
||||
"rereading.kits": "正在重新讀取套件",
|
||||
"migrating.kits.file": "正在移轉套件檔案",
|
||||
"failed.to.migrate.kits.file": "無法移轉先前的使用者本機套件檔案。",
|
||||
"loading.kits": "正在載入套件",
|
||||
"unsetting.kit": "正在取消設定套件",
|
||||
"loading.kit": "正在載入套件 {0}",
|
||||
"opening.text.editor.for": "正在開啟 {0} 的文字編輯器",
|
||||
"no.kits.file.what.to.do": "沒有套件檔案存在。要執行什麼作業?",
|
||||
"scan.for.kits.button": "掃描套件",
|
||||
"cancel.button": "取消",
|
||||
"rescanning.for.kits": "正在重新掃描套件",
|
||||
"found.duplicate.kits": "找到舊識別碼儲存在 cmake-tools-kits.json 中的 Visual Studio 套件。",
|
||||
"delete.duplicate.kits": "要從 cmake-tools-kits.json 中刪除重複的 Visual Studio 套件嗎?",
|
||||
"no.button": "否",
|
||||
"saving.kits.to": "正在將套件儲存至 {0}",
|
||||
"saving.new.kits.to": "正在將新套件儲存至 {0}",
|
||||
"retry.button": "重試",
|
||||
"kit.references.non-existent": "套件 \"{0}\" 參考了不存在的編譯器二進位檔 [{1}]。要執行什麼作業?",
|
||||
"remove.it.button": "移除它",
|
||||
"keep.it.button": "保留它",
|
||||
"pruning.kit": "正在剪除套件",
|
||||
"invalid.only.kit": "僅套件無效。應找到 '{0}'",
|
||||
"do.not.use.kit.button": "不要使用套件",
|
||||
"close.button": "關閉",
|
||||
"no.kits.available": "沒有可用的 CMake 套件。要執行什麼作業?",
|
||||
"start.selection.of.kits": "開始選取套件。找到 {0} 個套件。",
|
||||
"running.in.test.mode": "正在於測試模式中執行 CMakeTools。已停用 selectKit。",
|
||||
"opening.kit.selection": "正在開啟套件選取 QuickPick",
|
||||
"unspecified.kit.name": "未指定",
|
||||
"select.a.kit.placeholder": "選取套件",
|
||||
"user.cancelled.kit.selection": "使用者已取消套件選取",
|
||||
"user.selected.kit": "使用者已選取套件 {0}",
|
||||
"requires.open.workspace": "沒有開啟的工作區就無法使用 CMake 工具",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "找不到此檔案的編譯資訊",
|
||||
"initial.setup": "初始設定",
|
||||
"started": "已啟動",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "更新工作區資料夾",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "工作區資料夾已移除,但未與延伸模組執行個體建立關聯"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "正在重新讀取套件",
|
||||
"migrating.kits.file": "正在移轉套件檔案",
|
||||
"failed.to.migrate.kits.file": "無法移轉先前的使用者本機套件檔案。",
|
||||
"loading.kits": "正在載入套件",
|
||||
"unsetting.kit": "正在取消設定套件",
|
||||
"loading.kit": "正在載入套件 {0}",
|
||||
"invalid.only.kit": "僅套件無效。應找到 '{0}'",
|
||||
"scan.for.kits.button": "掃描套件",
|
||||
"do.not.use.kit.button": "不要使用套件",
|
||||
"close.button": "關閉",
|
||||
"no.kits.available": "沒有可用的 CMake 套件。要執行什麼作業?",
|
||||
"start.selection.of.kits": "開始選取套件。找到 {0} 個套件。",
|
||||
"opening.kit.selection": "正在開啟套件選取 QuickPick",
|
||||
"unspecified.kit.name": "未指定",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "使用者已取消套件選取",
|
||||
"user.selected.kit": "使用者已選取套件 {0}",
|
||||
"kit.references.non-existent": "套件 \"{0}\" 參考了不存在的編譯器二進位檔 [{1}]。要執行什麼作業?",
|
||||
"remove.it.button": "移除它",
|
||||
"keep.it.button": "保留它",
|
||||
"pruning.kit": "正在剪除套件",
|
||||
"saving.kits.to": "正在將套件儲存至 {0}",
|
||||
"saving.new.kits.to": "正在將新套件儲存至 {0}",
|
||||
"retry.button": "重試",
|
||||
"cancel.button": "取消",
|
||||
"rescanning.for.kits": "正在重新掃描套件",
|
||||
"found.duplicate.kits": "找到舊識別碼儲存在 cmake-tools-kits.json 中的 Visual Studio 套件。",
|
||||
"yes.button": "是",
|
||||
"delete.duplicate.kits": "要從 cmake-tools-kits.json 中刪除重複的 Visual Studio 套件嗎?",
|
||||
"no.button": "否"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "未設定",
|
||||
"loading.status": "正在載入...",
|
||||
"click.to.select.variant.tooltip": "按一下以選取目前的建置變化",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "轉譯此項目時發生問題。這是 Bug",
|
||||
"empty.project": "空白專案",
|
||||
"update.project.with.mismatch": "更新具有不符名稱屬性的專案",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "轉譯子節點時發生錯誤"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Vyhledat sady",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Vyberte sadu",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Vybrat variantu",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Vybrat variantu pro všechny projekty",
|
||||
"cmake-tools.command.cmake.configure.title": "Konfigurovat",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Nakonfigurovat všechny projekty",
|
||||
"cmake-tools.command.cmake.build.title": "Build",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Sestavit všechny projekty",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interní) Sestavit cíl podle názvu",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Zkompilovat aktivní soubor",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Zkompilovat soubor",
|
||||
"cmake-tools.command.cmake.install.title": "Nainstalovat",
|
||||
"cmake-tools.command.cmake.installAll.title": "Nainstalovat všechny projekty",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Sestavit cíl",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Nastavit cíl sestavení",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Odstranit mezipaměť a znovu nakonfigurovat",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Vymazat mezipaměť a překonfigurovat všechny projekty",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Vyčistit a znovu nakonfigurovat",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Vyčistit a překonfigurovat všechny projekty",
|
||||
"cmake-tools.command.cmake.clean.title": "Vyčistit",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Vyčistit všechny projekty",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Vyčistit a znovu sestavit",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Vyčistit a znovu sestavit všechny projekty",
|
||||
"cmake-tools.command.cmake.ctest.title": "Spustit testy",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Spustit testy pro všechny projekty",
|
||||
"cmake-tools.command.cmake.editCache.title": "Upravit mezipaměť CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Rychlý Start",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Ladit",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Ladit všechny projekty",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Spustit bez ladění",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Spustit všechny projekty bez ladění",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Nastavit cíl ladění",
|
||||
"cmake-tools.command.cmake.stop.title": "Zrušit sestavení",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Zrušit sestavování pro všechny projekty",
|
||||
"cmake-tools.command.cmake.resetState.title": "Resetovat stav rozšíření nástrojů CMake Tools (pro řešení potíží)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Vybrat aktivní složku",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Spustit nástroj",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Ladit",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Spustit v terminálu",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Nastavit jako cíl sestavení",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Nastavit jako cíl pro spuštění nebo ladění",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Otevřít CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Nastavit aktivní složku",
|
||||
"cmake-tools.configuration.title": "Konfigurace nástrojů CMake Tools",
|
||||
"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",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"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)",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Povolit protokolování trasování do souboru a konzoly (velmi vysoké objemy dat)",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Vybrat aktivní složku automaticky",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Složky",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Osnova projektu"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Nemáte otevřený zdrojový adresář.",
|
||||
"quickstart.cmake.project": "Rychlý start nového projektu CMake",
|
||||
"edit.setting": "Upravte nastavení cmake.sourceDirectory.",
|
||||
"missing.cmakelists": "V kořenu složky pracovního prostoru se nenašel soubor CMakeLists.txt.",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Spouští se ovladač CMake.",
|
||||
"bad.cmake.executable": "Nesprávný spustitelný soubor nástrojů CMake {0}",
|
||||
"no.workspace.error": "Nástroje CMake Tools nejsou k dispozici bez otevřeného pracovního prostoru.",
|
||||
"please.upgrade.cmake": "Server CMake není při použití aktuálního spustitelného souboru CMake k dispozici. Upgradujte prosím nástroje CMake na verzi {0} nebo novější.",
|
||||
"starting.cmake.driver.status": "Spouští se server CMake...",
|
||||
"ready.status": "Připraveno",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Nepovedlo se zkopírovat položku {0} do umístění {1}: {2}",
|
||||
"configuring.project": "Konfiguruje se projekt.",
|
||||
"preparing.to.configure": "Připravuje se konfigurace.",
|
||||
"run.configure": "Spustit konfiguraci",
|
||||
"run.configure": "Konfiguruje se složka: {0}",
|
||||
"unexpected.configure.type": "Neočekávaný typ konfigurace",
|
||||
"finishing.configure": "Dokončuje se příkaz configure.",
|
||||
"configure.failed": "Nepovedlo se nakonfigurovat projekt.",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Čeká se na výběr varianty.",
|
||||
"no.variant.abort": "Není vybraná žádná varianta. Přerušte příkaz configure.",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "Během operace tasksBuildCommand se ukončil ovladač CMake.",
|
||||
"run.build": "Spustit sestavení",
|
||||
"run.build": "Sestavuje se složka: {0}",
|
||||
"unable.to.configure": "Sestavení se nepovedlo: projekt nejde nakonfigurovat",
|
||||
"driver.died.after.successful.configure": "Ovladač CMake se ukončil hned po úspěšné konfiguraci.",
|
||||
"building.status": "Sestavování",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Zadejte název cíle.",
|
||||
"target.to.build.description": "Cíl k sestavení",
|
||||
"driver.died.after.build.succeeded": "Ovladač CMake se ukončil hned po úspěšném sestavení.",
|
||||
"select.a.launch.target": "Vyberte cíl spuštění pro {0}.",
|
||||
"no.executable.target.found.to.launch": "Nenašel se žádný cílový spustitelný soubor, který by se mohl spustit. Zkontrolujte prosím:",
|
||||
"have.you.called.add_executable": "Volali jste v projektu CMake metodu add_executable()?",
|
||||
"have.you.configured": "Provedli jste úspěšně příkaz configure nástrojů CMake?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Aktualizovat složky pracovního prostoru",
|
||||
"rereading.kits.on.edit": "Znovu se čtou sady při úpravách textu.",
|
||||
"no.active.cmaketools.current.workspace": "K aktuálnímu pracovnímu prostoru nejsou připojené žádné aktivní nástroje CMake Tools.",
|
||||
"rereading.kits": "Znovu se čtou sady.",
|
||||
"dispose.cmake.tools": "Uvolnit nástroje CMake Tools",
|
||||
"configure.this.project": "Přejete si nakonfigurovat tento projekt?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Ano",
|
||||
"not.now.button": "Teď ne",
|
||||
"always.configure.on.open": "Chcete vždycky konfigurovat projekty při otevření?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Pro tento pracovní prostor",
|
||||
"persist.config.on.open.setting": "Zachovat nastavení konfigurace při otevření",
|
||||
"configuring.workspace.on.open": "Konfiguruje se pracovní prostor při otvírání elementu {0}.",
|
||||
"double.loaded.instance": "Dvakrát se načetla instance nástrojů CMake Tools pro složku pracovního prostoru.",
|
||||
"creating.backend": "Vytváří se back-end.",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Složka pracovního prostoru byla odebrána, ale není přidružená k instanci rozšíření.",
|
||||
"loading.workspace.folder.name": "Načítá se složka pracovního prostoru {0}.",
|
||||
"loading.workspace.folder": "Načítá se složka pracovního prostoru.",
|
||||
"no.instance.ready.for.active.workspace": "Pro aktivní pracovní prostor není připravená žádná instance nástrojů CMake Tools.",
|
||||
"update.code.model.for.cpptools": "Aktualizovat model kódu pro cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Nepovedlo se otevřít soubor mezipaměti CMake při aktualizaci kódu modelu.",
|
||||
"rereading.kits": "Znovu se čtou sady.",
|
||||
"migrating.kits.file": "Probíhá migrace souboru sad.",
|
||||
"failed.to.migrate.kits.file": "Nepovedlo se migrovat předchozí soubor sad pro místní uživatele.",
|
||||
"loading.kits": "Načítají se sady.",
|
||||
"unsetting.kit": "Ruší se nastavení sady.",
|
||||
"loading.kit": "Načítá se sada {0}.",
|
||||
"opening.text.editor.for": "Spouští se textový editor pro {0}.",
|
||||
"no.kits.file.what.to.do": "Není k dispozici žádný soubor sad. Co byste chtěli udělat?",
|
||||
"scan.for.kits.button": "Vyhledat sady",
|
||||
"cancel.button": "Storno",
|
||||
"rescanning.for.kits": "Probíhá opětovné hledání sad.",
|
||||
"found.duplicate.kits": "V souboru cmake-tools-kits.json se našly sady Visual Studio se starými ID.",
|
||||
"delete.duplicate.kits": "Chcete odstranit duplicitní sady Visual Studio ze souboru cmake-tools-kits.json?",
|
||||
"no.button": "Ne",
|
||||
"saving.kits.to": "Ukládají se sady do {0}.",
|
||||
"saving.new.kits.to": "Ukládají se nové sady do {0}.",
|
||||
"retry.button": "Opakovat",
|
||||
"kit.references.non-existent": "Sada {0} odkazuje na neexistující binární soubor kompilátoru [{1}]. Co byste chtěli udělat?",
|
||||
"remove.it.button": "Odebrat",
|
||||
"keep.it.button": "Zachovat",
|
||||
"pruning.kit": "Vyřazovací sada",
|
||||
"invalid.only.kit": "Jediná neplatná sada. Očekávalo se nalezení elementu {0}.",
|
||||
"do.not.use.kit.button": "Nepoužívat sadu",
|
||||
"close.button": "Zavřít",
|
||||
"no.kits.available": "Nejsou k dispozici žádné sady CMake. Co byste chtěli udělat?",
|
||||
"start.selection.of.kits": "Začněte vybírat sady. Nalezené sady: {0}",
|
||||
"running.in.test.mode": "Rozšíření CMakeTools běží v testovacím režimu. Element selectKit je zakázaný.",
|
||||
"opening.kit.selection": "Otevírá se element QuickPick výběru sady.",
|
||||
"unspecified.kit.name": "Neurčeno",
|
||||
"select.a.kit.placeholder": "Vyberte sadu.",
|
||||
"user.cancelled.kit.selection": "Uživatel zrušil výběr sady.",
|
||||
"user.selected.kit": "Uživatel vybral sadu {0}.",
|
||||
"requires.open.workspace": "Nástroje CMake Tools nejsou k dispozici bez otevřeného pracovního prostoru.",
|
||||
"no.active.folder": "Žádná aktivní složka",
|
||||
"invalid.folder": "Neplatná složka",
|
||||
"compilation information.not.found": "Nepovedlo se najít informace o kompilaci pro tento soubor.",
|
||||
"initial.setup": "Počáteční nastavení",
|
||||
"started": "spuštěno",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Aktualizovat složky pracovního prostoru",
|
||||
"same.folder.loaded.twice": "Jedna složka pracovního prostoru se načetla dvakrát.",
|
||||
"removed.folder.not.on.record": "Složka pracovního prostoru byla odebrána, ale není přidružená k instanci rozšíření."
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Znovu se čtou sady.",
|
||||
"migrating.kits.file": "Probíhá migrace souboru sad.",
|
||||
"failed.to.migrate.kits.file": "Nepovedlo se migrovat předchozí soubor sad pro místní uživatele.",
|
||||
"loading.kits": "Načítají se sady.",
|
||||
"unsetting.kit": "Ruší se nastavení sady.",
|
||||
"loading.kit": "Načítá se sada {0}.",
|
||||
"invalid.only.kit": "Jediná neplatná sada. Očekávalo se nalezení elementu {0}.",
|
||||
"scan.for.kits.button": "Vyhledat sady",
|
||||
"do.not.use.kit.button": "Nepoužívat sadu",
|
||||
"close.button": "Zavřít",
|
||||
"no.kits.available": "Nejsou k dispozici žádné sady CMake. Co byste chtěli udělat?",
|
||||
"start.selection.of.kits": "Začněte vybírat sady. Nalezené sady: {0}",
|
||||
"opening.kit.selection": "Otevírá se element QuickPick výběru sady.",
|
||||
"unspecified.kit.name": "Neurčeno",
|
||||
"select.a.kit.placeholder": "Vyberte sadu pro {0}.",
|
||||
"user.cancelled.kit.selection": "Uživatel zrušil výběr sady.",
|
||||
"user.selected.kit": "Uživatel vybral sadu {0}.",
|
||||
"kit.references.non-existent": "Sada {0} odkazuje na neexistující binární soubor kompilátoru [{1}]. Co byste chtěli udělat?",
|
||||
"remove.it.button": "Odebrat",
|
||||
"keep.it.button": "Zachovat",
|
||||
"pruning.kit": "Vyřazovací sada",
|
||||
"saving.kits.to": "Ukládají se sady do {0}.",
|
||||
"saving.new.kits.to": "Ukládají se nové sady do {0}.",
|
||||
"retry.button": "Opakovat",
|
||||
"cancel.button": "Storno",
|
||||
"rescanning.for.kits": "Probíhá opětovné hledání sad.",
|
||||
"found.duplicate.kits": "V souboru cmake-tools-kits.json se našly sady Visual Studio se starými ID.",
|
||||
"yes.button": "Ano",
|
||||
"delete.duplicate.kits": "Chcete odstranit duplicitní sady Visual Studio ze souboru cmake-tools-kits.json?",
|
||||
"no.button": "Ne"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Aktivní složka",
|
||||
"active.folder.tooltip": "Vyberte aktivní složku.",
|
||||
"unconfigured": "Nenakonfigurováno",
|
||||
"loading.status": "Načítání...",
|
||||
"click.to.select.variant.tooltip": "Kliknutím vyberete variantu aktuálního sestavení.",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Při vykreslování této položky došlo k problému. Toto je chyba.",
|
||||
"empty.project": "Prázdný projekt",
|
||||
"update.project.with.mismatch": "Aktualizovat projekt s neshodnou vlastností názvu",
|
||||
"error.update.code.model.on.nonexist.folder": "Aktualizuje se model kódu ve složce, která ještě neexistuje?",
|
||||
"error.rendering.children.nodes": "Chyba při vykreslování podřízených uzlů"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Nach Kits suchen",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Kit auswählen",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Variante auswählen",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Konfigurieren",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Build",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Intern) Ziel anhand des Namens erstellen",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Aktive Datei kompilieren",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Datei kompilieren",
|
||||
"cmake-tools.command.cmake.install.title": "Installieren",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Ziel erstellen",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Buildziel festlegen",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Cache löschen und neu konfigurieren",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Neukonfiguration bereinigen",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Bereinigen",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Neuerstellung bereinigen",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Tests durchführen",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "CMake-Cache bearbeiten",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Schnellstart",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Debuggen",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Ohne Debuggen ausführen",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Debugziel festlegen",
|
||||
"cmake-tools.command.cmake.stop.title": "Build abbrechen",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "Erweiterungsstatus für CMake Tools zurücksetzen (zur Problembehandlung)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Hilfsprogramm ausführen",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Debuggen",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "In Terminal ausführen",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Als Buildziel festlegen",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Als Start-/Debugziel festlegen",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "\"CMakeLists.txt\" öffnen",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "CMake Tools-Konfiguration",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Name/Pfad der zu verwendenden ausführbaren CMake-Datei.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Das Verzeichnis, in dem CMake-Builddateien abgelegt werden.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "Über \"tasks.json\" statt über internen Prozess erstellen",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codierung der Ausgabe von externen Befehlen (z. B.: cmake --build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Hiermit wird die Ablaufverfolgungsprotokollierung in Datei und Konsole aktiviert (große Datenmenge).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Ordner",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Projektgliederung"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Es ist kein Quellverzeichnis geöffnet.",
|
||||
"quickstart.cmake.project": "Schnellstart für ein neues CMake-Projekt",
|
||||
"edit.setting": "Einstellung \"cmake.sourceDirectory\" bearbeiten",
|
||||
"missing.cmakelists": "\"CMakeLists.txt\" wurde im Stamm des Arbeitsbereichsordners nicht gefunden.",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "CMake-Treiber wird gestartet.",
|
||||
"bad.cmake.executable": "Ungültige ausführbare CMake-Datei \"{0}\".",
|
||||
"no.workspace.error": "CMake Tools ist ohne geöffneten Arbeitsbereich nicht verfügbar.",
|
||||
"please.upgrade.cmake": "Der CMake-Server ist mit der aktuellen ausführbaren CMake-Datei nicht verfügbar. Führen Sie ein Upgrade auf CMake {0} oder höher aus.",
|
||||
"starting.cmake.driver.status": "Der CMake-Server wird gestartet...",
|
||||
"ready.status": "Bereit",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Fehler beim Kopieren von \"{0}\" in \"{1}\": {2}",
|
||||
"configuring.project": "Das Projekt wird konfiguriert.",
|
||||
"preparing.to.configure": "Konfigurieren wird vorbereitet.",
|
||||
"run.configure": "Konfiguration ausführen",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Unerwarteter Konfigurationstyp.",
|
||||
"finishing.configure": "Konfiguration wird beendet.",
|
||||
"configure.failed": "Fehler beim Konfigurieren des Projekts.",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Warten auf Variantenauswahl",
|
||||
"no.variant.abort": "Keine Variante ausgewählt. Konfiguration abbrechen",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "Der CMake-Treiber wurde während tasksBuildCommand beendet.",
|
||||
"run.build": "Build ausführen",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Buildfehler: Das Projekt konnte nicht konfiguriert werden.",
|
||||
"driver.died.after.successful.configure": "Der CMake-Treiber wurde unmittelbar nach der erfolgreichen Konfiguration beendet.",
|
||||
"building.status": "Erstellen",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Zielname eingeben",
|
||||
"target.to.build.description": "Ziel für Build",
|
||||
"driver.died.after.build.succeeded": "Der CMake-Treiber wurde unmittelbar nach dem erfolgreichen Buildvorgang beendet.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "Es wurde kein ausführbares Ziel zum Starten gefunden. Überprüfen Sie Folgendes:",
|
||||
"have.you.called.add_executable": "Haben Sie \"add_executable()\" in Ihrem CMake-Projekt aufgerufen?",
|
||||
"have.you.configured": "Haben Sie eine erfolgreiche CMake-Konfiguration ausgeführt?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Arbeitsbereichsordner aktualisieren",
|
||||
"rereading.kits.on.edit": "Kits werden bei Textbearbeitung erneut gelesen.",
|
||||
"no.active.cmaketools.current.workspace": "An den aktuellen Arbeitsbereich sind keine aktiven CMake Tools-Instanzen angefügt.",
|
||||
"rereading.kits": "Kits werden erneut gelesen.",
|
||||
"dispose.cmake.tools": "CMake Tools entfernen",
|
||||
"configure.this.project": "Möchten Sie dieses Projekt konfigurieren?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Ja",
|
||||
"not.now.button": "Nicht jetzt",
|
||||
"always.configure.on.open": "Projekte beim Öffnen immer konfigurieren?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Für diesen Arbeitsbereich",
|
||||
"persist.config.on.open.setting": "Einstellung \"config-on-open\" beibehalten",
|
||||
"configuring.workspace.on.open": "Arbeitsbereich wird beim Öffnen von {0} konfiguriert.",
|
||||
"double.loaded.instance": "Doppelt geladene CMake Tools-Instanz für Arbeitsbereichsordner",
|
||||
"creating.backend": "Back-End wird erstellt.",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Der Arbeitsbereichsordner wurde entfernt, aber keiner Erweiterungsinstanz zugeordnet.",
|
||||
"loading.workspace.folder.name": "Arbeitsbereichsordner \"{0}\" wird geladen.",
|
||||
"loading.workspace.folder": "Arbeitsbereichsordner wird geladen.",
|
||||
"no.instance.ready.for.active.workspace": "Für den aktiven Arbeitsbereich ist keine CMake Tools-Instanz bereit.",
|
||||
"update.code.model.for.cpptools": "Codemodell für cpptools aktualisieren",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Fehler beim Öffnen der CMake-Cachedatei für das Codemodellupdate.",
|
||||
"rereading.kits": "Kits werden erneut gelesen.",
|
||||
"migrating.kits.file": "Die Kitdatei wird migriert.",
|
||||
"failed.to.migrate.kits.file": "Fehler beim Migrieren der vorherigen Datei mit user-local-Kits.",
|
||||
"loading.kits": "Kits werden geladen.",
|
||||
"unsetting.kit": "Die Einstellung des Kits wird aufgehoben.",
|
||||
"loading.kit": "Kit \"{0}\" wird geladen.",
|
||||
"opening.text.editor.for": "Der Text-Editor für \"{0}\" wird geöffnet.",
|
||||
"no.kits.file.what.to.do": "Es ist keine Kitdatei vorhanden. Wie möchten Sie vorgehen?",
|
||||
"scan.for.kits.button": "Nach Kits suchen",
|
||||
"cancel.button": "Abbrechen",
|
||||
"rescanning.for.kits": "Es wird erneut nach Kits gesucht.",
|
||||
"found.duplicate.kits": "In der Datei \"cmake-tools-kits.json\" wurden Visual Studio-Kits mit den alten IDs gefunden.",
|
||||
"delete.duplicate.kits": "Möchten Sie die doppelten Visual Studio-Kits aus \"cmake-tools-kits.json\" löschen?",
|
||||
"no.button": "Nein",
|
||||
"saving.kits.to": "Kits werden in \"{0}\" gespeichert.",
|
||||
"saving.new.kits.to": "Neue Kits werden in \"{0}\" gespeichert.",
|
||||
"retry.button": "Wiederholen",
|
||||
"kit.references.non-existent": "Das Kit \"{0}\" verweist auf eine nicht vorhandene Compilerbinärdatei [{1}]. Wie möchten Sie vorgehen?",
|
||||
"remove.it.button": "Entfernen",
|
||||
"keep.it.button": "Beibehalten",
|
||||
"pruning.kit": "Kit wird bereinigt.",
|
||||
"invalid.only.kit": "Nur ungültiges Kit. Erwartet: {0}",
|
||||
"do.not.use.kit.button": "Kein Kit verwenden",
|
||||
"close.button": "Schließen",
|
||||
"no.kits.available": "Es sind keine CMake-Kits verfügbar. Wie möchten Sie vorgehen?",
|
||||
"start.selection.of.kits": "Starten Sie die Auswahl der Kits. {0} Kits gefunden.",
|
||||
"running.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. selectKit ist deaktiviert.",
|
||||
"opening.kit.selection": "QuickPick zur Kitauswahl wird geöffnet.",
|
||||
"unspecified.kit.name": "Keine Angabe",
|
||||
"select.a.kit.placeholder": "Kit auswählen",
|
||||
"user.cancelled.kit.selection": "Vom Benutzer abgebrochene Kitauswahl",
|
||||
"user.selected.kit": "Vom Benutzer ausgewähltes Kit \"{0}\"",
|
||||
"requires.open.workspace": "CMake Tools ist ohne geöffneten Arbeitsbereich nicht verfügbar.",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "Die Kompilierungsinformationen für diese Datei wurden nicht gefunden.",
|
||||
"initial.setup": "Erste Einrichtung",
|
||||
"started": "gestartet",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Arbeitsbereichsordner aktualisieren",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "Der Arbeitsbereichsordner wurde entfernt, aber keiner Erweiterungsinstanz zugeordnet."
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Kits werden erneut gelesen.",
|
||||
"migrating.kits.file": "Die Kitdatei wird migriert.",
|
||||
"failed.to.migrate.kits.file": "Fehler beim Migrieren der vorherigen Datei mit user-local-Kits.",
|
||||
"loading.kits": "Kits werden geladen.",
|
||||
"unsetting.kit": "Die Einstellung des Kits wird aufgehoben.",
|
||||
"loading.kit": "Kit \"{0}\" wird geladen.",
|
||||
"invalid.only.kit": "Nur ungültiges Kit. Erwartet: {0}",
|
||||
"scan.for.kits.button": "Nach Kits suchen",
|
||||
"do.not.use.kit.button": "Kein Kit verwenden",
|
||||
"close.button": "Schließen",
|
||||
"no.kits.available": "Es sind keine CMake-Kits verfügbar. Wie möchten Sie vorgehen?",
|
||||
"start.selection.of.kits": "Starten Sie die Auswahl der Kits. {0} Kits gefunden.",
|
||||
"opening.kit.selection": "QuickPick zur Kitauswahl wird geöffnet.",
|
||||
"unspecified.kit.name": "Keine Angabe",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "Vom Benutzer abgebrochene Kitauswahl",
|
||||
"user.selected.kit": "Vom Benutzer ausgewähltes Kit \"{0}\"",
|
||||
"kit.references.non-existent": "Das Kit \"{0}\" verweist auf eine nicht vorhandene Compilerbinärdatei [{1}]. Wie möchten Sie vorgehen?",
|
||||
"remove.it.button": "Entfernen",
|
||||
"keep.it.button": "Beibehalten",
|
||||
"pruning.kit": "Kit wird bereinigt.",
|
||||
"saving.kits.to": "Kits werden in \"{0}\" gespeichert.",
|
||||
"saving.new.kits.to": "Neue Kits werden in \"{0}\" gespeichert.",
|
||||
"retry.button": "Wiederholen",
|
||||
"cancel.button": "Abbrechen",
|
||||
"rescanning.for.kits": "Es wird erneut nach Kits gesucht.",
|
||||
"found.duplicate.kits": "In der Datei \"cmake-tools-kits.json\" wurden Visual Studio-Kits mit den alten IDs gefunden.",
|
||||
"yes.button": "Ja",
|
||||
"delete.duplicate.kits": "Möchten Sie die doppelten Visual Studio-Kits aus \"cmake-tools-kits.json\" löschen?",
|
||||
"no.button": "Nein"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Nicht konfiguriert",
|
||||
"loading.status": "Wird geladen...",
|
||||
"click.to.select.variant.tooltip": "Klicken Sie, um die aktuelle Buildvariante auszuwählen.",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Problem beim Rendern dieses Elements. Dies ist ein Fehler.",
|
||||
"empty.project": "Leeres Projekt",
|
||||
"update.project.with.mismatch": "Projekt mit nicht übereinstimmender name-Eigenschaft aktualisieren",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Fehler beim Rendern untergeordneter Knoten."
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Buscar los kits",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Seleccionar un kit",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Seleccionar una variante",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Configurar",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Versión de compilación",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compilar un destino por nombre",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Compilar el archivo activo",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Compilar archivo",
|
||||
"cmake-tools.command.cmake.install.title": "Instalar",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Destino de compilación",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Establecer el destino de compilación",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Eliminar la memoria caché y volver a configurar",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Limpiar reconfiguración",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Limpiar",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Limpiar recompilación",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Ejecutar pruebas",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "Editar la memoria caché de CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Inicio rápido",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Depurar",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Ejecutar sin depuración",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Establecer el destino de depuración",
|
||||
"cmake-tools.command.cmake.stop.title": "Cancelar compilación",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "Restablecer el estado de la extensión Herramientas de CMake (para solucionar problemas)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Ejecutar la utilidad",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Depurar",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Ejecutar en terminal",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Establecer como destino de compilación",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Establecer como destino de inicio o depuración",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Abrir CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "Configuración de Herramientas de CMake",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Nombre o ruta de acceso del ejecutable de CMake que se va a usar.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "El directorio en el que se incluirán los archivos de compilación de CMake.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "Use tasks.json para compilar en lugar del proceso interno.",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codificación de la salida de los comandos externos (por ejemplo, cmake -- build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Habilita el registro de seguimiento para el archivo y la consola (con mucho ruido).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Carpetas",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Esquema del proyecto"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "No tiene ningún directorio de origen abierto.",
|
||||
"quickstart.cmake.project": "Inicio rápido de un nuevo proyecto de CMake",
|
||||
"edit.setting": "Editar el valor \"cmake.sourceDirectory\"",
|
||||
"missing.cmakelists": "No se encontró CMakeLists.txt en la raíz de la carpeta del área de trabajo.",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Iniciando el controlador de CMake",
|
||||
"bad.cmake.executable": "El ejecutable de CMake \"{0}\" es incorrecto.",
|
||||
"no.workspace.error": "Las Herramientas de CMake no están disponibles sin un área de trabajo abierta.",
|
||||
"please.upgrade.cmake": "El servidor de CMake no está disponible con el ejecutable actual de CMake. Actualice a CMake {0} o posterior.",
|
||||
"starting.cmake.driver.status": "Iniciando el servidor de CMake...",
|
||||
"ready.status": "Listo",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "No se pudo copiar \"{0}\" en \"{1}\": {2}",
|
||||
"configuring.project": "Configurando el proyecto",
|
||||
"preparing.to.configure": "Preparando para configurar",
|
||||
"run.configure": "Ejecutar la configuración",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Tipo de configuración inesperado",
|
||||
"finishing.configure": "Finalizando la configuración",
|
||||
"configure.failed": "No se pudo configurar el proyecto.",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Esperando a la selección de la variante",
|
||||
"no.variant.abort": "No se ha seleccionado ninguna variante. Anular la configuración",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "El controlador de CMake finalizó durante la aplicación de tasksBuildCommand.",
|
||||
"run.build": "Ejecutar la compilación",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Error de compilación: no se puede configurar el proyecto",
|
||||
"driver.died.after.successful.configure": "El controlador de CMake finalizó de forma inmediata después de que la configuración se realizara correctamente.",
|
||||
"building.status": "Edificio",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Escribir un nombre de destino",
|
||||
"target.to.build.description": "Destino para compilar",
|
||||
"driver.died.after.build.succeeded": "El controlador de CMake finalizó de forma inmediata después de que la compilación se realizara correctamente.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "No se encontró ningún destino ejecutable para iniciar. Compruebe lo siguiente:",
|
||||
"have.you.called.add_executable": "¿Ha llamado a add_executable() en el proyecto de CMake?",
|
||||
"have.you.configured": "¿Ha ejecutado una configuración de CMake correcta?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Actualizar las carpetas del área de trabajo",
|
||||
"rereading.kits.on.edit": "Volver a leer los kits al editar el texto",
|
||||
"no.active.cmaketools.current.workspace": "No hay ninguna instancia de Herramientas de CMake activa asociada al área de trabajo actual.",
|
||||
"rereading.kits": "Volver a leer los kits",
|
||||
"dispose.cmake.tools": "Desechar las Herramientas de CMake",
|
||||
"configure.this.project": "¿Quiere configurar este proyecto?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Sí",
|
||||
"not.now.button": "Ahora no",
|
||||
"always.configure.on.open": "¿Configurar siempre los proyectos al abrirlos?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Para esta área de trabajo",
|
||||
"persist.config.on.open.setting": "Conservar los valores de configuración al abrir",
|
||||
"configuring.workspace.on.open": "Configuración del área de trabajo al abrir {0}",
|
||||
"double.loaded.instance": "Instancia de Herramientas de CMake cargada dos veces para la carpeta del área de trabajo",
|
||||
"creating.backend": "Creando el back-end",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Se quitó la carpeta del área de trabajo, pero no se asoció a una instancia de extensión",
|
||||
"loading.workspace.folder.name": "Cargando la carpeta del área de trabajo {0}",
|
||||
"loading.workspace.folder": "Cargando la carpeta del área de trabajo",
|
||||
"no.instance.ready.for.active.workspace": "No hay ninguna instancia de Herramientas de CMake lista para el área de trabajo activa.",
|
||||
"update.code.model.for.cpptools": "Actualizar el modelo de código para cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "No se pudo abrir el archivo caché de CMake en la actualización del modelo de código.",
|
||||
"rereading.kits": "Volver a leer los kits",
|
||||
"migrating.kits.file": "Migrando el archivo de kits",
|
||||
"failed.to.migrate.kits.file": "No se pudo migrar el archivo anterior de kits de usuario local.",
|
||||
"loading.kits": "Cargando los kits",
|
||||
"unsetting.kit": "Anulando el kit",
|
||||
"loading.kit": "Cargando el kit {0}",
|
||||
"opening.text.editor.for": "Abriendo el editor de texto para {0}",
|
||||
"no.kits.file.what.to.do": "No hay ningún archivo de kits presente. ¿Qué quiere hacer?",
|
||||
"scan.for.kits.button": "Buscar para kits",
|
||||
"cancel.button": "Cancelar",
|
||||
"rescanning.for.kits": "Volver a examinar los kits",
|
||||
"found.duplicate.kits": "Se han encontrado kits de Visual Studio con los identificadores antiguos guardados en cmake-tools-kits.json.",
|
||||
"delete.duplicate.kits": "¿Quiere eliminar los kits de Visual Studio duplicados de cmake-tools-kits.json?",
|
||||
"no.button": "No",
|
||||
"saving.kits.to": "Guardando los kits en {0}",
|
||||
"saving.new.kits.to": "Guardando los kits nuevos en {0}",
|
||||
"retry.button": "Reintentar",
|
||||
"kit.references.non-existent": "El kit \"{0}\" hace referencia a un binario del compilador [{1}] que no existe. ¿Qué quiere hacer?",
|
||||
"remove.it.button": "Quitar",
|
||||
"keep.it.button": "Mantener",
|
||||
"pruning.kit": "Kit de eliminación",
|
||||
"invalid.only.kit": "Solo un kit no válido. Se esperaba encontrar \"{0}\".",
|
||||
"do.not.use.kit.button": "No usar ningún kit",
|
||||
"close.button": "Cerrar",
|
||||
"no.kits.available": "No hay ningún kit de CMake disponible. ¿Qué quiere hacer?",
|
||||
"start.selection.of.kits": "Iniciar la selección de kits. Kits encontrados: {0}.",
|
||||
"running.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento selectKit está deshabilitado.",
|
||||
"opening.kit.selection": "Abriendo la selección de kit de QuickPick",
|
||||
"unspecified.kit.name": "Sin especificar",
|
||||
"select.a.kit.placeholder": "Seleccionar un kit",
|
||||
"user.cancelled.kit.selection": "Selección de kit cancelada por el usuario",
|
||||
"user.selected.kit": "Kit {0} seleccionado por el usuario",
|
||||
"requires.open.workspace": "Las Herramientas de CMake no están disponibles sin un área de trabajo abierta.",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "No se encuentra la información de compilación para este archivo.",
|
||||
"initial.setup": "Configuración inicial",
|
||||
"started": "iniciado",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Actualizar las carpetas del área de trabajo",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "Se quitó la carpeta del área de trabajo, pero no se asoció a una instancia de extensión"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Volver a leer los kits",
|
||||
"migrating.kits.file": "Migrando el archivo de kits",
|
||||
"failed.to.migrate.kits.file": "No se pudo migrar el archivo anterior de kits de usuario local.",
|
||||
"loading.kits": "Cargando los kits",
|
||||
"unsetting.kit": "Anulando el kit",
|
||||
"loading.kit": "Cargando el kit {0}",
|
||||
"invalid.only.kit": "Solo un kit no válido. Se esperaba encontrar \"{0}\".",
|
||||
"scan.for.kits.button": "Buscar para kits",
|
||||
"do.not.use.kit.button": "No usar ningún kit",
|
||||
"close.button": "Cerrar",
|
||||
"no.kits.available": "No hay ningún kit de CMake disponible. ¿Qué quiere hacer?",
|
||||
"start.selection.of.kits": "Iniciar la selección de kits. Kits encontrados: {0}.",
|
||||
"opening.kit.selection": "Abriendo la selección de kit de QuickPick",
|
||||
"unspecified.kit.name": "No especificado",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "Selección de kit cancelada por el usuario",
|
||||
"user.selected.kit": "Kit {0} seleccionado por el usuario",
|
||||
"kit.references.non-existent": "El kit \"{0}\" hace referencia a un binario del compilador [{1}] que no existe. ¿Qué quiere hacer?",
|
||||
"remove.it.button": "Quitar",
|
||||
"keep.it.button": "Mantener",
|
||||
"pruning.kit": "Kit de eliminación",
|
||||
"saving.kits.to": "Guardando los kits en {0}",
|
||||
"saving.new.kits.to": "Guardando los kits nuevos en {0}",
|
||||
"retry.button": "Reintentar",
|
||||
"cancel.button": "Cancelar",
|
||||
"rescanning.for.kits": "Volver a examinar los kits",
|
||||
"found.duplicate.kits": "Se han encontrado kits de Visual Studio con los identificadores antiguos guardados en cmake-tools-kits.json.",
|
||||
"yes.button": "Sí",
|
||||
"delete.duplicate.kits": "¿Quiere eliminar los kits de Visual Studio duplicados de cmake-tools-kits.json?",
|
||||
"no.button": "No"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Sin configurar",
|
||||
"loading.status": "Cargando...",
|
||||
"click.to.select.variant.tooltip": "Hacer clic para seleccionar la variante de compilación actual",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Hubo un problema al representar este elemento. Esto es un error.",
|
||||
"empty.project": "Proyecto vacío",
|
||||
"update.project.with.mismatch": "Actualizar el proyecto con la propiedad del nombre no coincidente",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Error al representar los nodos secundarios."
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Rechercher des kits",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Sélectionner un kit",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Sélectionner un variant",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Sélectionner une variante pour tous les projets",
|
||||
"cmake-tools.command.cmake.configure.title": "Configurer",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configurer tous les projets",
|
||||
"cmake-tools.command.cmake.build.title": "Version",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Générer tous les projets",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interne) Générer une cible en fonction de son nom",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Compiler le fichier actif",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Compiler le fichier",
|
||||
"cmake-tools.command.cmake.install.title": "Installer",
|
||||
"cmake-tools.command.cmake.installAll.title": "Installer tous les projets",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Générer une cible",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Définir la cible de build",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Supprimer le cache et reconfigurer",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Supprimer le cache et la reconfiguration de tous les projets",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Nouvelle reconfiguration",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Nettoyer la reconfiguration de tous les projets",
|
||||
"cmake-tools.command.cmake.clean.title": "Nettoyer",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Nettoyer tous les projets",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Nouvelle regénération",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Nettoyer la regénération de tous les projets",
|
||||
"cmake-tools.command.cmake.ctest.title": "Exécuter les tests",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Exécuter les tests pour tous les projets",
|
||||
"cmake-tools.command.cmake.editCache.title": "Modifier le cache CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Démarrage rapide",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Déboguer",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Déboguer tous les projets",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Exécuter sans débogage",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Exécuter tous les projets sans débogage",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Définir la cible de débogage",
|
||||
"cmake-tools.command.cmake.stop.title": "Annuler la build",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Annuler la génération de tous les projets",
|
||||
"cmake-tools.command.cmake.resetState.title": "Réinitialiser l'état de l'extension CMake Tools (pour la résolution des problèmes)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Sélectionner le dossier actif",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Exécuter l'utilitaire",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Déboguer",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Exécuter dans le terminal",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Définir en tant que cible de build",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Définir en tant que cible de lancement/débogage",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Ouvrir CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Définir le dossier actif",
|
||||
"cmake-tools.configuration.title": "Configuration de CMake Tools",
|
||||
"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.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"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).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Active la journalisation des traces dans le fichier et la console (très bruyant).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Sélectionner le dossier actif automatiquement",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Dossiers",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Structure du projet"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Vous n'avez pas de répertoire source ouvert",
|
||||
"quickstart.cmake.project": "Commencer rapidement un nouveau projet CMake",
|
||||
"edit.setting": "Modifier le paramètre ’cmake.sourceDirectory'",
|
||||
"missing.cmakelists": "CMakeLists.txt introuvable à la racine du dossier de l'espace de travail",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Démarrage du pilote CMake",
|
||||
"bad.cmake.executable": "Exécutable CMake incorrect \"{0}\".",
|
||||
"no.workspace.error": "CMake Tools n'est pas disponible sans espace de travail ouvert",
|
||||
"please.upgrade.cmake": "Le serveur CMake n'est pas disponible avec l'exécutable CMake actuel. Effectuez une mise à niveau vers CMake {0} ou une version plus récente.",
|
||||
"starting.cmake.driver.status": "Démarrage du serveur CMake...",
|
||||
"ready.status": "Prêt",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Échec de la copie de \"{0}\" vers \"{1}\" : {2}",
|
||||
"configuring.project": "Configuration du projet",
|
||||
"preparing.to.configure": "Préparation de la configuration",
|
||||
"run.configure": "Exécuter la configuration",
|
||||
"run.configure": "Configuration du dossier : {0}",
|
||||
"unexpected.configure.type": "Type de configuration inattendu",
|
||||
"finishing.configure": "Fin de la configuration",
|
||||
"configure.failed": "Échec de configuration du projet",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "En attente de la sélection de variante",
|
||||
"no.variant.abort": "Aucune variante sélectionnée. Abandon de la configuration",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "Le pilote CMake a cessé de fonctionner durant tasksBuildCommand",
|
||||
"run.build": "Exécuter la build",
|
||||
"run.build": "Génération du dossier : {0}",
|
||||
"unable.to.configure": "Échec de la build : impossible de configurer le projet",
|
||||
"driver.died.after.successful.configure": "Le pilote CMake a cessé de fonctionner juste après la réussite de la configuration",
|
||||
"building.status": "Génération",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Entrer un nom de cible",
|
||||
"target.to.build.description": "Cible à générer",
|
||||
"driver.died.after.build.succeeded": "Le pilote CMake a cessé de fonctionner juste après la réussite de la build.",
|
||||
"select.a.launch.target": "Sélectionner une cible de lancement pour {0}",
|
||||
"no.executable.target.found.to.launch": "La cible de l'exécutable à lancer est introuvable. Effectuez les vérifications suivantes :",
|
||||
"have.you.called.add_executable": "Avez-vous appelé add_executable() dans votre projet CMake ?",
|
||||
"have.you.configured": "Avez-vous effectué une configuration réussie de CMake ?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Mettre à jour les dossiers d'espace de travail",
|
||||
"rereading.kits.on.edit": "Relecture des kits en cas de modification du texte",
|
||||
"no.active.cmaketools.current.workspace": "Aucune instance active de CMake Tools n'est attachée à l'espace de travail actuel.",
|
||||
"rereading.kits": "Relecture des kits",
|
||||
"dispose.cmake.tools": "Suppression de CMake Tools",
|
||||
"configure.this.project": "Voulez-vous configurer ce projet ?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Oui",
|
||||
"not.now.button": "Pas maintenant",
|
||||
"always.configure.on.open": "Toujours configurer les projets à l'ouverture ?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Pour cet espace de travail",
|
||||
"persist.config.on.open.setting": "Paramètre de persistance de la configuration à l'ouverture",
|
||||
"configuring.workspace.on.open": "Configuration de l'espace de travail à l'ouverture {0}",
|
||||
"double.loaded.instance": "Instance CMake Tools à chargement double pour le dossier d'espace de travail",
|
||||
"creating.backend": "Création du back-end",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Dossier d'espace de travail supprimé, mais non associé à une instance d'extension",
|
||||
"loading.workspace.folder.name": "Chargement du dossier d'espace de travail {0}",
|
||||
"loading.workspace.folder": "Chargement du dossier d'espace de travail",
|
||||
"no.instance.ready.for.active.workspace": "Aucune instance de CMake Tools n'est prête pour l'espace de travail actif.",
|
||||
"update.code.model.for.cpptools": "Mettre à jour le modèle de code pour cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Échec de l'ouverture du fichier cache CMake au moment de la mise à jour du modèle de code",
|
||||
"rereading.kits": "Relecture des kits",
|
||||
"migrating.kits.file": "Migration du fichier de kits",
|
||||
"failed.to.migrate.kits.file": "Échec de la migration du fichier antérieur de kits locaux de l'utilisateur.",
|
||||
"loading.kits": "Chargement des kits",
|
||||
"unsetting.kit": "Annulation du kit",
|
||||
"loading.kit": "Chargement du kit {0}",
|
||||
"opening.text.editor.for": "Ouverture de l'éditeur de texte pour {0}",
|
||||
"no.kits.file.what.to.do": "Aucun fichier de kits n'est présent. Que voulez-vous faire ?",
|
||||
"scan.for.kits.button": "Rechercher des kits",
|
||||
"cancel.button": "Annuler",
|
||||
"rescanning.for.kits": "Nouvelle recherche des kits",
|
||||
"found.duplicate.kits": "Détection de kits Visual Studio avec d'anciens ID enregistrés dans cmake-tools-kits.json.",
|
||||
"delete.duplicate.kits": "Voulez-vous supprimer les kits Visual Studio dupliqués de cmake-tools-kits.json ?",
|
||||
"no.button": "Non",
|
||||
"saving.kits.to": "Enregistrement des kits dans {0}",
|
||||
"saving.new.kits.to": "Enregistrement des nouveaux kits dans {0}",
|
||||
"retry.button": "Réessayer",
|
||||
"kit.references.non-existent": "Le kit \"{0}\" référence un fichier binaire de compilateur inexistant [{1}]. Que voulez-vous faire ?",
|
||||
"remove.it.button": "Supprimer",
|
||||
"keep.it.button": "Conserver",
|
||||
"pruning.kit": "Nettoyage du kit",
|
||||
"invalid.only.kit": "Kit non valide uniquement. '{0}' attendu",
|
||||
"do.not.use.kit.button": "Ne pas utiliser de kit",
|
||||
"close.button": "Fermer",
|
||||
"no.kits.available": "Aucun kit CMake n'est disponible. Que voulez-vous faire ?",
|
||||
"start.selection.of.kits": "Démarrez la sélection des kits. {0} kits trouvés.",
|
||||
"running.in.test.mode": "Exécution de CMakeTools en mode test. selectKit est désactivé.",
|
||||
"opening.kit.selection": "Ouverture de la sélection rapide de kit",
|
||||
"unspecified.kit.name": "Non spécifié",
|
||||
"select.a.kit.placeholder": "Sélectionner un kit",
|
||||
"user.cancelled.kit.selection": "L'utilisateur a annulé la sélection du kit",
|
||||
"user.selected.kit": "L'utilisateur a sélectionné le kit {0}",
|
||||
"requires.open.workspace": "CMake Tools n'est pas disponible sans espace de travail ouvert",
|
||||
"no.active.folder": "Aucun dossier actif.",
|
||||
"invalid.folder": "Dossier non valide.",
|
||||
"compilation information.not.found": "Les informations de compilation sont introuvables pour ce fichier",
|
||||
"initial.setup": "Configuration initiale",
|
||||
"started": "démarré",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Mettre à jour les dossiers d'espace de travail",
|
||||
"same.folder.loaded.twice": "Le même dossier d'espace de travail a été chargé deux fois",
|
||||
"removed.folder.not.on.record": "Dossier d'espace de travail supprimé, mais non associé à une instance d'extension"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Relecture des kits",
|
||||
"migrating.kits.file": "Migration du fichier de kits",
|
||||
"failed.to.migrate.kits.file": "Échec de la migration du fichier antérieur de kits locaux de l'utilisateur.",
|
||||
"loading.kits": "Chargement des kits",
|
||||
"unsetting.kit": "Annulation du kit",
|
||||
"loading.kit": "Chargement du kit {0}",
|
||||
"invalid.only.kit": "Kit non valide uniquement. '{0}' attendu",
|
||||
"scan.for.kits.button": "Rechercher des kits",
|
||||
"do.not.use.kit.button": "Ne pas utiliser de kit",
|
||||
"close.button": "Fermer",
|
||||
"no.kits.available": "Aucun kit CMake n'est disponible. Que voulez-vous faire ?",
|
||||
"start.selection.of.kits": "Démarrez la sélection des kits. {0} kits trouvés.",
|
||||
"opening.kit.selection": "Ouverture de la sélection rapide de kit",
|
||||
"unspecified.kit.name": "Non spécifié",
|
||||
"select.a.kit.placeholder": "Sélectionner un kit pour {0}",
|
||||
"user.cancelled.kit.selection": "L'utilisateur a annulé la sélection du kit",
|
||||
"user.selected.kit": "L'utilisateur a sélectionné le kit {0}",
|
||||
"kit.references.non-existent": "Le kit \"{0}\" référence un fichier binaire de compilateur inexistant [{1}]. Que voulez-vous faire ?",
|
||||
"remove.it.button": "Supprimer",
|
||||
"keep.it.button": "Conserver",
|
||||
"pruning.kit": "Nettoyage du kit",
|
||||
"saving.kits.to": "Enregistrement des kits dans {0}",
|
||||
"saving.new.kits.to": "Enregistrement des nouveaux kits dans {0}",
|
||||
"retry.button": "Réessayer",
|
||||
"cancel.button": "Annuler",
|
||||
"rescanning.for.kits": "Nouvelle recherche des kits",
|
||||
"found.duplicate.kits": "Détection de kits Visual Studio avec d'anciens ID enregistrés dans cmake-tools-kits.json.",
|
||||
"yes.button": "Oui",
|
||||
"delete.duplicate.kits": "Voulez-vous supprimer les kits Visual Studio dupliqués de cmake-tools-kits.json ?",
|
||||
"no.button": "Non"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Dossier actif",
|
||||
"active.folder.tooltip": "Sélectionner le dossier actif",
|
||||
"unconfigured": "Non configuré",
|
||||
"loading.status": "Chargement...",
|
||||
"click.to.select.variant.tooltip": "Cliquer pour sélectionner la variante de build actuelle",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Un problème s'est produit durant le rendu de cet élément. Il s'agit d'un bogue",
|
||||
"empty.project": "Projet vide",
|
||||
"update.project.with.mismatch": "Mettre à jour le projet avec une propriété name incompatible",
|
||||
"error.update.code.model.on.nonexist.folder": "Mise à jour du modèle de code sur un dossier qui n'existe pas encore ?",
|
||||
"error.rendering.children.nodes": "Erreur durant le rendu des nœuds enfants"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Cerca kit",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Seleziona un kit",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Seleziona la variante",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Configura",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Compila",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compila una destinazione in base al nome",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Compila il file attivo",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Compila file",
|
||||
"cmake-tools.command.cmake.install.title": "Installa",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Destinazione di compilazione",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Imposta la destinazione di compilazione",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Elimina la cache e riconfigura",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Riconfigurazione pulita",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Pulisci",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Ricompilazione pulita",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Esegui test",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "Modifica la cache di CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Avvio rapido",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Debug",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Esegui senza debug",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Imposta la destinazione di debug",
|
||||
"cmake-tools.command.cmake.stop.title": "Annulla compilazione",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "Reimposta lo stato dell'estensione di CMake Tools (per la risoluzione dei problemi)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Esegui l'utilità",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Debug",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Esegui nel terminale",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Imposta come destinazione di compilazione",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Imposta come destinazione di avvio/debug",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Apri CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "Configurazione di CMake Tools",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Nome/percorso dell'eseguibile di CMake da usare.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Directory di destinazione dei file di compilazione di CMake.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "Compila con tasks.json anziché il processo interno.",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Codifica dell'output di comandi esterni (ad esempio cmake -- build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Abilita la registrazione traccia in file e console (molto disturbata).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Cartelle",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Struttura del progetto"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Non è presente alcuna directory di origine aperta",
|
||||
"quickstart.cmake.project": "Avvio rapido per un nuovo progetto CMake",
|
||||
"edit.setting": "Modifica l'impostazione 'cmake.sourceDirectory'",
|
||||
"missing.cmakelists": "CMakeLists.txt non è stato trovato nella radice della cartella dell'area di lavoro",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Avvio del driver di CMake",
|
||||
"bad.cmake.executable": "L'eseguibile di CMake \"{0}\" non è valido.",
|
||||
"no.workspace.error": "CMake Tools non è disponibile senza un'area di lavoro aperta",
|
||||
"please.upgrade.cmake": "Il server CMake non è disponibile con l'eseguibile di CMake corrente. Eseguire l'aggiornamento a CMake {0} o versione successiva.",
|
||||
"starting.cmake.driver.status": "Avvio del server CMake...",
|
||||
"ready.status": "Pronto",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Non è stato possibile copiare \"{0}\" in \"{1}\": {2}",
|
||||
"configuring.project": "Configurazione del progetto",
|
||||
"preparing.to.configure": "Preparazione della configurazione",
|
||||
"run.configure": "Esegui configurazione",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Tipo di configurazione imprevisto",
|
||||
"finishing.configure": "Completamento della configurazione",
|
||||
"configure.failed": "Non è stato possibile configurare il progetto",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "In attesa della selezione della variante",
|
||||
"no.variant.abort": "Non è stata selezionata alcuna variante. Interrompere la configurazione",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "Il driver di CMake è stato arrestato durante tasksBuildCommand",
|
||||
"run.build": "Esegui compilazione",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Compilazione non riuscita: non è possibile configurare il progetto",
|
||||
"driver.died.after.successful.configure": "Il driver di CMake è stato arrestato subito dopo il completamento della configurazione",
|
||||
"building.status": "Compilazione",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Immetti un nome di destinazione",
|
||||
"target.to.build.description": "Destinazione per la compilazione",
|
||||
"driver.died.after.build.succeeded": "Il driver di CMake è stato arrestato subito dopo il completamento della compilazione.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "Non è stata trovata alcuna destinazione eseguibile da avviare. Verificare:",
|
||||
"have.you.called.add_executable": "È stato chiamato add_executable() nel progetto CMake?",
|
||||
"have.you.configured": "È stata eseguita una configurazione riuscita di CMake?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Aggiorna le cartelle dell'area di lavoro",
|
||||
"rereading.kits.on.edit": "Rilettura dei kit dopo la modifica del testo",
|
||||
"no.active.cmaketools.current.workspace": "All'area di lavoro corrente non è collegata alcuna istanza di CMake Tools attiva.",
|
||||
"rereading.kits": "Rilettura dei kit",
|
||||
"dispose.cmake.tools": "Eliminazione di CMake Tools",
|
||||
"configure.this.project": "Configurare questo progetto?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Sì",
|
||||
"not.now.button": "Non ora",
|
||||
"always.configure.on.open": "Configurare sempre i progetti all'apertura?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Per questa area di lavoro",
|
||||
"persist.config.on.open.setting": "Rendi permanente l'impostazione di configurazione all'apertura",
|
||||
"configuring.workspace.on.open": "Configurazione dell'area di lavoro all'apertura di {0}",
|
||||
"double.loaded.instance": "Istanza di CMake Tools con doppio caricamento per la cartella dell'area di lavoro",
|
||||
"creating.backend": "Creazione del back-end",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "La cartella dell'area di lavoro è stata rimossa, ma non associata a un'istanza dell'estensione",
|
||||
"loading.workspace.folder.name": "Caricamento della cartella dell'area di lavoro {0}",
|
||||
"loading.workspace.folder": "Caricamento della cartella dell'area di lavoro",
|
||||
"no.instance.ready.for.active.workspace": "Non ci sono istanze di CMake pronte per l'area di lavoro attiva.",
|
||||
"update.code.model.for.cpptools": "Aggiorna il modello di codice per cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Non è stato possibile aprire il file di cache di CMake durante l'aggiornamento del modello di codice",
|
||||
"rereading.kits": "Rilettura dei kit",
|
||||
"migrating.kits.file": "Migrazione del file dei kit",
|
||||
"failed.to.migrate.kits.file": "Non è stato possibile eseguire la migrazione del file dei kit locali dell'utente precedente.",
|
||||
"loading.kits": "Caricamento dei kit",
|
||||
"unsetting.kit": "Annullamento dell'impostazione del kit",
|
||||
"loading.kit": "Caricamento del kit {0}",
|
||||
"opening.text.editor.for": "Apertura dell'editor di testo per {0}",
|
||||
"no.kits.file.what.to.do": "Non sono presenti file dei kit. Specificare l'operazione da eseguire.",
|
||||
"scan.for.kits.button": "Cerca kit",
|
||||
"cancel.button": "Annulla",
|
||||
"rescanning.for.kits": "Rianalisi dei kit",
|
||||
"found.duplicate.kits": "Sono stati trovati kit di Visual Studio con ID obsoleti salvati in cmake-tools-kits.json.",
|
||||
"delete.duplicate.kits": "Eliminare i kit di Visual Studio duplicati da cmake-tools-kits.json?",
|
||||
"no.button": "No",
|
||||
"saving.kits.to": "Salvataggio dei kit in {0}",
|
||||
"saving.new.kits.to": "Salvataggio dei nuovi kit in {0}",
|
||||
"retry.button": "Riprova",
|
||||
"kit.references.non-existent": "Il kit \"{0}\" fa riferimento a un binario non esistente del compilatore [{1}]. Specificare l'operazione da eseguire.",
|
||||
"remove.it.button": "Rimuovi",
|
||||
"keep.it.button": "Mantieni",
|
||||
"pruning.kit": "Eliminazione del kit",
|
||||
"invalid.only.kit": "Solo kit non valido. È previsto `{0}`",
|
||||
"do.not.use.kit.button": "Non usare un kit",
|
||||
"close.button": "Chiudi",
|
||||
"no.kits.available": "Non sono disponibili kit CMake. Specificare l'operazione da eseguire.",
|
||||
"start.selection.of.kits": "Avvia la selezione dei kit. Sono stati trovati {0} kit.",
|
||||
"running.in.test.mode": "Esecuzione di CMakeTools in modalità di test. selectKit è disabilitato.",
|
||||
"opening.kit.selection": "Apertura della selezione rapida per la selezione del kit",
|
||||
"unspecified.kit.name": "Non specificata",
|
||||
"select.a.kit.placeholder": "Seleziona un kit",
|
||||
"user.cancelled.kit.selection": "Selezione del kit annullata dall'utente",
|
||||
"user.selected.kit": "Kit {0} selezionato dall'utente",
|
||||
"requires.open.workspace": "CMake Tools non è disponibile senza un'area di lavoro aperta",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "Non è possibile trovare le informazioni di compilazione per questo file",
|
||||
"initial.setup": "Configurazione iniziale",
|
||||
"started": "avviato",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Aggiorna le cartelle dell'area di lavoro",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "La cartella dell'area di lavoro è stata rimossa, ma non associata a un'istanza dell'estensione"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Rilettura dei kit",
|
||||
"migrating.kits.file": "Migrazione del file dei kit",
|
||||
"failed.to.migrate.kits.file": "Non è stato possibile eseguire la migrazione del file dei kit locali dell'utente precedente.",
|
||||
"loading.kits": "Caricamento dei kit",
|
||||
"unsetting.kit": "Annullamento dell'impostazione del kit",
|
||||
"loading.kit": "Caricamento del kit {0}",
|
||||
"invalid.only.kit": "Solo kit non valido. È previsto `{0}`",
|
||||
"scan.for.kits.button": "Cerca kit",
|
||||
"do.not.use.kit.button": "Non usare un kit",
|
||||
"close.button": "Chiudi",
|
||||
"no.kits.available": "Non sono disponibili kit CMake. Specificare l'operazione da eseguire.",
|
||||
"start.selection.of.kits": "Avvia la selezione dei kit. Sono stati trovati {0} kit.",
|
||||
"opening.kit.selection": "Apertura della selezione rapida per la selezione del kit",
|
||||
"unspecified.kit.name": "Non specificata",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "Selezione del kit annullata dall'utente",
|
||||
"user.selected.kit": "Kit {0} selezionato dall'utente",
|
||||
"kit.references.non-existent": "Il kit \"{0}\" fa riferimento a un binario non esistente del compilatore [{1}]. Specificare l'operazione da eseguire.",
|
||||
"remove.it.button": "Rimuovi",
|
||||
"keep.it.button": "Mantieni",
|
||||
"pruning.kit": "Eliminazione del kit",
|
||||
"saving.kits.to": "Salvataggio dei kit in {0}",
|
||||
"saving.new.kits.to": "Salvataggio dei nuovi kit in {0}",
|
||||
"retry.button": "Riprova",
|
||||
"cancel.button": "Annulla",
|
||||
"rescanning.for.kits": "Rianalisi dei kit",
|
||||
"found.duplicate.kits": "Sono stati trovati kit di Visual Studio con ID obsoleti salvati in cmake-tools-kits.json.",
|
||||
"yes.button": "Sì",
|
||||
"delete.duplicate.kits": "Eliminare i kit di Visual Studio duplicati da cmake-tools-kits.json?",
|
||||
"no.button": "No"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Non configurato",
|
||||
"loading.status": "Caricamento in corso...",
|
||||
"click.to.select.variant.tooltip": "Fare clic per selezionare la variante di compilazione corrente",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Si è verificato un errore durante il rendering di questo elemento. Questo è un bug",
|
||||
"empty.project": "Progetto vuoto",
|
||||
"update.project.with.mismatch": "Aggiorna il progetto con la proprietà name non corrispondente",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Si è verificato un errore durante il rendering dei nodi figlio"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "キットのスキャン",
|
||||
"cmake-tools.command.cmake.selectKit.title": "キットの選択",
|
||||
"cmake-tools.command.cmake.setVariant.title": "バリアントの選択",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "構成",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "ビルド",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(内部) 名前でターゲットをビルドする",
|
||||
"cmake-tools.command.cmake.compileFile.title": "アクティブ ファイルのコンパイル",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "ファイルのコンパイル",
|
||||
"cmake-tools.command.cmake.install.title": "インストール",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "ターゲットのビルド",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "ビルド ターゲットの設定",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "キャッシュの削除と再構成",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "クリーン再構成",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "クリーン",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "クリーン リビルド",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "テストの実行",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "CMake キャッシュの編集",
|
||||
"cmake-tools.command.cmake.quickStart.title": "クイック スタート",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "デバッグ",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "デバッグなしで実行",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "デバッグ ターゲットの設定",
|
||||
"cmake-tools.command.cmake.stop.title": "ビルドをキャンセル",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "CMake Tools 拡張機能の状態をリセットする (トラブルシューティング用)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "ユーティリティの実行",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "デバッグ",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "ターミナルで実行する",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "ビルド ターゲットとして設定",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "起動またはデバッグ ターゲットとして設定",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "CMakeLists.txt を開く",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "CMake Tools の構成",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "使用する CMake 実行可能ファイルの名前またはパスです。",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake のビルド ファイルが格納されるディレクトリです。",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "内部プロセスではなく tasks.json を使用してビルドします。",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "外部コマンドからの出力をエンコードしています (例: cmake -- build)。",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "ファイルおよびコンソールへのトレース ログを有効にします (非常に煩雑になります)。",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "フォルダー",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "プロジェクトの概要"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "ソース ディレクトリが開かれていません",
|
||||
"quickstart.cmake.project": "新しい CMake プロジェクトのクイックスタート",
|
||||
"edit.setting": "'cmake.sourceDirectory' 設定を編集する",
|
||||
"missing.cmakelists": "ワークスペース フォルダーのルートに CMakeLists.txt が見つかりませんでした",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "CMake ドライバーを開始しています",
|
||||
"bad.cmake.executable": "CMake 実行可能ファイル \"{0}\" が正しくありません。",
|
||||
"no.workspace.error": "ワークスペースが開いていないと、CMake Tools は使用できません",
|
||||
"please.upgrade.cmake": "現在の CMake 実行可能ファイルでは、CMake サーバーを使用できません。CMake {0} 以降にアップグレードしてください。",
|
||||
"starting.cmake.driver.status": "CMake サーバーを開始しています...",
|
||||
"ready.status": "準備完了",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "\"{0}\" を \"{1}\" にコピーできませんでした: {2}",
|
||||
"configuring.project": "プロジェクトを構成しています",
|
||||
"preparing.to.configure": "構成の準備をしています",
|
||||
"run.configure": "構成の実行",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "予期しない構成の種類です",
|
||||
"finishing.configure": "構成を終了しています",
|
||||
"configure.failed": "プロジェクトを構成できませんでした",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "バリアントの選択を待機しています",
|
||||
"no.variant.abort": "バリアントが選択されていません。構成を中止します",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "tasksBuildCommand の実行中に CMake ドライバーが停止しました",
|
||||
"run.build": "ビルドの実行",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "ビルドに失敗しました。プロジェクトを構成できません",
|
||||
"driver.died.after.successful.configure": "CMake ドライバーは、構成が成功した直後に停止しました",
|
||||
"building.status": "ビルド",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "ターゲット名を入力してください",
|
||||
"target.to.build.description": "ビルドするターゲット",
|
||||
"driver.died.after.build.succeeded": "CMake ドライバーは、ビルドが成功した直後に停止しました。",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "起動する実行可能ファイル ターゲットが見つかりませんでした。ご確認ください:",
|
||||
"have.you.called.add_executable": "CMake プロジェクトで add_executable() を呼び出しましたか?",
|
||||
"have.you.configured": "CMake 構成を正常に実行しましたか?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "ワークスペース フォルダーの更新",
|
||||
"rereading.kits.on.edit": "テキスト編集時にキットを再読み取りしています",
|
||||
"no.active.cmaketools.current.workspace": "アクティブな CMake Tools が現在のワークスペースにアタッチされていません。",
|
||||
"rereading.kits": "キットを再読み取りしています",
|
||||
"dispose.cmake.tools": "CMake Tools の破棄",
|
||||
"configure.this.project": "このプロジェクトを構成しますか?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "はい",
|
||||
"not.now.button": "今はしない",
|
||||
"always.configure.on.open": "プロジェクトを開いたときに常に構成しますか?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "このワークスペース用",
|
||||
"persist.config.on.open.setting": "開いたときに構成する設定を保持する",
|
||||
"configuring.workspace.on.open": "開いている {0} 上でワークスペースを構成しています",
|
||||
"double.loaded.instance": "ワークスペース フォルダーの CMake Tools インスタンスがダブルロードされました",
|
||||
"creating.backend": "バックエンドを作成しています",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "ワークスペース フォルダーが削除されましたが、拡張機能のインスタンスに関連付けられていません",
|
||||
"loading.workspace.folder.name": "ワークスペース フォルダー {0} を読み込んでいます",
|
||||
"loading.workspace.folder": "ワークスペース フォルダーを読み込んでいます",
|
||||
"no.instance.ready.for.active.workspace": "アクティブなワークスペースに対して準備のできた CMake Tools インスタンスはありません。",
|
||||
"update.code.model.for.cpptools": "cpptools のコード モデルの更新",
|
||||
"filed.to.open.cache.file.on.code.model.update": "コード モデルの更新時に CMake キャッシュ ファイルを開くことができませんでした",
|
||||
"rereading.kits": "キットを再読み取りしています",
|
||||
"migrating.kits.file": "キット ファイルを移行しています",
|
||||
"failed.to.migrate.kits.file": "以前のユーザー ローカル キット ファイルを移行できませんでした。",
|
||||
"loading.kits": "キットを読み込んでいます",
|
||||
"unsetting.kit": "キットの設定を解除しています",
|
||||
"loading.kit": "キット {0} を読み込んでいます",
|
||||
"opening.text.editor.for": "{0} 用にテキスト エディターを開いています",
|
||||
"no.kits.file.what.to.do": "キット ファイルが存在しません。どうしますか?",
|
||||
"scan.for.kits.button": "キットのスキャン",
|
||||
"cancel.button": "キャンセル",
|
||||
"rescanning.for.kits": "キットを再スキャンしています",
|
||||
"found.duplicate.kits": "cmake-tools-kits.json に保存されている古い ID の Visual Studio キットが見つかりました。",
|
||||
"delete.duplicate.kits": "cmake-tools-kits.json から重複する Visual Studio キットを削除しますか?",
|
||||
"no.button": "いいえ",
|
||||
"saving.kits.to": "キットを {0} に保存しています",
|
||||
"saving.new.kits.to": "新しいキットを {0} に保存しています",
|
||||
"retry.button": "再試行",
|
||||
"kit.references.non-existent": "キット \"{0}\" は、存在しないコンパイラ バイナリ [{1}] を参照しています。どうしますか?",
|
||||
"remove.it.button": "削除する",
|
||||
"keep.it.button": "保持する",
|
||||
"pruning.kit": "キットを取り除いています",
|
||||
"invalid.only.kit": "キットのみ無効です。`{0}` が必要です",
|
||||
"do.not.use.kit.button": "キットを使用しない",
|
||||
"close.button": "閉じる",
|
||||
"no.kits.available": "使用可能な CMake キットがありません。どうしますか?",
|
||||
"start.selection.of.kits": "キットの選択を開始します。{0} 個のキットが見つかりました。",
|
||||
"running.in.test.mode": "CMakeTools はテスト モードで実行されています。selectKit が無効になります。",
|
||||
"opening.kit.selection": "キット選択 QuickPick を開いています",
|
||||
"unspecified.kit.name": "指定なし",
|
||||
"select.a.kit.placeholder": "キットの選択",
|
||||
"user.cancelled.kit.selection": "ユーザーがキットの選択をキャンセルしました",
|
||||
"user.selected.kit": "ユーザーがキット {0} を選択しました",
|
||||
"requires.open.workspace": "ワークスペースが開いていないと、CMake Tools は使用できません",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "このファイルのコンパイル情報が見つかりません",
|
||||
"initial.setup": "初期セットアップ",
|
||||
"started": "開始",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "ワークスペース フォルダーの更新",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "ワークスペース フォルダーが削除されましたが、拡張機能のインスタンスに関連付けられていません"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "キットを再読み取りしています",
|
||||
"migrating.kits.file": "キット ファイルを移行しています",
|
||||
"failed.to.migrate.kits.file": "以前のユーザー ローカル キット ファイルを移行できませんでした。",
|
||||
"loading.kits": "キットを読み込んでいます",
|
||||
"unsetting.kit": "キットの設定を解除しています",
|
||||
"loading.kit": "キット {0} を読み込んでいます",
|
||||
"invalid.only.kit": "キットのみ無効です。`{0}` が必要です",
|
||||
"scan.for.kits.button": "キットのスキャン",
|
||||
"do.not.use.kit.button": "キットを使用しない",
|
||||
"close.button": "閉じる",
|
||||
"no.kits.available": "使用可能な CMake キットがありません。どうしますか?",
|
||||
"start.selection.of.kits": "キットの選択を開始します。{0} 個のキットが見つかりました。",
|
||||
"opening.kit.selection": "キット選択 QuickPick を開いています",
|
||||
"unspecified.kit.name": "未指定",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "ユーザーがキットの選択をキャンセルしました",
|
||||
"user.selected.kit": "ユーザーがキット {0} を選択しました",
|
||||
"kit.references.non-existent": "キット \"{0}\" は、存在しないコンパイラ バイナリ [{1}] を参照しています。どうしますか?",
|
||||
"remove.it.button": "削除する",
|
||||
"keep.it.button": "保持する",
|
||||
"pruning.kit": "キットを取り除いています",
|
||||
"saving.kits.to": "キットを {0} に保存しています",
|
||||
"saving.new.kits.to": "新しいキットを {0} に保存しています",
|
||||
"retry.button": "再試行",
|
||||
"cancel.button": "キャンセル",
|
||||
"rescanning.for.kits": "キットを再スキャンしています",
|
||||
"found.duplicate.kits": "cmake-tools-kits.json に保存されている古い ID の Visual Studio キットが見つかりました。",
|
||||
"yes.button": "はい",
|
||||
"delete.duplicate.kits": "cmake-tools-kits.json から重複する Visual Studio キットを削除しますか?",
|
||||
"no.button": "いいえ"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "未構成",
|
||||
"loading.status": "読み込み中...",
|
||||
"click.to.select.variant.tooltip": "現在のビルド バリアントを選択するには、クリックします",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "このアイテムのレンダリングで問題が発生しました。これはバグです",
|
||||
"empty.project": "空のプロジェクト",
|
||||
"update.project.with.mismatch": "一致しない名前プロパティを持つプロジェクトを更新する",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "子ノードのレンダリング中にエラーが発生しました"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "키트 검색",
|
||||
"cmake-tools.command.cmake.selectKit.title": "키트 선택",
|
||||
"cmake-tools.command.cmake.setVariant.title": "변형 선택",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "구성",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "빌드",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(내부) 이름으로 대상 빌드",
|
||||
"cmake-tools.command.cmake.compileFile.title": "활성 파일 컴파일",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "파일 컴파일",
|
||||
"cmake-tools.command.cmake.install.title": "설치",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "빌드 대상",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "빌드 대상 설정",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "캐시 삭제 및 다시 구성",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "클린 다시 구성",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "정리",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "클린 다시 빌드",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "테스트 실행",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "CMake 캐시 편집",
|
||||
"cmake-tools.command.cmake.quickStart.title": "빠른 시작",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "디버그",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "디버깅하지 않고 실행",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "디버그 대상 설정",
|
||||
"cmake-tools.command.cmake.stop.title": "빌드 취소",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "CMake 도구 확장 상태 다시 설정(문제 해결용)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "유틸리티 실행",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "디버그",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "터미널에서 실행",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "빌드 대상으로 설정",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "시작/디버그 대상으로 설정",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "CMakeLists.txt 열기",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "CMake 도구 구성",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "사용할 CMake 실행 파일의 이름/경로입니다.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake 빌드 파일이 이동할 디렉터리입니다.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "내부 프로세스 대신 tasks.json을 사용하여 빌드합니다.",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "외부 명령의 출력 인코딩입니다(예: cmake -- build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "파일 및 콘솔에 대한 추적 로깅을 사용합니다(매우 불안정함).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "폴더",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "프로젝트 개요"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "열려 있는 소스 디렉터리가 없습니다.",
|
||||
"quickstart.cmake.project": "새 CMake 프로젝트의 빠른 시작",
|
||||
"edit.setting": "'cmake.sourceDirectory' 설정 편집",
|
||||
"missing.cmakelists": "CMakeLists.txt가 작업 영역 폴더의 루트에 없음",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "CMake 드라이버를 시작하는 중",
|
||||
"bad.cmake.executable": "잘못된 CMake 실행 파일 \"{0}\".",
|
||||
"no.workspace.error": "열린 작업 영역이 없으면 CMake 도구를 사용할 수 없습니다.",
|
||||
"please.upgrade.cmake": "현재 CMake 실행 파일과 함께 CMake 서버를 사용할 수 없습니다. CMake {0} 이상으로 업그레이드하세요.",
|
||||
"starting.cmake.driver.status": "CMake 서버를 시작하는 중...",
|
||||
"ready.status": "준비",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "\"{0}\"을(를) \"{1}\"에 복사하지 못함: {2}",
|
||||
"configuring.project": "프로젝트를 구성하는 중",
|
||||
"preparing.to.configure": "구성 준비 중",
|
||||
"run.configure": "구성 실행",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "예기치 않은 구성 형식",
|
||||
"finishing.configure": "구성을 완료하는 중",
|
||||
"configure.failed": "프로젝트를 구성하지 못함",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "variant 선택을 기다리는 중",
|
||||
"no.variant.abort": "선택한 variant가 없으므로 구성을 중단합니다.",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "tasksBuildCommand 중에 CMake 드라이버가 종료됨",
|
||||
"run.build": "빌드 실행",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "빌드 실패: 프로젝트를 구성할 수 없음",
|
||||
"driver.died.after.successful.configure": "구성에 성공한 후 바로 CMake 드라이버가 종료됨",
|
||||
"building.status": "빌드하고 있습니다.",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "대상 이름 입력",
|
||||
"target.to.build.description": "빌드할 대상",
|
||||
"driver.died.after.build.succeeded": "빌드에 성공한 후 바로 CMake 드라이버가 종료됨",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "시작할 실행 파일 대상이 없습니다. 다음을 확인하세요.",
|
||||
"have.you.called.add_executable": "CMake 프로젝트에서 add_executable()을 호출하셨습니까?",
|
||||
"have.you.configured": "CMake 구성을 성공적으로 실행하셨습니까?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "작업 영역 폴더 업데이트",
|
||||
"rereading.kits.on.edit": "텍스트 편집에서 키트를 다시 읽는 중",
|
||||
"no.active.cmaketools.current.workspace": "현재 작업 영역에 연결된 활성 CMake 도구가 없습니다.",
|
||||
"rereading.kits": "키트를 다시 읽는 중",
|
||||
"dispose.cmake.tools": "CMake 도구 삭제",
|
||||
"configure.this.project": "이 프로젝트를 구성하시겠습니까?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "예",
|
||||
"not.now.button": "나중에",
|
||||
"always.configure.on.open": "항상 프로젝트를 열 때 구성하시겠습니까?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "이 작업 영역의 경우",
|
||||
"persist.config.on.open.setting": "config-on-open 설정 유지",
|
||||
"configuring.workspace.on.open": "열린 {0}에서 작업 영역을 구성하는 중",
|
||||
"double.loaded.instance": "작업 영역 폴더에 대해 이중 로드된 CMake 도구 인스턴스",
|
||||
"creating.backend": "백 엔드를 만드는 중",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "작업 영역 폴더가 제거되었지만 확장 인스턴스와 연결되어 있지 않음",
|
||||
"loading.workspace.folder.name": "작업 영역 폴더 {0}을(를) 로드하는 중",
|
||||
"loading.workspace.folder": "작업 영역 폴더를 로드하는 중",
|
||||
"no.instance.ready.for.active.workspace": "활성 작업 영역에 대해 준비된 CMake 도구 인스턴스가 없습니다.",
|
||||
"update.code.model.for.cpptools": "cpptools에 대한 코드 모델 업데이트",
|
||||
"filed.to.open.cache.file.on.code.model.update": "코드 모델 업데이트에서 CMake 캐시 파일을 열지 못함",
|
||||
"rereading.kits": "키트를 다시 읽는 중",
|
||||
"migrating.kits.file": "키트 파일을 마이그레이션하는 중",
|
||||
"failed.to.migrate.kits.file": "이전 user-local 키트 파일을 마이그레이션하지 못했습니다.",
|
||||
"loading.kits": "키트를 로드하는 중",
|
||||
"unsetting.kit": "키트 설정을 해제하는 중",
|
||||
"loading.kit": "{0} 키트를 로드하는 중",
|
||||
"opening.text.editor.for": "{0}의 텍스트 편집기를 여는 중",
|
||||
"no.kits.file.what.to.do": "키트 파일이 없습니다. 원하는 작업을 선택하세요.",
|
||||
"scan.for.kits.button": "키트 검색",
|
||||
"cancel.button": "취소",
|
||||
"rescanning.for.kits": "키트를 다시 검색하는 중",
|
||||
"found.duplicate.kits": "cmake-tools-kits.json에 저장된 이전 ID가 있는 Visual Studio 키트를 찾았습니다.",
|
||||
"delete.duplicate.kits": "cmake-tools-kits.json에서 중복된 Visual Studio 키트를 삭제하시겠습니까?",
|
||||
"no.button": "아니요",
|
||||
"saving.kits.to": "{0}에 키트를 저장하는 중",
|
||||
"saving.new.kits.to": "{0}에 새 키트를 저장하는 중",
|
||||
"retry.button": "다시 시도",
|
||||
"kit.references.non-existent": "\"{0}\" 키트가 존재하지 않는 컴파일러 이진 파일 [{1}]을(를) 참조합니다. 원하는 작업을 선택하세요.",
|
||||
"remove.it.button": "제거",
|
||||
"keep.it.button": "유지",
|
||||
"pruning.kit": "키트를 삭제하는 중",
|
||||
"invalid.only.kit": "잘못된 키트. '{0}'을(를) 찾아야 함",
|
||||
"do.not.use.kit.button": "키트 사용 안 함",
|
||||
"close.button": "닫기",
|
||||
"no.kits.available": "CMake 키트를 사용할 수 없습니다. 원하는 작업을 선택하세요.",
|
||||
"start.selection.of.kits": "키트 선택을 시작합니다. {0}개 키트를 찾았습니다.",
|
||||
"running.in.test.mode": "테스트 모드에서 CMakeTools를 실행하고 있습니다. selectKit가 사용하지 않도록 설정되었습니다.",
|
||||
"opening.kit.selection": "키트 선택 QuickPick을 여는 중",
|
||||
"unspecified.kit.name": "지정되지 않음",
|
||||
"select.a.kit.placeholder": "키트 선택",
|
||||
"user.cancelled.kit.selection": "사용자가 키트 선택을 취소함",
|
||||
"user.selected.kit": "사용자가 {0} 키트를 선택함",
|
||||
"requires.open.workspace": "열린 작업 영역이 없으면 CMake 도구를 사용할 수 없습니다.",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "이 파일의 컴파일 정보를 찾을 수 없음",
|
||||
"initial.setup": "초기 설정",
|
||||
"started": "시작됨",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "작업 영역 폴더 업데이트",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "작업 영역 폴더가 제거되었지만 확장 인스턴스와 연결되어 있지 않음"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "키트를 다시 읽는 중",
|
||||
"migrating.kits.file": "키트 파일을 마이그레이션하는 중",
|
||||
"failed.to.migrate.kits.file": "이전 user-local 키트 파일을 마이그레이션하지 못했습니다.",
|
||||
"loading.kits": "키트를 로드하는 중",
|
||||
"unsetting.kit": "키트 설정을 해제하는 중",
|
||||
"loading.kit": "{0} 키트를 로드하는 중",
|
||||
"invalid.only.kit": "잘못된 키트. '{0}'을(를) 찾아야 함",
|
||||
"scan.for.kits.button": "키트 검색",
|
||||
"do.not.use.kit.button": "키트 사용 안 함",
|
||||
"close.button": "닫기",
|
||||
"no.kits.available": "CMake 키트를 사용할 수 없습니다. 원하는 작업을 선택하세요.",
|
||||
"start.selection.of.kits": "키트 선택을 시작합니다. {0}개 키트를 찾았습니다.",
|
||||
"opening.kit.selection": "키트 선택 QuickPick을 여는 중",
|
||||
"unspecified.kit.name": "지정되지 않음",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "사용자가 키트 선택을 취소함",
|
||||
"user.selected.kit": "사용자가 {0} 키트를 선택함",
|
||||
"kit.references.non-existent": "\"{0}\" 키트가 존재하지 않는 컴파일러 이진 파일 [{1}]을(를) 참조합니다. 원하는 작업을 선택하세요.",
|
||||
"remove.it.button": "제거",
|
||||
"keep.it.button": "유지",
|
||||
"pruning.kit": "키트를 삭제하는 중",
|
||||
"saving.kits.to": "{0}에 키트를 저장하는 중",
|
||||
"saving.new.kits.to": "{0}에 새 키트를 저장하는 중",
|
||||
"retry.button": "다시 시도",
|
||||
"cancel.button": "취소",
|
||||
"rescanning.for.kits": "키트를 다시 검색하는 중",
|
||||
"found.duplicate.kits": "cmake-tools-kits.json에 저장된 이전 ID가 있는 Visual Studio 키트를 찾았습니다.",
|
||||
"yes.button": "예",
|
||||
"delete.duplicate.kits": "cmake-tools-kits.json에서 중복된 Visual Studio 키트를 삭제하시겠습니까?",
|
||||
"no.button": "아니요"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "구성되지 않음",
|
||||
"loading.status": "로드하는 중...",
|
||||
"click.to.select.variant.tooltip": "현재 빌드 variant를 선택하려면 클릭하세요.",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "이 항목을 렌더링하는 동안 버그로 인해 문제가 발생했습니다.",
|
||||
"empty.project": "빈 프로젝트",
|
||||
"update.project.with.mismatch": "일치하지 않는 이름 속성으로 프로젝트 업데이트",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "자식 노드를 렌더링하는 동안 오류 발생"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Skanuj w poszukiwaniu zestawów",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Wybierz zestaw",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Wybierz wariant",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Konfiguruj",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Kompilacja",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Wewnętrzne) Kompiluj element docelowy według nazwy",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Kompiluj aktywny plik",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Kompiluj plik",
|
||||
"cmake-tools.command.cmake.install.title": "Zainstaluj",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Kompiluj element docelowy",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Ustaw element docelowy kompilowania",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Usuń pamięć podręczną i skonfiguruj ponownie",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Wyczyść i skonfiguruj ponownie",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Wyczyść",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Wyczyść i skompiluj ponownie",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Uruchom testy",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "Edytuj pamięć podręczną narzędzia CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Szybki start",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Debuguj",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Uruchom bez debugowania",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Ustaw element docelowy debugowania",
|
||||
"cmake-tools.command.cmake.stop.title": "Anuluj kompilację",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "Resetuj stan rozszerzenia narzędzi CMake Tools (na potrzeby rozwiązywania problemów)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Uruchom narzędzie",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Debuguj",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Uruchom w terminalu",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Ustaw jako element docelowy kompilowania",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Ustaw jako element docelowy uruchamiania/debugowania",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Otwórz plik CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "Konfiguracja narzędzi CMake Tools",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Nazwa/ścieżka pliku wykonywalnego narzędzia CMake do użycia.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Katalog, w którym zostaną umieszczone pliki kompilacji narzędzia CMake.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "Kompiluj przy użyciu pliku tasks.json zamiast procesu wewnętrznego.",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Kodowanie danych wyjściowych z poleceń zewnętrznych (np. cmake --build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Włącz rejestrowanie śledzenia w pliku i na konsoli (bardzo dużo danych).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Foldery",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Konspekt projektu"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Nie masz otwartego katalogu źródłowego",
|
||||
"quickstart.cmake.project": "Szybko rozpocznij nowy projekt narzędzia CMAKE",
|
||||
"edit.setting": "Edytuj ustawienie „cmake.sourceDirectory”",
|
||||
"missing.cmakelists": "Nie znaleziono pliku CMakeLists.txt w katalogu głównym folderu obszaru roboczego",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Uruchamianie sterownika narzędzia CMake",
|
||||
"bad.cmake.executable": "Nieprawidłowy plik wykonywalny narzędzia CMake „{0}”.",
|
||||
"no.workspace.error": "Narzędzia CMake Tools nie są dostępne bez otwartego obszaru roboczego",
|
||||
"please.upgrade.cmake": "Serwer narzędzia CMake nie jest dostępny przy użyciu bieżącego pliku wykonywalnego narzędzia CMake. Uaktualnij narzędzie CMake do wersji {0} lub nowszej.",
|
||||
"starting.cmake.driver.status": "Trwa uruchamianie serwera narzędzia CMake...",
|
||||
"ready.status": "Gotowe",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Nie można skopiować elementu „{0}” do lokalizacji „{1}”: {2}",
|
||||
"configuring.project": "Konfigurowanie projektu",
|
||||
"preparing.to.configure": "Przygotowywanie do konfigurowania",
|
||||
"run.configure": "Uruchom konfigurowanie",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Nieoczekiwany typ konfiguracji",
|
||||
"finishing.configure": "Kończenie konfigurowania",
|
||||
"configure.failed": "Nie udało się skonfigurować projektu",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Oczekiwanie przy wyborze wariantu",
|
||||
"no.variant.abort": "Nie wybrano wariantu. Przerwij konfigurowanie.",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "Sterownik narzędzia CMake zakończył pracę podczas operacji tasksBuildCommand",
|
||||
"run.build": "Uruchom kompilację",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Kompilacja nie powiodła się: nie można skonfigurować projektu",
|
||||
"driver.died.after.successful.configure": "Sterownik narzędzia CMake zakończył pracę natychmiast po pomyślnym skonfigurowaniu",
|
||||
"building.status": "Kompilowanie",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Podaj nazwę elementu docelowego",
|
||||
"target.to.build.description": "Element docelowy do skompilowania",
|
||||
"driver.died.after.build.succeeded": "Sterownik narzędzia CMake zakończył pracę natychmiast po pomyślnym zakończeniu kompilowania.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "Nie znaleziono docelowego pliku wykonywalnego do uruchomienia. Sprawdź następujące warunki:",
|
||||
"have.you.called.add_executable": "Czy wywołano metodę add_executable() w projekcie narzędzia CMake?",
|
||||
"have.you.configured": "Czy wykonano pomyślnie polecenie configure narzędzia CMake?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Aktualizuj foldery obszaru roboczego",
|
||||
"rereading.kits.on.edit": "Ponowne odczytywanie zestawów przy edytowaniu tekstu",
|
||||
"no.active.cmaketools.current.workspace": "Brak aktywnych narzędzi CMake Tools dołączonych do bieżącego obszaru roboczego.",
|
||||
"rereading.kits": "Ponowne odczytywanie zestawów",
|
||||
"dispose.cmake.tools": "Usuń narzędzia CMake Tools",
|
||||
"configure.this.project": "Czy chcesz skonfigurować ten projekt?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Tak",
|
||||
"not.now.button": "Nie teraz",
|
||||
"always.configure.on.open": "Czy zawsze konfigurować projekty przy otwieraniu?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Dla tego obszaru roboczego",
|
||||
"persist.config.on.open.setting": "Utrwal ustawienie konfiguracji przy otwieraniu",
|
||||
"configuring.workspace.on.open": "Konfigurowanie obszaru roboczego przy otwieraniu elementu {0}",
|
||||
"double.loaded.instance": "Dwukrotnie załadowano wystąpienie rozszerzenia CMake Tools dla folderu obszaru roboczego",
|
||||
"creating.backend": "Tworzenie zaplecza",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Usunięto folder obszaru roboczego, ale nie jest on skojarzony z wystąpieniem rozszerzenia",
|
||||
"loading.workspace.folder.name": "Ładowanie folderu obszaru roboczego {0}",
|
||||
"loading.workspace.folder": "Ładowanie folderu obszaru roboczego",
|
||||
"no.instance.ready.for.active.workspace": "Brak wystąpienia narzędzi CMake Tools gotowego dla aktywnego obszaru roboczego.",
|
||||
"update.code.model.for.cpptools": "Aktualizuj model kodu dla narzędzi cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Nie można otworzyć pliku pamięci podręcznej narzędzia CMake podczas aktualizacji modelu kodu",
|
||||
"rereading.kits": "Ponowne odczytywanie zestawów",
|
||||
"migrating.kits.file": "Migrowanie pliku zestawów",
|
||||
"failed.to.migrate.kits.file": "Nie można migrować wcześniejszego pliku zestawów lokalnych użytkownika.",
|
||||
"loading.kits": "Ładowanie zestawów",
|
||||
"unsetting.kit": "Cofanie ustawienia zestawu",
|
||||
"loading.kit": "Ładowanie zestawu {0}",
|
||||
"opening.text.editor.for": "Otwieranie edytora tekstu dla pliku {0}",
|
||||
"no.kits.file.what.to.do": "Żaden plik zestawów nie jest dostępny. Co chcesz zrobić?",
|
||||
"scan.for.kits.button": "Skanuj w poszukiwaniu zestawów",
|
||||
"cancel.button": "Anuluj",
|
||||
"rescanning.for.kits": "Ponowne skanowanie pod kątem zestawów",
|
||||
"found.duplicate.kits": "Znaleziono zestawy programu Visual Studio ze starymi identyfikatorami zapisane w pliku cmake-tools-kits.json.",
|
||||
"delete.duplicate.kits": "Czy chcesz usunąć zduplikowane zestawy programu Visual Studio z pliku cmake-tools-kits.json?",
|
||||
"no.button": "Nie",
|
||||
"saving.kits.to": "Zapisywanie zestawów do lokalizacji {0}",
|
||||
"saving.new.kits.to": "Zapisywanie nowych zestawów do lokalizacji {0}",
|
||||
"retry.button": "Ponów próbę",
|
||||
"kit.references.non-existent": "Zestaw „{0}” przywołuje nieistniejący plik binarny kompilatora [{1}]. Co chcesz zrobić?",
|
||||
"remove.it.button": "Usuń ten element",
|
||||
"keep.it.button": "Pozostaw",
|
||||
"pruning.kit": "Zestaw oczyszczania",
|
||||
"invalid.only.kit": "Jedyny zestaw jest nieprawidłowy. Oczekiwano znalezienia elementu „{0}”.",
|
||||
"do.not.use.kit.button": "Nie należy używać zestawu",
|
||||
"close.button": "Zamknij",
|
||||
"no.kits.available": "Nie ma dostępnych żadnych zestawów narzędzia CMake. Co chcesz zrobić?",
|
||||
"start.selection.of.kits": "Rozpocznij wybieranie zestawów. Liczba znalezionych zestawów: {0}.",
|
||||
"running.in.test.mode": "Uruchamianie rozszerzenia CMakeTools w trybie testowym. Element selectKit jest wyłączony.",
|
||||
"opening.kit.selection": "Otwieranie elementu QuickPick wyboru zestawu",
|
||||
"unspecified.kit.name": "Nieokreślone",
|
||||
"select.a.kit.placeholder": "Wybierz zestaw",
|
||||
"user.cancelled.kit.selection": "Użytkownik anulował wybór zestawu",
|
||||
"user.selected.kit": "Użytkownik wybrał zestaw {0}",
|
||||
"requires.open.workspace": "Narzędzia CMake Tools nie są dostępne bez otwartego obszaru roboczego",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "Nie można znaleźć informacji o kompilacji dla tego pliku",
|
||||
"initial.setup": "Konfiguracja początkowa",
|
||||
"started": "uruchomiony",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Aktualizuj foldery obszaru roboczego",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "Usunięto folder obszaru roboczego, ale nie jest on skojarzony z wystąpieniem rozszerzenia"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Ponowne odczytywanie zestawów",
|
||||
"migrating.kits.file": "Migrowanie pliku zestawów",
|
||||
"failed.to.migrate.kits.file": "Nie można migrować wcześniejszego pliku zestawów lokalnych użytkownika.",
|
||||
"loading.kits": "Ładowanie zestawów",
|
||||
"unsetting.kit": "Cofanie ustawienia zestawu",
|
||||
"loading.kit": "Ładowanie zestawu {0}",
|
||||
"invalid.only.kit": "Jedyny zestaw jest nieprawidłowy. Oczekiwano znalezienia elementu „{0}”.",
|
||||
"scan.for.kits.button": "Skanuj w poszukiwaniu zestawów",
|
||||
"do.not.use.kit.button": "Nie należy używać zestawu",
|
||||
"close.button": "Zamknij",
|
||||
"no.kits.available": "Nie ma dostępnych żadnych zestawów narzędzia CMake. Co chcesz zrobić?",
|
||||
"start.selection.of.kits": "Rozpocznij wybieranie zestawów. Liczba znalezionych zestawów: {0}.",
|
||||
"opening.kit.selection": "Otwieranie elementu QuickPick wyboru zestawu",
|
||||
"unspecified.kit.name": "Nieokreślone",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "Użytkownik anulował wybór zestawu",
|
||||
"user.selected.kit": "Użytkownik wybrał zestaw {0}",
|
||||
"kit.references.non-existent": "Zestaw „{0}” przywołuje nieistniejący plik binarny kompilatora [{1}]. Co chcesz zrobić?",
|
||||
"remove.it.button": "Usuń ten element",
|
||||
"keep.it.button": "Pozostaw",
|
||||
"pruning.kit": "Zestaw oczyszczania",
|
||||
"saving.kits.to": "Zapisywanie zestawów do lokalizacji {0}",
|
||||
"saving.new.kits.to": "Zapisywanie nowych zestawów do lokalizacji {0}",
|
||||
"retry.button": "Ponów próbę",
|
||||
"cancel.button": "Anuluj",
|
||||
"rescanning.for.kits": "Ponowne skanowanie pod kątem zestawów",
|
||||
"found.duplicate.kits": "Znaleziono zestawy programu Visual Studio ze starymi identyfikatorami zapisane w pliku cmake-tools-kits.json.",
|
||||
"yes.button": "Tak",
|
||||
"delete.duplicate.kits": "Czy chcesz usunąć zduplikowane zestawy programu Visual Studio z pliku cmake-tools-kits.json?",
|
||||
"no.button": "Nie"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Brak konfiguracji",
|
||||
"loading.status": "Trwa ładowanie...",
|
||||
"click.to.select.variant.tooltip": "Kliknij, aby wybrać wariant bieżącej kompilacji",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Wystąpił problem podczas renderowania tego elementu. To jest usterka.",
|
||||
"empty.project": "Pusty projekt",
|
||||
"update.project.with.mismatch": "Aktualizuj projekt z niezgodną właściwością nazwy",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Błąd podczas renderowania węzłów podrzędnych"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Examinar em busca de Kits",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Selecionar um Kit",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Selecionar a Variante",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Configurar",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Compilar",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Interno) Compilar um Destino por Nome",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Compilar o Arquivo Ativo",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Compilar Arquivo",
|
||||
"cmake-tools.command.cmake.install.title": "Instalar",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Destino de Build",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Definir o Destino de Build",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Excluir o Cache e Reconfigurar",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Reconfiguração Limpa",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Limpar",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Rebuild Limpo",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Executar Testes",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "Editar o Cache do CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Início Rápido",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Depurar",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Executar sem Depuração",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Definir o Destino de Depuração",
|
||||
"cmake-tools.command.cmake.stop.title": "Cancelar Build",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "Redefinir o Estado da Extensão de Ferramentas do CMake (para solução de problemas)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Executar o Utilitário",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Depurar",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Executar no Terminal",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Definir como Destino do Build",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Definir como o Destino de Inicialização ou de Depuração",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Abrir CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "Configuração de Ferramentas CMake",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "O nome ou caminho do executável do CMake a ser usado.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "O diretório para o qual os arquivos de build do CMake serão enviados.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "Compilar usando o tasks.json em vez do processo interno.",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "A codificação da saída de comandos externos (ex.: cmake -- build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Habilitar o log de rastreamento para arquivo e console (muito ruído).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Pastas",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Estrutura do Código do Projeto"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Você não tem um diretório de origem aberto",
|
||||
"quickstart.cmake.project": "Comece rapidamente um novo projeto do CMake",
|
||||
"edit.setting": "Editar a configuração 'cmake.sourceDirectory'",
|
||||
"missing.cmakelists": "O CMakeLists.txt não foi encontrado na raiz da pasta do workspace",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Iniciando o driver do CMake",
|
||||
"bad.cmake.executable": "Executável CMake \"{0}\" incorreto.",
|
||||
"no.workspace.error": "As Ferramentas CMake não estão disponíveis sem um workspace aberto",
|
||||
"please.upgrade.cmake": "O Servidor do CMake não está disponível com o executável atual do CMake. Atualize para o CMake {0} ou mais recente.",
|
||||
"starting.cmake.driver.status": "Iniciando o Servidor do CMake...",
|
||||
"ready.status": "Pronto",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Falha ao copiar \"{0}\" para \"{1}\": {2}",
|
||||
"configuring.project": "Configurando projeto",
|
||||
"preparing.to.configure": "Preparando para configurar",
|
||||
"run.configure": "Executar configuração",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Tipo de configuração inesperado",
|
||||
"finishing.configure": "Concluindo a configuração",
|
||||
"configure.failed": "Falha ao configurar o projeto",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Aguardando a seleção da variante",
|
||||
"no.variant.abort": "Nenhuma variante selecionada. Anular configuração",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "O driver do CMake foi encerrado durante tasksBuildCommand",
|
||||
"run.build": "Executar o build",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Falha no build: não é possível configurar o projeto",
|
||||
"driver.died.after.successful.configure": "O driver do CMake foi encerrado imediatamente após o êxito da configuração",
|
||||
"building.status": "Construção",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Insira um nome de destino",
|
||||
"target.to.build.description": "Destino a ser compilado",
|
||||
"driver.died.after.build.succeeded": "O driver do CMake foi encerrado imediatamente após o êxito do build.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "Não foi localizado nenhum destino executável para ser iniciado. Verifique:",
|
||||
"have.you.called.add_executable": "Você chamou add_executable() no seu projeto do CMake?",
|
||||
"have.you.configured": "Você executou uma configuração bem-sucedida do CMake?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Atualizar as pastas do workspace",
|
||||
"rereading.kits.on.edit": "Relendo os kits na edição de texto",
|
||||
"no.active.cmaketools.current.workspace": "Nenhuma Ferramenta CMake ativa anexada ao workspace atual.",
|
||||
"rereading.kits": "Relendo os kits",
|
||||
"dispose.cmake.tools": "Descartar Ferramentas CMake",
|
||||
"configure.this.project": "Deseja configurar este projeto?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Sim",
|
||||
"not.now.button": "Agora não",
|
||||
"always.configure.on.open": "Sempre configurar projetos ao abrir?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Para este Workspace",
|
||||
"persist.config.on.open.setting": "Persistir na configuração existente ao abrir",
|
||||
"configuring.workspace.on.open": "Configurando o workspace no {0} aberto",
|
||||
"double.loaded.instance": "Instância de Ferramentas CMake com carregamento duplo para a pasta do workspace",
|
||||
"creating.backend": "Criando o back-end",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Pasta do workspace removida, mas não associada a uma instância de extensão",
|
||||
"loading.workspace.folder.name": "Carregando a pasta do workspace {0}",
|
||||
"loading.workspace.folder": "Carregando a pasta do workspace",
|
||||
"no.instance.ready.for.active.workspace": "Nenhuma instância de Ferramentas CMake pronta para o workspace ativo.",
|
||||
"update.code.model.for.cpptools": "Atualizar o modelo de código para cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Falha ao abrir o arquivo de cache do CMake na atualização do modelo de código",
|
||||
"rereading.kits": "Relendo os kits",
|
||||
"migrating.kits.file": "Migrando arquivo de kits",
|
||||
"failed.to.migrate.kits.file": "Falha ao migrar o arquivo anterior de kits de usuário local.",
|
||||
"loading.kits": "Carregando os kits",
|
||||
"unsetting.kit": "Cancelando a definição do kit",
|
||||
"loading.kit": "Carregando o kit {0}",
|
||||
"opening.text.editor.for": "Abrindo o editor de texto para {0}",
|
||||
"no.kits.file.what.to.do": "Nenhum arquivo de kits está presente. O que você deseja fazer?",
|
||||
"scan.for.kits.button": "Examinar em busca de kits",
|
||||
"cancel.button": "Cancelar",
|
||||
"rescanning.for.kits": "Examinando novamente para kits",
|
||||
"found.duplicate.kits": "Foram encontrados kits do Visual Studio com as IDs antigas salvas no cmake-tools-kits.json.",
|
||||
"delete.duplicate.kits": "Deseja excluir os kits do Visual Studio duplicados do cmake-tools-kits.json?",
|
||||
"no.button": "Não",
|
||||
"saving.kits.to": "Salvando kits em {0}",
|
||||
"saving.new.kits.to": "Salvando novos kits em {0}",
|
||||
"retry.button": "Repetir",
|
||||
"kit.references.non-existent": "O kit \"{0}\" faz referência a um binário [{1}] do compilador não existente. O que você deseja fazer?",
|
||||
"remove.it.button": "Removê-lo",
|
||||
"keep.it.button": "Mantê-lo",
|
||||
"pruning.kit": "Kit de remoção",
|
||||
"invalid.only.kit": "Único kit inválido. Esperava-se encontrar `{0}`",
|
||||
"do.not.use.kit.button": "Não use um kit",
|
||||
"close.button": "Fechar",
|
||||
"no.kits.available": "Nenhum kit do CMake está disponível. O que você deseja fazer?",
|
||||
"start.selection.of.kits": "Iniciar seleção de kits. {0} kits localizados.",
|
||||
"running.in.test.mode": "Executando CMakeTools no modo de teste. selectKit está desabilitado.",
|
||||
"opening.kit.selection": "Abrindo QuickPick de seleção do kit",
|
||||
"unspecified.kit.name": "Não Especificado",
|
||||
"select.a.kit.placeholder": "Selecionar um Kit",
|
||||
"user.cancelled.kit.selection": "O usuário cancelou a seleção do Kit",
|
||||
"user.selected.kit": "Kit selecionado pelo usuário {0}",
|
||||
"requires.open.workspace": "As Ferramentas CMake não estão disponíveis sem um workspace aberto",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "Não é possível localizar informações para este arquivo",
|
||||
"initial.setup": "Instalação inicial",
|
||||
"started": "iniciado",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Atualizar as pastas do workspace",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "Pasta do workspace removida, mas não associada a uma instância de extensão"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Relendo os kits",
|
||||
"migrating.kits.file": "Migrando arquivo de kits",
|
||||
"failed.to.migrate.kits.file": "Falha ao migrar o arquivo anterior de kits de usuário local.",
|
||||
"loading.kits": "Carregando os kits",
|
||||
"unsetting.kit": "Cancelando a definição do kit",
|
||||
"loading.kit": "Carregando o kit {0}",
|
||||
"invalid.only.kit": "Único kit inválido. Esperava-se encontrar `{0}`",
|
||||
"scan.for.kits.button": "Examinar em busca de kits",
|
||||
"do.not.use.kit.button": "Não use um kit",
|
||||
"close.button": "Fechar",
|
||||
"no.kits.available": "Nenhum kit do CMake está disponível. O que você deseja fazer?",
|
||||
"start.selection.of.kits": "Iniciar seleção de kits. {0} kits localizados.",
|
||||
"opening.kit.selection": "Abrindo QuickPick de seleção do kit",
|
||||
"unspecified.kit.name": "Não especificado",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "O usuário cancelou a seleção do Kit",
|
||||
"user.selected.kit": "Kit selecionado pelo usuário {0}",
|
||||
"kit.references.non-existent": "O kit \"{0}\" faz referência a um binário [{1}] do compilador não existente. O que você deseja fazer?",
|
||||
"remove.it.button": "Removê-lo",
|
||||
"keep.it.button": "Mantê-lo",
|
||||
"pruning.kit": "Kit de remoção",
|
||||
"saving.kits.to": "Salvando kits em {0}",
|
||||
"saving.new.kits.to": "Salvando novos kits em {0}",
|
||||
"retry.button": "Tentar Novamente",
|
||||
"cancel.button": "Cancelar",
|
||||
"rescanning.for.kits": "Examinando novamente para kits",
|
||||
"found.duplicate.kits": "Foram encontrados kits do Visual Studio com as IDs antigas salvas no cmake-tools-kits.json.",
|
||||
"yes.button": "Sim",
|
||||
"delete.duplicate.kits": "Deseja excluir os kits do Visual Studio duplicados do cmake-tools-kits.json?",
|
||||
"no.button": "Não"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Não Configurado",
|
||||
"loading.status": "Carregando...",
|
||||
"click.to.select.variant.tooltip": "Clicar para selecionar a variante de build atual",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Houve um problema ao renderizar este item. Isso é um bug",
|
||||
"empty.project": "Projeto vazio",
|
||||
"update.project.with.mismatch": "Atualizar o projeto com propriedade de nome incompatível",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Erro ao renderizar os nós filhos"
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Поиск наборов",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Выберите набор",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Выбор варианта",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Настроить",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Сборка",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(Внутренняя функция.) Сборка целевого объекта по имени",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Компиляция активного файла",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Компилировать файл",
|
||||
"cmake-tools.command.cmake.install.title": "Установить",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Целевой объект сборки",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Задание целевого объекта сборки",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Удаление кэша и перенастройка",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Перенастройка с очисткой",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Очистить",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Повторная сборка с очисткой",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Запустить тесты",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "Изменение кэша CMake",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Краткое руководство",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Отладить",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Запуск без отладки",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Задание целевого объекта отладки",
|
||||
"cmake-tools.command.cmake.stop.title": "Отменить сборку",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "Сброс состояния расширения средств CMake (для устранения неполадок)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Запуск служебной программы",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Отладить",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Запуск в терминале",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Задание как целевого объекта сборки",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Задание как целевого объекта запуска/отладки",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Открыть файл CMakeLists.txt",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "Конфигурация Средств CMake",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Имя используемого исполняемого файла CMake и путь к нему.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "Каталог, в который помещаются файлы сборки CMake.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"cmake-tools.configuration.cmake.buildTask.description": "Сборка с помощью tasks.json вместо внутреннего процесса.",
|
||||
"cmake-tools.configuration.cmake.outputLogEncoding.description": "Кодирование выходных данных из внешних команд (например, cmake --build).",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Включение ведения журнала трассировки в файле и в консоли (большое число сообщений).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Папки",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Структура проекта"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "У вас нет открытого каталога источника.",
|
||||
"quickstart.cmake.project": "Быстрый запуск нового проекта CMake",
|
||||
"edit.setting": "Изменить параметр \"cmake.sourceDirectory\"",
|
||||
"missing.cmakelists": "Файл CMakeLists.txt не найден в корневом каталоге папки рабочей области",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "Запуск драйвера CMake.",
|
||||
"bad.cmake.executable": "Неверный исполняемый файл CMake \"{0}\".",
|
||||
"no.workspace.error": "Средства CMake недоступны без открытой рабочей области.",
|
||||
"please.upgrade.cmake": "Сервер CMake недоступен в текущем исполняемом файле CMake. Обновите CMake до версии {0} или более поздней версии.",
|
||||
"starting.cmake.driver.status": "Запуск сервера CMake…",
|
||||
"ready.status": "Готово",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "Не удалось скопировать \"{0}\" в \"{1}\": {2}",
|
||||
"configuring.project": "Настройка проекта.",
|
||||
"preparing.to.configure": "Подготовка к настройке.",
|
||||
"run.configure": "Выполнить настройку",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Непредвиденный тип конфигурации.",
|
||||
"finishing.configure": "Завершение настройки.",
|
||||
"configure.failed": "Не удалось настроить проект.",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Ожидание выбора варианта.",
|
||||
"no.variant.abort": "Вариант не выбран. Прервите настройку.",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "Драйвер CMake завершил работу во время tasksBuildCommand",
|
||||
"run.build": "Запустить сборку",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Сборка не выполнена: невозможно настроить проект.",
|
||||
"driver.died.after.successful.configure": "Драйвер CMake завершил работу сразу же после успешной настройки.",
|
||||
"building.status": "Сборка",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Введите имя целевого объекта.",
|
||||
"target.to.build.description": "Целевой объект для сборки",
|
||||
"driver.died.after.build.succeeded": "Драйвер CMake завершил работу сразу же после успешного завершения сборки.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "Не найден исполняемый целевой объект для запуска. Убедитесь в следующем:",
|
||||
"have.you.called.add_executable": "Вы вызвали add_executable () в проекте CMake?",
|
||||
"have.you.configured": "Вы успешно выполнили настройку CMake?",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"received.message.from.make-server": "Получено сообщение от команды cmake-server: {0}",
|
||||
"invalid.cookie": "Недопустимый файл cookie: {0}",
|
||||
"cookie.not.known.message": "Файл cookie сервера CMake \"{0}\" не соответствует известному сообщению.",
|
||||
"cant.yet.handle.message": "Еще не удалось обработать {0} сообщения.",
|
||||
"cant.yet.handle.message": "Еще не удалось обработать сообщения ({0}).",
|
||||
"sending.message.to.cmake-server": "Отправка сообщения команде cmake-server: {0}",
|
||||
"configuring.using.generator": "Настройка с использованием генератора CMake \"{0}\"",
|
||||
"with.platform.and.toolset": " с платформой \"{0}\" и набором инструментов {1}"
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Обновление папок рабочей области",
|
||||
"rereading.kits.on.edit": "Повторное чтение наборов при редактировании текста.",
|
||||
"no.active.cmaketools.current.workspace": "Активные Средства CMake, присоединенные к текущей рабочей области, отсутствуют.",
|
||||
"rereading.kits": "Повторное чтение наборов.",
|
||||
"dispose.cmake.tools": "Удаление Средств CMake",
|
||||
"configure.this.project": "Вы хотите настроить этот проект?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Да",
|
||||
"not.now.button": "Не сейчас",
|
||||
"always.configure.on.open": "Всегда настраивать проекты при открытии?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Для этой рабочей области",
|
||||
"persist.config.on.open.setting": "Сохранить параметр конфигурации при открытии",
|
||||
"configuring.workspace.on.open": "Настройка рабочей области в открытом {0}.",
|
||||
"double.loaded.instance": "Экземпляр Средств CMake с двойной загрузкой для папки рабочей области",
|
||||
"creating.backend": "Создание сервера.",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Папка рабочей области удалена, но не связана с экземпляром расширения.",
|
||||
"loading.workspace.folder.name": "Загрузка папки рабочей области {0}.",
|
||||
"loading.workspace.folder": "Загрузка папки рабочей области.",
|
||||
"no.instance.ready.for.active.workspace": "Готовые экземпляры Средств CMake для активной рабочей области отсутствуют.",
|
||||
"update.code.model.for.cpptools": "Обновление модели кода для cpptools",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Не удалось открыть файл кэша CMake при обновлении модели кода.",
|
||||
"rereading.kits": "Повторное чтение наборов.",
|
||||
"migrating.kits.file": "Перенос файла наборов.",
|
||||
"failed.to.migrate.kits.file": "Не удалось перенести предыдущий локальный файл пользовательских наборов.",
|
||||
"loading.kits": "Загрузка наборов.",
|
||||
"unsetting.kit": "Отмена настройки набора.",
|
||||
"loading.kit": "Загрузка набора {0}.",
|
||||
"opening.text.editor.for": "Открытие текстового редактора для {0}.",
|
||||
"no.kits.file.what.to.do": "Файл наборов отсутствует. Что вы хотели бы сделать?",
|
||||
"scan.for.kits.button": "Поиск наборов",
|
||||
"cancel.button": "Отмена",
|
||||
"rescanning.for.kits": "Повторное сканирование наборов.",
|
||||
"found.duplicate.kits": "Обнаружены пакеты Visual Studio со старыми идентификаторами, сохраненные в файле cmake-tools-kits.json.",
|
||||
"delete.duplicate.kits": "Вы хотите удалить повторяющиеся пакеты Visual Studio из файла cmake-tools-kits.json?",
|
||||
"no.button": "Нет",
|
||||
"saving.kits.to": "Сохранение наборов в {0}.",
|
||||
"saving.new.kits.to": "Сохранение новых наборов в {0}.",
|
||||
"retry.button": "Повтор",
|
||||
"kit.references.non-existent": "Набор \"{0}\" ссылается на несуществующий двоичный файл компилятора [{1}]. Что вы хотели бы сделать?",
|
||||
"remove.it.button": "Удалить его",
|
||||
"keep.it.button": "Сохранить",
|
||||
"pruning.kit": "Набор очистки",
|
||||
"invalid.only.kit": "Недопустимый набор. Ожидаемый набор: \"{0}\".",
|
||||
"do.not.use.kit.button": "Не использовать набор",
|
||||
"close.button": "Закрыть",
|
||||
"no.kits.available": "Доступные наборы CMake отсутствуют. Что вы хотели бы сделать?",
|
||||
"start.selection.of.kits": "Начало выбора наборов. Обнаружено наборов: {0}.",
|
||||
"running.in.test.mode": "Запуск CMakeTools в тестовом режиме. SelectKit отключен.",
|
||||
"opening.kit.selection": "Открытие средства выбора наборов QuickPick.",
|
||||
"unspecified.kit.name": "Не указано",
|
||||
"select.a.kit.placeholder": "Выберите набор",
|
||||
"user.cancelled.kit.selection": "Выбор набора отменен пользователем.",
|
||||
"user.selected.kit": "Выбранный пользователем набор: {0}.",
|
||||
"requires.open.workspace": "Средства CMake недоступны без открытой рабочей области.",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "Не удалось найти сведения о компиляции для этого файла.",
|
||||
"initial.setup": "Начальная настройка",
|
||||
"started": "запущено",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Обновление папок рабочей области",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "Папка рабочей области удалена, но не связана с экземпляром расширения."
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Повторное чтение наборов.",
|
||||
"migrating.kits.file": "Перенос файла наборов.",
|
||||
"failed.to.migrate.kits.file": "Не удалось перенести предыдущий локальный файл пользовательских наборов.",
|
||||
"loading.kits": "Загрузка наборов.",
|
||||
"unsetting.kit": "Отмена настройки набора.",
|
||||
"loading.kit": "Загрузка набора {0}.",
|
||||
"invalid.only.kit": "Недопустимый набор. Ожидаемый набор: \"{0}\".",
|
||||
"scan.for.kits.button": "Поиск наборов",
|
||||
"do.not.use.kit.button": "Не использовать набор",
|
||||
"close.button": "Закрыть",
|
||||
"no.kits.available": "Доступные наборы CMake отсутствуют. Что вы хотели бы сделать?",
|
||||
"start.selection.of.kits": "Начало выбора наборов. Обнаружено наборов: {0}.",
|
||||
"opening.kit.selection": "Открытие средства выбора наборов QuickPick.",
|
||||
"unspecified.kit.name": "Не указано",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "Выбор набора отменен пользователем.",
|
||||
"user.selected.kit": "Выбранный пользователем набор: {0}.",
|
||||
"kit.references.non-existent": "Набор \"{0}\" ссылается на несуществующий двоичный файл компилятора [{1}]. Что вы хотели бы сделать?",
|
||||
"remove.it.button": "Удалить его",
|
||||
"keep.it.button": "Сохранить",
|
||||
"pruning.kit": "Набор очистки",
|
||||
"saving.kits.to": "Сохранение наборов в {0}.",
|
||||
"saving.new.kits.to": "Сохранение новых наборов в {0}.",
|
||||
"retry.button": "Повторить",
|
||||
"cancel.button": "Отмена",
|
||||
"rescanning.for.kits": "Повторное сканирование наборов.",
|
||||
"found.duplicate.kits": "Обнаружены пакеты Visual Studio со старыми идентификаторами, сохраненные в файле cmake-tools-kits.json.",
|
||||
"yes.button": "Да",
|
||||
"delete.duplicate.kits": "Вы хотите удалить повторяющиеся пакеты Visual Studio из файла cmake-tools-kits.json?",
|
||||
"no.button": "Нет"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Не настроено",
|
||||
"loading.status": "Загрузка...",
|
||||
"click.to.select.variant.tooltip": "Щелкните, чтобы выбрать вариант текущей сборки.",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Возникла проблема при отрисовке этого элемента. Это ошибка.",
|
||||
"empty.project": "Пустой проект",
|
||||
"update.project.with.mismatch": "Обновление проекта с несоответствующим свойством имени",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Ошибка при отображении дочерних узлов."
|
||||
}
|
|
@ -9,32 +9,46 @@
|
|||
"cmake-tools.command.cmake.scanForKits.title": "Setler için Tara",
|
||||
"cmake-tools.command.cmake.selectKit.title": "Set Seçin",
|
||||
"cmake-tools.command.cmake.setVariant.title": "Varyant Seç",
|
||||
"cmake-tools.command.cmake.setVariantAll.title": "Select Variant for All Projects",
|
||||
"cmake-tools.command.cmake.configure.title": "Yapılandır",
|
||||
"cmake-tools.command.cmake.configureAll.title": "Configure All Projects",
|
||||
"cmake-tools.command.cmake.build.title": "Derleme",
|
||||
"cmake-tools.command.cmake.buildAll.title": "Build All Projects",
|
||||
"cmake-tools.command.cmake.buildNamedTarget.title": "(İç) Ada Göre Bir Hedefi Derle",
|
||||
"cmake-tools.command.cmake.compileFile.title": "Etkin Dosyayı Derle",
|
||||
"cmake-tools.command.cmake.outline.compileFile.title": "Dosyayı Derle",
|
||||
"cmake-tools.command.cmake.install.title": "Yükle",
|
||||
"cmake-tools.command.cmake.installAll.title": "Install All Projects",
|
||||
"cmake-tools.command.cmake.buildWithTarget.title": "Hedefi Derle",
|
||||
"cmake-tools.command.cmake.setDefaultTarget.title": "Derleme Hedefini Ayarla",
|
||||
"cmake-tools.command.cmake.cleanConfigure.title": "Önbelleği Sil ve Yeniden Yapılandır",
|
||||
"cmake-tools.command.cmake.cleanConfigureAll.title": "Delete Cache and Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigure.title": "Yeniden Yapılandırmayı Temizle",
|
||||
"cmake-tools.command.cmake.outline.cleanConfigureAll.title": "Clean Reconfigure All Projects",
|
||||
"cmake-tools.command.cmake.clean.title": "Temizle",
|
||||
"cmake-tools.command.cmake.cleanAll.title": "Clean All Projects",
|
||||
"cmake-tools.command.cmake.cleanRebuild.title": "Yeniden Derlemeyi Temizle",
|
||||
"cmake-tools.command.cmake.cleanRebuildAll.title": "Clean Rebuild All Projects",
|
||||
"cmake-tools.command.cmake.ctest.title": "Testleri Çalıştır",
|
||||
"cmake-tools.command.cmake.ctestAll.title": "Run Tests for All Projects",
|
||||
"cmake-tools.command.cmake.editCache.title": "CMake Önbelleğini Düzenle",
|
||||
"cmake-tools.command.cmake.quickStart.title": "Hızlı Başlangıç",
|
||||
"cmake-tools.command.cmake.debugTarget.title": "Hata Ayıkla",
|
||||
"cmake-tools.command.cmake.debugTargetAll.title": "Debug All Projects",
|
||||
"cmake-tools.command.cmake.launchTarget.title": "Hata Ayıklama Olmadan Çalıştır",
|
||||
"cmake-tools.command.cmake.launchTargetAll.title": "Run All Projects Without Debugging",
|
||||
"cmake-tools.command.cmake.selectLaunchTarget.title": "Hata Ayıklama Hedefini Ayarla",
|
||||
"cmake-tools.command.cmake.stop.title": "Derlemeyi İptal Et",
|
||||
"cmake-tools.command.cmake.stopAll.title": "Cancel Build for All Projects",
|
||||
"cmake-tools.command.cmake.resetState.title": "CMake Araçları Uzantısı Durumunu Sıfırla (Sorun giderme için)",
|
||||
"cmake-tools.command.cmake.selectActiveFolder.title": "Select Active Folder",
|
||||
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Yardımcı Programı Çalıştır",
|
||||
"cmake-tools.command.cmake.outline.debugTarget.title": "Hata Ayıkla",
|
||||
"cmake-tools.command.cmake.outline.launchTarget.title": "Terminal İçinde Çalıştır",
|
||||
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Derleme Hedefi Olarak Ayarla",
|
||||
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Başlatma/Hata Ayıklama Hedefi Olarak Ayarla",
|
||||
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "CMakeLists.txt dosyasını aç",
|
||||
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
|
||||
"cmake-tools.configuration.title": "CMake Araçları yapılandırması",
|
||||
"cmake-tools.configuration.cmake.cmakePath.description": "Kullanılacak CMake yürütülebilir dosyasının adı/yolu.",
|
||||
"cmake-tools.configuration.cmake.buildDirectory.description": "CMake derleme dosyalarının yerleştirileceği dizin.",
|
||||
|
@ -95,6 +109,7 @@
|
|||
"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ı.",
|
||||
"cmake-tools.configuration.cmake.enableTraceLogging.description": "Dosya ve konsolda izleme günlüğünü etkinleştirin (çok gürültülü).",
|
||||
"cmake-tools.configuration.cmake.autoSelectActiveFolder.description": "Select active folder automatically",
|
||||
"cmake-tools.configuration.views.cmake.folders.description": "Klasörler",
|
||||
"cmake-tools.configuration.views.cmake.outline.description": "Proje Ana Hattı"
|
||||
}
|
|
@ -14,10 +14,9 @@
|
|||
"no.source.directory.found": "Açık bir kaynak dizininiz yok",
|
||||
"quickstart.cmake.project": "Yeni bir CMake projesini hızlı başlatın",
|
||||
"edit.setting": "'cmake.sourceDirectory' ayarını düzenle",
|
||||
"missing.cmakelists": "CMakeLists.txt, çalışma alanı klasörünün kökünde bulunamadı",
|
||||
"missing.cmakelists": "CMakeLists.txt was not found in the root of the folder '{0}'",
|
||||
"starting.cmake.driver": "CMake sürücüsü başlatılıyor",
|
||||
"bad.cmake.executable": "Hatalı \"{0}\" CMake yürütülebilir dosyası.",
|
||||
"no.workspace.error": "CMake Araçları açık bir çalışma alanı olmadan kullanılamıyor",
|
||||
"please.upgrade.cmake": "CMake Sunucusu geçerli CMake yürütülebilir dosyası ile kullanılamıyor. Lütfen CMake {0} veya daha yeni bir sürüme yükseltin.",
|
||||
"starting.cmake.driver.status": "CMake Sunucusu başlatılıyor...",
|
||||
"ready.status": "Hazır",
|
||||
|
@ -45,7 +44,7 @@
|
|||
"failed.to.copy": "\"{0}\" öğesi \"{1}\" konumuna kopyalanamadı: {2}",
|
||||
"configuring.project": "Proje yapılandırılıyor",
|
||||
"preparing.to.configure": "Yapılandırmaya hazırlanılıyor",
|
||||
"run.configure": "Yapılandırmayı çalıştır",
|
||||
"run.configure": "Configuring folder: {0}",
|
||||
"unexpected.configure.type": "Beklenmeyen yapılandırma türü",
|
||||
"finishing.configure": "Yapılandırma tamamlanıyor",
|
||||
"configure.failed": "Proje yapılandırılamadı",
|
||||
|
@ -59,7 +58,7 @@
|
|||
"waiting.on.variant": "Varyant seçimi bekleniyor",
|
||||
"no.variant.abort": "Seçilen varyant yok. Yapılandırmayı durdur",
|
||||
"cmake.drive.died.during.tasksbuildcommend": "CMake sürücüsü tasksBuildCommand sırasında sonlandırıldı",
|
||||
"run.build": "Derlemeyi çalıştır",
|
||||
"run.build": "Building folder: {0}",
|
||||
"unable.to.configure": "Derleme başarısız oldu: Proje yapılandırılamıyor",
|
||||
"driver.died.after.successful.configure": "CMake sürücüsü, başarılı yapılandırmadan hemen sonra sonlandırıldı",
|
||||
"building.status": "Oluşturma",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"enter.target.name": "Hedef adı girin",
|
||||
"target.to.build.description": "Derlenecek hedef",
|
||||
"driver.died.after.build.succeeded": "CMake sürücüsü, derleme başarılı olduktan hemen sonra sonlandırıldı.",
|
||||
"select.a.launch.target": "Select a launch target for {0}",
|
||||
"no.executable.target.found.to.launch": "Başlatmak için yürütülebilir hedef bulunamadı. Lütfen denetleyin:",
|
||||
"have.you.called.add_executable": "CMake projenizde add_executable() çağırdınız mı?",
|
||||
"have.you.configured": "Başarılı bir CMake yapılandırması yürüttünüz mü?",
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Çalışma alanı klasörlerini güncelleştir",
|
||||
"rereading.kits.on.edit": "Setler metin düzenlemede yeniden okunuyor",
|
||||
"no.active.cmaketools.current.workspace": "Geçerli çalışma alanına eklenen etkin CMake Aracı yok.",
|
||||
"rereading.kits": "Setler yeniden okunuyor",
|
||||
"dispose.cmake.tools": "CMake Araçları'nı at",
|
||||
"configure.this.project": "Bu projeyi yapılandırmak istiyor musunuz?",
|
||||
"configure.this.project": "Would you like to configure project '{0}'?",
|
||||
"yes.button": "Evet",
|
||||
"not.now.button": "Şimdi değil",
|
||||
"always.configure.on.open": "Projeler her zaman açıldıktan sonra mı yapılandırılsın?",
|
||||
|
@ -16,48 +14,15 @@
|
|||
"for.this.workspace.button": "Bu Çalışma Alanı için",
|
||||
"persist.config.on.open.setting": "Açılışta yapılandır ayarını kalıcı yap",
|
||||
"configuring.workspace.on.open": "Açık {0} konumunda çalışma alanı yapılandırılıyor",
|
||||
"double.loaded.instance": "Çalışma alanı klasörü için CMake Araçları örneği çift yüklendi",
|
||||
"creating.backend": "Arka uç oluşturuluyor",
|
||||
"post.folder.open": "Post-folder-open",
|
||||
"workspace.folder.removed": "Çalışma alanı klasörü kaldırıldı, ancak bir uzantı örneğiyle ilişkilendirilmedi",
|
||||
"loading.workspace.folder.name": "{0} çalışma alanı klasörü yükleniyor",
|
||||
"loading.workspace.folder": "Çalışma alanı klasörü yükleniyor",
|
||||
"no.instance.ready.for.active.workspace": "Etkin çalışma alanı için hazır CMake Araçları örneği yok.",
|
||||
"update.code.model.for.cpptools": "cpptools için kod modelini güncelleştir",
|
||||
"filed.to.open.cache.file.on.code.model.update": "Kod modeli güncelleştirmesinde CMake önbellek dosyası açılamadı",
|
||||
"rereading.kits": "Setler yeniden okunuyor",
|
||||
"migrating.kits.file": "Setler dosyası geçiriliyor",
|
||||
"failed.to.migrate.kits.file": "Önceki kullanıcı-yerel setleri dosyası geçirilemedi.",
|
||||
"loading.kits": "Setler yükleniyor",
|
||||
"unsetting.kit": "Set ayarı kaldırılıyor",
|
||||
"loading.kit": "{0} seti yükleniyor",
|
||||
"opening.text.editor.for": "{0} için metin düzenleyici açılıyor",
|
||||
"no.kits.file.what.to.do": "Set dosyası yok. Ne yapmak istiyorsunuz?",
|
||||
"scan.for.kits.button": "Setler için tara",
|
||||
"cancel.button": "İptal",
|
||||
"rescanning.for.kits": "Setler için yeniden taranıyor",
|
||||
"found.duplicate.kits": "cmake-tools-kits.json içinde eski kimlikleri kaydedilmiş Visual Studio setleri bulundu.",
|
||||
"delete.duplicate.kits": "cmake-tools-kits.json dosyasındaki yinelenen Visual Studio setlerini silmek istiyor musunuz?",
|
||||
"no.button": "Hayır",
|
||||
"saving.kits.to": "Setler {0} konumuna kaydediliyor",
|
||||
"saving.new.kits.to": "Yeni setler {0} konumuna kaydediliyor",
|
||||
"retry.button": "Yeniden Dene",
|
||||
"kit.references.non-existent": "\"{0}\" seti mevcut olmayan bir derleyici ikilisine [{1}] başvuruyor. Ne yapmak istiyorsunuz?",
|
||||
"remove.it.button": "Kaldır",
|
||||
"keep.it.button": "Sakla",
|
||||
"pruning.kit": "Set ayıklanıyor",
|
||||
"invalid.only.kit": "Yalnızca set geçersiz. `{0}` bulunması bekleniyordu",
|
||||
"do.not.use.kit.button": "Set kullanma",
|
||||
"close.button": "Kapat",
|
||||
"no.kits.available": "Kullanılabilir CMake seti yok. Ne yapmak istiyorsunuz?",
|
||||
"start.selection.of.kits": "Set seçimi başladı. {0} set bulundu.",
|
||||
"running.in.test.mode": "CMake Araçları test modunda çalıştırılıyor. selectKit devre dışı bırakıldı.",
|
||||
"opening.kit.selection": "QuickPick set seçimi açılıyor",
|
||||
"unspecified.kit.name": "Belirtilmemiş",
|
||||
"select.a.kit.placeholder": "Set Seçin",
|
||||
"user.cancelled.kit.selection": "Kullanıcı Set seçimini iptal etti",
|
||||
"user.selected.kit": "Kullanıcı {0} setini seçti",
|
||||
"requires.open.workspace": "CMake Araçları açık bir çalışma alanı olmadan kullanılamıyor",
|
||||
"no.active.folder": "No active folder.",
|
||||
"invalid.folder": "Invalid folder.",
|
||||
"compilation information.not.found": "Bu dosya için derleme bilgileri bulunamıyor",
|
||||
"initial.setup": "Başlangıç kurulumu",
|
||||
"started": "başlatıldı",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"update.workspace.folders": "Çalışma alanı klasörlerini güncelleştir",
|
||||
"same.folder.loaded.twice": "The same workspace folder was loaded twice",
|
||||
"removed.folder.not.on.record": "Çalışma alanı klasörü kaldırıldı, ancak bir uzantı örneğiyle ilişkilendirilmedi"
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"rereading.kits": "Setler yeniden okunuyor",
|
||||
"migrating.kits.file": "Setler dosyası geçiriliyor",
|
||||
"failed.to.migrate.kits.file": "Önceki kullanıcı-yerel setleri dosyası geçirilemedi.",
|
||||
"loading.kits": "Setler yükleniyor",
|
||||
"unsetting.kit": "Set ayarı kaldırılıyor",
|
||||
"loading.kit": "{0} seti yükleniyor",
|
||||
"invalid.only.kit": "Yalnızca set geçersiz. `{0}` bulunması bekleniyordu",
|
||||
"scan.for.kits.button": "Setler için tara",
|
||||
"do.not.use.kit.button": "Set kullanma",
|
||||
"close.button": "Kapat",
|
||||
"no.kits.available": "Kullanılabilir CMake seti yok. Ne yapmak istiyorsunuz?",
|
||||
"start.selection.of.kits": "Set seçimi başladı. {0} set bulundu.",
|
||||
"opening.kit.selection": "QuickPick set seçimi açılıyor",
|
||||
"unspecified.kit.name": "Belirtilmemiş",
|
||||
"select.a.kit.placeholder": "Select a Kit for {0}",
|
||||
"user.cancelled.kit.selection": "Kullanıcı Set seçimini iptal etti",
|
||||
"user.selected.kit": "Kullanıcı {0} setini seçti",
|
||||
"kit.references.non-existent": "\"{0}\" seti mevcut olmayan bir derleyici ikilisine [{1}] başvuruyor. Ne yapmak istiyorsunuz?",
|
||||
"remove.it.button": "Kaldır",
|
||||
"keep.it.button": "Sakla",
|
||||
"pruning.kit": "Set ayıklanıyor",
|
||||
"saving.kits.to": "Setler {0} konumuna kaydediliyor",
|
||||
"saving.new.kits.to": "Yeni setler {0} konumuna kaydediliyor",
|
||||
"retry.button": "Yeniden Dene",
|
||||
"cancel.button": "İptal",
|
||||
"rescanning.for.kits": "Setler için yeniden taranıyor",
|
||||
"found.duplicate.kits": "cmake-tools-kits.json içinde eski kimlikleri kaydedilmiş Visual Studio setleri bulundu.",
|
||||
"yes.button": "Evet",
|
||||
"delete.duplicate.kits": "cmake-tools-kits.json dosyasındaki yinelenen Visual Studio setlerini silmek istiyor musunuz?",
|
||||
"no.button": "Hayır"
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"active.folder.auto.select.tooltip": "Active folder",
|
||||
"active.folder.tooltip": "Select Active folder",
|
||||
"unconfigured": "Yapılandırılmamış",
|
||||
"loading.status": "Yükleniyor...",
|
||||
"click.to.select.variant.tooltip": "Geçerli derleme varyantını seçmek için tıklayın",
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"item.render.issue": "Bu öğe işlenirken bir sorun oluştu. Bu bir hatadır",
|
||||
"empty.project": "Boş proje",
|
||||
"update.project.with.mismatch": "Eşleşmeyen ad özelliğine sahip projeyi güncelleştir",
|
||||
"error.update.code.model.on.nonexist.folder": "Updating code model on folder that does not yet exist?",
|
||||
"error.rendering.children.nodes": "Alt düğümler işlenirken hata oluştu"
|
||||
}
|
Загрузка…
Ссылка в новой задаче