vscode-maven/package.nls.json

35 строки
3.2 KiB
JSON

{
"description": "Manage Maven projects, execute goals, generate project from archetype, improve user experience for Java developers.",
"contributes.commands.maven.explorer.refresh": "Refresh",
"contributes.commands.maven.goal.custom": "Custom... ",
"contributes.commands.maven.project.effectivePom": "Show Effective POM",
"contributes.commands.maven.project.openPom": "Open POM file",
"contributes.commands.maven.archetype.generate": "Create Maven Project",
"contributes.commands.maven.archetype.update": "Update Maven Archetype Catalog",
"contributes.commands.maven.favorites": "Favorites...",
"contributes.commands.maven.history": "History...",
"contributes.commands.maven.goal.execute": "Execute commands",
"contributes.commands.maven.plugin.execute": "Run",
"contributes.commands.maven.plugin.debug": "Debug",
"contributes.commands.maven.view.hierarchical": "Switch to hierarchical view",
"contributes.commands.maven.view.flat": "Switch to flat view",
"contributes.commands.maven.project.addDependency": "Add a dependency",
"contributes.commands.maven.project.showDependencies": "Show dependencies",
"contributes.views.explorer.mavenProjects": "Maven Projects",
"configuration.maven.excludedFolders": "Specifies file path pattern of folders to exclude while searching for Maven projects.",
"configuration.maven.executable.preferMavenWrapper": "Specifies whether you prefer to use Maven wrapper. If true, it tries using 'mvnw' by walking up the parent folders. If false, or 'mvnw' is not found, it tries 'mvn' in PATH instead.",
"configuration.maven.executable.path": "Specifies absolute path of your 'mvn' executable. When this value is empty, it tries using 'mvn' or 'mvnw' according to the value of 'maven.executable.preferMavenWrapper'.",
"configuration.maven.executable.options": "Specifies default options for all mvn commands.",
"configuration.maven.pomfile.autoUpdateEffectivePOM": "Specifies whether to update effective-pom automatically whenever changes detected.",
"configuration.maven.pomfile.globPattern": "Specifies the glob pattern used to look for pom.xml files.",
"configuration.maven.terminal.useJavaHome": "If this value is true, and if the setting java.home has a value, then the environment variable JAVA_HOME will be set to the value of java.home when a new terminal window is created.",
"configuration.maven.terminal.customEnv": "Specifies an array of environment variable names and values. These environment variable values will be added to the terminal session before Maven is first executed.",
"configuration.maven.terminal.customEnv.environmentVariable": "Name of the environment variable to set.",
"configuration.maven.terminal.customEnv.value": "Value of the environment variable to set.",
"configuration.maven.view": "Specifies the way of viewing Maven projects.",
"configuration.maven.terminal.favorites": "Specify pre-defined favorite commands to execute.",
"configuration.maven.terminal.favorites.alias": "A short name for the command.",
"configuration.maven.terminal.favorites.command": "Content of the favorite command.",
"configuration.maven.terminal.favorites.debug": "Whether to execute in debug mode."
}