diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 51fbeff3..6aefc9ec 100644 --- a/i18n/chs/package.i18n.json +++ b/i18n/chs/package.i18n.json @@ -23,7 +23,7 @@ "makefile-tools.command.makefile.cleanConfigure.title": "Makefile: 清理配置", "makefile-tools.command.makefile.preConfigure.title": "Makefile: 预配置", "makefile-tools.command.makefile.postConfigure.title": "Makefile: 配置后", - "makefile-tools.command.makefile.resetState.title": "Makefile: 重置 Makefile 工具扩展工作区状态(用于故障排除)", + "makefile-tools.command.makefile.resetState.title": "Makefile: 重置 Makefile Tools 扩展工作区状态(用于故障排除)", "makefile-tools.configuration.views.makefile.outline.description": "项目大纲", "makefile-tools.configuration.makefile.makePath.description": "make 工具的路径", "makefile-tools.configuration.makefile.configurations.description": "用户定义的 makefile 配置", @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "在目标的入口点处停止", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "符号的路径", "makefile-tools.configuration.makefile.launchConfigurations.description": "用户定义的启动(调试/运行)配置", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "启动配置的用户友好名称", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "启动配置的说明", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "要运行或调试的二进制文件的完整路径", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "要传递给程序命令行的参数", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "设置程序的工作目录", @@ -47,7 +49,7 @@ "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "非 VS 调试器的路径(gdb 或 lldb)", "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "在目标的入口点处停止", "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "符号的路径", - "makefile-tools.configuration.makefile.loggingLevel.description": "Makefile 工具扩展的日志记录级别", + "makefile-tools.configuration.makefile.loggingLevel.description": "Makefile Tools 扩展的日志记录级别", "makefile-tools.configuration.makefile.makeDirectory.description": "要通过开关 -C 传递的文件夹路径", "makefile-tools.configuration.makefile.makefilePath.description": "项目的 makefile 的路径", "makefile-tools.configuration.makefile.buildLog.description": "为绕过试运行而读取的生成日志的路径", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "要添加到扩展已知列表的编译器工具的名称", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "要从扩展已知列表中排除的编译器工具的名称", "makefile-tools.configuration.makefile.safeCommands.description": "可安全执行命令替换的命令", - "makefile-tools.configuration.makefile.configureOnOpen.description": "打开 Makefile 项目目录时自动配置它们", + "makefile-tools.configuration.makefile.configureOnOpen.description": "打开 Makefile 项目目录时自动配置它们。如果未设置,将在首次打开时自动配置项目,并在后续打开时提示。", "makefile-tools.configuration.makefile.configureOnEdit.description": "更改任何相关 Makefile 和/或设置时自动配置生成文件项目目录", "makefile-tools.configuration.makefile.configureAfterCommand.description": "在执行相关操作(例如更改生成配置或 makefile 目标)后自动配置 Makefile 项目目录", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "当值为 true (默认值)时,切换生成配置时始终运行 Clean Configure (使用 --always-make)。为 false 时,由 configureAfterCommand 设置决定是否运行常规的 Configure。Clean Configure 会生成完整的编译数据库,而常规的 Configure 仅包含过时的目标。", "makefile-tools.configuration.makefile.preConfigureScript.description": "需要在配置之前至少运行一次的脚本的路径", "makefile-tools.configuration.makefile.preConfigureArgs.description": "要传递给预配置脚本的参数", "makefile-tools.configuration.makefile.postConfigureScript.description": "需要在配置之后至少运行一次的脚本的路径", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "仅显示虚假目标", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "在生成或配置之前保存打开的文件", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "在启动之前生成当前目标(调试/运行)", + "makefile-tools.configuration.makefile.buildOnSave.description": "保存工作区中的文件时生成当前目标", + "makefile-tools.configuration.makefile.runOnSave.description": "保存工作区中的文件时生成并运行当前目标", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "在生成开始时清除输出通道", "makefile-tools.configuration.makefile.compileCommandsPath.description": "编译数据库文件的路径", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "启用此扩展生成的本地(在此主机中)映像的调试", "makefile-tools.configuration.makefile.panel.visibility.run.description": "启用此扩展生成的本地(在此主机中)运行映像", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "在“Makefile 项目大纲”面板工具栏中显示清理和生成按钮", "makefile-tools.configuration.makefile.panel.visibility.description": "修改此设置即可控制“Makefile 项目概要”面板中的可见性设置。" } \ No newline at end of file diff --git a/i18n/chs/src/configuration.i18n.json b/i18n/chs/src/configuration.i18n.json index e7a64448..2d2abbd8 100644 --- a/i18n/chs/src/configuration.i18n.json +++ b/i18n/chs/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "正在从工作区状态读取当前启动配置 \"{0}\"。", "launch.configuration.no.longer.defined.settings": "在设置 \"makefile.launchConfigurations\" 中不再定义启动配置 \"{0}\"。", "no.current.launch.configurations.in.state": "未在工作区状态下设置当前启动配置。", + "no.launch.configuration.set": "未设置启动配置", "default.launch.configuration": "默认启动配置: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "已推导出配置 \"{1}\" 的命令 '{0}'", "could.not.find.make.file.tools.name": "在 makefile.configurations.makePath 中或 makefile.makePath 中找不到任何 make 工具文件名。假定 make。", @@ -51,16 +52,25 @@ "configuring.on.open": "打开时配置: {0}", "configure.on.edit": "在编辑时配置: {0}", "configure.after.command": "在命令后配置: {0}", + "clean.configure.on.configuration.change": "配置更改时执行清理配置操作: {0}", "only.phony.targets": "仅 .PHONY 目标: {0}", "save.before.build.or.configure": "在生成或配置前保存: {0}", "build.before.launch": "在启动前生成: {0}", + "build.on.save": "保存时生成: {0}", + "run.on.save": "保存时运行: {0}", "clear.output.before.build": "在生成前清除输出: {0}", "ignore.directory.commands": "忽略目录命令: {0}", "configurating.after.settings.or.makefile.changes": "设置或 makefile 更改后正在配置...", + "configuring.before.build.on.save": "正在保存时生成前配置...", + "configure.failed.skipping.build": "配置失败,正在保存时跳过生成。", + "building.and.running.on.save": "正在保存时生成并运行...", + "building.on.save": "正在保存时生成...", + "running.on.save": "保存时运行...", "key.setting.changed": "{0} 设置已更改。", "setting.configuration": "正在设置配置 - {0}", "re.reading.settings.after.configuration.change": "配置更改后正在重新读取设置。", "no.configurations.defined": "makefile.configurations 设置中未定义任何配置。", + "automatically.clean.reconfiguring.project.after.change": "makefile 配置更改后,自动清理并重新配置项目。", "automatically.reconfiguring.project.after.change": "makefile 配置更改后正在自动重新配置项目。", "setting.target": "设置目标 {0}", "rereading.settings.after.target.change": "目标更改后正在重新读取设置。", diff --git a/i18n/chs/src/extension.i18n.json b/i18n/chs/src/extension.i18n.json index 2d9d0be1..f2fa5bd1 100644 --- a/i18n/chs/src/extension.i18n.json +++ b/i18n/chs/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "无法打开 makefile 文件。", "makefile.outline.buildLogFileNotFound": "无法打开生成日志文件。", - "extension.configureOnOpen": "是否要使用 Makefile 中的信息为此工作区配置 C++ IntelliSense?", + "extension.configureOnOpen": "是否要为 C++ IntelliSense 配置此 Makefile 项目?", "yes": "是", "no": "否", - "always.configure.on.open": "打开时始终使用 Makefile 中的信息配置 C++ IntelliSense?", - "never.configure.on.open": "打开时使用 Makefile 中的信息配置 C++ IntelliSense?", + "always.configure.on.open": "是否始终在打开时为 C++ IntelliSense 配置此 Makefile 项目?", + "never.configure.on.open": "是否在打开时为 C++ IntelliSense 配置此 Makefile 项目?", "yes.button": "是", "no.button": "否", "never.button": "从不", diff --git a/i18n/chs/src/make.i18n.json b/i18n/chs/src/make.i18n.json index 3f1b5fb3..13cfeaf8 100644 --- a/i18n/chs/src/make.i18n.json +++ b/i18n/chs/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "在磁盘上找不到给定的配置后脚本“{0}”。", "make.postconfigure.title": "正在进行后期配置: {0}", "make.postconfigure.cancelling.title": "正在取消后期配置", - "pre.configuring.script": "正在预配置...\n脚本:“{0}”", + "pre.configuring.script": "正在预配置...\n脚本: {0}", "preconfigure.succeeded": "预配置成功。", "preconfigure.succeeded.with.some.error": "预配置脚本返回了成功代码,但在预配置过程中的某个环节报告了错误。在 Makefile 工具频道中仔细检查预配置输出。", "preconfigure.script.failed": "预配置脚本失败。此项目可能无法成功配置。", - "post.configure.script": "正在进行后期配置...\n脚本:“{0}”", + "post.configure.script": "正在进行后期配置...\n脚本: {0}", "postconfigure.succeeded": "后期配置成功。", "postconfigure.succeeded.with.some.error": "后期配置脚本返回了成功代码,但在后期配置过程中的某个环节报告了错误。在 Makefile 工具频道中仔细检查后期配置输出。", "postconfigure.script.failed": "后期配置脚本失败。此项目可能无法成功配置。", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "改为运行干净配置。", "load.configuration.from.cache.elapsed": "从缓存加载配置已用时间: {0}", "loading.configurations.from.cache.not.necessary": "不需要从缓存加载配置。", - "preprocessing.parse.file": "正在预处理:“{0}”", + "preprocessing.parse.file": "正在预处理: {0}", "preprocess.elapsed.time": "预处理已用时间: {0}", "parsing.for.intellisense": "正在分析 IntelliSense...", "parsing.for.intellisense.elapsed": "正在分析 IntelliSense 已用时间: {0}", diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index 2ff06986..a60ec933 100644 --- a/i18n/cht/package.i18n.json +++ b/i18n/cht/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "在目標的進入點停止", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "符號的路徑", "makefile-tools.configuration.makefile.launchConfigurations.description": "使用者定義的啟動 (偵錯/執行) 設定", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "啟動設定的使用者易記名稱", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "啟動設定的描述", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "要執行或偵錯之二進位檔的完整路徑", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "要傳遞給程式命令列的引數", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "設定程式的工作目錄", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "要新增至延伸模組已知清單的編譯器工具名稱", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "要從延伸模組已知清單中排除的編譯器工具名稱", "makefile-tools.configuration.makefile.safeCommands.description": "可安全地使用下列命令執行替代命令的命令", - "makefile-tools.configuration.makefile.configureOnOpen.description": "開啟 Makefile 專案目錄時自動加以設定。", + "makefile-tools.configuration.makefile.configureOnOpen.description": "開啟 Makefile 專案目錄時自動加以設定。若未設定,專案會在首次開啟時自動設定,後續開啟時會提示您。", "makefile-tools.configuration.makefile.configureOnEdit.description": "當變更任何相關的 Makefile 和/或設定時,自動設定 Makefile 專案目錄", "makefile-tools.configuration.makefile.configureAfterCommand.description": "在相關作業之後自動設定 Makefile 專案目錄,像是變更組建設定或 Makefile 目標", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "當設定為 true (預設) 時,切換建置設定時一律會執行 Clean Configure (其使用 --always-make)。當設定為 false 時,則由 configureAfterCommand 設定決定是否執行一般的 Configure。Clean Configure 會產生完整的編譯資料庫,而一般的 Configure 僅包含過時的目標。", "makefile-tools.configuration.makefile.preConfigureScript.description": "至少需要執行一次才能設定的指令碼路徑", "makefile-tools.configuration.makefile.preConfigureArgs.description": "要傳遞至預先設定指令碼的引數", "makefile-tools.configuration.makefile.postConfigureScript.description": "設定後至少需要執行一次的指令碼路徑", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "僅顯示詐騙目標", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "組建或設定之前先儲存開啟的檔案", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "在啟動 (偵錯/執行) 之前先組建目前的目標", + "makefile-tools.configuration.makefile.buildOnSave.description": "當工作區中的檔案儲存時,建置目前的目標", + "makefile-tools.configuration.makefile.runOnSave.description": "當工作區中的檔案儲存時,建置並執行目前的目標", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "清除組建開頭的輸出通道", "makefile-tools.configuration.makefile.compileCommandsPath.description": "編譯資料庫檔案的路徑", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "在本機 (在此主機) 啟用此延伸模組建置的偵錯映像", "makefile-tools.configuration.makefile.panel.visibility.run.description": "在本機 (在此主機) 執行此延伸模組建置的偵錯映像", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "在 Makefile 專案大綱面板工具列中顯示清理與建置按鈕", "makefile-tools.configuration.makefile.panel.visibility.description": "修改此設定以控制 Makefile 專案大綱面板中的可見度設定。" } \ No newline at end of file diff --git a/i18n/cht/src/configuration.i18n.json b/i18n/cht/src/configuration.i18n.json index c6b9d1b9..c20f5422 100644 --- a/i18n/cht/src/configuration.i18n.json +++ b/i18n/cht/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "正在從工作區狀態讀取目前的啟動設定「{0}」。", "launch.configuration.no.longer.defined.settings": "已不再在設定 「makefile.launchConfigurations」中定義啟動設定「{0}」。", "no.current.launch.configurations.in.state": "工作區狀態中未設定目前的啟動設定。", + "no.launch.configuration.set": "沒有啟動組態集", "default.launch.configuration": "預設啟動設定:MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "針對設定「{1}」推算的命令 '{0}'", "could.not.find.make.file.tools.name": "在 makefile.configurations.makePath 或makefile.makePath 中找不到任何 Make 工具檔案名稱。假設 Make。", @@ -51,16 +52,25 @@ "configuring.on.open": "在開啟時設定:{0}", "configure.on.edit": "在編輯時設定:{0}", "configure.after.command": "在命令後設定:{0}", + "clean.configure.on.configuration.change": "設定變更時執行 Clean Configure: {0}", "only.phony.targets": "只限 .PHONY 目標:{0}", "save.before.build.or.configure": "組建或設定前儲存:{0}", "build.before.launch": "啟動前組建:{0}", + "build.on.save": "儲存時建置: {0}", + "run.on.save": "儲存時執行: {0}", "clear.output.before.build": "組建前清除輸出:{0}", "ignore.directory.commands": "忽略目錄命令:{0}", "configurating.after.settings.or.makefile.changes": "設定或 Makefile 變更後進行設定...", + "configuring.before.build.on.save": "在儲存時建置前設定...", + "configure.failed.skipping.build": "設定失敗,跳過儲存時建置。", + "building.and.running.on.save": "儲存時建置並執行…", + "building.on.save": "正在進行儲存時建置...", + "running.on.save": "儲存時執行…", "key.setting.changed": "{0} 設定已變更。", "setting.configuration": "正在設定設定 - {0}", "re.reading.settings.after.configuration.change": "設定變更後重新讀取設定。", "no.configurations.defined": "Makefile.configurations 設定中未定義任何設定。", + "automatically.clean.reconfiguring.project.after.change": "在 Makefile 設定變更後,自動徹底重新設定專案。", "automatically.reconfiguring.project.after.change": "Makefile 設定變更後自動重新設定專案。", "setting.target": "正在設定目標 {0}", "rereading.settings.after.target.change": "在目標變更後重新讀取設定。", diff --git a/i18n/cht/src/extension.i18n.json b/i18n/cht/src/extension.i18n.json index efbc87e3..c55d87f9 100644 --- a/i18n/cht/src/extension.i18n.json +++ b/i18n/cht/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "無法開啟 Makefile 檔案。", "makefile.outline.buildLogFileNotFound": "無法開啟組建記錄檔。", - "extension.configureOnOpen": "要使用 Makefiles 的資訊為此工作區設定 C++ IntelliSense 嗎?", + "extension.configureOnOpen": "您想為此 Makefile 專案設定 C++ IntelliSense 嗎?", "yes": "是", "no": "否", - "always.configure.on.open": "開啟 Makefiles 時一律使用 Makefiles 的資訊來設定 C++ IntelliSense?", - "never.configure.on.open": "開啟 Makefiles 時使用 Makefiles 的資訊來設定 C++ IntelliSense?", + "always.configure.on.open": "一律在開啟時為此 Makefile 專案設定 C++ IntelliSense?", + "never.configure.on.open": "在開啟時為此 Makefile 專案設定 C++ IntelliSense?", "yes.button": "是", "no.button": "否", "never.button": "永遠不要", diff --git a/i18n/cht/src/make.i18n.json b/i18n/cht/src/make.i18n.json index fa6300f1..c6c28df3 100644 --- a/i18n/cht/src/make.i18n.json +++ b/i18n/cht/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "在磁碟上找不到指定的後續設定指令碼「{0}」。", "make.postconfigure.title": "正在後續設定: {0}", "make.postconfigure.cancelling.title": "正在取消後續設定", - "pre.configuring.script": "正在預先設定...\n指令碼:「{0}」", + "pre.configuring.script": "正在預先設定...\n指令碼: {0}", "preconfigure.succeeded": "已成功預先設定。", "preconfigure.succeeded.with.some.error": "預先設定指令碼傳回了成功的程式碼,不過預先設定流程中有某處回報發生錯誤。請再次檢查 Makefile 工具通道中的預先設定輸出。", "preconfigure.script.failed": "無法預先設定指令碼。無法成功設定此專案。", - "post.configure.script": "正在後續設定...\n指令碼:「{0}」", + "post.configure.script": "正在後續設定...\n指令碼: {0}", "postconfigure.succeeded": "後續設定成功。", "postconfigure.succeeded.with.some.error": "後續設定指令碼傳回了成功代碼,但後續設定過程中有某處回報錯誤。請再次檢查 Makefile 工具通道中的後續設定輸出。", "postconfigure.script.failed": "後續設定指令碼失敗。此專案可能未成功設定。", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "改為執行清除設定。", "load.configuration.from.cache.elapsed": "從快取經過時間載入設定:{0}", "loading.configurations.from.cache.not.necessary": "不需要從快取載入設定。", - "preprocessing.parse.file": "正在進行前置處理:「{0}」", + "preprocessing.parse.file": "正在進行前置處理: {0}", "preprocess.elapsed.time": "前置處理經過時間:{0}", "parsing.for.intellisense": "正在剖析 IntelliSense。", "parsing.for.intellisense.elapsed": "IntelliSense 經過時間的剖析:{0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "啟動目標經過時間的剖析:{0}", "current.launch.configuration.no.longer.present": "目前的啟動設定 {0} 已不存在於可用清單中。", "generating.parse.content.build.targets": "正在產生組建目標的剖析內容。", - "parsing.build.targets.from.parse.file": "正在剖析來自下列來源的組建目標:「{0}」", + "parsing.build.targets.from.parse.file": "正在剖析來自下列來源的組建目標: {0}", "parsing.build.targets.elapsed.time": "正在剖析組建目標經過時間:{0}", "current.build.target.no.longer.present": "目前的組建目標 {0} 已不存在於可用清單中。正在取消設定目前的組建目標。", "automatically.reconfiguring.project.after.build.target.change": "在組建目標變更後自動重新設定專案。", diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index 88e47a38..336fc5ce 100644 --- a/i18n/csy/package.i18n.json +++ b/i18n/csy/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Zastavit na vstupním bodu cíle", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Cesta k symbolům", "makefile-tools.configuration.makefile.launchConfigurations.description": "Uživatelem definované konfigurace spuštění (ladění/spuštění)", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Uživatelsky přívětivý název konfigurace spuštění", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Popis konfigurace spuštění", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Úplná cesta k binárnímu souboru, který se má spustit nebo ladit", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argumenty, které se mají předat do programového příkazového řádku", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Nastavit pracovní adresář pro program", @@ -47,7 +49,7 @@ "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Cesta k ladicímu programu mimo VS (gdb nebo lldb)", "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Zastavit na vstupním bodu cíle", "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Cesta k symbolům", - "makefile-tools.configuration.makefile.loggingLevel.description": "Úroveň protokolování pro rozšíření nástrojů souboru pravidel", + "makefile-tools.configuration.makefile.loggingLevel.description": "Úroveň protokolování pro rozšíření Makefile Tools", "makefile-tools.configuration.makefile.makeDirectory.description": "Cesta ke složce, která se má předat maku přepínačem -C", "makefile-tools.configuration.makefile.makefilePath.description": "Cesta k souboru pravidel projektu", "makefile-tools.configuration.makefile.buildLog.description": "Cesta k protokolu o sestavení, která se přečte, aby se obešlo zkušební spuštění", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Názvy kompilačních nástrojů, které se mají přidat na seznam známých rozšíření", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Názvy kompilačních nástrojů, které se mají vyloučit ze seznamu známých rozšíření", "makefile-tools.configuration.makefile.safeCommands.description": "Příkazy, pomocí kterých lze bezpečně nahrazovat příkazy", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Automaticky nakonfigurovat adresáře projektu Makefile při jejich otevření", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Umožňuje automaticky nakonfigurovat adresáře projektu Makefile při jejich otevření. Pokud není nastaveno, projekty se automaticky nakonfigurují při prvním otevření a při následných otevřeních se zobrazí výzva.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Automaticky nakonfigurovat adresáře projektu Makefile při změně všech relevantních souborů pravidel nebo nastavení", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Automaticky nakonfigurovat adresáře projektu Makefile po relevantních operacích, například po změně konfigurace sestavení nebo cíle souboru pravidel", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Pokud je tato možnost nastavena na true (výchozí), při přepínání konfigurací sestavení se vždy spustí čistou konfiguraci sestavení (používá parametr --always-make). Když je nastaveno na false, nastavení configureAfterCommand určuje, zda se spustí běžná konfigurace. Čistá konfigurace sestavení vytváří úplnou databázi kompilace, zatímco běžná konfigurace zahrnuje pouze neaktuální cíle.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Cesta ke skriptu, který musí před konfigurací alespoň jednou běžet", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Argumenty, které se mají předat předkonfigurovanému skriptu", "makefile-tools.configuration.makefile.postConfigureScript.description": "Cesta ke skriptu, který se musí spustit alespoň jednou po konfiguraci", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Zobrazit pouze falešné cíle", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Před sestavením nebo konfigurací uložit otevřené soubory", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Před spuštěním sestavit aktuální cíl (ladění/spuštění)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Sestavit aktuální cíl při uložení souboru v pracovním prostoru", + "makefile-tools.configuration.makefile.runOnSave.description": "Sestavit a spustit aktuální cíl při uložení souboru v pracovním prostoru", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Na začátku sestavování vyčistit výstupní kanál", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Cesta k souboru kompilační databáze", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Povolit místní ladění imagí (v tomto hostiteli) sestavených tímto rozšířením", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Povolit místní spouštění imagí (v tomto hostiteli) sestavených tímto rozšířením", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Zobrazit tlačítko Vyčistit a sestavit na panelu nástrojů panelu Makefile Project Outline", "makefile-tools.configuration.makefile.panel.visibility.description": "Úpravou tohoto nastavení můžete řídit nastavení viditelnosti na panelu Osnova projektu Makefile." } \ No newline at end of file diff --git a/i18n/csy/src/configuration.i18n.json b/i18n/csy/src/configuration.i18n.json index 7bff1846..2f63b34b 100644 --- a/i18n/csy/src/configuration.i18n.json +++ b/i18n/csy/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Načítá se aktuální konfigurace spuštění „{0}“ ze stavu pracovního prostoru.", "launch.configuration.no.longer.defined.settings": "V nastavení „makefile.launchConfigurations“ se už nedefinuje konfigurace spouštění „{0}“.", "no.current.launch.configurations.in.state": "Ve stavu pracovního prostoru není nastavená žádná aktuální konfigurace spuštění.", + "no.launch.configuration.set": "Žádná konfigurační sada pro spuštění", "default.launch.configuration": "Výchozí konfigurace spuštění: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Odvozený příkaz {0} pro konfiguraci „{1}“", "could.not.find.make.file.tools.name": "V souboru makefile.configurations.makePath ani v souboru makefile.makePath se nenašel žádný název souboru nástroje make. Předpokládá se make.", @@ -51,16 +52,25 @@ "configuring.on.open": "Konfigurovat při otevření: {0}", "configure.on.edit": "Konfigurovat při úpravách: {0}", "configure.after.command": "Konfigurovat po příkazu: {0}", + "clean.configure.on.configuration.change": "Čistá konfigurace při přepnutí konfigurace: {0}", "only.phony.targets": "Jenom cíle .PHONY: {0}", "save.before.build.or.configure": "Uložit před sestavením nebo konfigurací: {0}", "build.before.launch": "Sestavit před spuštěním: {0}", + "build.on.save": "Sestavit při uložení: {0}", + "run.on.save": "Spustit při uložení: {0}", "clear.output.before.build": "Vymazat výstup před sestavením: {0}", "ignore.directory.commands": "Ignorovat příkazy adresáře: {0}", "configurating.after.settings.or.makefile.changes": "Probíhá konfigurace po nastavení nebo změnách souboru pravidel...", + "configuring.before.build.on.save": "Probíhá konfigurace před sestavováním při uložení...", + "configure.failed.skipping.build": "Konfigurace selhala, sestavování při uložení se přeskočí.", + "building.and.running.on.save": "Sestavování a spouštění při ukládání...", + "building.on.save": "Probíhá sestavování při uložení...", + "running.on.save": "Spouští se při uložení...", "key.setting.changed": "Nastavení {0} se změnilo.", "setting.configuration": "Konfigurace nastavení – {0}", "re.reading.settings.after.configuration.change": "Po změně konfigurace se znovu čte nastavení.", "no.configurations.defined": "V nastavení makefile.configurations nejsou definovány žádné konfigurace.", + "automatically.clean.reconfiguring.project.after.change": "Automaticky provede čistou opětovnou konfiguraci projektu po změně konfigurace makefile.", "automatically.reconfiguring.project.after.change": "Po změně konfigurace makefile se projekt automaticky překonfiguruje.", "setting.target": "Nastavování cíle {0}", "rereading.settings.after.target.change": "Po změně cíle se znovu čte nastavení.", diff --git a/i18n/csy/src/extension.i18n.json b/i18n/csy/src/extension.i18n.json index d12ea271..2543b9fd 100644 --- a/i18n/csy/src/extension.i18n.json +++ b/i18n/csy/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Soubor pravidel nelze otevřít.", "makefile.outline.buildLogFileNotFound": "Soubor protokolu o sestavení nelze otevřít.", - "extension.configureOnOpen": "Chcete pro tento pracovní prostor nakonfigurovat C++ IntelliSense pomocí informací z vašich souborů Makefile?", + "extension.configureOnOpen": "Chcete nakonfigurovat tento projekt Makefile pro C++ IntelliSense?", "yes": "Ano", "no": "Ne", - "always.configure.on.open": "Chcete při otevření vždy nakonfigurovat C++ IntelliSense pomocí informací z vašich souborů Makefile?", - "never.configure.on.open": "Chcete při otevření nakonfigurovat C++ IntelliSense pomocí informací z vašich souborů Makefile?", + "always.configure.on.open": "Vždy nakonfigurovat tento projekt Makefile pro C++ IntelliSense při otevření?", + "never.configure.on.open": "Nakonfigurovat tento projekt Makefile pro C++ IntelliSense při otevření?", "yes.button": "Ano", "no.button": "Ne", "never.button": "Nikdy", diff --git a/i18n/csy/src/make.i18n.json b/i18n/csy/src/make.i18n.json index f9205172..4b8eee93 100644 --- a/i18n/csy/src/make.i18n.json +++ b/i18n/csy/src/make.i18n.json @@ -53,7 +53,7 @@ "preconfigure.succeeded": "Předběžná konfigurace byla úspěšná.", "preconfigure.succeeded.with.some.error": "Skript předběžné konfigurace se vrátil s úspěšným návratovým kódem, ale během procesu předběžné konfigurace byly nahlášeny chyby. Důkladně zkontrolujte výstup předběžné konfigurace v kanálu Makefile Tools.", "preconfigure.script.failed": "Skript předběžné konfigurace selhal. Tento projekt se možná nenakonfiguruje úspěšně.", - "post.configure.script": "Po konfiguraci... \nSkript: {0}", + "post.configure.script": "Po konfiguraci...\nSkript: {0}", "postconfigure.succeeded": "Pokonfigurační proces byl úspěšný.", "postconfigure.succeeded.with.some.error": "Skript po konfiguraci vrátil úspěšný návratový kód, ale během pokonfiguračního procesu byly nahlášeny chyby. Důkladně zkontrolujte výstup pokonfiguračního procesu v kanálu Makefile Tools.", "postconfigure.script.failed": "Skript po konfiguraci selhal. Tento projekt se možná nenakonfiguruje úspěšně.", diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index 6c94ec24..e9e853fb 100644 --- a/i18n/deu/package.i18n.json +++ b/i18n/deu/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Hiermit wird der Vorgang am Einstiegspunkt des Ziels beendet.", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Der Pfad zu den Symbolen", "makefile-tools.configuration.makefile.launchConfigurations.description": "Die benutzerdefinierten Startkonfigurationen (debuggen/ausführen)", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Ein benutzerfreundlicher Anzeigename für die Startkonfiguration", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Eine Beschreibung der Startkonfiguration", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Der vollständige Pfad zur Binärdatei, die ausgeführt oder gedebuggt werden soll", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "An die Befehlszeile des Programms zu übergebende Argumente", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Hiermit legen Sie das Arbeitsverzeichnis für das Programm fest.", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Namen von Compiler-Tools, die zur Liste bekannter Erweiterungen hinzugefügt werden sollen", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Namen von Compiler-Tools, die aus der Liste bekannter Erweiterungen ausgeschlossen werden sollen", "makefile-tools.configuration.makefile.safeCommands.description": "Befehle, die sicher für die Befehlsersetzung sind mit", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Makefile-Projektverzeichnisse automatisch konfigurieren, wenn sie geöffnet werden", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Makefile-Projektverzeichnisse automatisch konfigurieren, wenn sie geöffnet werden. Wenn diese Option nicht aktiviert ist, werden Projekte beim ersten Öffnen automatisch konfiguriert und bei jedem weiteren Öffnen eine wird eine Eingabeaufforderung angezeigt.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Makefile-Projektverzeichnisse automatisch konfigurieren, wenn relevante Makefiles und/oder Einstellungen geändert werden", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Makefile-Projektverzeichnisse nach relevanten Vorgängen automatisch konfigurieren, z. B. Änderung von Buildkonfiguration oder Makefile-Ziel", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Bei TRUE (Standard), wird beim Wechseln der Buildkonfigurationen immer Clean Configure ausgeführt (verwendet --always-make). Bei FALSE, bestimmt die Einstellung „configureAfterCommand“, ob die reguläre Konfiguration ausgeführt wird. Clean Configure erzeugt eine vollständige Kompilierungsdatenbank, während die reguläre Konfiguration nur veraltete Ziele einschließt.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Der Pfad zum Skript, das vor der Konfiguration mindestens einmal ausgeführt werden muss", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Argumente, die an das vorkonfigurierte Skript übergeben werden sollen", "makefile-tools.configuration.makefile.postConfigureScript.description": "Der Pfad zum Skript, das nach der Konfiguration mindestens einmal ausgeführt werden muss", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Nur die falschen Ziele anzeigen", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Geöffnete Dateien vor dem Erstellen oder Konfigurieren speichern", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Aktuelles Ziel vor dem Start erstellen (debuggen/ausführen)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Aktuelles Ziel beim Speichern einer Datei im Arbeitsbereich bauen", + "makefile-tools.configuration.makefile.runOnSave.description": "Aktuelles Ziel beim Speichern einer Datei im Arbeitsbereich erstellen und ausführen", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Ausgabekanal am Anfang eines Builds löschen", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Der Pfad zur Datenbankdatei der Kompilierung", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Aktivieren Sie das lokale Debuggen (in diesem Host) von Images, die von dieser Erweiterung erstellt wurden", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Aktivieren Sie die lokale Ausführung (in diesem Host) von Images, die von dieser Erweiterung erstellt wurden", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Schaltflächen für Bereinigen und Erstellen in der Symbolleiste des Bereichs „Makefile-Projektgliederung“ anzeigen", "makefile-tools.configuration.makefile.panel.visibility.description": "Ändern Sie diese Einstellung, um die Sichtbarkeitseinstellung im Bereich „Makefile-Projektgliederung“ zu steuern." } \ No newline at end of file diff --git a/i18n/deu/src/configuration.i18n.json b/i18n/deu/src/configuration.i18n.json index 44a9cdb4..4cc27aa4 100644 --- a/i18n/deu/src/configuration.i18n.json +++ b/i18n/deu/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Die aktuelle Startkonfiguration \"{0}\" wird aus dem Arbeitsbereichszustand gelesen.", "launch.configuration.no.longer.defined.settings": "Die Startkonfiguration \"{0}\" ist in den Einstellungen \"makefile.launchConfigurations\" nicht mehr definiert.", "no.current.launch.configurations.in.state": "Im Arbeitsbereichsstatus ist keine aktuelle Startkonfiguration festgelegt.", + "no.launch.configuration.set": "Keine Startkonfiguration eingestellt", "default.launch.configuration": "Standardstartkonfiguration: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Befehl \"{0}\" für Die Konfiguration \"{1}\" wurde abgeleitet.", "could.not.find.make.file.tools.name": "In makefile.configurations.makePath oder makefile.makePath wurde kein Dateiname für das Maketool gefunden. Make wird angenommen.", @@ -51,16 +52,25 @@ "configuring.on.open": "Beim Öffnen konfigurieren: {0}", "configure.on.edit": "Bei Bearbeitung konfigurieren: {0}", "configure.after.command": "Nach Befehl konfigurieren: {0}", + "clean.configure.on.configuration.change": "Konfiguration bei Konfigurationsänderung bereinigen: {0}", "only.phony.targets": "Nur .PHONY-Ziele: {0}", "save.before.build.or.configure": "Speichern vor dem Erstellen oder Konfigurieren: {0}", "build.before.launch": "Vor dem Start erstellen: {0}", + "build.on.save": "Beim Speichern erstellen: {0}", + "run.on.save": "Beim Speichern ausführen: {0}", "clear.output.before.build": "Ausgabe vor dem Build löschen: {0}", "ignore.directory.commands": "Verzeichnisbefehle ignorieren: {0}", "configurating.after.settings.or.makefile.changes": "Nach Änderungen an Einstellungen oder Makefile wird Konfiguration geändert...", + "configuring.before.build.on.save": "Konfiguration vor dem Erstellen beim Speichern läuft...", + "configure.failed.skipping.build": "Konfiguration fehlgeschlagen, Erstellen beim Speichern wird übersprungen.", + "building.and.running.on.save": "Wird beim Speichern erstellt und ausgeführt …", + "building.on.save": "Erstellung beim Speichern läuft...", + "running.on.save": "Wird beim Speichern ausgeführt …", "key.setting.changed": "{0}-Einstellung geändert.", "setting.configuration": "Konfiguration wird festgelegt – {0}", "re.reading.settings.after.configuration.change": "Die Einstellungen nach der Konfigurationsänderung werden erneut gelesen.", "no.configurations.defined": "Es wurden keine Konfigurationen in der Einstellung makefile.configurations definiert.", + "automatically.clean.reconfiguring.project.after.change": "Neukonfigurieren des Projekts nach einer Makefile-Konfigurationsänderung automatisch bereinigen.", "automatically.reconfiguring.project.after.change": "Automatisches Neukonfigurieren des Projekts nach einer Makefile-Konfigurationsänderung.", "setting.target": "Ziel {0} wird festgelegt", "rereading.settings.after.target.change": "Die Einstellungen nach der Zieländerung werden erneut gelesen.", diff --git a/i18n/deu/src/extension.i18n.json b/i18n/deu/src/extension.i18n.json index d940a9df..4d04920d 100644 --- a/i18n/deu/src/extension.i18n.json +++ b/i18n/deu/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Die Makefile-Datei konnte nicht geöffnet werden.", "makefile.outline.buildLogFileNotFound": "Die Buildprotokolldatei konnte nicht geöffnet werden.", - "extension.configureOnOpen": "Möchten Sie C++-IntelliSense für diesen Arbeitsbereich mithilfe von Informationen aus Ihren Makefiles konfigurieren?", + "extension.configureOnOpen": "Möchten Sie dieses Makefile-Projekt für C++ IntelliSense konfigurieren?", "yes": "Ja", "no": "Nein", - "always.configure.on.open": "C++-IntelliSense beim Öffnen immer mithilfe von Informationen aus Ihren Makefiles konfigurieren?", - "never.configure.on.open": "C++-IntelliSense beim Öffnen mithilfe von Informationen aus Ihren Makefiles konfigurieren?", + "always.configure.on.open": "Dieses Makefile-Projekt beim Öffnen immer für C++ IntelliSense konfigurieren?", + "never.configure.on.open": "Dieses Makefile-Projekt für C++ IntelliSense beim Öffnen konfigurieren?", "yes.button": "Ja", "no.button": "Nein", "never.button": "Nie", diff --git a/i18n/deu/src/make.i18n.json b/i18n/deu/src/make.i18n.json index 4b3f2365..6ad54145 100644 --- a/i18n/deu/src/make.i18n.json +++ b/i18n/deu/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Das angegebene Nachkonfigurationsskript „{0}“ wurde auf dem Datenträger nicht gefunden.", "make.postconfigure.title": "Nachkonfiguration wird ausgeführt für {0}", "make.postconfigure.cancelling.title": "Die Nachkonfiguration wird abgebrochen", - "pre.configuring.script": "Vorkonfiguration wird ausgeführt...\nSkript: „{0}“", + "pre.configuring.script": "Vorkonfiguration wird ausgeführt...\nSkript: {0}", "preconfigure.succeeded": "Die Vorkonfiguration war erfolgreich.", "preconfigure.succeeded.with.some.error": "Das Skript vor der Konfiguration hat einen Erfolgscode zurückgegeben, aber während des Vorkonfigurationsprozesses wurden Fehler gemeldet. Überprüfen Sie die Vorkonfigurationsausgabe im Kanal \"Makefile-Tools\".", "preconfigure.script.failed": "Fehler beim Vorkonfigurierungsskript. Dieses Projekt wurde möglicherweise nicht erfolgreich konfiguriert.", - "post.configure.script": "Nachkonfiguration wird ausgeführt... \nSkript: „{0}“", + "post.configure.script": "Nachkonfiguration wird ausgeführt...\nSkript: {0}", "postconfigure.succeeded": "Die Nachkonfiguration war erfolgreich.", "postconfigure.succeeded.with.some.error": "Das Skript nach der Konfiguration hat einen Erfolgscode zurückgegeben, aber während des Nachkonfigurationsprozesses wurden Fehler gemeldet. Überprüfen Sie die Nachkonfigurationsausgabe im Kanal \"Makefile-Tools\".", "postconfigure.script.failed": "Fehler beim Nachkonfigurationsskript. Dieses Projekt wurde möglicherweise nicht erfolgreich konfiguriert.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Führen Sie stattdessen „Konfigurieren bereinigen“ aus.", "load.configuration.from.cache.elapsed": "Konfiguration aus verstrichener Cachezeit laden: {0}", "loading.configurations.from.cache.not.necessary": "Das Laden von Konfigurationen aus dem Cache ist nicht erforderlich.", - "preprocessing.parse.file": "Vorverarbeitung: „{0}“", + "preprocessing.parse.file": "Vorabverarbeitung: {0}", "preprocess.elapsed.time": "Verstrichene Vorverarbeitungszeit: {0}", "parsing.for.intellisense": "Analyse für IntelliSense.", "parsing.for.intellisense.elapsed": "Analyse für die verstrichene IntelliSense-Zeit: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Analyse der verstrichenen Zeit der Startziele: {0}", "current.launch.configuration.no.longer.present": "Die aktuelle Startkonfiguration {0} ist nicht mehr in der Liste verfügbar.", "generating.parse.content.build.targets": "Analyseinhalt für Buildziele wird generiert.", - "parsing.build.targets.from.parse.file": "Analyse für Buildziele von: „{0}“", + "parsing.build.targets.from.parse.file": "Analyse für Buildziele von: {0}", "parsing.build.targets.elapsed.time": "Verstrichene Zeit beim Analysieren von Buildzielen: {0}", "current.build.target.no.longer.present": "Das aktuelle Buildziel „{0}“ ist in der Liste der verfügbaren Builds nicht mehr vorhanden. Das aktuelle Buildziel wird aufgehoben.", "automatically.reconfiguring.project.after.build.target.change": "Automatisches Neukonfigurieren des Projekts nach einer Buildzieländerung.", diff --git a/i18n/esn/package.i18n.json b/i18n/esn/package.i18n.json index 078bfb4a..e93fa9d6 100644 --- a/i18n/esn/package.i18n.json +++ b/i18n/esn/package.i18n.json @@ -23,7 +23,7 @@ "makefile-tools.command.makefile.cleanConfigure.title": "Archivo Make: Configuración limpia", "makefile-tools.command.makefile.preConfigure.title": "Archivo Make: Preconfigurar", "makefile-tools.command.makefile.postConfigure.title": "Archivo Make: configuración posterior", - "makefile-tools.command.makefile.resetState.title": "Archivo Make: Restablecer el estado del área de trabajo de la extensión Makefile Tools (para solucionar problemas)", + "makefile-tools.command.makefile.resetState.title": "Makefile: restablezca el estado del área de trabajo de extensión de Makefile Tools (para solucionar problemas)", "makefile-tools.configuration.views.makefile.outline.description": "Esquema del proyecto", "makefile-tools.configuration.makefile.makePath.description": "Ruta de acceso a la herramienta Make", "makefile-tools.configuration.makefile.configurations.description": "Configuraciones del archivo Make definidas por el usuario", @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Detenerse en el punto de entrada del destino", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Ruta de acceso a los símbolos", "makefile-tools.configuration.makefile.launchConfigurations.description": "Las configuraciones de inicio (depuración/ejecución) definidas por el usuario", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Un nombre descriptivo para la configuración de inicio", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Descripción de la configuración de inicio", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Ruta de acceso completa al archivo binario que se va a ejecutar o depurar", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argumentos que se pasan a la línea de comandos del programa.", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Establece el directorio de trabajo para el programa.", @@ -47,7 +49,7 @@ "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Ruta de acceso al depurador que no es de VS (gdb o lldb)", "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Detenerse en el punto de entrada del destino", "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Ruta de acceso a los símbolos", - "makefile-tools.configuration.makefile.loggingLevel.description": "Nivel de registro de la extensión de herramientas del archivo Make", + "makefile-tools.configuration.makefile.loggingLevel.description": "Nivel de registro de la extensión Makefile Tools", "makefile-tools.configuration.makefile.makeDirectory.description": "Ruta de acceso a la carpeta que se va a pasar a través del modificador -C", "makefile-tools.configuration.makefile.makefilePath.description": "Ruta de acceso al archivo Make del proyecto", "makefile-tools.configuration.makefile.buildLog.description": "Ruta de acceso al registro de compilación que se lee para omitir un simulacro", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nombres de las herramientas del compilador que se van a agregar a la lista conocida de extensiones", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nombres de las herramientas del compilador que se excluirán de la lista conocida de extensiones", "makefile-tools.configuration.makefile.safeCommands.description": "Comandos con los que es seguro realizar la sustitución de comandos", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Configura automáticamente los directorios del proyecto del archivo Make al abrirlos", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Configure automáticamente los directorios del proyecto Makefile al abrirlos. Si no se establece, los proyectos se configurarán automáticamente la primera vez que se abran y se solicitará confirmación en las siguientes aperturas.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurar automáticamente los directorios de proyecto de los archivos Make cuando se cambien los archivos Make pertinentes o la configuración", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurar automáticamente los directorios del proyecto de archivo Make después de las operaciones pertinentes, como cambiar la configuración de compilación o el destino del archivo Make", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Cuando es true (valor predeterminado), siempre se ejecuta Limpiar configuración (que utiliza --always-make) al cambiar las configuraciones de compilación. Cuando es false, el valor configureAfterCommand determina si se ejecuta la configuración normal. Limpiar configuración genera una base de datos de compilación completa, mientras que Configuración normal solo incluye los objetivos desactualizados.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Ruta de acceso al script que debe ejecutarse al menos una vez antes de la configuración", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Argumentos que se van a pasar al script preconfigurado", "makefile-tools.configuration.makefile.postConfigureScript.description": "Ruta de acceso al script que debe ejecutarse al menos una vez antes de la configuración", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Mostrar solo los destinos simulados", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Guardar archivos abiertos antes de compilar o configurar", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Compilación del destino actual antes del inicio (depuración/ejecución)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Compilación del destino actual cuando se guarda un archivo en el área de trabajo", + "makefile-tools.configuration.makefile.runOnSave.description": "Compilación y ejecución del destino actual cuando se guarda un archivo en el área de trabajo", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Borrar el canal de salida al principio de una compilación", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Ruta de acceso al archivo de base de datos de compilación", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Habilitar la depuración local de imágenes (en este host) compiladas por esta extensión", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Habilitar la ejecución local de imágenes (en este host) compiladas por esta extensión", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Mostrar el botón Limpiar y compilar en la barra de herramientas del panel Esquema del proyecto Makefile", "makefile-tools.configuration.makefile.panel.visibility.description": "Modifique esta configuración para controlar la configuración de visibilidad en el panel Esquema del proyecto de archivo Make." } \ No newline at end of file diff --git a/i18n/esn/src/configuration.i18n.json b/i18n/esn/src/configuration.i18n.json index a7b30892..02e21a8b 100644 --- a/i18n/esn/src/configuration.i18n.json +++ b/i18n/esn/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Leyendo la configuración actual inicial \"{0}\" del estado del área de trabajo.", "launch.configuration.no.longer.defined.settings": "La configuración \"{0}\" de inicio ya no está definida en la configuración \"makefile.launchConfigurations\".", "no.current.launch.configurations.in.state": "No se ha establecido ninguna configuración de inicio actual en el estado del área de trabajo.", + "no.launch.configuration.set": "No hay ningún conjunto de configuración de inicio", "default.launch.configuration": "Configuración de inicio predeterminada: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Comando \"{0}\" deducido para la configuración \"{1}\"", "could.not.find.make.file.tools.name": "No se encontró ningún nombre de archivo de herramienta Make en makefile.configurations.makePath ni en makefile.makePath. Suponiendo \"Make\".", @@ -51,16 +52,25 @@ "configuring.on.open": "Configurar al abrir: {0}", "configure.on.edit": "Configurar al editar: {0}", "configure.after.command": "Configurar después del comando: {0}", + "clean.configure.on.configuration.change": "Limpiar configuración al cambiar la configuración: {0}", "only.phony.targets": "Solo destinos .PHONY: {0}", "save.before.build.or.configure": "Guardar antes de compilar o configurar: {0}", "build.before.launch": "Compilar antes del inicio: {0}", + "build.on.save": "Compilación al guardar: {0}", + "run.on.save": "Ejecutar al guardar: {0}", "clear.output.before.build": "Borrar salida antes de la compilación: {0}", "ignore.directory.commands": "Omitir comandos de directorio: {0}", "configurating.after.settings.or.makefile.changes": "Configurando después de cambios en la configuración o en makefile...", + "configuring.before.build.on.save": "Configurando antes de la compilación al guardar...", + "configure.failed.skipping.build": "Error de configuración; se omitirá la compilación al guardar.", + "building.and.running.on.save": "Compilando y ejecutando al guardar...", + "building.on.save": "Creando al guardar...", + "running.on.save": "Ejecutándose al guardar...", "key.setting.changed": "La configuración {0} ha cambiado.", "setting.configuration": "Estableciendo la configuración: {0}", "re.reading.settings.after.configuration.change": "Volviendo a leer la configuración después del cambio de configuración.", "no.configurations.defined": "No hay configuraciones definidas en el valor de makefile.configurations.", + "automatically.clean.reconfiguring.project.after.change": "Limpiar automáticamente la reconfiguración del proyecto después de un cambio de configuración de archivos Make.", "automatically.reconfiguring.project.after.change": "Reconfigurando automáticamente el proyecto después de un cambio en la configuración del archivo Make.", "setting.target": "Estableciendo el destino {0}", "rereading.settings.after.target.change": "Volviendo a leer la configuración después del cambio de destino.", diff --git a/i18n/esn/src/extension.i18n.json b/i18n/esn/src/extension.i18n.json index d68090a6..31c23969 100644 --- a/i18n/esn/src/extension.i18n.json +++ b/i18n/esn/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "No se ha podido abrir el archivo Make.", "makefile.outline.buildLogFileNotFound": "No se pudo abrir el archivo de registro de compilación.", - "extension.configureOnOpen": "¿Desea configurar C++ IntelliSense para esta área de trabajo mediante la información de los Makefiles?", + "extension.configureOnOpen": "¿Quiere configurar este proyecto Makefile para C++ IntelliSense?", "yes": "Sí", "no": "No", - "always.configure.on.open": "¿Configurar siempre C++ IntelliSense mediante la información de los Makefiles al abrirlos?", - "never.configure.on.open": "¿Configurar C++ IntelliSense mediante la información de los Makefiles al abrirlos?", + "always.configure.on.open": "¿Configurar siempre este proyecto Makefile para C++ IntelliSense al abrirlo?", + "never.configure.on.open": "¿Configurar este proyecto Makefile para C++ IntelliSense al abrirlo?", "yes.button": "Sí", "no.button": "No", "never.button": "Nunca", diff --git a/i18n/esn/src/make.i18n.json b/i18n/esn/src/make.i18n.json index 06e4f5ab..5bd023f6 100644 --- a/i18n/esn/src/make.i18n.json +++ b/i18n/esn/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "No se encontró el script postconfigurado especificado \"{0}\" en el disco.", "make.postconfigure.title": "Posconfigurando: {0}", "make.postconfigure.cancelling.title": "Cancelando la configuración posterior", - "pre.configuring.script": "Preconfigurando...\nScript: \"{0}\"", + "pre.configuring.script": "Configurando previamente...\nScript: {0}", "preconfigure.succeeded": "La configuración previa se realizó correctamente.", "preconfigure.succeeded.with.some.error": "El script de configuración previa devolvió un código de resultado correcto, pero en algún momento del proceso de configuración previa se notificaron errores. Vuelva a comprobar la salida de la configuración previa en el canal de Herramientas de Makefile.", "preconfigure.script.failed": "Error en el script de configuración previa. Es posible que este proyecto no se configure correctamente.", - "post.configure.script": "Postconfigurando... \nScript: \"{0}\"", + "post.configure.script": "Después de la configuración...\nScript: {0}", "postconfigure.succeeded": "La posconfiguración se realizó correctamente.", "postconfigure.succeeded.with.some.error": "El script de posconfiguración devolvió un código de resultado correcto, pero en algún momento del proceso de posconfiguración se notificaron errores. Vuelva a comprobar la salida de la posconfiguración en el canal de Herramientas de Makefile.", "postconfigure.script.failed": "Error en el script de posconfiguración. Es posible que este proyecto no se configure correctamente.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Ejecutando la configuración limpia en su lugar.", "load.configuration.from.cache.elapsed": "Tiempo transcurrido para cargar la configuración de la memoria caché: {0}", "loading.configurations.from.cache.not.necessary": "No es necesario cargar configuraciones desde la memoria caché.", - "preprocessing.parse.file": "Preprocesamiento: \"{0}\"", + "preprocessing.parse.file": "Preprocesamiento: {0}", "preprocess.elapsed.time": "Tiempo transcurrido de preprocesamiento: {0}", "parsing.for.intellisense": "Analizando para IntelliSense.", "parsing.for.intellisense.elapsed": "Tiempo transcurrido del análisis de IntelliSense: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Tiempo transcurrido para analizar los destinos de inicio: {0}", "current.launch.configuration.no.longer.present": "La configuración de inicio {0} actual ya no está presente en la lista de disponibles.", "generating.parse.content.build.targets": "Generando contenido de análisis para destinos de compilación.", - "parsing.build.targets.from.parse.file": "Análisis de destinos de compilación desde: \"{0}\"", + "parsing.build.targets.from.parse.file": "Análisis de destinos de compilación de: {0}", "parsing.build.targets.elapsed.time": "Tiempo transcurrido de análisis de destinos de compilación: {0}", "current.build.target.no.longer.present": "El destino de compilación actual {0} ya no está presente en la lista disponible. Anulando la configuración del destino de compilación actual.", "automatically.reconfiguring.project.after.build.target.change": "Reconfigurando automáticamente el proyecto después de un cambio de destino de compilación.", diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index f30afc5b..f5d5d251 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Arrêter au point d'entrée de la cible", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Le chemin vers les symboles", "makefile-tools.configuration.makefile.launchConfigurations.description": "Les configurations de lancement (débogage/exécution) définies par l’utilisateur", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Nom convivial pour la configuration de lancement", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Description de la configuration de lancement", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Le chemin complet du binaire à exécuter ou déboguer", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Arguments à passer à la ligne de commande du programme", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Définir le répertoire de travail du programme", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Noms des outils de compilation à ajouter à la liste des extensions connues", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Noms des outils de compilation à exclure de la liste des extensions connues", "makefile-tools.configuration.makefile.safeCommands.description": "Commandes sécurisées pour effectuer une substitution de commande avec", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurer automatiquement les répertoires de projet Makefile lorsqu’ils sont ouverts", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurer automatiquement les répertoires de projet Makefile lorsqu’ils sont ouverts. Si cette option n’est pas définie, les projets seront configurés automatiquement lors de la première ouverture et une invite apparaîtra lors des ouvertures suivantes.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurer automatiquement les répertoires de projet Makefile lorsque des makefiles et/ou paramètres pertinents sont modifiés", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurez automatiquement les répertoires de projet Makefile après les opérations pertinentes, comme modifier la configuration de la construction ou la cible du makefile", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Lorsque cette option est activée (par défaut), la commande Clean Configure (qui utilise l'option --always-make) est toujours exécutée lors du changement de configuration de compilation. Lorsque cette option est définie sur faux, le paramètre configureAfterCommand détermine si les exécutions de la configuration standard ont lieu. Clean Configure génère une base de données de compilation complète, tandis que la configuration standard (Regular Configure) n'inclut que les cibles obsolètes.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Le chemin d’accès au script qui doit être exécuté au moins une fois avant la configuration", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Arguments à transmettre au script de pré-configuration", "makefile-tools.configuration.makefile.postConfigureScript.description": "Le chemin d'accès au script qui doit être exécuté au moins une fois après la configuration", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Afficher uniquement les fausses cibles", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Enregistrez les fichiers ouverts avant de créer ou de configurer", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Construire la cible actuelle avant le lancement (debug/run)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Générer la cible actuelle lors de l’enregistrement d’un fichier dans l’espace de travail", + "makefile-tools.configuration.makefile.runOnSave.description": "Générer et exécuter la cible actuelle lors de l’enregistrement d’un fichier dans l’espace de travail", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Effacer le canal de sortie au début d’une construction", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Le chemin d’accès au fichier de base de données de compilation", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Activer le débogage local (dans cet hôte) des images construites par cette extension", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Activer l’exécution locale (dans cet hôte) des images créées par cette extension", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Afficher le bouton Nettoyer et générer dans la barre d’outils du panneau Plan de projet Makefile", "makefile-tools.configuration.makefile.panel.visibility.description": "Modifier ce paramètre pour contrôler le paramètre de visibilité dans le panneau Plan du projet Makefile." } \ No newline at end of file diff --git a/i18n/fra/src/configuration.i18n.json b/i18n/fra/src/configuration.i18n.json index 92f67760..2b97bdb7 100644 --- a/i18n/fra/src/configuration.i18n.json +++ b/i18n/fra/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Lecture du lancement de la configuration actuelle « {0} » à partir de l’état de l’espace de travail.", "launch.configuration.no.longer.defined.settings": "Le lancement de la configuration « {0} » n’est plus défini dans les paramètres « makefile.launchConfigurations ».", "no.current.launch.configurations.in.state": "Aucune configuration de lancement n’est définie dans l’état de l’espace de travail.", + "no.launch.configuration.set": "Aucune configuration de lancement définie", "default.launch.configuration": "Configuration de lancement par défaut : MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "La commande « {0} » déduite pour la configuration « {1} »", "could.not.find.make.file.tools.name": "Désolé, nous n’avons pas pu trouver un nom de fichier d’outil dans makefile.configurations.makePath, ni dans makefile.makePath. En supposant qu’il s’agit d’un make.", @@ -51,16 +52,25 @@ "configuring.on.open": "Configurer sur ouvert : {0}", "configure.on.edit": "Configurer lors de la modification : {0}", "configure.after.command": "Configurer après la commande : {0}", + "clean.configure.on.configuration.change": "Nettoyage de la configuration lors d'un changement de configuration : {0}", "only.phony.targets": "Seulement. Cibles PHONY : {0}", "save.before.build.or.configure": "Enregistrer avant la génération ou la configuration : {0}", "build.before.launch": "Build avant le lancement : {0}", + "build.on.save": "Générer lors de l’enregistrement : {0}", + "run.on.save": "Exécuter ou enregistrer : {0}", "clear.output.before.build": "Effacer la sortie avant la génération : {0}", "ignore.directory.commands": "Ignorer les commandes d’annuaire : {0}", "configurating.after.settings.or.makefile.changes": "Configuration après les paramètres ou modifications apportées au makefile...", + "configuring.before.build.on.save": "Configuration avant la génération lors de l’enregistrement en cours...", + "configure.failed.skipping.build": "Désolé, échec de la configuration, génération lors de l’enregistrement ignorée.", + "building.and.running.on.save": "Compilation et exécution lors de l’enregistrement...", + "building.on.save": "Génération lors de l’enregistrement en cours...", + "running.on.save": "Exécution lors de l’enregistrement...", "key.setting.changed": "Le paramètre {0} a changé.", "setting.configuration": "Définition de la configuration – {0}", "re.reading.settings.after.configuration.change": "Relecteur des paramètres après modification de la configuration.", "no.configurations.defined": "Aucune configuration définie dans le paramètre makefile.configurations.", + "automatically.clean.reconfiguring.project.after.change": "Nettoyage et reconfiguration automatiques du projet après une modification de la configuration du fichier Makefile.", "automatically.reconfiguring.project.after.change": "Reconfiguration automatique du projet après une modification de configuration makefile.", "setting.target": "Définition de la {0} cible", "rereading.settings.after.target.change": "Relecture des paramètres après modification de la cible.", diff --git a/i18n/fra/src/extension.i18n.json b/i18n/fra/src/extension.i18n.json index 809f16f3..fc76c0b1 100644 --- a/i18n/fra/src/extension.i18n.json +++ b/i18n/fra/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Le fichier makefile n'a pas pu être ouvert.", "makefile.outline.buildLogFileNotFound": "Le fichier journal de construction n'a pas pu être ouvert.", - "extension.configureOnOpen": "Voulez-vous configurer C++ IntelliSense pour cet espace de travail à l’aide des informations de vos Makefiles ?", + "extension.configureOnOpen": "Souhaitez-vous configurer ce projet Makefile pour C++ IntelliSense ?", "yes": "Oui", "no": "Non", - "always.configure.on.open": "Toujours configurer C++ IntelliSense à l’aide des informations de vos Makefiles à l’ouverture ?", - "never.configure.on.open": "Configurer C++ IntelliSense à l’aide des informations de vos Makefiles à l’ouverture ?", + "always.configure.on.open": "Voulez-vous toujours configurer ce projet Makefile pour C++ IntelliSense à l’ouverture ?", + "never.configure.on.open": "Voulez-vous configurer ce projet Makefile pour C++ IntelliSense à l’ouverture ?", "yes.button": "Oui", "no.button": "Non", "never.button": "Jamais", diff --git a/i18n/fra/src/make.i18n.json b/i18n/fra/src/make.i18n.json index a97792a5..690bc130 100644 --- a/i18n/fra/src/make.i18n.json +++ b/i18n/fra/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Impossible de trouver le script de post-configuration \"{0}\" sur le disque.", "make.postconfigure.title": "Post-configuration : {0}", "make.postconfigure.cancelling.title": "Annulation de la postconfiguration", - "pre.configuring.script": "Pré-configuration...\nScript : «{0}»", + "pre.configuring.script": "Pré-configuration...\nScript : {0}", "preconfigure.succeeded": "La pré-configuration a réussi.", "preconfigure.succeeded.with.some.error": "Le script de pré-configuration a retourné un code de réussite, mais des erreurs ont été signalées au cours du processus de pré-configuration. Revérifiez la sortie de pré-configuration dans le canal Makefile Tools.", "preconfigure.script.failed": "Désolé... Nous n’avons pas pu préconfigurer le script. Ce projet n’est peut-être pas configuré correctement.", - "post.configure.script": "Post-configuration... \nScript : «{0}»", + "post.configure.script": "Post-configuration...\nScript : {0}", "postconfigure.succeeded": "La post-configuration a réussi.", "postconfigure.succeeded.with.some.error": "Le script de post-configuration a retourné un code de réussite, mais des erreurs ont été signalées au cours du processus de post-configuration. Revérifiez la sortie de post-configuration dans le canal Makefile Tools.", "postconfigure.script.failed": "Désolé... Nous n’avons pas pu post-configurer le script. Ce projet n’est peut-être pas configuré correctement.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Exécution de la configuration propre à la place.", "load.configuration.from.cache.elapsed": "Chargement de la configuration à partir du cache écoulé : {0}", "loading.configurations.from.cache.not.necessary": "Le chargement des configurations à partir du cache n’est pas nécessaire.", - "preprocessing.parse.file": "Prétraitement : «{0}»", + "preprocessing.parse.file": "Prétraitement : {0}", "preprocess.elapsed.time": "Temps écoulé de prétraitement : {0}", "parsing.for.intellisense": "Analyse pour IntelliSense.", "parsing.for.intellisense.elapsed": "Analyse du temps écoulé pour IntelliSense : {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Temps écoulé de l’analyse des cibles de lancement : {0}", "current.launch.configuration.no.longer.present": "La configuration de lancement actuelle {0} n’est plus présente dans la liste disponible.", "generating.parse.content.build.targets": "Génération de contenu d’analyse pour les cibles de build.", - "parsing.build.targets.from.parse.file": "Analyse des cibles de build à partir de : «{0}»", + "parsing.build.targets.from.parse.file": "Analyse des cibles de build à partir de : {0}", "parsing.build.targets.elapsed.time": "Temps écoulé pendant l’analyse des cibles de build : {0}", "current.build.target.no.longer.present": "Le {0} cible de build actuel n’est plus présent dans la liste disponible. Annulation de la cible de build actuelle.", "automatically.reconfiguring.project.after.build.target.change": "Reconfiguration automatique du projet après une modification de cible de build.", diff --git a/i18n/ita/package.i18n.json b/i18n/ita/package.i18n.json index 5fc7e93b..b98e38e7 100644 --- a/i18n/ita/package.i18n.json +++ b/i18n/ita/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Arresta in corrispondenza del punto di ingresso della destinazione", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Percorso dei simboli", "makefile-tools.configuration.makefile.launchConfigurations.description": "Configurazioni di avvio definite dall'utente (debug/esecuzione)", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Nome descrittivo per la configurazione di avvio", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Descrizione della configurazione di avvio", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Percorso completo del file binario da eseguire o di cui eseguire il debug", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argomenti da passare alla riga di comando del programma", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Imposta la directory di lavoro per il programma", @@ -47,7 +49,7 @@ "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Percorso del debugger non VS (gdb o lldb)", "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Arresta in corrispondenza del punto di ingresso della destinazione", "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Percorso dei simboli", - "makefile-tools.configuration.makefile.loggingLevel.description": "Livello di registrazione per l'estensione degli strumenti makefile", + "makefile-tools.configuration.makefile.loggingLevel.description": "Livello di registrazione per l'estensione Strumenti Makefile", "makefile-tools.configuration.makefile.makeDirectory.description": "Percorso della cartella da passare tramite l'opzione -C", "makefile-tools.configuration.makefile.makefilePath.description": "Percorso del makefile del progetto", "makefile-tools.configuration.makefile.buildLog.description": "Il percorso del log di compilazione è letto per ignorare un dry-run", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nomi degli strumenti del compilatore da aggiungere all'elenco noto dell'estensione", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nomi degli strumenti del compilatore da escludere dall'elenco noto dell'estensione", "makefile-tools.configuration.makefile.safeCommands.description": "Comandi sicuri per l'esecuzione della sostituzione dei comandi con", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurare automaticamente le directory del progetto Makefile all'apertura", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurare automaticamente le directory del progetto Makefile all'apertura. In assenza di configurazione, i progetti verranno configurati automaticamente alla prima apertura e verrà visualizzata una richiesta all'apertura successiva.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurare automaticamente le directory del progetto Makefile quando vengono modificati i makefile e/o le impostazioni pertinenti", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurare automaticamente le directory del progetto Makefile dopo le operazioni rilevanti, ad esempio modificare la configurazione della compilazione o la destinazione makefile", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Se true (impostazione predefinita), eseguire sempre Configurazione pulita (che utilizza --always-make) quando si cambiano le configurazioni di compilazione. Se false, l'impostazione configureAfterCommand determina se viene eseguita la configurazione normale. Configurazione pulita produce un database di compilazione completo, mentre la configurazione normale include solo le destinazioni obsolete.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Percorso dello script che deve essere eseguito almeno una volta prima della configurazione", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Argomenti da passare allo script di pre-configurazione", "makefile-tools.configuration.makefile.postConfigureScript.description": "Percorso dello script che deve essere eseguito almeno una volta dopo la configurazione", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Visualizza solo le destinazioni phony", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Salvare i file aperti prima di compilare o configurare", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Compilare la destinazione corrente prima dell'avvio (debug/esecuzione)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Compilare la destinazione attuale quando un file nell'area di lavoro viene salvato", + "makefile-tools.configuration.makefile.runOnSave.description": "Compilare ed eseguire la destinazione attuale quando un file nell'area di lavoro viene salvato", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Cancellare il canale di output all'inizio di una compilazione", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Percorso del file del database di compilazione", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Consente di abilitare il debug locale (in questo host) delle immagini compilate da questa estensione", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Consente di abilitare l'esecuzione locale (in questo host) delle immagini compilate da questa estensione", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Mostra il pulsante Pulisci e compila nella barra degli strumenti del pannello Struttura progetto Makefile", "makefile-tools.configuration.makefile.panel.visibility.description": "Modificare questa impostazione per controllare l'impostazione di visibilità nel pannello Struttura progetto Makefile." } \ No newline at end of file diff --git a/i18n/ita/src/configuration.i18n.json b/i18n/ita/src/configuration.i18n.json index 9a3c55e2..5b494b45 100644 --- a/i18n/ita/src/configuration.i18n.json +++ b/i18n/ita/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Lettura della configurazione corrente di avvio \"{0}\" dallo stato dell'area di lavoro.", "launch.configuration.no.longer.defined.settings": "La configurazione di avvio \"{0}\" non è più definita nelle impostazioni \"makefile.launchConfigurations\".", "no.current.launch.configurations.in.state": "Non è impostata nessuna configurazione corrente di avvio nell'area di lavoro.", + "no.launch.configuration.set": "Nessuna configurazione di avvio impostata", "default.launch.configuration": "Configurazione avvio predefinita: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Il comando dedotto \"{0}\" per la configurazione \"{1}\"", "could.not.find.make.file.tools.name": "Non è stato possibile trovare alcun nome di file dello strumento make in makefile.configurations.makePath, né in makefile.makePath. Presupposto make.", @@ -51,16 +52,25 @@ "configuring.on.open": "Configura all'apertura: {0}", "configure.on.edit": "Configura alla modifica: {0}", "configure.after.command": "Configura dopo il comando: {0}", + "clean.configure.on.configuration.change": "Pulire la configurazione al momento del cambio di configurazione: {0}", "only.phony.targets": "Soltanto destinazioni .PHONY: {0}", "save.before.build.or.configure": "Salva prima della compilazione o della configurazione: {0}", "build.before.launch": "Compilazione prima dell'avvio: {0}", + "build.on.save": "Compila al salvataggio: {0}", + "run.on.save": "Esecuzione al salvataggio: {0}", "clear.output.before.build": "Cancella output prima della compilazione: {0}", "ignore.directory.commands": "Ignora comandi directory: {0}", "configurating.after.settings.or.makefile.changes": "Configurazione dopo le impostazioni o modifica del makefile in corso...", + "configuring.before.build.on.save": "Configurazione prima della compilazione al salvataggio in corso...", + "configure.failed.skipping.build": "Configurazione non riuscita, compilazione al salvataggio ignorata.", + "building.and.running.on.save": "Compilazione ed esecuzione al salvataggio...", + "building.on.save": "Compilazione al salvataggio in corso...", + "running.on.save": "In esecuzione al salvataggio...", "key.setting.changed": "L'impostazione {0} è stata modificata.", "setting.configuration": "Impostazione della configurazione - {0}", "re.reading.settings.after.configuration.change": "Riesegui la lettura delle impostazioni dopo la modifica della configurazione.", "no.configurations.defined": "Nessuna configurazione definita nell'impostazione makefile.configurations.", + "automatically.clean.reconfiguring.project.after.change": "Pulire automaticamente la riconfigurazione del progetto dopo una modifica alla configurazione makefile.", "automatically.reconfiguring.project.after.change": "Riconfigurazione automatica del progetto dopo una modifica alla configurazione makefile.", "setting.target": "Impostazione di destinazione {0}", "rereading.settings.after.target.change": "Rieseguire la lettura delle impostazioni dopo la modifica della destinazione.", diff --git a/i18n/ita/src/extension.i18n.json b/i18n/ita/src/extension.i18n.json index 442c56a3..7c376e28 100644 --- a/i18n/ita/src/extension.i18n.json +++ b/i18n/ita/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Non è stato possibile aprire il file Makefile.", "makefile.outline.buildLogFileNotFound": "Non è stato possibile aprire il file di log di compilazione.", - "extension.configureOnOpen": "Configurare IntelliSense C++ per questa area di lavoro usando le informazioni dei makefile?", + "extension.configureOnOpen": "Configurare il progetto Makefile per IntelliSense C++?", "yes": "Sì", "no": "No", - "always.configure.on.open": "Configurare sempre IntelliSense C++ usando le informazioni dei makefile all'apertura?", - "never.configure.on.open": "Configurare IntelliSense C++ usando le informazioni dei makefile all'apertura?", + "always.configure.on.open": "Configurare sempre il progetto Makefile per IntelliSense C++ all'apertura?", + "never.configure.on.open": "Configurare il progetto Makefile per IntelliSense C++ all'apertura?", "yes.button": "Sì", "no.button": "No", "never.button": "Mai", diff --git a/i18n/ita/src/make.i18n.json b/i18n/ita/src/make.i18n.json index ef8fddd6..1d853608 100644 --- a/i18n/ita/src/make.i18n.json +++ b/i18n/ita/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Non è stato possibile trovare lo script post-configurato specificato \"{0}\" su disco.", "make.postconfigure.title": "Post-configurazione: {0}", "make.postconfigure.cancelling.title": "Annullamento della post-configurazione", - "pre.configuring.script": "Preconfigurazione in corso...\nScript: \"{0}\"", + "pre.configuring.script": "Preconfigurazione in corso...\nScript: {0}", "preconfigure.succeeded": "La preconfigurazione è riuscita.", "preconfigure.succeeded.with.some.error": "Lo script di preconfigurazione ha restituito codice di operazione riuscita ma durante il processo di preconfigurazione sono stati segnalati errori. Controllare l’output di preconfigurazione nel canale Makefile Tools.", "preconfigure.script.failed": "Lo script di preconfigurazione non è riuscito. È possibile che la configurazione del progetto non avvenga in maniera corretta.", - "post.configure.script": "Post-configurazione in corso... \nScript: \"{0}\"", + "post.configure.script": "Post-configurazione in corso...\nScript: {0}", "postconfigure.succeeded": "La post-configurazione è riuscita.", "postconfigure.succeeded.with.some.error": "Lo script di post-configurazione ha restituito il codice di operazione riuscita, ma durante il processo di post-configurazione sono stati segnalati errori. Controllare l'output della post-configurazione nel canale Makefile Tools.", "postconfigure.script.failed": "Lo script di post-configurazione non è stato eseguito correttamente. È possibile che la configurazione del progetto non sia stata eseguita correttamente.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Esecuzione della configurazione pulita.", "load.configuration.from.cache.elapsed": "Tempo trascorso per il caricamento della configurazione dalla cache: {0}", "loading.configurations.from.cache.not.necessary": "Il caricamento delle configurazioni dalla cache non è necessario.", - "preprocessing.parse.file": "Pre-elaborazione: \"{0}\"", + "preprocessing.parse.file": "Pre-elaborazione: {0}", "preprocess.elapsed.time": "Tempo trascorso del processo: {0}", "parsing.for.intellisense": "Analisi di IntelliSense in corso...", "parsing.for.intellisense.elapsed": "Tempo trascorso per l'analisi di IntelliSense: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Tempo trascorso per l'analisi delle destinazioni di avvio: {0}", "current.launch.configuration.no.longer.present": "La configurazione di avvio corrente {0} non è più presente nell'elenco disponibile.", "generating.parse.content.build.targets": "Generazione del contenuto di analisi per le destinazioni di compilazione.", - "parsing.build.targets.from.parse.file": "Analisi delle destinazioni di compilazione da: \"{0}\"", + "parsing.build.targets.from.parse.file": "Analisi delle destinazioni di compilazione da: {0}", "parsing.build.targets.elapsed.time": "Tempo trascorso per l'analisi delle destinazioni di compilazione: {0}", "current.build.target.no.longer.present": "La destinazione di compilazione corrente {0} non è più presente nell'elenco disponibile. Annullamento della reimpostazione della destinazione di compilazione corrente.", "automatically.reconfiguring.project.after.build.target.change": "Riconfigurazione automatica del progetto dopo una modifica della destinazione di compilazione.", diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index ae42d744..30527b79 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "ターゲットのエントリ ポイントで停止します", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "シンボルへのパス", "makefile-tools.configuration.makefile.launchConfigurations.description": "ユーザー定義の起動 (デバッグ/実行) 構成", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "起動構成のユーザー フレンドリ名", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "起動構成の説明", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "実行またはデバッグするバイナリへの完全パス", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "プログラムのコマンド ラインに渡す引数", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "プログラムの作業ディレクトリを設定します", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "拡張機能の既知のリストに追加するコンパイラ ツールの名前", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "拡張機能の既知のリストから除外するコンパイラ ツールの名前", "makefile-tools.configuration.makefile.safeCommands.description": "コマンドの置換を安全に実行できるコマンド", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Makefile プロジェクト ディレクトリを開いたときに自動的に構成する", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Makefile プロジェクト ディレクトリを開いたときに自動的に構成します。設定しない場合、プロジェクトは初めて開くときに自動的に構成され、それ以降はプロンプトが表示されます。", "makefile-tools.configuration.makefile.configureOnEdit.description": "関連する Makefile や設定が変更されたときにMakefile プロジェクト ディレクトリを自動的に構成する", "makefile-tools.configuration.makefile.configureAfterCommand.description": "ビルド構成の変更や Makefile ターゲットなど、関連する操作の後に Makefile プロジェクト ディレクトリを自動的に構成する", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "true (既定値) の場合、ビルド構成を切り替えるときは常にクリーン構成 (--always-make を使用) を実行します。false の場合、configureAfterCommand 設定によって、通常の構成が実行されるかどうかが決定されます。Clean Configure は完全なコンパイル データベースを生成しますが、通常の構成には古いターゲットのみが含まれます。", "makefile-tools.configuration.makefile.preConfigureScript.description": "構成する前に少なくとも 1 回実行する必要があるスクリプトへのパス", "makefile-tools.configuration.makefile.preConfigureArgs.description": "事前構成スクリプトに渡す引数", "makefile-tools.configuration.makefile.postConfigureScript.description": "構成後に少なくとも 1 回実行する必要があるスクリプトへのパス", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "偽のターゲットのみを表示する", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "ビルドまたは構成する前に開いているファイルを保存する", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "起動前に現在のターゲットをビルドする (デバッグ/実行)", + "makefile-tools.configuration.makefile.buildOnSave.description": "ワークスペース内のファイルを保存したときに現在のターゲットをビルドする", + "makefile-tools.configuration.makefile.runOnSave.description": "ワークスペース内のファイルを保存したときに現在のターゲットをビルドして実行します", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "ビルドの開始時に出力チャネルをクリアする", "makefile-tools.configuration.makefile.compileCommandsPath.description": "コンパイル データベース ファイルへのパス", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "この拡張機能によってビルドされたイメージの、ローカル (このホスト内) でのデバッグを有効にする", "makefile-tools.configuration.makefile.panel.visibility.run.description": "この拡張機能によってビルドされたイメージの、ローカル (このホスト内) での実行を有効にする", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "[メイクファイル プロジェクト アウトライン] パネルのツールバーに [クリーンとビルド] ボタンを表示します", "makefile-tools.configuration.makefile.panel.visibility.description": "この設定を変更して、[Makefile プロジェクト アウトライン] パネルの表示設定を制御します。" } \ No newline at end of file diff --git a/i18n/jpn/src/configuration.i18n.json b/i18n/jpn/src/configuration.i18n.json index 65583cb4..84c4f183 100644 --- a/i18n/jpn/src/configuration.i18n.json +++ b/i18n/jpn/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "ワークスペース状態から現在の起動構成 \"{0}\" を読み取っています。", "launch.configuration.no.longer.defined.settings": "起動構成 \"{0}\" が設定 \"makefile.launchConfigurations\" で定義されていません。", "no.current.launch.configurations.in.state": "ワークスペース状態に現在の起動構成が設定されていません。", + "no.launch.configuration.set": "起動構成セットがありません", "default.launch.configuration": "既定の起動構成: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "構成 \"{0}\" の推測されたコマンド '{1}'", "could.not.find.make.file.tools.name": "makefile.configurations.makePath および makefile.makePath に Make ツール ファイル名がありませんでした。Make と見なします。", @@ -51,16 +52,25 @@ "configuring.on.open": "開くときに構成: {0}", "configure.on.edit": "編集時に構成: {0}", "configure.after.command": "コマンド後に構成: {0}", + "clean.configure.on.configuration.change": "構成変更時のクリーン構成: {0}", "only.phony.targets": ".PHONY ターゲットのみ: {0}", "save.before.build.or.configure": "ビルドまたは構成の前に保存: {0}", "build.before.launch": "起動前にビルド: {0}", + "build.on.save": "保存時のビルド: {0}", + "run.on.save": "保存時に実行: {0}", "clear.output.before.build": "ビルド前に出力をクリア: {0}", "ignore.directory.commands": "ディレクトリ コマンドを無視する: {0}", "configurating.after.settings.or.makefile.changes": "設定または Makefile の変更後に構成しています...", + "configuring.before.build.on.save": "保存時のビルド前に構成しています...", + "configure.failed.skipping.build": "構成に失敗したため、保存時のビルドをスキップします。", + "building.and.running.on.save": "保存時にビルドおよび実行しています...", + "building.on.save": "保存時のビルドを実行しています...", + "running.on.save": "保存時に実行しています...", "key.setting.changed": "{0} 設定が変更されました。", "setting.configuration": "構成を設定しています - {0}", "re.reading.settings.after.configuration.change": "構成変更後の設定を再度読み取っています。", "no.configurations.defined": "makefile.configurations 設定に構成が定義されていません。", + "automatically.clean.reconfiguring.project.after.change": "メイクファイル構成の変更後に、プロジェクトをクリーンして再構成します。", "automatically.reconfiguring.project.after.change": "Makefile 構成の変更後に、プロジェクトを自動的に再構成しています。", "setting.target": "ターゲット {0} を設定しています", "rereading.settings.after.target.change": "ターゲット変更後の設定を再度読み取っています。", diff --git a/i18n/jpn/src/extension.i18n.json b/i18n/jpn/src/extension.i18n.json index 15f2d2d1..7140bdfe 100644 --- a/i18n/jpn/src/extension.i18n.json +++ b/i18n/jpn/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Makefile ファイルを開けませんでした。", "makefile.outline.buildLogFileNotFound": "ビルド ログ ファイルを開けませんでした。", - "extension.configureOnOpen": "Makefile からの情報を使って、このワークスペースの C++ IntelliSense を構成しますか?", + "extension.configureOnOpen": "この Makefile プロジェクトを C++ IntelliSense 用に構成しますか?", "yes": "はい", "no": "いいえ", - "always.configure.on.open": "C++ IntelliSense を開くとき、必ず Makefile の情報を使って構成を行ないますか?", - "never.configure.on.open": "C++ IntelliSense を開くとき、Makefile からの情報を使って構成を行ないますか?", + "always.configure.on.open": "この Makefile プロジェクトを開くときに常に C++ IntelliSense 用に構成しますか?", + "never.configure.on.open": "この Makefile プロジェクトを開くときに C++ IntelliSense 用に構成しますか?", "yes.button": "はい", "no.button": "いいえ", "never.button": "なし", diff --git a/i18n/jpn/src/make.i18n.json b/i18n/jpn/src/make.i18n.json index bdc65eff..100d3bad 100644 --- a/i18n/jpn/src/make.i18n.json +++ b/i18n/jpn/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "指定された事後構成スクリプト \"{0}\" がディスクに見つかりませんでした。", "make.postconfigure.title": "事後構成: {0}", "make.postconfigure.cancelling.title": "構成後の取り消し", - "pre.configuring.script": "事前構成中...\nスクリプト: \"{0}\"", + "pre.configuring.script": "事前構成中...\nスクリプト: {0}", "preconfigure.succeeded": "事前構成に成功しました。", "preconfigure.succeeded.with.some.error": "事前構成スクリプトは成功コードを返しましたが、事前構成プロセス中のどこかでエラーが報告されました。Makefile ツール チャネルで事前構成出力を再確認します。", "preconfigure.script.failed": "事前構成スクリプトが失敗しました。このプロジェクトは正常に構成されない可能性があります。", - "post.configure.script": "事後構成中...\nスクリプト: \"{0}\"", + "post.configure.script": "事後構成中...\nスクリプト: {0}", "postconfigure.succeeded": "事後構成に成功しました。", "postconfigure.succeeded.with.some.error": "事後構成スクリプトは成功コードを返しましたが、事後構成プロセス中のある箇所でエラーが報告されました。Makefile Tools チャネルで事後構成出力を再確認してください。", "postconfigure.script.failed": "事後構成スクリプトが失敗しました。このプロジェクトは正常に構成されない可能性があります。", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "代わりにクリーン構成を実行しています。", "load.configuration.from.cache.elapsed": "キャッシュからの構成の読み込み経過時間: {0}", "loading.configurations.from.cache.not.necessary": "キャッシュから構成を読み込む必要はありません。", - "preprocessing.parse.file": "前処理中: \"{0}\"", + "preprocessing.parse.file": "前処理: {0}", "preprocess.elapsed.time": "前処理の経過時間: {0}", "parsing.for.intellisense": "IntelliSense 用に解析しています。", "parsing.for.intellisense.elapsed": "IntelliSense 用の解析の経過時間: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "起動ターゲット用の解析の経過時間: {0}", "current.launch.configuration.no.longer.present": "現在の起動構成 {0} は使用可能な一覧に存在しなくなりました。", "generating.parse.content.build.targets": "ビルド ターゲットの解析コンテンツを生成しています。", - "parsing.build.targets.from.parse.file": "ビルド ターゲット用の解析元: \"{0}\"", + "parsing.build.targets.from.parse.file": "ビルド ターゲットの解析元: {0}", "parsing.build.targets.elapsed.time": "ビルド ターゲットの解析の経過時間: {0}", "current.build.target.no.longer.present": "現在のビルド ターゲット {0}は、使用可能な一覧に存在しなくなりました。現在のビルド ターゲットの設定を解除しています。", "automatically.reconfiguring.project.after.build.target.change": "ビルド ターゲットの変更後に、プロジェクトを自動的に再構成しています。", diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index 0ac92f8c..73cca992 100644 --- a/i18n/kor/package.i18n.json +++ b/i18n/kor/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "대상의 진입점에서 중지", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "기호의 경로", "makefile-tools.configuration.makefile.launchConfigurations.description": "사용자 정의 시작(디버그/실행) 구성", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "시작 구성에 대한 사용자에게 친숙한 이름", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "시작 구성에 대한 설명", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "실행하거나 디버그할 이진의 전체 경로", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "프로그램 명령줄에 전달할 인수", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "프로그램의 작업 디렉터리 설정", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "알려진 확장 목록에서 추가할 컴파일러 도구의 이름", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "알려진 확장 목록에서 제외할 컴파일러 도구의 이름", "makefile-tools.configuration.makefile.safeCommands.description": "명령 대체를 수행하는 데 안전한 명령", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Makefile 프로젝트 디렉터리가 열릴 때 자동으로 구성", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Makefile 프로젝트 디렉터리를 열 때 자동으로 구성합니다. 설정하지 않으면, 프로젝트를 처음 열 때 자동으로 구성하고, 그 이후에는 프로젝트를 열 때마다 구성할지 묻는 메시지가 표시됩니다.", "makefile-tools.configuration.makefile.configureOnEdit.description": "관련 Makefile 및/또는 설정이 변경될 때 Makefile 프로젝트 디렉터리를 자동으로 구성", "makefile-tools.configuration.makefile.configureAfterCommand.description": "빌드 구성 변경 또는 Makefile 대상과 같은 관련 작업 후에 Makefile 프로젝트 디렉터리를 자동으로 구성", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "true(기본값)일 때는 빌드 구성을 전환할 때 항상 클린 구성(--always-make 사용)을 실행합니다. 이 설정이 false일 경우, configureAfterCommand 설정이 일반적인 구성 명령을 실행할지 여부를 결정합니다. 클린 구성은 완전한 컴파일 데이터베이스를 생성하지만, 일반 구성은 최신 상태가 아닌 대상만 포함합니다.", "makefile-tools.configuration.makefile.preConfigureScript.description": "구성하기 전에 한 번 이상 실행해야 하는 스크립트의 경로", "makefile-tools.configuration.makefile.preConfigureArgs.description": "사전 구성 스크립트에 전달할 인수", "makefile-tools.configuration.makefile.postConfigureScript.description": "구성한 후에 한 번 이상 실행해야 하는 스크립트의 경로", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "가짜 대상만 표시", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "빌드 또는 구성하기 전에 열려 있는 파일 저장", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "시작하기 전에 현재 대상 빌드(디버그/실행)", + "makefile-tools.configuration.makefile.buildOnSave.description": "작업 영역의 파일을 저장할 때 현재 대상 빌드", + "makefile-tools.configuration.makefile.runOnSave.description": "작업 영역의 파일이 저장되면 현재 대상 빌드 및 실행", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "빌드 시작 시 출력 채널 지우기", "makefile-tools.configuration.makefile.compileCommandsPath.description": "컴파일 데이터베이스 파일의 경로", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "이 확장으로 빌드된 이미지를 (이 호스트에서) 로컬로 디버깅 활성화", "makefile-tools.configuration.makefile.panel.visibility.run.description": "이 확장으로 빌드된 이미지를 (이 호스트에서) 로컬로 실행 활성화", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "메이크파일 프로젝트 개요 패널 도구 모음에 정리 및 빌드 단추 표시", "makefile-tools.configuration.makefile.panel.visibility.description": "Makefile 프로젝트 개요 패널에서 표시 여부 설정을 제어하도록 이 설정을 수정합니다." } \ No newline at end of file diff --git a/i18n/kor/src/configuration.i18n.json b/i18n/kor/src/configuration.i18n.json index 87ff3d8f..18b29e5c 100644 --- a/i18n/kor/src/configuration.i18n.json +++ b/i18n/kor/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "작업 영역 상태에서 현재 시작 구성 \"{0}\"을(를) 읽습니다.", "launch.configuration.no.longer.defined.settings": "\"makefile.launchConfigurations\" 설정에서 시작 구성 \"{0}\"이(가) 더 이상 정의되어 있지 않습니다.", "no.current.launch.configurations.in.state": "작업 영역 상태에 현재 시작 구성이 설정되어 있지 않습니다.", + "no.launch.configuration.set": "시작 구성 집합 없음", "default.launch.configuration": "기본 시작 구성: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "\"{1}\" 구성에 대해 '{0}' 명령이 추론됨", "could.not.find.make.file.tools.name": "makefile.configurations.makePath 또는 makefile.makePath에서 make 도구 파일 이름을 찾을 수 없습니다. make를 가정합니다.", @@ -51,16 +52,25 @@ "configuring.on.open": "열 때 구성: {0}", "configure.on.edit": "편집 시 구성: {0}", "configure.after.command": "{0} 명령 후 구성", + "clean.configure.on.configuration.change": "구성 변경 시 클린 구성: {0}", "only.phony.targets": "오직 .PHONY 대상: {0}", "save.before.build.or.configure": "빌드 또는 구성하기 전에 저장: {0}", "build.before.launch": "시작하기 전에 빌드: {0}", + "build.on.save": "저장 시 빌드: {0}", + "run.on.save": "저장할 때 실행: {0}", "clear.output.before.build": "빌드하기 전에 출력 지우기: {0}", "ignore.directory.commands": "디렉터리 명령 무시: {0}", "configurating.after.settings.or.makefile.changes": "설정 또는 Makefile 변경 후 구성 중...", + "configuring.before.build.on.save": "저장 시 빌드 전에 구성하는 중...", + "configure.failed.skipping.build": "구성에 실패하여 저장 시 빌드를 건너뜁니다.", + "building.and.running.on.save": "저장할 때 빌드 및 실행 중...", + "building.on.save": "저장 시 빌드 중...", + "running.on.save": "저장할 때 실행하는 중...", "key.setting.changed": "{0} 설정이 변경되었습니다.", "setting.configuration": "설정 구성 - {0}", "re.reading.settings.after.configuration.change": "구성 변경 후 설정을 다시 읽습니다.", "no.configurations.defined": "makefile.configurations 설정에 정의된 구성이 없습니다.", + "automatically.clean.reconfiguring.project.after.change": "Makefile 구성이 변경된 후 프로젝트를 자동으로 정리하고 재구성합니다.", "automatically.reconfiguring.project.after.change": "Makefile 구성이 변경된 후 프로젝트를 자동으로 다시 구성합니다.", "setting.target": "대상 {0} 설정", "rereading.settings.after.target.change": "대상 변경 후 설정을 다시 읽기.", diff --git a/i18n/kor/src/extension.i18n.json b/i18n/kor/src/extension.i18n.json index b43abfd5..e6b8a01d 100644 --- a/i18n/kor/src/extension.i18n.json +++ b/i18n/kor/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Makefile 파일을 열 수 없습니다.", "makefile.outline.buildLogFileNotFound": "빌드 로그 파일을 열 수 없습니다.", - "extension.configureOnOpen": "Makefile의 정보를 사용하여 이 작업 영역에 대해 C++ IntelliSense를 구성하시겠습니까?", + "extension.configureOnOpen": "이 Makefile 프로젝트를 C++ IntelliSense용으로 구성하시겠습니까?", "yes": "예", "no": "아니요", - "always.configure.on.open": "Makefile을 열 때 항상 Makefile의 정보를 사용하여 C++ IntelliSense를 구성하시겠습니까?", - "never.configure.on.open": "Makefile을 열 때 Makefile의 정보를 사용하여 C++ IntelliSense를 구성하시겠습니까?", + "always.configure.on.open": "이 Makefile 프로젝트를 열 때 항상 C++ IntelliSense용으로 구성하시겠습니까?", + "never.configure.on.open": "이 Makefile 프로젝트를 열 때 C++ IntelliSense용으로 구성하시겠습니까?", "yes.button": "예", "no.button": "아니요", "never.button": "안 함", diff --git a/i18n/kor/src/make.i18n.json b/i18n/kor/src/make.i18n.json index 36cb9d20..91be9e72 100644 --- a/i18n/kor/src/make.i18n.json +++ b/i18n/kor/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "디스크에서 지정된 사후 구성 스크립트 \"{0}\"을(를) 찾을 수 없습니다.", "make.postconfigure.title": "사후 구성: {0}", "make.postconfigure.cancelling.title": "사후 구성 취소하는 중", - "pre.configuring.script": "사전 구성 중...\n스크립트: \"{0}\"", + "pre.configuring.script": "사전 구성 중...\n스크립트: {0}", "preconfigure.succeeded": "사전 구성에 성공했습니다.", "preconfigure.succeeded.with.some.error": "사전 구성 스크립트가 성공 코드를 반환했지만 사전 구성 프로세스 중에 오류가 보고되었습니다. Makefile 도구 채널에서 사전 구성 출력을 다시 확인하세요.", "preconfigure.script.failed": "사전 구성 스크립트가 실패했습니다. 이 프로젝트를 구성하지 못할 수 있습니다.", - "post.configure.script": "구성 후... \n스크립트: \"{0}\"", + "post.configure.script": "구성 후...\n스크립트: {0}", "postconfigure.succeeded": "사후 구성에 성공했습니다.", "postconfigure.succeeded.with.some.error": "사후 구성 스크립트가 성공 코드를 반환했지만 사후 구성 프로세스 중에 오류가 보고되었습니다. Makefile 도구 채널에서 사후 구성 출력을 다시 확인하세요.", "postconfigure.script.failed": "사후 구성 스크립트에 실패했습니다. 이 프로젝트를 구성하지 못할 수 있습니다.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "대신 clean 구성을 실행합니다.", "load.configuration.from.cache.elapsed": "캐시 경과 시간에서 구성 로드: {0}", "loading.configurations.from.cache.not.necessary": "캐시에서 구성을 로드할 필요가 없습니다.", - "preprocessing.parse.file": "전처리: \"{0}\"", + "preprocessing.parse.file": "Preprocessing: {0}", "preprocess.elapsed.time": "전처리 경과 시간: {0}", "parsing.for.intellisense": "IntelliSense를 구문 분석하는 중입니다.", "parsing.for.intellisense.elapsed": "IntelliSense 경과 시간에 대한 구문 분석: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "시작 대상의 구문 분석 경과 시간: {0}", "current.launch.configuration.no.longer.present": "현재 시작 구성 {0}은(는) 사용 가능한 목록에 더 이상 없습니다.", "generating.parse.content.build.targets": "빌드 대상에 대한 구문 분석 콘텐츠를 생성하는 중입니다.", - "parsing.build.targets.from.parse.file": "다음에서 빌드 대상 구문 분석: “{0}”", + "parsing.build.targets.from.parse.file": "다음에서 빌드 대상 구문 분석: {0}", "parsing.build.targets.elapsed.time": "빌드 대상 구문 분석 경과 시간: {0}", "current.build.target.no.longer.present": "현재 빌드 대상 {0}은(는) 더 이상 사용 가능한 목록에 없습니다. 현재 빌드 대상을 설정 취소합니다.", "automatically.reconfiguring.project.after.build.target.change": "빌드 대상이 변경된 후 프로젝트를 자동으로 다시 구성합니다.", diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index a8f10d20..f6d4fc83 100644 --- a/i18n/plk/package.i18n.json +++ b/i18n/plk/package.i18n.json @@ -23,7 +23,7 @@ "makefile-tools.command.makefile.cleanConfigure.title": "Plik reguł Makefile: czysta konfiguracja", "makefile-tools.command.makefile.preConfigure.title": "Plik reguł Makefile: konfiguracja wstępna", "makefile-tools.command.makefile.postConfigure.title": "Plik reguł Makefile: po konfiguracji", - "makefile-tools.command.makefile.resetState.title": "Plik reguł Makefile: resetowanie stanu obszaru roboczego rozszerzenia Makefile Tools (na potrzeby rozwiązywania problemów)", + "makefile-tools.command.makefile.resetState.title": "Plik reguł Makefile: resetowanie stanu obszaru roboczego rozszerzenia narzędzi pliku reguł Makefile (na potrzeby rozwiązywania problemów)", "makefile-tools.configuration.views.makefile.outline.description": "Konspekt projektu", "makefile-tools.configuration.makefile.makePath.description": "Ścieżka do narzędzia make", "makefile-tools.configuration.makefile.configurations.description": "Konfiguracje pliku reguł Makefile zdefiniowane przez użytkownika", @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Zatrzymaj w punkcie wejścia elementu docelowego", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Ścieżka do symboli", "makefile-tools.configuration.makefile.launchConfigurations.description": "Konfiguracje uruchamiania (debugowania/uruchamiania) zdefiniowane przez użytkownika", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Przyjazna dla użytkownika nazwa konfiguracji uruchamiania", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Opis konfiguracji uruchamiania", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Pełna ścieżka do pliku binarnego do uruchomienia lub debugowania", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argumenty do przekazania do wiersza polecenia programu", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Ustaw katalog roboczy dla programu", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nazwy narzędzi kompilatora do dodania do listy znanych rozszerzeń", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nazwy narzędzi kompilatora do wykluczenia z listy znanych rozszerzeń", "makefile-tools.configuration.makefile.safeCommands.description": "Polecenia bezpieczne do wykonywania podstawienia poleceń za pomocą", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Automatycznie konfiguruj katalogi projektu pliku reguł Makefile po ich otwarciu", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Automatycznie konfiguruj katalogi projektu pliku reguł Makefile po ich otwarciu. Jeśli nie jest to ustawione, projekty zostaną automatycznie skonfigurowane przy pierwszym otwarciu i pojawi się monit przy kolejnych otwarciach.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Automatycznie konfiguruj katalogi projektu pliku reguł Makefile, gdy zostaną zmienione odpowiednie pliki reguł Makefile i/lub ustawienia", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatycznie konfiguruj katalogi projektu pliku reguł Makefile po odpowiednich operacjach, takich jak zmiana konfiguracji kompilacji lub obiekt docelowy pliku reguł Makefile", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Gdy wartość to true (domyślnie), zawsze uruchamiaj polecenie Clean Configure (z opcją --always-make) podczas zmiany konfiguracji kompilacji. Gdy wartość to false, ustawienie configureAfterCommand decyduje, czy uruchomić zwykłe polecenie Configure. Clean Configure tworzy pełną bazę danych kompilacji, a zwykłe polecenie Configure obejmuje tylko przestarzałe cele.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Ścieżka do skryptu, który musi zostać uruchomiony co najmniej raz przed skonfigurowaniem", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Argumenty do przekazania do skryptu wstępnego konfigurowania", "makefile-tools.configuration.makefile.postConfigureScript.description": "Ścieżka do skryptu, który musi zostać uruchomiony co najmniej raz po konfiguracji", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Wyświetl tylko fałszywe obiekty docelowe", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Zapisz otwarte pliki przed skompilowaniem lub skonfigurowaniem", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Skompiluj bieżący element docelowy przed uruchomieniem (debugowanie/uruchamianie)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Buduj bieżący cel po zapisaniu pliku w obszarze roboczym", + "makefile-tools.configuration.makefile.runOnSave.description": "Kompilowanie i uruchamianie bieżącego elementu docelowego po zapisaniu pliku w obszarze roboczym", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Wyczyść kanał wyjściowy na początku kompilacji", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Ścieżka do pliku bazy danych kompilacji", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Włącz debugowanie obrazów lokalnie (na tym hoście) utworzonych przez to rozszerzenie", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Włącz uruchamianie obrazów lokalnie (na tym hoście) utworzonych przez to rozszerzenie", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Pokaż przycisk oczyszczenia i kompilacji na pasku narzędzi panelu Konspekt projektu pliku makefile", "makefile-tools.configuration.makefile.panel.visibility.description": "Zmodyfikuj to ustawienie, aby sterować ustawieniem widoczności w panelu Konspekt projektu Makefile." } \ No newline at end of file diff --git a/i18n/plk/src/configuration.i18n.json b/i18n/plk/src/configuration.i18n.json index 977429ae..4aebd131 100644 --- a/i18n/plk/src/configuration.i18n.json +++ b/i18n/plk/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Odczytywanie bieżącej konfiguracji uruchamiania „{0}” ze stanu obszaru roboczego.", "launch.configuration.no.longer.defined.settings": "Konfiguracja uruchamiania „{0}” nie jest już zdefiniowana w ustawieniach „makefile.launchConfigurations”.", "no.current.launch.configurations.in.state": "Bieżąca konfiguracja uruchamiania nie jest ustawiona w stanie obszaru roboczego.", + "no.launch.configuration.set": "Brak zestawu konfiguracji uruchamiania", "default.launch.configuration": "Domyślna konfiguracja uruchamiania: MIMode = {0},\n ścieżka miDebugger = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Wywnioskowano polecenie „{0}” dla konfiguracji „{1}”.", "could.not.find.make.file.tools.name": "Nie można odnaleźć żadnej nazwy pliku narzędzia make w makefile.configurations.makePath ani w pliku makefile.makePath. Zakłada się make.", @@ -51,16 +52,25 @@ "configuring.on.open": "Skonfiguruj przy otwarciu: {0}", "configure.on.edit": "Skonfiguruj podczas edycji: {0}", "configure.after.command": "Skonfiguruj po poleceniu: {0}", + "clean.configure.on.configuration.change": "Wyczyść konfigurację po zmianie ustawień: {0}", "only.phony.targets": "Tylko miejsca docelowe .PHONY {0}", "save.before.build.or.configure": "Zapisz przed kompilacją lub skonfiguruj: {0}", "build.before.launch": "Kompiluj przed premierą: {0}", + "build.on.save": "Kompilowanie przy zapisywaniu: {0}", + "run.on.save": "Uruchamianie przy zapisywaniu: {0}", "clear.output.before.build": "Wyczyść dane wyjściowe przed kompilacją: {0}", "ignore.directory.commands": "Ignoruj polecenia katalogu: {0}", "configurating.after.settings.or.makefile.changes": "Trwa konfigurowanie po ustawieniu lub wprowadzanie zmian w pliku reguł Makefile...", + "configuring.before.build.on.save": "Konfigurowanie przed kompilacją przy zapisywaniu...", + "configure.failed.skipping.build": "Konfiguracja nie powiodła się. Kompilacja zostanie pominięta podczas zapisywania.", + "building.and.running.on.save": "Trwa kompilowanie i uruchamianie przy zapisywaniu...", + "building.on.save": "Kompilowanie przy zapisywaniu...", + "running.on.save": "Trwa uruchamianie przy zapisywaniu...", "key.setting.changed": "Zmieniono {0} ustawienie.", "setting.configuration": "Konfiguracja ustawień - {0}", "re.reading.settings.after.configuration.change": "Ponowne odczytywanie ustawień po zmianie konfiguracji.", "no.configurations.defined": "W ustawieniu makefile.configurations nie zdefiniowano żadnych konfiguracji.", + "automatically.clean.reconfiguring.project.after.change": "Automatycznie wyczyść ponowną konfigurację projektu po zmianie konfiguracji pliku Makefile.", "automatically.reconfiguring.project.after.change": "Automatycznie konfiguruj ponownie projekt po zmianie konfiguracji pliku reguł Makefile.", "setting.target": "Ustawianie miejsca docelowego {0}", "rereading.settings.after.target.change": "Ponowne odczytywanie ustawień po zmianie celu.", diff --git a/i18n/plk/src/extension.i18n.json b/i18n/plk/src/extension.i18n.json index 9e9cd851..02ebd619 100644 --- a/i18n/plk/src/extension.i18n.json +++ b/i18n/plk/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Nie można otworzyć pliku reguł Makefile.", "makefile.outline.buildLogFileNotFound": "Nie można otworzyć pliku dziennika kompilacji.", - "extension.configureOnOpen": "Czy chcesz skonfigurować funkcję IntelliSense języka C++ dla tego obszaru roboczego przy użyciu informacji z plików reguł Makefile podczas otwierania?", + "extension.configureOnOpen": "Czy chcesz skonfigurować ten projekt Makefile dla IntelliSense w języku C++?", "yes": "Tak", "no": "Nie", - "always.configure.on.open": "Zawsze konfigurować funkcję IntelliSense języka C++ przy użyciu informacji z plików reguł Makefile podczas otwierania?", - "never.configure.on.open": "Skonfigurować funkcję IntelliSense języka C++ przy użyciu informacji z plików reguł Makefile podczas otwierania?", + "always.configure.on.open": "Zawsze konfigurować ten projekt pliku Makefile dla IntelliSense języka C++ podczas otwierania?", + "never.configure.on.open": "Czy skonfigurować ten projekt pliku Makefile dla IntelliSense języka C++ podczas otwierania?", "yes.button": "Tak", "no.button": "Nie", "never.button": "Nigdy", diff --git a/i18n/plk/src/make.i18n.json b/i18n/plk/src/make.i18n.json index 274b43b5..9081cf37 100644 --- a/i18n/plk/src/make.i18n.json +++ b/i18n/plk/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Nie można odnaleźć danego skryptu po skonfigurowaniu „{0}” na dysku.", "make.postconfigure.title": "Po skonfigurowaniu: {0}", "make.postconfigure.cancelling.title": "Anulowanie po skonfigurowaniu", - "pre.configuring.script": "Wstępne konfigurowanie...\nSkrypt: „{0}”", + "pre.configuring.script": "Wstępne konfigurowanie...\nSkrypt: {0}", "preconfigure.succeeded": "Konfiguracja wstępna powiodła się.", "preconfigure.succeeded.with.some.error": "Skrypt konfiguracji wstępnej zwrócił kod powodzenia, ale w trakcie procesu wstępnej konfiguracji wystąpiły błędy. Sprawdź dokładnie dane wyjściowe konfiguracji wstępnej w kanale Makefile Tools.", "preconfigure.script.failed": "Skrypt wstępnej konfiguracji nie powiódł się. Ten projekt może nie zostać pomyślnie skonfigurowany.", - "post.configure.script": "Po skonfigurowaniu... \nSkrypt: „{0}”", + "post.configure.script": "Po skonfigurowaniu...\nSkrypt: {0}", "postconfigure.succeeded": "Konfiguracja po skonfigurowaniu powiodła się.", "postconfigure.succeeded.with.some.error": "Skrypt po skonfigurowaniu zwrócił kod powodzenia, ale w trakcie procesu po konfiguracji wystąpiły błędy. Sprawdź dokładnie dane wyjściowe po konfiguracji w kanale Makefile Tools.", "postconfigure.script.failed": "Skrypt po skonfigurowaniu nie powiódł się. Ten projekt może nie zostać pomyślnie skonfigurowany.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Zamiast tego należy uruchomić czystą konfigurację.", "load.configuration.from.cache.elapsed": "Czas, który upłynął podczas ładowania konfiguracji z pamięci podręcznej: {0}", "loading.configurations.from.cache.not.necessary": "Ładowanie konfiguracji z pamięci podręcznej nie jest konieczne.", - "preprocessing.parse.file": "Przetwarzanie wstępne: „{0}”", + "preprocessing.parse.file": "Przetwarzanie wstępne: {0}", "preprocess.elapsed.time": "Czas przetwarzania wstępnego, który upłynął: {0}", "parsing.for.intellisense": "Analizowanie pod kątem funkcji IntelliSense.", "parsing.for.intellisense.elapsed": "Analiza czasu, który upłynął dla funkcji IntelliSense: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Analizowanie pod kątem miejsc docelowych uruchamiania, które upłynęły: {0}", "current.launch.configuration.no.longer.present": "Bieżąca konfiguracja uruchamiania {0} nie znajduje się już na liście dostępnych.", "generating.parse.content.build.targets": "Generowanie zawartości analizy dla miejsc docelowych kompilacji.", - "parsing.build.targets.from.parse.file": "Analizowanie miejsc docelowych kompilacji z: „{0}”", + "parsing.build.targets.from.parse.file": "Analizowanie miejsc docelowych kompilacji z: {0}", "parsing.build.targets.elapsed.time": "Analizowanie miejsc docelowych kompilacji, które upłynęły: {0}", "current.build.target.no.longer.present": "Bieżące miejsce docelowe kompilacji {0} nie znajduje się już na dostępnej liście. Resetowanie bieżącego miejsca docelowego kompilacji.", "automatically.reconfiguring.project.after.build.target.change": "Automatyczne ponowne konfigurowanie projektu po zmianie celu kompilacji.", diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index 96342527..3d1118e6 100644 --- a/i18n/ptb/package.i18n.json +++ b/i18n/ptb/package.i18n.json @@ -23,7 +23,7 @@ "makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Limpar Configuração", "makefile-tools.command.makefile.preConfigure.title": "Makefile: pré-configuração", "makefile-tools.command.makefile.postConfigure.title": "Makefile: Pós-configuração", - "makefile-tools.command.makefile.resetState.title": "Makefile: redefinir o estado do workspace da Extensão de Ferramentas Makefile (para solução de problemas)", + "makefile-tools.command.makefile.resetState.title": "Makefile: redefinir o estado do workspace de extensão do Makefile Tools (para solução de problemas)", "makefile-tools.configuration.views.makefile.outline.description": "Descrição do projeto", "makefile-tools.configuration.makefile.makePath.description": "O caminho para a ferramenta make", "makefile-tools.configuration.makefile.configurations.description": "As configurações do makefile definidas pelo usuário", @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Interromper no ponto de entrada do destino", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "O caminho para os símbolos", "makefile-tools.configuration.makefile.launchConfigurations.description": "As configurações de inicialização (depuração/execução) definidas pelo usuário", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Um nome amigável para a configuração de inicialização", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Uma descrição da configuração de inicialização", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "O caminho completo para o binário a ser executado ou depurado", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argumentos a serem passados para a linha de comando do programa", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Definir o diretório de trabalho para o programa", @@ -47,7 +49,7 @@ "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Caminho para o depurador não VS (gdb ou lldb)", "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Interromper no ponto de entrada do destino", "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "O caminho para os símbolos", - "makefile-tools.configuration.makefile.loggingLevel.description": "O nível de registros em log para a extensão de ferramentas makefile", + "makefile-tools.configuration.makefile.loggingLevel.description": "O nível de registros em log para a extensão Makefile Tools", "makefile-tools.configuration.makefile.makeDirectory.description": "O caminho da pasta a ser passado para o make por meio do comutador -C", "makefile-tools.configuration.makefile.makefilePath.description": "O caminho para o makefile do projeto", "makefile-tools.configuration.makefile.buildLog.description": "O caminho para o log de build que está pronto para ignorar uma simulação", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nomes de ferramentas do compilador a serem adicionados na lista de extensões conhecidas", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nomes de ferramentas do compilador a serem excluídas da lista de extensões conhecidas", "makefile-tools.configuration.makefile.safeCommands.description": "Comandos que são seguros para executar a substituição de comando com", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurar os diretórios de projeto do Makefile automaticamente quando eles forem abertos", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Configure os diretórios de projeto do Makefile automaticamente quando eles forem abertos. Se não for definido, os projetos serão configurados automaticamente na primeira abertura e no prompt em aberturas seguintes.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurar automaticamente os diretórios do projeto Makefile quando os makefiles e/ou as configurações relevantes forem alterados", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurar automaticamente diretórios de projeto Makefile após operações relevantes, como alterar a configuração de complicação ou o destino do makefile", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Quando true (padrão), sempre execute a Configuração Limpa (que usa --always-make) ao alternar configurações de build. Quando false, a configuração configureAfterCommand determina se a configuração regular é executada. A Configuração Limpa produz um banco de dados de compilação completo, enquanto a Configuração regular inclui apenas destinos desatualizados.", "makefile-tools.configuration.makefile.preConfigureScript.description": "O caminho para o script que precisa ser executado pelo menos uma vez antes da configuração", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Argumentos a serem passados ao script de pré-configuração", "makefile-tools.configuration.makefile.postConfigureScript.description": "O caminho para o script que precisa ser executado pelo menos uma vez antes da configuração", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Exibir apenas os destinos falsos", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Salvar os arquivos abertos antes de compilar ou configurar", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Compilar o destino atual antes da inicialização (depuração/execução)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Compilar o destino atual quando um arquivo no workspace for salvo", + "makefile-tools.configuration.makefile.runOnSave.description": "Compilar e executar o destino atual quando um arquivo no workspace for salvo", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Limpar o canal de saída no início de uma compilação", "makefile-tools.configuration.makefile.compileCommandsPath.description": "O caminho para o arquivo de banco de dados da compilação", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Habilitar a depuração local (neste host) de imagens criadas por esta extensão", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Habilitar a execução local (neste host) de imagens criadas por esta extensão", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Mostrar o botão limpar e compilar na barra de ferramentas do painel Estrutura de Tópicos do Projeto Makefile", "makefile-tools.configuration.makefile.panel.visibility.description": "Modifique essa configuração para controlar a configuração de visibilidade no painel Estrutura de Tópicos do Projeto Makefile." } \ No newline at end of file diff --git a/i18n/ptb/src/configuration.i18n.json b/i18n/ptb/src/configuration.i18n.json index 49dc463c..7f657618 100644 --- a/i18n/ptb/src/configuration.i18n.json +++ b/i18n/ptb/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Lendo a configuração de inicialização atual \"{0}\" do estado do workspace.", "launch.configuration.no.longer.defined.settings": "A configuração de inicialização \"{0}\" não está mais definida nas configurações \"makefile.launchConfigurations\".", "no.current.launch.configurations.in.state": "Nenhuma configuração de inicialização atual está definida no estado do workspace.", + "no.launch.configuration.set": "Nenhuma configuração de execução", "default.launch.configuration": "Configuração de inicialização padrão: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Comando deduzido \"{0}\" para a configuração \"{1}\"", "could.not.find.make.file.tools.name": "Não foi possível localizar nenhum nome de arquivo de ferramenta make em makefile.configurations.makePath, nem em makefile.makePath. Presumindo o make.", @@ -51,16 +52,25 @@ "configuring.on.open": "Configurar ao abrir: {0}", "configure.on.edit": "Configurar ao editar: {0}", "configure.after.command": "Configurar após o comando: {0}", + "clean.configure.on.configuration.change": "Configuração Limpa na alteração de configuração: {0}", "only.phony.targets": "Somente destinos .PHONY: {0}", "save.before.build.or.configure": "Salve antes de compilar ou configurar: {0}", "build.before.launch": "Compilar antes da inicialização: {0}", + "build.on.save": "Compilar ao salvar: {0}", + "run.on.save": "Executar ao salvar: {0}", "clear.output.before.build": "Limpe a saída antes do build: {0}", "ignore.directory.commands": "Ignorar comandos de diretório: {0}", "configurating.after.settings.or.makefile.changes": "Configurando após as configurações ou alterações do makefile...", + "configuring.before.build.on.save": "Configurando antes de compilar ao salvar...", + "configure.failed.skipping.build": "Falha ao configurar, ignorando compilar ao salvar.", + "building.and.running.on.save": "Compilando e executando ao salvar...", + "building.on.save": "Compilando ao salvar...", + "running.on.save": "Executando ao salvar...", "key.setting.changed": "Configuração {0} alterada.", "setting.configuration": "Definindo configuração – {0}", "re.reading.settings.after.configuration.change": "Relendo as configurações após a alteração da configuração.", "no.configurations.defined": "Nenhuma configuração definida na configuração makefile.configurations.", + "automatically.clean.reconfiguring.project.after.change": "Limpe automaticamente a reconfiguração do projeto após uma alteração na configuração do makefile.", "automatically.reconfiguring.project.after.change": "Reconfigurando automaticamente o projeto após uma alteração na configuração do makefile.", "setting.target": "Definindo o destino {0}", "rereading.settings.after.target.change": "Relendo as configurações após a alteração de destino.", diff --git a/i18n/ptb/src/extension.i18n.json b/i18n/ptb/src/extension.i18n.json index d59bf2e4..e06c85ae 100644 --- a/i18n/ptb/src/extension.i18n.json +++ b/i18n/ptb/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Não foi possível abrir o arquivo makefile.", "makefile.outline.buildLogFileNotFound": "Não foi possível abrir o arquivo de log de compilação.", - "extension.configureOnOpen": "Deseja configurar o C++ IntelliSense para este workspace usando informações de seus Makefiles?", + "extension.configureOnOpen": "Deseja configurar esse projeto Makefile para o IntelliSense em C++?", "yes": "Sim", "no": "Não", - "always.configure.on.open": "Sempre configurar o C++ IntelliSense usando informações de seus Makefiles ao abrir?", - "never.configure.on.open": "Configurar o C++ IntelliSense usando informações de seus Makefiles ao abrir?", + "always.configure.on.open": "Sempre configurar esse projeto Makefile para o IntelliSense em C++ ao abrir?", + "never.configure.on.open": "Configurar esse projeto Makefile para o IntelliSense em C++ ao abrir?", "yes.button": "Sim", "no.button": "Não", "never.button": "Nunca", diff --git a/i18n/ptb/src/make.i18n.json b/i18n/ptb/src/make.i18n.json index f1e8f8eb..2df81490 100644 --- a/i18n/ptb/src/make.i18n.json +++ b/i18n/ptb/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Não foi possível encontrar o script de pós-configuração \"{0}\" fornecido no disco.", "make.postconfigure.title": "Pós-configuração: {0}", "make.postconfigure.cancelling.title": "Cancelando pós-configuração", - "pre.configuring.script": "Pré-configuração...\nScript: \"{0}\"", + "pre.configuring.script": "Pré-configurando...\nScript: {0}", "preconfigure.succeeded": "A pré-configuração foi bem-sucedida.", "preconfigure.succeeded.with.some.error": "O script de pré-configuração retornou o código de sucesso, mas em algum lugar durante o processo de pré-configuração foram relatados erros. Verifique novamente a saída de pré-configuração no canal Ferramentas Makefile.", "preconfigure.script.failed": "O script de pré-configuração falhou. Este projeto pode não ser configurado com êxito.", - "post.configure.script": "Pós-configuração... \nScript: \"{0}\"", + "post.configure.script": "Pós-configuração...\nScript: {0}", "postconfigure.succeeded": "Pós-configuração bem-sucedida.", "postconfigure.succeeded.with.some.error": "O script pós-configuração retornou o código de sucesso, mas em algum lugar durante o processo pós-configuração houve erros relatados. Verifique novamente a saída pós-configuração no canal Makefile Tools.", "postconfigure.script.failed": "Falha no script pós-configuração. Este projeto pode não ser configurado com êxito.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Executando a configuração limpa em vez disso.", "load.configuration.from.cache.elapsed": "Tempo decorrido para carregar a configuração do cache: {0}", "loading.configurations.from.cache.not.necessary": "Não é necessário carregar as configurações do cache.", - "preprocessing.parse.file": "Pré-processamento: \"{0}\"", + "preprocessing.parse.file": "Pré-processamento: {0}", "preprocess.elapsed.time": "Tempo decorrido do pré-processamento: {0}", "parsing.for.intellisense": "Analisando para o IntelliSense.", "parsing.for.intellisense.elapsed": "Analisando o tempo decorrido do IntelliSense: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Tempo decorrido para analisar os destinos de inicialização: {0}", "current.launch.configuration.no.longer.present": "A configuração da inicialização atual {0} não está mais presente na lista disponível.", "generating.parse.content.build.targets": "Geração de conteúdo de análise para destinos de compilação.", - "parsing.build.targets.from.parse.file": "Analisando os destinos de compilação de: \"{0}\"", + "parsing.build.targets.from.parse.file": "Análise de destinos de build de: {0}", "parsing.build.targets.elapsed.time": "Tempo decorrido para analisar os destinos de compilação: {0}", "current.build.target.no.longer.present": "O destino da compilação atual {0} não está mais presente na lista disponível. Removendo a configuração do destino de compilação atual.", "automatically.reconfiguring.project.after.build.target.change": "Reconfigurando automaticamente o projeto após uma alteração de destino de build.", diff --git a/i18n/rus/package.i18n.json b/i18n/rus/package.i18n.json index ea6bc228..89d717a9 100644 --- a/i18n/rus/package.i18n.json +++ b/i18n/rus/package.i18n.json @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Остановка в точке входа целевого объекта", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Путь к символам", "makefile-tools.configuration.makefile.launchConfigurations.description": "Пользовательские конфигурации запуска (отладка и запуск)", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Понятное имя для конфигурации запуска", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Описание конфигурации запуска", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Полный путь к двоичному файлу для запуска или отладки", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Аргументы для передачи в командную строку программы", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Определение рабочего каталога для программы", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Имена средств компилятора, которые будут добавлены в список известных расширений", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Имена средств компилятора, исключаемых из списка известных расширений", "makefile-tools.configuration.makefile.safeCommands.description": "Команды, безопасные для выполнения подстановки команд с помощью", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Автоматическая настройка каталогов проекта Makefile при их открытии", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Автоматическая настройка каталогов проекта Makefile при их открытии. Если не задано, проекты будут автоматически настраиваться при первом открытии и демонстрировать запросы при последующих открытиях.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Автоматически настраивать каталоги проекта Makefile при изменении любых соответствующих Makefile и/или параметров", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Автоматически настраивать каталоги проекта Makefile после соответствующих операций, таких как изменение конфигурации сборки или цели Makefile", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "Если значение равно true (по умолчанию), при изменении конфигурации сборки всегда запускать команду Clean Configure (она использует параметр --always-make). Если значение равно false, параметр configureAfterCommand определяет, будет ли запускаться обычная команда Configure. Команда Clean Configure создаёт полную базу данных компиляции, тогда как обычная Configure включает только устаревшие цели.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Путь к сценарию, который необходимо выполнить хотя бы один раз перед настройкой", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Аргументы, передаваемые в сценарий предварительной настройки", "makefile-tools.configuration.makefile.postConfigureScript.description": "Путь к сценарию, который необходимо выполнить хотя бы один раз после настройки", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Отображать только целевые объекты телефонии", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Сохранять открытые файлы перед сборкой или настройкой", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Сборка текущего целевого объекта перед запуском (отладка/запуск)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Выполнять сборку текущего целевого объекта при сохранении файла в рабочей области", + "makefile-tools.configuration.makefile.runOnSave.description": "Собрать и запустить текущую целевую задачу при сохранении файла в рабочей области", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Очистить канал вывода в начале сборки", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Путь к файлу базы данных компиляции", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Включить локальную (в этом узле) отладку образов, созданных этим расширением", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Включить локальный (в этом узле) запуск образов, созданных этим расширением", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Отображать кнопки очистки и сборки на панели инструментов раздела \"Структура проекта Makefile\"", "makefile-tools.configuration.makefile.panel.visibility.description": "Измените этот параметр, чтобы управлять параметром видимости на панели структуры проекта Makefile." } \ No newline at end of file diff --git a/i18n/rus/src/configuration.i18n.json b/i18n/rus/src/configuration.i18n.json index 74c09cc3..a15c743f 100644 --- a/i18n/rus/src/configuration.i18n.json +++ b/i18n/rus/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Чтение текущей конфигурации запуска \"{0}\" из состояния рабочей области.", "launch.configuration.no.longer.defined.settings": "Конфигурация запуска \"{0}\" больше не определена в параметрах \"makefile.launchConfigurations\".", "no.current.launch.configurations.in.state": "Текущая конфигурация запуска не задана в состоянии рабочей области.", + "no.launch.configuration.set": "Отсутствует набор конфигурации запуска", "default.launch.configuration": "Конфигурация запуска по умолчанию: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "Выведена команда '{0}' для конфигурации \"{1}\"", "could.not.find.make.file.tools.name": "Не удалось найти имя файла инструмента make в makefile.configurations.makePath и makefile.makePath. Предполагается make.", @@ -51,16 +52,25 @@ "configuring.on.open": "Настроить при открытии: {0}", "configure.on.edit": "Настроить при изменении: {0}", "configure.after.command": "Настройка после команды: {0}", + "clean.configure.on.configuration.change": "Создавать чистую конфигурацию (Clean Configure) при изменении конфигурации: {0}", "only.phony.targets": "Только целевые объекты .PHONY: {0}", "save.before.build.or.configure": "Сохранить перед сборкой или настроить: {0}", "build.before.launch": "Сборка перед запуском: {0}", + "build.on.save": "Сборка при сохранении: {0}", + "run.on.save": "Запустить при сохранении: {0}", "clear.output.before.build": "Очистить выходные данные перед сборкой: {0}", "ignore.directory.commands": "Игнорировать команды каталога: {0}", "configurating.after.settings.or.makefile.changes": "Настройка после параметров или внесения изменений в Makefile...", + "configuring.before.build.on.save": "Выполняется настройка перед сборкой при сохранении...", + "configure.failed.skipping.build": "Сбой настройки, сборка при сохранении пропущена.", + "building.and.running.on.save": "Сборка и запуск при сохранении...", + "building.on.save": "Выполняется сборка при сохранении...", + "running.on.save": "Выполняется при сохранении...", "key.setting.changed": "Параметр {0} изменен.", "setting.configuration": "Настройка конфигурации — {0}", "re.reading.settings.after.configuration.change": "Повторное чтение параметров после изменения конфигурации.", "no.configurations.defined": "В параметре makefile.configurations не определены конфигурации.", + "automatically.clean.reconfiguring.project.after.change": "Автоматически создавать чистую конфигурацию проекта заново с нуля после изменения конфигурации makefile.", "automatically.reconfiguring.project.after.change": "Автоматическая повторная настройка проекта после изменения конфигурации Makefile.", "setting.target": "Настройка целевого объекта {0}", "rereading.settings.after.target.change": "Повторное чтение параметров после изменения целевого объекта.", diff --git a/i18n/rus/src/extension.i18n.json b/i18n/rus/src/extension.i18n.json index da76a96b..95b2b110 100644 --- a/i18n/rus/src/extension.i18n.json +++ b/i18n/rus/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Не удалось открыть файл Makefile.", "makefile.outline.buildLogFileNotFound": "Не удалось открыть файл журнала сборки.", - "extension.configureOnOpen": "Вы хотите настроить C++ IntelliSense для этой рабочей области с помощью сведений из Makefile?", + "extension.configureOnOpen": "Настроить этот проект Makefile для C++ IntelliSense?", "yes": "Да", "no": "Нет", - "always.configure.on.open": "Всегда настраивать C++ IntelliSense с помощью сведений из Makefile при открытии?", - "never.configure.on.open": "Настраивать C++ IntelliSense с помощью сведений из Makefile при открытии?", + "always.configure.on.open": "Всегда настраивать этот проект Makefile для C++ IntelliSense при открытии?", + "never.configure.on.open": "Настроить этот проект Makefile для C++ IntelliSense при открытии?", "yes.button": "Да", "no.button": "Нет", "never.button": "Никогда", diff --git a/i18n/rus/src/make.i18n.json b/i18n/rus/src/make.i18n.json index 0259bc05..1322b577 100644 --- a/i18n/rus/src/make.i18n.json +++ b/i18n/rus/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Не удалось найти заданный сценарий, выполняемый после настройки \"{0}\" на диске.", "make.postconfigure.title": "После настройки: {0}", "make.postconfigure.cancelling.title": "Отмена после настройки", - "pre.configuring.script": "Предварительная настройка...\nСценарий: \"{0}\"", + "pre.configuring.script": "Предварительная настройка...\nСценарий: {0}", "preconfigure.succeeded": "Предварительная настройка выполнена успешно.", "preconfigure.succeeded.with.some.error": "Скрипт предварительной настройки вернул код успешного выполнения, но в ходе процесса предварительной настройки возникли ошибки. Проверьте выходные данные предварительной настройки в канале средств Makefile.", "preconfigure.script.failed": "Сбой скрипта предварительной настройки. Возможно, этот проект не будет настроен успешно.", - "post.configure.script": "После настройки... \nСценарий: \"{0}\"", + "post.configure.script": "Последующая настройка...\nСценарий: {0}", "postconfigure.succeeded": "Последующая настройка успешно выполнена.", "postconfigure.succeeded.with.some.error": "Сценарий последующей настройки возвратил код успешного выполнения, но в процессе предварительной настройки были ошибки. Проверьте выходные данные последующей настройки в канале средств Makefile.", "postconfigure.script.failed": "Сбой сценария последующей настройки. Возможно, этот проект не будет настроен успешно.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Вместо этого выполняется настройка очистки.", "load.configuration.from.cache.elapsed": "Загрузка конфигурации из кэша затраченного времени: {0}", "loading.configurations.from.cache.not.necessary": "Загрузка конфигураций из кэша не требуется.", - "preprocessing.parse.file": "Предварительная обработка: \"{0}\"", + "preprocessing.parse.file": "Предварительная обработка: {0}", "preprocess.elapsed.time": "Затраченное время предварительной подготовки: {0}", "parsing.for.intellisense": "Анализ IntelliSense.", "parsing.for.intellisense.elapsed": "Анализ затраченного времени IntelliSense: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Анализ затраченного времени целей запуска: {0}", "current.launch.configuration.no.longer.present": "Текущая конфигурации запуска {0} больше не присутствует в списке доступных.", "generating.parse.content.build.targets": "Создание содержимого анализа для целевых объектов сборки.", - "parsing.build.targets.from.parse.file": "Анализ целевых объектов сборки из: \"{0}\"", + "parsing.build.targets.from.parse.file": "Анализ целевых объектов сборки из: {0}", "parsing.build.targets.elapsed.time": "Анализ затраченного времени целей сборки: {0}", "current.build.target.no.longer.present": "Текущий целевой объект сборки {0} больше не присутствует в списке доступных. Отмена настройки текущего целевого объекта сборки.", "automatically.reconfiguring.project.after.build.target.change": "Автоматическая повторная настройка проекта после изменения целевого объекта сборки.", diff --git a/i18n/trk/package.i18n.json b/i18n/trk/package.i18n.json index e7e95357..d95817a4 100644 --- a/i18n/trk/package.i18n.json +++ b/i18n/trk/package.i18n.json @@ -23,7 +23,7 @@ "makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Yapılandırmayı Temizlemek", "makefile-tools.command.makefile.preConfigure.title": "Makefile: Önceden Yapılandırmak", "makefile-tools.command.makefile.postConfigure.title": "Makefile: Yapılandırma Sonrası", - "makefile-tools.command.makefile.resetState.title": "Makefile: Makefile Araçlar Uzantısı çalışma alanı durumunu sıfırlamak (Sorun giderme için)", + "makefile-tools.command.makefile.resetState.title": "Makefile: Makefile Araçları uzantısı çalışma alanı durumunu sıfırlama (Sorun giderme için)", "makefile-tools.configuration.views.makefile.outline.description": "Proje Ana Hattı", "makefile-tools.configuration.makefile.makePath.description": "Make aracına giden yol", "makefile-tools.configuration.makefile.configurations.description": "Kullanıcı tanımlı Makefile yapılandırmaları", @@ -40,6 +40,8 @@ "makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Hedefin giriş noktasında durdur", "makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Sembollere giden yol", "makefile-tools.configuration.makefile.launchConfigurations.description": "Kullanıcı tanımlı başlatma (hata ayıklama/çalıştırma) yapılandırmaları", + "makefile-tools.configuration.makefile.launchConfigurations.name.description": "Başlatma yapılandırması için kullanımı kolay bir ad", + "makefile-tools.configuration.makefile.launchConfigurations.description.description": "Başlatma yapılandırmasının açıklaması", "makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Çalıştırılacak veya hata ayıklanacak ikili dosyana giden tam yol", "makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Program komut satırına geçirilecek bağımsız değişkenler", "makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Program için çalışma dizinini ayarla", @@ -47,7 +49,7 @@ "makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "VS olmayan hata ayıklayıcıya giden yol (gdb veya lldb)", "makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Hedefin giriş noktasında durdur", "makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Sembollere giden yol", - "makefile-tools.configuration.makefile.loggingLevel.description": "Makefile araçları uzantısı için günlük kaydı düzeyi", + "makefile-tools.configuration.makefile.loggingLevel.description": "Makefile Araçları uzantısı için günlük kaydı düzeyi", "makefile-tools.configuration.makefile.makeDirectory.description": "-C anahtarı aracılığıyla geçirilecek klasör yolu", "makefile-tools.configuration.makefile.makefilePath.description": "Projenin Makefile'a giden yolu", "makefile-tools.configuration.makefile.buildLog.description": "Provayı atlamak için okunan derleme günlüğüne giden yol", @@ -58,9 +60,10 @@ "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Bilinen uzantı listesine eklenecek derleyici araçlarının adları", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Bilinen uzantı listesinden çıkarılacak derleyici araçlarının adları", "makefile-tools.configuration.makefile.safeCommands.description": "Komut değiştirme işleminin güvenli olduğu komutlar", - "makefile-tools.configuration.makefile.configureOnOpen.description": "Make proje dizinleri açıldığında bu dizinleri otomatik olarak yapılandırın.", + "makefile-tools.configuration.makefile.configureOnOpen.description": "Derleme görevleri dosyası proje dizinleri açıldığında bu dizinleri otomatik olarak yapılandırın. Ayarlanmazsa, projeler ilk açılışta otomatik olarak yapılandırılır ve sonraki açılışlarda sorulur.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Herhangi bir ilgili Makefile ve/veya ayar değiştirildiğinde Makefile proje dizinlerini otomatik olarak yapılandırın", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Makefile proje dizinlerini, derleme yapılandırmasını değiştirme veya Makefile hedefi gibi ilgili işlemlerden sonra otomatik olarak yapılandırın", + "makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": "True olduğunda (varsayılan), derleme yapılandırmaları arasında geçiş yaparken her zaman Yapılandırma Temizle (--always-make kullanan) komutunu çalıştırın. False olduğunda, configureAfterCommand ayarı normal Yapılandır komutunun çalışıp çalışmayacağını belirler. Yapılandırmayı Temizle eksiksiz bir derleme veritabanı oluştururken normal Yapılandır komutu yalnızca güncel olmayan hedefleri içerir.", "makefile-tools.configuration.makefile.preConfigureScript.description": "Yapılandırmadan önce en az bir kez çalışması gereken betiğe giden yol", "makefile-tools.configuration.makefile.preConfigureArgs.description": "Yapılandırma öncesi betik dosyasına geçirilecek bağımsız değişkenler", "makefile-tools.configuration.makefile.postConfigureScript.description": "Yapılandırmadan sonra en az bir kez çalışması gereken betiğin yolu", @@ -71,9 +74,12 @@ "makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Yalnızca sahte hedefleri görüntüleyin", "makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Oluşturmadan veya yapılandırmadan önce açık dosyaları kaydet", "makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Başlatmadan önce mevcut hedefi oluşturun (hata ayıkla/çalıştır)", + "makefile-tools.configuration.makefile.buildOnSave.description": "Çalışma alanındaki bir dosya kaydedilirken geçerli hedefi oluşturun", + "makefile-tools.configuration.makefile.runOnSave.description": "Çalışma alanındaki bir dosya kaydedilirken geçerli hedefi oluşturun ve çalıştırın", "makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Derlemenin başındaki çıkış kanalını temizleyin", "makefile-tools.configuration.makefile.compileCommandsPath.description": "Derleme veritabanı dosyasına giden yol", "makefile-tools.configuration.makefile.panel.visibility.debug.description": "Bu uzantı tarafından oluşturulan görüntülerde yerel olarak (bu konakta) hata ayıklamayı etkinleştir", "makefile-tools.configuration.makefile.panel.visibility.run.description": "Bu uzantı tarafından oluşturulan görüntüleri yerel olarak (bu konakta) çalıştırmayı etkinleştir", + "makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Makefile Proje Ana Hattı paneli araç çubuğunda temizle ve derle düğmesini göster", "makefile-tools.configuration.makefile.panel.visibility.description": "Bu ayarı, Makefile Projesi Ana Hat panelindeki görünürlük ayarını kontrol etmek için değiştirin." } \ No newline at end of file diff --git a/i18n/trk/src/configuration.i18n.json b/i18n/trk/src/configuration.i18n.json index c3d933c6..72b9b212 100644 --- a/i18n/trk/src/configuration.i18n.json +++ b/i18n/trk/src/configuration.i18n.json @@ -33,6 +33,7 @@ "reading.current.launch.configuration": "Geçerli başlatma yapılandırması \"{0}\" çalışma alanı durumundan okunuyor.", "launch.configuration.no.longer.defined.settings": "Başlatma yapılandırması \"{0}\" artık \"makefile.launchConfigurations\" ayarlarında tanımlı değil.", "no.current.launch.configurations.in.state": "Çalışma alanı durumunda ayarlanmış geçerli başlatma yapılandırması yok.", + "no.launch.configuration.set": "Başlatma yapılandırma kümesi yok", "default.launch.configuration": "Varsayılan başlatma yapılandırması: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}", "deduced.command.configuration": "\"{1}\" yapılandırması için '{0}' komutu çıkarıldı", "could.not.find.make.file.tools.name": "Makefile.configurations.makePath içinde veya makefile.makePath içinde herhangi bir derleme aracı dosyası adı bulunamadı. Derleme varsayılıyor.", @@ -51,16 +52,25 @@ "configuring.on.open": "Açılışta yapılandır: {0}", "configure.on.edit": "Düzenlemede yapılandır: {0}", "configure.after.command": "Komut sonrasında yapılandır: {0}", + "clean.configure.on.configuration.change": "Yapılandırma değiştiğinde yapılandırmayı temizleyin: {0}", "only.phony.targets": "Yalnızca .PHONY hedefleri: {0}", "save.before.build.or.configure": "Derlemeden veya yapılandırmadan önce kaydet: {0}", "build.before.launch": "Başlatmadan önce derle: {0}", + "build.on.save": "Kaydederken oluştur: {0}", + "run.on.save": "Kaydetme sırasında çalışıyor: {0}", "clear.output.before.build": "Derlemeden önce çıkışı temizle: {0}", "ignore.directory.commands": "Dizin komutlarını yoksay: {0}", "configurating.after.settings.or.makefile.changes": "Ayarlardan veya makefile değişikliğinden sonra yapılandırılıyor...", + "configuring.before.build.on.save": "Kaydederken oluşturma işleminden önce yapılandırılıyor...", + "configure.failed.skipping.build": "Yapılandırma başarısız oldu, kaydederken oluşturma atlanıyor.", + "building.and.running.on.save": "Kaydetme sırasında derleniyor ve çalıştırılıyor...", + "building.on.save": "Kaydederken oluşturuluyor...", + "running.on.save": "Kaydetme sırasında çalışıyor...", "key.setting.changed": "{0} ayarı değiştirildi.", "setting.configuration": "Yapılandırma ayarlanıyor - {0}", "re.reading.settings.after.configuration.change": "Yapılandırma değişikliğinden sonra ayarlar yeniden okunuyor.", "no.configurations.defined": "makefile.configurations ayarında yapılandırma tanımlanmadı.", + "automatically.clean.reconfiguring.project.after.change": "Makefile yapılandırma değişikliğinden sonra projede otomatik olarak temiz yeniden yapılandırma gerçekleştirin.", "automatically.reconfiguring.project.after.change": "Makefile yapılandırma değişikliğinden sonra projeyi otomatik olarak yeniden yapılandırın.", "setting.target": "{0} hedefi ayarlanıyor", "rereading.settings.after.target.change": "Hedef değişikliğinden sonra ayarlar yeniden okunuyor.", diff --git a/i18n/trk/src/extension.i18n.json b/i18n/trk/src/extension.i18n.json index 72a02b8d..3d8ea9c9 100644 --- a/i18n/trk/src/extension.i18n.json +++ b/i18n/trk/src/extension.i18n.json @@ -6,11 +6,11 @@ { "makefile.outline.makefileFileNotFound": "Makefile açılamadı.", "makefile.outline.buildLogFileNotFound": "Derleme günlüğü dosyası açılamadı.", - "extension.configureOnOpen": "Makefile'larınızdaki bilgileri kullanarak bu çalışma alanı için C++ IntelliSense özelliğini yapılandırmak ister misiniz?", + "extension.configureOnOpen": "Bu derleme görevleri dosyası projesini C++ IntelliSense için yapılandırmak ister misiniz?", "yes": "Evet", "no": "Hayır", - "always.configure.on.open": "Açılışta her zaman Makefile'larınızdaki bilgiler kullanılarak C++ IntelliSense özelliği yapılandırılsın mı?", - "never.configure.on.open": "Açılışta Makefile'larınızdaki bilgiler kullanılarak C++ IntelliSense özelliği yapılandırılsın mı?", + "always.configure.on.open": "Bu derleme görevleri dosyası projesi açılışta her zaman C++ IntelliSense için yapılandırılsın mı?", + "never.configure.on.open": "Bu derleme görevleri dosyası projesi açılışta C++ IntelliSense için yapılandırılsın mı?", "yes.button": "Evet", "no.button": "Hayır", "never.button": "Hiçbir Zaman", diff --git a/i18n/trk/src/make.i18n.json b/i18n/trk/src/make.i18n.json index 27832ed7..ebb8a309 100644 --- a/i18n/trk/src/make.i18n.json +++ b/i18n/trk/src/make.i18n.json @@ -49,11 +49,11 @@ "could.not.find.post.configure.on.disk": "Belirtilen yapılandırma sonrası betiği \"{0}\" diskinde bulunamadı.", "make.postconfigure.title": "Yapılandırma sonrası işlem uygulanıyor: {0}", "make.postconfigure.cancelling.title": "Yapılandırma sonrası iptal ediliyor", - "pre.configuring.script": "Önceden yapılandırılıyor...\nBetik: \"{0}\"", + "pre.configuring.script": "Yapılandırma öncesi işlem uygulanıyor...\nBetik: {0}", "preconfigure.succeeded": "Önceden yapılandırma başarılı oldu.", "preconfigure.succeeded.with.some.error": "Önceden yapılandırma betiği başarı kodu döndürdü, ancak önceden yapılandırma işlemi sırasında hatalar bildirildi. Makefile Araçları kanalında önceden yapılandırma çıkışını yeniden denetleyin.", "preconfigure.script.failed": "Önceden yapılandırma betiği başarısız oldu. Bu proje başarıyla yapılandırılmayabilir.", - "post.configure.script": "Yapılandırma sonrası işlem uygulanıyor... \nBetik: \"{0}\"", + "post.configure.script": "Yapılandırma sonrası işlem uygulanıyor...\nBetik: {0}", "postconfigure.succeeded": "Yapılandırma sonrası işlemi başarılı oldu.", "postconfigure.succeeded.with.some.error": "Yapılandırma sonrası betiği başarı kodu döndürdü, ancak yapılandırma sonrası işlemi sırasında bir yerde hatalar bildirildi. Makefile Araçları kanalında yapılandırma sonrası çıkışını yeniden denetleyin.", "postconfigure.script.failed": "Yapılandırma sonrası betiği başarısız oldu. Bu proje başarıyla yapılandırılmayabilir.", @@ -88,7 +88,7 @@ "running.clean.configure.instead": "Bunun yerine temiz yapılandırma çalıştırılıyor.", "load.configuration.from.cache.elapsed": "Önbellekten yapılandırma yükleme için geçen süre: {0}", "loading.configurations.from.cache.not.necessary": "Yapılandırmaların önbellekten yüklenmesi gerekli değil.", - "preprocessing.parse.file": "Ön işlem yapılıyor: \"{0}\"", + "preprocessing.parse.file": "Ön işlem yapılıyor: {0}", "preprocess.elapsed.time": "Ön işleme için geçen süre: {0}", "parsing.for.intellisense": "IntelliSense için ayrıştırılıyor.", "parsing.for.intellisense.elapsed": "IntelliSense ayrıştırma için geçen süre: {0}", @@ -96,7 +96,7 @@ "parsing.for.launch.targets.elapsed": "Başlatma hedefleri için geçen süre ayrıştırılıyor: {0}", "current.launch.configuration.no.longer.present": "Geçerli başlatma {0} yapılandırması artık kullanılabilir listede yok.", "generating.parse.content.build.targets": "Derleme hedefleri için ayrıştırma içeriği oluşturuluyor.", - "parsing.build.targets.from.parse.file": "Derleme hedefleri için ayrıştırma kaynağı: \"{0}\"", + "parsing.build.targets.from.parse.file": "Derleme hedefleri için ayrıştırma kaynağı: {0}", "parsing.build.targets.elapsed.time": "Derleme hedeflerini ayrıştırma işlemi için geçen süre: {0}", "current.build.target.no.longer.present": "Geçerli derleme hedefi {0} artık kullanılabilir listede yok. Geçerli derleme hedefinin ayarlaması kaldırılıyor.", "automatically.reconfiguring.project.after.build.target.change": "Bir derleme hedefi değişikliğinden sonra projeyi otomatik olarak yeniden yapılandırın.",