vscode-maven/package.nls.json

47 строки
4.8 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.commands.maven.project.excludeDependency": "Exclude Dependency",
"contributes.commands.maven.project.setDependencyVersion": "Resolve Conflict...",
"contributes.commands.maven.dependency.goToEffective": "Go to Effective Dependency",
"contributes.commands.maven.project.goToDefinition": "Go to Definition",
"contributes.views.explorer.mavenProjects": "Maven",
"contributes.viewsWelcome.mavenProjects.untrustedWorkspaces": "Advanced features (e.g. executing lifecycle phases and plugin goals) are disabled in Restricted Mode for security concern.\nPOM editing assistance (e.g. [add a dependency](command:maven.project.addDependency)) is still available.\nLearn more about [Workspace Trust](https://aka.ms/vscode-workspace-trust).\n[Manage Workspace Trust](command:workbench.trust.manage)",
"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.pomfile.prefetchEffectivePom": "Specifies whether to prefetch effective pom on startup.",
"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.showInExplorerContextMenu": "If this value is true, add a command to create Maven Projects in the Explorer context menu for folders.",
"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.",
"configuration.maven.settingsFile": "Specifies the absolute path of your maven configuration file, the default value is ~/.m2/settings.xml",
"configuration.maven.dependency.enableConflictDiagnostics": "Specify whether to show diagnostics for conflict dependencies.",
"configuration.maven.projectOpenBehavior": "Default method of opening newly created project.",
"configuration.maven.explorer.projectName": "Format of project node name shown in Maven explorer.",
"contributes.commands.maven.java.projectConfiguration.update": "Reload All Maven Projects"
}