Localization - Translated Strings (#284)
This commit is contained in:
Родитель
ace30b42bd
Коммит
042bf3be7c
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -4,6 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Archivo Make: Compilar el destino actual",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Archivo Make: Compilación limpia del destino actual",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Archivo Make: Compilar el destino ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Archivo Make: Compilación limpia del destino ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Archivo Make: depurar el destino binario seleccionado",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Archivo Make: Ejecutar el destino binario seleccionado en el terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Archivo Make: Establecer la configuración de compilación actual",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Archivo Make: Establecer el destino que se va a compilar mediante make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Archivo Make: Establecer la configuración de inicio de make",
|
||||
"makefile-tools.command.makefile.configure.title": "Archivo Make: Configurar",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Archivo Make: Configuración limpia",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Archivo Make: Preconfigurar",
|
||||
"makefile-tools.command.makefile.resetState.title": "Archivo Make: Restablecer el estado del área de trabajo de la extensión Makefile Tools (para solucionar problemas)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Esquema del proyecto",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Ruta de acceso a la herramienta Make",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "Configuraciones del archivo Make definidas por el usuario",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "Nombre de la configuración del archivo Make",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Ruta de acceso del archivo Make",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Ruta de acceso del archivo al comando make",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Ruta de acceso de la carpeta pasada a través del modificador -C",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Argumentos que se pasan al comando make",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Nombres del buscador de coincidencias de problemas que se usarán al compilar el destino actual",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Ruta de acceso del archivo al registro de compilación usado en lugar de la salida de simulacro",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Varias configuraciones globales del depurador",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "El tipo de depurador que no es de VS: gdb o lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Ruta de acceso al depurador que no es de VS (gdb o lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Detenerse en el punto de entrada del destino",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "Ruta de acceso a los símbolos",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "Las configuraciones de inicio (depuración/ejecución) definidas por el usuario",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "Ruta de acceso completa al archivo binario que se va a ejecutar o depurar",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argumentos que se pasan a la línea de comandos del programa.",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Establece el directorio de trabajo para el programa.",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "El tipo de depurador que no es de VS: gdb o lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Ruta de acceso al depurador que no es de VS (gdb o lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Detenerse en el punto de entrada del destino",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "Ruta de acceso a los símbolos",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Nivel de registro de la extensión de herramientas del archivo Make",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "Ruta de acceso a la carpeta que se va a pasar a través del modificador -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "Ruta de acceso al archivo Make del proyecto",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "Ruta de acceso al registro de compilación que se lee para omitir un simulacro",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "Ruta de acceso a varios archivos de salida generados por la extensión",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "Ruta de acceso a un archivo de salida que almacena todo el contenido del canal de salida del archivo Make",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "Ruta de acceso a un archivo de caché que almacena la salida del último comando de simulacro de make",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumentos que se van a pasar a la invocación de simulacro de make",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nombres de las herramientas del compilador que se van a agregar a la lista conocida de extensiones",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nombres de las herramientas del compilador que se excluirán de la lista conocida de extensiones",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Configura automáticamente los directorios del proyecto del archivo Make al abrirlos",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Configurar automáticamente los directorios de proyecto de los archivos Make cuando se cambien los archivos Make pertinentes o la configuración",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurar automáticamente los directorios del proyecto de archivo Make después de las operaciones pertinentes, como cambiar la configuración de compilación o el destino del archivo Make",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "Ruta de acceso al script que debe ejecutarse al menos una vez antes de la configuración",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Ejecutar siempre el script de preconfiguración antes de configurar",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "No analice comandos de cambio de directorio como cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Mostrar solo los destinos simulados",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Guardar archivos abiertos antes de compilar o configurar",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Compilación del destino actual antes del inicio (depuración/ejecución)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Borrar el canal de salida al principio de una compilación",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "Ruta de acceso al archivo de base de datos de compilación"
|
||||
}
|
|
@ -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": "No se encuentra {0}.",
|
||||
"makefile.entry.point.not.found": "{0} punto de entrada no encontrado"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "La extensión {0} está desactivada."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "El proyecto se está configurando en segundo plano y {0} podría ejecutarse en una entrada obsoleta.",
|
||||
"cannot.op.because.project.already.doing": "No se puede {0} porque el proyecto ya está realizando una operación '{1}'.",
|
||||
"yes": "Sí",
|
||||
"no": "No"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"tree.build.target": "Destino de compilación: {0}",
|
||||
"makefile.target.currently.selected.for.build": "Destino del archivo Make seleccionado actualmente para la compilación.",
|
||||
"issue.rendering.item": "{0} (hubo un problema al representar este elemento)",
|
||||
"tree.launch.target": "Destino de inicio: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "Destino de inicio seleccionado actualmente para depurar y ejecutar en el terminal.\n{0}",
|
||||
"tree.configuration": "Configuración: {0}",
|
||||
"Unset": "Anular"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -4,6 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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": "メイクファイル: make launch 構成を設定する",
|
||||
"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": "シンボルへのパス",
|
||||
"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": "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": "シンボルへのパス",
|
||||
"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": "最後のドライラン 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-tools.configuration.makefile.configureOnEdit.description": "関連するメイクファイルや設定が変更されたときにメイクファイル プロジェクト ディレクトリを自動的に構成する",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "ビルド構成の変更やメイクファイル ターゲットなど、関連する操作の後にメイクファイル プロジェクト ディレクトリを自動的に構成する",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "構成する前に少なくとも 1 回実行する必要があるスクリプトへのパス",
|
||||
"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 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "拡張機能 {0} は非アクティブ化されます。"
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "プロジェクトはバックグラウンドで構成されており、{0} が古い入力で実行される場合があります。",
|
||||
"cannot.op.because.project.already.doing": "プロジェクトが既に `{1}` を実行しているため、{0} できません。",
|
||||
"yes": "はい",
|
||||
"no": "いいえ"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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,6 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"makefile-tools.command.makefile.buildTarget.title": "메이크파일: 현재 대상 빌드",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "메이크파일: 현재 대상 빌드 정리",
|
||||
"makefile-tools.command.makefile.buildAll.title": "메이크파일: 대상 모두 빌드",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "메이크파일: 대상 모두 빌드 정리",
|
||||
"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": "메이크파일: make 시작 구성 설정",
|
||||
"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 스위치를 통해 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": "기호의 경로",
|
||||
"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": "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": "기호의 경로",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "메이크파일 도구 확장의 로깅 수준",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "스위치를 통해 make에 전달할 폴더 경로 -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": "마지막 시험 실행 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-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 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "확장 {0}이(가) 비활성화되었습니다."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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": "설정 해제"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
|
@ -4,6 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: compilar o destino atual",
|
||||
"makefile-tools.command.makefile.buildCleanTarget.title": "Makefile: compilação de limpeza do destino atual",
|
||||
"makefile-tools.command.makefile.buildAll.title": "Makefile: compilar o destino ALL",
|
||||
"makefile-tools.command.makefile.buildCleanAll.title": "Makefile: compilação de limpeza do destino ALL",
|
||||
"makefile-tools.command.makefile.launchDebug.title": "Makefile: depurar o destino binário selecionado",
|
||||
"makefile-tools.command.makefile.launchRun.title": "Makefile: executar o destino binário selecionado no terminal",
|
||||
"makefile-tools.command.makefile.setBuildConfiguration.title": "Makefile: definir a configuração de compilação atual",
|
||||
"makefile-tools.command.makefile.setBuildTarget.title": "Makefile: definir o destino a ser criado pelo make",
|
||||
"makefile-tools.command.makefile.setLaunchConfiguration.title": "Makefile: definir a configuração de inicialização do make",
|
||||
"makefile-tools.command.makefile.configure.title": "Makefile: configuração",
|
||||
"makefile-tools.command.makefile.cleanConfigure.title": "Makefile: Limpar Configuração",
|
||||
"makefile-tools.command.makefile.preConfigure.title": "Makefile: pré-configuração",
|
||||
"makefile-tools.command.makefile.resetState.title": "Makefile: redefinir o estado do workspace da Extensão de Ferramentas Makefile (para solução de problemas)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Descrição do projeto",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "O caminho para a ferramenta make",
|
||||
"makefile-tools.configuration.makefile.configurations.description": "As configurações do makefile definidas pelo usuário",
|
||||
"makefile-tools.configuration.makefile.configurations.name.description": "O nome da configuração do makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "Caminho do arquivo para o makefile",
|
||||
"makefile-tools.configuration.makefile.configurations.makePath.description": "Caminho do arquivo para o comando make",
|
||||
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Caminho da pasta passado para o make por meio do comutador -C",
|
||||
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Argumentos a serem passados para o comando make",
|
||||
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Nomes de correspondência de problemas a serem usados ao compilar o destino atual",
|
||||
"makefile-tools.configuration.makefile.configurations.buildLog.description": "Caminho do arquivo para o log de build usado em vez da saída de simulação",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Várias configurações globais do depurador",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "O tipo de depurador não VS: gdb ou lldb",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Caminho para o depurador não VS (gdb ou lldb)",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Interromper no ponto de entrada do destino",
|
||||
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "O caminho para os símbolos",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.description": "As configurações de inicialização (depuração/execução) definidas pelo usuário",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "O caminho completo para o binário a ser executado ou depurado",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Argumentos a serem passados para a linha de comando do programa",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Definir o diretório de trabalho para o programa",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "O tipo de depurador não VS: gdb ou lldb",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Caminho para o depurador não VS (gdb ou lldb)",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Interromper no ponto de entrada do destino",
|
||||
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "O caminho para os símbolos",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "O nível de registros em log para a extensão de ferramentas makefile",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "O caminho da pasta a ser passado para o make por meio do comutador -C",
|
||||
"makefile-tools.configuration.makefile.makefilePath.description": "O caminho para o makefile do projeto",
|
||||
"makefile-tools.configuration.makefile.buildLog.description": "O caminho para o log de build que está pronto para ignorar uma simulação",
|
||||
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "O caminho para vários arquivos de saída produzidos pela extensão",
|
||||
"makefile-tools.configuration.makefile.extensionLog.description": "O caminho para um arquivo de saída que armazena todo o conteúdo do canal de saída Makefile",
|
||||
"makefile-tools.configuration.makefile.configurationCachePath.description": "O caminho para um arquivo de cache que armazena a saída do último comando make de simulação",
|
||||
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumentos a serem passados para a invocação do make de simulação",
|
||||
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nomes de ferramentas do compilador a serem adicionados na lista de extensões conhecidas",
|
||||
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nomes de ferramentas do compilador a serem excluídas da lista de extensões conhecidas",
|
||||
"makefile-tools.configuration.makefile.configureOnOpen.description": "Configurar os diretórios de projeto do Makefile automaticamente quando eles forem abertos",
|
||||
"makefile-tools.configuration.makefile.configureOnEdit.description": "Configurar automaticamente os diretórios do projeto Makefile quando os makefiles e/ou as configurações relevantes forem alterados",
|
||||
"makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurar automaticamente diretórios de projeto Makefile após operações relevantes, como alterar a configuração de complicação ou o destino do makefile",
|
||||
"makefile-tools.configuration.makefile.preConfigureScript.description": "O caminho para o script que precisa ser executado pelo menos uma vez antes da configuração",
|
||||
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Sempre executar o script de pré-configuração antes de configurar",
|
||||
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Não analise comandos de alteração de diretório, como cd, push, pop.",
|
||||
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Exibir apenas os destinos falsos",
|
||||
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Salvar os arquivos abertos antes de compilar ou configurar",
|
||||
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Compilar o destino atual antes da inicialização (depuração/execução)",
|
||||
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Limpar o canal de saída no início de uma compilação",
|
||||
"makefile-tools.configuration.makefile.compileCommandsPath.description": "O caminho para o arquivo de banco de dados da compilação"
|
||||
}
|
|
@ -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} não encontrado.",
|
||||
"makefile.entry.point.not.found": "Ponto de entrada {0} não encontrado"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "A extensão {0} está desativada."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"project.configuring.background.op.may.run.on.out.of.date.input": "O projeto está sendo configurado em segundo plano e {0} pode ser executado em uma entrada desatualizada.",
|
||||
"cannot.op.because.project.already.doing": "Não é possível {0} porque o projeto já está fazendo um '{1}'.",
|
||||
"yes": "Sim",
|
||||
"no": "Não"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"tree.build.target": "Destino de build: {0}",
|
||||
"makefile.target.currently.selected.for.build": "O destino makefile atualmente selecionado para a compilação.",
|
||||
"issue.rendering.item": "{0} (houve um problema ao renderizar este item)",
|
||||
"tree.launch.target": "Inicializar destino: {0}",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "O destino de inicialização selecionado atualmente para depuração e execução no terminal.\n{0}",
|
||||
"tree.configuration": "Configuração: {0}",
|
||||
"Unset": "Remover Definição"
|
||||
}
|
|
@ -4,6 +4,61 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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: установите цель для сборки с помощью make",
|
||||
"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": "Файл makefile: предварительная настройка",
|
||||
"makefile-tools.command.makefile.resetState.title": "Файл makefile: сброс состояния рабочей области расширения средств файла makefile (для устранения неполадок)",
|
||||
"makefile-tools.configuration.views.makefile.outline.description": "Структура проекта",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "Путь к средству создания",
|
||||
"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": "Путь к папке, передаваемый для make через переключатель -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": "Путь к символам",
|
||||
"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": "Тип отладчика, отличного от 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": "Путь к символам",
|
||||
"makefile-tools.configuration.makefile.loggingLevel.description": "Уровень ведения журнала для расширения средств файла makefile",
|
||||
"makefile-tools.configuration.makefile.makeDirectory.description": "Путь к папке, передаваемый для создания с помощью переключателя -C",
|
||||
"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 при изменении любых соответствующих make-файлов и/или параметров.",
|
||||
"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 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "Расширение {0} деактивировано."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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": "Удалить"
|
||||
}
|
|
@ -5,5 +5,60 @@
|
|||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"makefile-tools.command.makefile.buildTarget.title": "Makefile: Build the current target",
|
||||
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool"
|
||||
"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.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.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.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"
|
||||
}
|
|
@ -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} not found.",
|
||||
"makefile.entry.point.not.found": "{0} entry point not found"
|
||||
}
|
|
@ -4,5 +4,5 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extension.deactivated": "The extension 'vscode-makefile-tools' is de-activated."
|
||||
"extension.deactivated": "The extension {0} is de-activated."
|
||||
}
|
|
@ -4,8 +4,8 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"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}'."
|
||||
"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"
|
||||
}
|
|
@ -4,11 +4,11 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tree.build.target": "Build target: [{0}]",
|
||||
"tree.launch.target": "Launch target: [{0}]",
|
||||
"tree.configuration": "Configuration: [{0}]",
|
||||
"Unset": "Unset",
|
||||
"makefile.target.currently.selected.for.build": "The makefile target currently selected for build.",
|
||||
"issue.rendering.item": "There was an issue rendering this item",
|
||||
"launch.target.currently.selected.for.debug.run.in.terminal": "The launch target currently selected for debug and run in terminal"
|
||||
"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"
|
||||
}
|
Загрузка…
Ссылка в новой задаче