Localization - Translated Strings (#285)
This commit is contained in:
Родитель
042bf3be7c
Коммит
8bb2fbae07
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "生成文件: 生成当前目标",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "生成文件: 生成清理当前目标",
|
||||
"makefile-tools.command.makefile.buildAll.title": "生成文件: 生成目标 ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "生成文件: 生成清理目标 ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "生成文件: 调试所选二进制目标",
|
||||
"makefile-tools.command.makefile.launchRun.title": "生成文件: 在终端中运行所选的二进制目标",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "生成文件: 设置当前生成配置",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "生成文件: 设置要由 make 生成的目标",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "生成文件: 设置生成启动配置",
|
||||
"makefile-tools.command.makefile.configure.title": "生成文件: 配置",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "生成文件: 清理配置",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "生成文件: 预配置",
|
||||
"makefile-tools.command.makefile.resetState.title": "生成文件: 重置生成文件工具扩展工作区状态(用于故障排除)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "项目大纲",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "make 工具的路径",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "用户定义的生成文件配置",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "生成文件配置的名称",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "生成文件的文件路径",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "make 命令的文件路径",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "通过 -C 开关传递的文件夹路径",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "要传递给 make 命令的参数",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "生成当前目标时要使用的问题匹配器名称",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "生成日志(而不是干运行输出)的文件路径",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "各种全局调试器设置",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "非 VS 调试器类型: gdb 或 lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "非 VS 调试器的路径(gdb 或 lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "在目标的入口点处停止",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "符号的路径",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "用户定义的启动(调试/运行)配置",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "要运行或调试的二进制文件的完整路径",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "要传递给程序命令行的参数",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "设置程序的工作目录",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "非 VS 调试器类型: gdb 或 lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "非 VS 调试器的路径(gdb 或 lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "在目标的入口点处停止",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "符号的路径",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "生成文件工具扩展的日志记录级别",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "要通过开关 -C 传递的文件夹路径",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "项目的生成文件的路径",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "为绕过试运行而读取的生成日志的路径",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "扩展生成的各种输出文件的路径",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "存储生成文件输出通道中所有内容的输出文件的路径",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "存储上次试运行生成命令输出的缓存文件的路径",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "要传递给干运行 make 调用的参数",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "要添加到扩展已知列表的编译器工具的名称",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "要从扩展已知列表中排除的编译器工具的名称",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "打开生成文件项目目录时自动配置它们",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "更改任何相关生成文件和/或设置时自动配置生成文件项目目录",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "在执行相关操作(例如更改生成配置或生成文件目标)后自动配置生成文件项目目录",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "需要在配置之前至少运行一次的脚本的路径",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "始终在配置前运行预配置脚本",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "不要分析目录更改命令,如 cd、push、pop。",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "仅显示虚假目标",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "在生成或配置之前保存打开的文件",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "在启动之前生成当前目标(调试/运行)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "在生成开始时清除输出通道",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "编译数据库文件的路径"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "未找到 {0}。",
|
||||
"makefile.entry.point.not.found": "找不到 {0} 入口点"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "扩展 {0} 已取消激活。"
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "项目在后台进行配置,{0} 可能会在过期输入时运行。",
|
||||
"cannot.op.because.project.already.doing": "无法 {0},因为项目已在执行 \\\"{1}\\\"。",
|
||||
"yes": "是",
|
||||
"no": "否"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "生成目标: {0}",
|
||||
"makefile.target.currently.selected.for.build": "当前为生成选择的生成文件目标。",
|
||||
"issue.rendering.item": "{0}(呈现此项时出现问题)",
|
||||
"tree.launch.target": "启动目标: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "当前选择用于调试并在终端中运行的启动目标。\n{0}",
|
||||
"tree.configuration": "配置: {0}",
|
||||
"Unset": "取消设置"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: 組建目前目標",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: 組建清除目前目標",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: 組建目標 ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: 組建清除目標 ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: 偵錯選取的二進位檔目標",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: 在終端機中執行選取的二進位檔目標",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: 設定目前的組建設定",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: 設定要透過製作建置的目標",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: 設定 Make 啟動設定",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: 設定",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: 清除設定",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "MMakefile: 預先設定",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: 重設 Makefile 工具延伸模組工作區狀態 (用於疑難排解)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "專案大綱",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Make 工具的路徑",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "使用者定義的 Makefile 設定",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Makefile 設定的名稱",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Makefile 的檔案路徑",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Make 命令的檔案路徑",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "要透過 -C 切換 Make 通過的資料夾路徑",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "要傳遞到 Make 命令的引數",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "組建目前目標時所使用的問題比對器名稱",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "用來組建記錄檔 (而非試執行輸出) 的檔案路徑",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "各種全域偵錯工具設定",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "非 VS 偵錯工具類型: gdb 或 lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "非 VS 偵錯工具路徑 (gdb 或 lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "在目標的進入點停止",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "符號的路徑",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "使用者定義的啟動 (偵錯/執行) 設定",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "要執行或偵錯之二進位檔的完整路徑",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "要傳遞給程式命令列的引數",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "設定程式的工作目錄",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "非 VS 偵錯工具類型: gdb 或 lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "非 VS 偵錯工具路徑 (gdb 或 lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "在目標的進入點停止",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "符號的路徑",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Makefile 工具延伸模組的記錄層級",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "要透過切換 -C Make 通過的資料夾路徑",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "專案之 Makefile 的路徑",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "要讀取以略過試執行之組建記錄檔的路徑",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "由延伸模組所產生之各種輸出檔案的路徑",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "從 Makefile 輸出通道儲存所有內容的輸出檔案路徑",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "儲存最後試執行 Make 命令之輸出的快取檔案路徑",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "要傳遞至試執行 Make 引動過程的引數",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "要新增至延伸模組已知清單的編譯器工具名稱",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "要從延伸模組已知清單中排除的編譯器工具名稱",
|
||||
"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.preConfigureScript.description": "至少需要執行一次才能設定的指令碼路徑",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "一律在設定前先執行預先設定的指令碼",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "請勿分析目錄變更命令 (像是 cd、push、pop)。",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "僅顯示詐騙目標",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "組建或設定之前先儲存開啟的檔案",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "在啟動 (偵錯/執行) 之前先組建目前的目標",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "清除組建開頭的輸出通道",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "編譯資料庫檔案的路徑"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "找不到 {0}。",
|
||||
"makefile.entry.point.not.found": "找不到 {0} 進入點。"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "延伸模組 {0} 已停用。"
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "專案正在背景中設定,而 {0} 可能會以過期的輸入執行。",
|
||||
"cannot.op.because.project.already.doing": "無法{0},因為專案已在執行 '{1}'。",
|
||||
"yes": "是",
|
||||
"no": "否"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "組建目標: {0}",
|
||||
"makefile.target.currently.selected.for.build": "目前為組建選取的 Makefile 目標。",
|
||||
"issue.rendering.item": "{0} (轉譯此項目時發生問題)",
|
||||
"tree.launch.target": "啟動目標: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "目前為在終端機中偵錯與執行選取的啟動目標。\n{0}",
|
||||
"tree.configuration": "設定: {0}",
|
||||
"Unset": "取消設定"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Soubor pravidel: Sestavit aktuální cíl",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Soubor pravidel: Sestavit od začátku aktuální cíl",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Soubor pravidel: Sestavit cíl – VŠE",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Soubor pravidel: Sestavit od začátku cíl – VŠE",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Soubor pravidel: Ladit vybraný binární cíl",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Soubor pravidel: Spustit vybraný binární cíl v terminálu",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Soubor pravidel: Nastavit aktuální konfiguraci sestavení",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Soubor pravidel: Nastavit cíl, který se má vytvořit pomocí maku",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Soubor pravidel: Nastavit konfiguraci spuštění make",
|
||||
"makefile-tools.command.makefile.configure.title": "Soubor pravidel: Konfigurovat",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Soubor pravidel: Vyčistit konfiguraci",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Soubor pravidel: Předkonfigurovat",
|
||||
"makefile-tools.command.makefile.resetState.title": "Soubor pravidel: Resetovat stav pracovního prostoru rozšíření Makefile Tools (pro řešení potíží)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Osnova projektu",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Cesta k nástroji make",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "Uživatelem definované konfigurace makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Název konfigurace souboru pravidel",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Cesta k souboru pravidel",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Cesta k souboru příkazu make",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Cesta ke složce předaná maku přepínačem -C",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Argumenty předané příkazu make",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Názvy matcherů problémů, které se mají použít při sestavování aktuálního cíle",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Cesta k souboru protokolu sestavení, která se použije namísto zkušebního výstupu",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Různá globální nastavení ladicího programu",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "Typ ladění mimo VS: gdb nebo lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Cesta k ladicímu programu mimo VS (gdb nebo lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Zastavit na vstupním bodu cíle",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"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.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",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "Typ ladění mimo VS: gdb nebo lldb",
|
||||
"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": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Cesta k symbolům",
|
||||
"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í",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Cesta k různým výstupním souborům vytvářeným rozšířením",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Cesta k výstupnímu souboru, ve kterém se nachází všechen obsah z výstupního kanálu souboru pravidel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Cesta k souboru mezipaměti, na které se nachází výstup posledního zkušebního příkazu make",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumenty, které se mají předat při zkušebním volání maku",
|
||||
"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.configureOnOpen.description": "Automaticky nakonfigurovat adresáře projektu souboru pravidel při jejich otevření",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automaticky nakonfigurovat adresáře projektu souboru pravidel při změně všech relevantních souborů pravidel nebo nastavení",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automaticky nakonfigurovat adresáře projektu souboru pravidel po relevantních operacích, například po změně konfigurace sestavení nebo cíle souboru pravidel",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "Cesta ke skriptu, který musí před konfigurací alespoň jednou běžet",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Před konfigurací vždy spustit předkonfigurační skript",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Neanalyzovat příkazy pro změnu adresáře, jako jsou cd, push nebo pop",
|
||||
"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.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"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "{0} se nenašel.",
|
||||
"makefile.entry.point.not.found": "Vstupní bod {0} se nenašel."
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "Rozšíření {0} je deaktivováno."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "Projekt se konfiguruje na pozadí a {0} může běžet na zastaralém vstupu.",
|
||||
"cannot.op.because.project.already.doing": "Nelze {0}, protože projekt již provádí operaci {1}.",
|
||||
"yes": "Ano",
|
||||
"no": "Ne"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "Sestavit cíl: {0}",
|
||||
"makefile.target.currently.selected.for.build": "Cíl souboru pravidel aktuálně vybraný pro sestavení",
|
||||
"issue.rendering.item": "{0} (při vykreslování této položky došlo k problému)",
|
||||
"tree.launch.target": "Cíl spuštění: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "Cíl spuštěný aktuálně vybraný pro ladění a spuštění v terminálu. \n{0}",
|
||||
"tree.configuration": "Konfigurace: {0}",
|
||||
"Unset": "Nenastaveno"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Aktuelles Ziel erstellen",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Aktuelles Ziel bereinigen und erstellen",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Ziel „ALL“ erstellen",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Ziel „ALL“ bereinigen und erstellen",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Ausgewähltes Binärziel debuggen",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Ausgewähltes Binärziel im Terminal ausführen",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Aktuelle Buildkonfiguration festlegen",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Legen Sie das Ziel fest, das von „Make“ erstellt werden soll",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: „Make“-Startkonfiguration festlegen",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Konfigurieren",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Konfiguration bereinigen",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Vorkonfigurieren",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Arbeitsbereichsstatus der Erweiterung „Makefile-Tools“ zurücksetzen (zur Problembehandlung)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Projektgliederung",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Der Pfad zum „Make“-Tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "Die benutzerdefinierten „Makefile“-Konfigurationen",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Der Name der „Makefile“-Konfiguration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Dateipfad zum „Makefile“",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Dateipfad zum „Make“-Befehl",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Der Ordnerpfad, der über den Schalter „-C“ an „Make“ übergeben wird",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Argumente, die an den „Make“-Befehl übergeben werde sollen",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Namen des Problemabgleichs, die beim Erstellen des aktuellen Ziels verwendet werden sollen",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Dateipfad zum Buildprotokoll, das anstelle der Probeausgabe verwendet wird",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Verschiedene globale Debuggereinstellungen",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "Der Nicht-VS-Debuggertyp: „gdb“ oder „lldb“",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Pfad zum Nicht-VS-Debugger („gdb“ oder „lldb“)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Hiermit wird der Vorgang am Einstiegspunkt des Ziels beendet.",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"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.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.",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "Der Nicht-VS-Debuggertyp: „gdb“ oder „lldb“",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Pfad zum Nicht-VS-Debugger („gdb“ oder „lldb“)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Hiermit wird der Vorgang am Einstiegspunkt des Ziels beendet.",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Der Pfad zu den Symbolen",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Der Protokolliergrad für die Erweiterung „Makefile-Tools“.",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "Der Ordnerpfad, der über den Schalter „-C“ an „Make“ übergeben werden soll",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "Der Pfad zum „Makefile“ des Projekts",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "Der Pfad zum Buildprotokoll, das gelesen wird, um einen Probelauf zu umgehen",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Der Pfad zu verschiedenen Ausgabedateien, die von der Erweiterung erstellt werden",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Der Pfad zu einer Ausgabedatei, in der der gesamte Inhalt aus dem „Makefile“-Ausgabekanal gespeichert wird",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Der Pfad zu einer Cachedatei, in der die Ausgabe des letzten „dry-run make“-Befehls gespeichert wird",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumente, die an den Aufruf „dry-run make“ übergeben werden sollen",
|
||||
"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.configureOnOpen.description": "„Makefile“-Projektverzeichnisse automatisch konfigurieren, wenn sie geöffnet werden",
|
||||
"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.preConfigureScript.description": "Der Pfad zum Skript, das vor der Konfiguration mindestens einmal ausgeführt werden muss",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Vorkonfiguriertes Skript immer vor der Konfiguration ausführen",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Keine Analyse von Befehlen, die Verzeichnisse ändern, wie z. B. „cd“, „push“, „pop“.",
|
||||
"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.clearOutputBeforeBuild.description": "Ausgabekanal am Anfang eines Builds löschen",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "Der Pfad zur Datenbankdatei der Kompilierung"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "{0} wurde nicht gefunden.",
|
||||
"makefile.entry.point.not.found": "Der Einstiegspunkt {0} wurde nicht gefunden"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "Die Erweiterung {0} ist deaktiviert."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "Das Projekt wird im Hintergrund konfiguriert, und {0} kann mit veralteten Eingaben ausgeführt werden.",
|
||||
"cannot.op.because.project.already.doing": "Kann nicht {0}, weil das Projekt bereits „{1}“ ausführt.",
|
||||
"yes": "Ja",
|
||||
"no": "Nein"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "Ziel erstellen: {0}",
|
||||
"makefile.target.currently.selected.for.build": "Das „Makefile“-Ziel, dass derzeit für den Build ausgewählt ist.",
|
||||
"issue.rendering.item": "{0} (beim Rendern dieses Elements ist ein Problem aufgetreten)",
|
||||
"tree.launch.target": "Startziel: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "Das aktuell für das Debuggen und Ausführen im Terminal ausgewählte Startziel.\n{0}",
|
||||
"tree.configuration": "Konfiguration: {0}",
|
||||
"Unset": "Löschen"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile : Construire la cible actuelle",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile : Build nettoie la cible actuelle",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile : Construisez la cible ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile : Build nettoie la cible ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile : Déboguer la cible binaire sélectionnée",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile : Exécuter la cible binaire sélectionnée dans le terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile : définir la configuration de construction actuelle",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile : Définissez la cible à construire par make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile : définir la configuration de lancement de make",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile : configurer",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile : nettoyer la configuration",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile : préconfigurer",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile : Réinitialiser l’état de l’espace de travail Makefile Tools Extension (pour le dépannage)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Hiérarchique du projet",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Le chemin vers l'outil make",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "Les configurations de makefile définies par l’utilisateur",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Le nom de la configuration du makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Chemin d’accès au fichier makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Chemin du fichier vers la commande make",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Chemin du dossier transmis à make via le commutateur -C",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments à passer à la commande make",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Noms des apparieurs de problèmes à utiliser lors de la création de la cible actuelle",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Chemin de fichier vers le journal de construction utilisé à la place de la sortie de simulation",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Divers paramètres de débogage globaux",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "Le type de débogueur non VS : gdb ou lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Chemin vers le débogueur non VS (gdb ou lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Arrêter au point d'entrée de la cible",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"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.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",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "Le type de débogueur non VS : gdb ou lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Chemin vers le débogueur non VS (gdb ou lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Arrêter au point d'entrée de la cible",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Le chemin vers les symboles",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Le niveau de journalisation pour l’extension des outils makefile",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "Le chemin du dossier à passer à make via le switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "Le chemin vers le makefile du projet",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "Le chemin d’accès au journal de génération qui est lu pour contourner un essai à blanc",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Le chemin d’accès aux différents fichiers de sortie produits par l’extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Le chemin d’accès à un fichier de sortie stockant tout le contenu du canal de sortie Makefile",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Le chemin d’accès à un fichier cache stockant la sortie de la dernière commande make à blanc",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Les arguments à passer à l’épreuve font invocation",
|
||||
"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.configureOnOpen.description": "Configurer automatiquement les répertoires de projet Makefile lorsqu’ils sont ouverts",
|
||||
"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.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.alwaysPreConfigure.description": "Exécutez toujours le script de pré-configuration avant de configurer",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "N’analysez pas les commandes de changement de répertoire telles que cd, push, pop.",
|
||||
"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.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"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "{0} introuvable.",
|
||||
"makefile.entry.point.not.found": "{0} point d’entrée introuvable"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "L’extension {0} est désactivée."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "Le projet se configure en arrière-plan et {0} peut s’exécuter sur des entrées obsolètes.",
|
||||
"cannot.op.because.project.already.doing": "Impossible {0} car le projet fait déjà un '{1}'.",
|
||||
"yes": "Oui",
|
||||
"no": "Non"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "Cible de compilation : {0}",
|
||||
"makefile.target.currently.selected.for.build": "La cible du makefile actuellement sélectionnée pour la construction.",
|
||||
"issue.rendering.item": "{0} (un problème s’est produit lors de l’affichage de cet élément)",
|
||||
"tree.launch.target": "Cible de lancement : {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "La cible de lancement actuellement sélectionnée pour le débogage et l’exécution dans le terminal.\n{0}",
|
||||
"tree.configuration": "Configuration : {0}",
|
||||
"Unset": "Désactiver"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: compilare la destinazione corrente",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: pulire la destinazione corrente",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: compilare la destinazione ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: compilare pulire la destinazione ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: eseguire il debug della destinazione binaria selezionata",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: eseguire la destinazione binaria selezionata nel terminale",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: impostare la configurazione di compilazione corrente",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: impostare la destinazione da compilare per make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: impostare la configurazione di creazione avvio",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: configurare",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Pulisci configurazione",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: preconfigurare",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: reimpostare lo stato dell'area di lavoro dell'estensione Strumenti Makefile (per la risoluzione dei problemi)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Struttura del progetto",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Percorso dello strumento make",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "Configurazioni makefile definite dall'utente",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Nome della configurazione del makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Percorso del file del makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Percorso del file del comando make",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Percorso della cartella passato per l'operazione tramite il passaggio -C",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Argomenti da passare al comando make",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problemi relativi ai nomi dei matcher da usare durante la compilazione della destinazione corrente",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Percorso del file del log di compilazione usato al posto dell'output di esecuzione a prova",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Varie impostazioni globali del debugger",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "Tipo di debugger non VS: gdb o lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Percorso del debugger non VS (gdb o lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Arresta in corrispondenza del punto di ingresso della destinazione",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"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.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",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "Tipo di debugger non VS: gdb o lldb",
|
||||
"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": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"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.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",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Percorso di vari file di output prodotti dall'estensione",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Percorso di un file di output che archivia tutto il contenuto dal canale di output Makefile",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Percorso di un file di cache che archivia l'output dell'ultimo comando make di esecuzione a prova di prova",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Argomenti da passare alla chiamata di dry-run make",
|
||||
"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.configureOnOpen.description": "Configurare automaticamente le directory del progetto Makefile all'apertura",
|
||||
"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.preConfigureScript.description": "Percorso dello script che deve essere eseguito almeno una volta prima della configurazione",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Eseguire sempre lo script di pre-configurazione prima della configurazione",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Non analizzare i comandi di modifica della directory come cd, push, pop.",
|
||||
"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.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"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "{0} non è stato trovato.",
|
||||
"makefile.entry.point.not.found": "{0} punto di ingresso non trovato"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "L'estensione {0} viene disattivata."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "Il progetto viene configurato in background e {0} potrebbe essere eseguito con input non aggiornato.",
|
||||
"cannot.op.because.project.already.doing": "Non è possibile {0} perché il progetto sta già eseguendo un '{1}'.",
|
||||
"yes": "Sì",
|
||||
"no": "No"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "Destinazione di compilazione: {0}",
|
||||
"makefile.target.currently.selected.for.build": "Destinazione del makefile attualmente selezionata per la compilazione.",
|
||||
"issue.rendering.item": "{0} (si è verificato un problema durante il rendering dell'elemento)",
|
||||
"tree.launch.target": "Destinazione di avvio: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "Destinazione di avvio attualmente selezionata per il debug ed eseguita nel terminale.\n{0}",
|
||||
"tree.configuration": "Configurazione: {0}",
|
||||
"Unset": "Non impostato"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Plik reguł programu make: kompilowanie bieżącego obiektu docelowego",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Plik reguł programu make: kompilowanie czyszczenia bieżącego elementu docelowego",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Plik reguł programu make: kompilowanie elementu docelowego ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Plik reguł programu make: kompilowanie czyszczenia elementu docelowego ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Plik reguł programu make: debugowanie wybranego binarnego elementu docelowego",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Plik reguł programu make: uruchomienie wybranego elementu docelowego pliku binarnego w terminalu",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Plik reguł programu make: ustawienie bieżącej konfiguracji kompilacji",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Plik reguł programu make: ustawienie obiektu docelowego, który ma zostać skompilowany przez funkcję make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Plik reguł programu make: ustawienie konfiguracji tworzenia uruchamiania",
|
||||
"makefile-tools.command.makefile.configure.title": "Plik reguł programu make: konfiguracja",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Plik reguł programu make: czysta konfiguracja",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Plik reguł programu make: konfiguracja wstępna",
|
||||
"makefile-tools.command.makefile.resetState.title": "Plik reguł programu make: resetowanie stanu obszaru roboczego rozszerzenia Makefile Tools (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ł programu make zdefiniowane przez użytkownika",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Nazwa konfiguracji pliku reguł programu make",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Ścieżka pliku do pliku reguł programu make",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Ścieżka pliku do polecenia make",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Ścieżka folderu przekazana do wykonania za pomocą przełącznika -C",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Argumenty do przekazania do polecenia make",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Nazwy pasujących problemów do użycia podczas kompilowania bieżącego elementu docelowego",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Ścieżka pliku do dziennika kompilacji używanego zamiast danych wyjściowych przebiegu próbnego",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Różne ustawienia debugera globalnego",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "Typ debugera innego niż VS: gdb lub lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Ścieżka do debugera innego niż VS (gdb lub lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Zatrzymaj w punkcie wejścia elementu docelowego",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"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.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",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "Typ debugera innego niż VS: gdb lub lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Ścieżka do debugera innego niż VS (gdb lub lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Zatrzymaj w punkcie wejścia elementu docelowego",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Ścieżka do symboli",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Poziom rejestrowania rozszerzenia narzędzi pliku reguł programu make",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "Ścieżka folderu do przekazania za pomocą przełącznika -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "Ścieżka do pliku reguł programu make projektu",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "Ścieżka do dziennika kompilacji, który jest odczytywany, aby obejść przebieg próbny",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Ścieżka do różnych plików wyjściowych utworzonych przez rozszerzenie",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Ścieżka do pliku wyjściowego przechowującego całą zawartość z kanału wyjściowego pliku reguł programu make",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Ścieżka do pliku pamięci podręcznej przechowującego dane wyjściowe ostatniego polecenia make przebiegu próbnego",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumenty do przekazania do przywołania przebiegu próbnego make",
|
||||
"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.configureOnOpen.description": "Automatycznie konfiguruj katalogi projektu pliku reguł programu make po ich otwarciu",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatycznie konfiguruj katalogi projektu pliku reguł programu make, gdy zostaną zmienione odpowiednie pliki reguł programu make i/lub ustawienia",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatycznie konfiguruj katalogi projektu pliku reguł programu make po odpowiednich operacjach, takich jak zmiana konfiguracji kompilacji lub obiekt docelowy pliku reguł programu make",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "Ścieżka do skryptu, który musi zostać uruchomiony co najmniej raz przed skonfigurowaniem",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Zawsze uruchamiaj wstępnie skonfigurowany skrypt przed skonfigurowaniem",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Nie analizuj poleceń zmiany katalogu, takich jak cd, push, pop.",
|
||||
"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.clearOutputBeforeBuild.description": "Wyczyść kanał wyjściowy na początku kompilacji",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "Ścieżka do pliku bazy danych kompilacji"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "Nie znaleziono {0}.",
|
||||
"makefile.entry.point.not.found": "nie znaleziono punktu wejścia {0}"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "Rozszerzenie {0} zostało dezaktywowane."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "Projekt jest konfigurowany w tle i {0} może być uruchamiany w nieaktualnych danych wejściowych.",
|
||||
"cannot.op.because.project.already.doing": "Nie można {0} ponieważ projekt wykonuje już operację „{1}”.",
|
||||
"yes": "Tak",
|
||||
"no": "Nie"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "Element docelowy kompilacji: {0}",
|
||||
"makefile.target.currently.selected.for.build": "Element docelowy pliku reguł programu make aktualnie wybrany do kompilacji.",
|
||||
"issue.rendering.item": "{0} (wystąpił problem podczas renderowania tego elementu)",
|
||||
"tree.launch.target": "Element docelowy uruchamiania: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "Element docelowy uruchamiania aktualnie wybrany do debugowania i uruchamiania w terminalu.\n{0}",
|
||||
"tree.configuration": "Konfiguracja: {0}",
|
||||
"Unset": "Cofnij ustawienie"
|
||||
}
|
|
@ -4,61 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: Build clean the current target",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: Build the target ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: Build clean the target ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: Debug the selected binary target",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: Run the selected binary target in the terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: Set the current build configuration",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: Set the target to be built by make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: Set the make launch configuration",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: Configure",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Clean Configure",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: Pre-Configure",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: Reset the Makefile Tools Extension workspace state (For troubleshooting)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Derleme görevleri dosyası: Mevcut hedefi derlemek",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Derleme görevleri dosyası: Mevcut hedefi temizlemek",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Derleme görevleri dosyası: ALL hedefini derlemek",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Derleme görevleri dosyası: ALL hedefini temizlemek",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Derleme görevleri dosyası: Seçili ikili hedefte hata ayıklamak",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Derleme görevleri dosyası: Seçili ikili hedefi terminalde çalıştırmak",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Derleme görevleri dosyası: Geçerli derleme yapılandırmasını ayarlamak",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Derleme görevleri dosyası: Hedefi make tarafından oluşturulacak şekilde ayarlamak",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Derleme görevleri dosyası: Make başlatma yapılandırmasını ayarlamak",
|
||||
"makefile-tools.command.makefile.configure.title": "Derleme Görevleri Dosyası: Yapılandırmak",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Derleme Görevleri Dosyası: Yapılandırmayı Temizlemek",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Derleme görevleri dosyası: Önceden Yapılandırmak",
|
||||
"makefile-tools.command.makefile.resetState.title": "Derleme Görevleri Dosyası: Derleme görevleri dosyası Araçlar Uzantısı çalışma alanı durumunu sıfırlamak (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ı derleme görevleri dosyası yapılandırmaları",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Derleme görevleri dosyası yapılandırmasının adı",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Derleme görevleri dosyasına giden dosya yolu",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Make komutuna giden dosya yolu",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "-C anahtarı aracılığıyla make aracına geçirilen klasör yolu",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Make komutuna geçirilecek bağımsız değişkenler",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Geçerli hedefi oluştururken kullanılacak sorun eşleştirici adları",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Prova çıkışı yerine kullanılan derleme günlüğüne giden dosya yolu",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Çeşitli genel hata ayıklayıcısı ayarları",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "VS olmayan hata ayıklayıcı türü: gdb veya lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "VS olmayan hata ayıklayıcıya giden yol (gdb veya lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Hedefin giriş noktasında durdur",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
|
||||
"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.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",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "VS olmayan hata ayıklayıcı türü: gdb veya lldb",
|
||||
"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": "The path to the symbols",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "The logging level for the makefile tools extension",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "The path to an output file storing all content from the Makefile output channel",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Automatically configure Makefile project directories when they are opened",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file"
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Sembollere giden yol",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Derleme görevleri dosyası 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 derleme görevleri dosyasına giden yolu",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "Provayı atlamak için okunan derleme günlüğüne giden yol",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Uzantı tarafından üretilen çeşitli çıktı dosyalarına giden yol",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Derleme Görevleri Dosyası çıkış dosyasından tüm içeriği depolayan bir çıkış dosyasına giden yol",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Son prova make komutunun çıktısını depolayan bir önbellek dosyasına giden yol",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Prova make çağrısına geçirilecek bağımsız değişkenler",
|
||||
"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.configureOnOpen.description": "Make proje dizinleri açıldığında bu dizinleri otomatik olarak yapılandırın.",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Herhangi bir ilgili derleme görevleri dosyası ve/veya ayar değiştirildiğinde Derleme görevleri dosyası proje dizinlerini otomatik olarak yapılandırın",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Derleme görevleri dosyası proje dizinlerini, derleme yapılandırmasını değiştirme veya derleme görevleri dosyası hedefi gibi ilgili işlemlerden sonra otomatik olarak yapılandırın",
|
||||
"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.alwaysPreConfigure.description": "Yapılandırmadan önce her zaman yapılandırma öncesi betiğini çalıştırın",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Cd, gönder, pop gibi dizin değiştiren komutları analiz etmeyin.",
|
||||
"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.clearOutputBeforeBuild.description": "Derlemenin başındaki çıkış kanalını temizleyin",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "Derleme veritabanı dosyasına giden yol"
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"make.not.found": "{0} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
"make.not.found": "{0} bulunamadı.",
|
||||
"makefile.entry.point.not.found": "{0} giriş noktası bulunamadı"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
"extension.deactivated": "Uzantı {0} devre dışı bırakıldı."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "The project is configuring in the background and {0} may run on out-of-date input.",
|
||||
"cannot.op.because.project.already.doing": "Cannot {0} because the project is already doing a '{1}'.",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "Proje arka planda yapılandırılıyor ve {0} eski girişte çalıştırılabilir.",
|
||||
"cannot.op.because.project.already.doing": "Proje zaten “{1}” yaptığı için {0} olamaz.",
|
||||
"yes": "Evet",
|
||||
"no": "Hayır"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: {0}",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "{0} (there was an issue rendering this item)",
|
||||
"tree.launch.target": "Launch target: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal.\r\n{0}",
|
||||
"tree.configuration": "Configuration: {0}",
|
||||
"Unset": "Unset"
|
||||
"tree.build.target": "Hedefi derle: {0}",
|
||||
"makefile.target.currently.selected.for.build": "Derleme için şu anda seçili derleme görevleri dosyası hedefi.",
|
||||
"issue.rendering.item": "{0} (bu öğeyi oluştururken bir sorun oluştu)",
|
||||
"tree.launch.target": "Hedefi Başlat: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "Şu anda hata ayıklama ve terminalde çalıştırma için seçilen başlatma hedefi.\n{0}",
|
||||
"tree.configuration": "Yapılandırma: {0}",
|
||||
"Unset": "Ayarı Kaldır"
|
||||
}
|
Загрузка…
Ссылка в новой задаче