forked from alefragnani/vscode-project-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
52 lines (52 loc) · 5.69 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"projectManager.activitybar.title": "Project Manager",
"projectManager.commands.saveProject.title": "Project Manager: Save Project",
"projectManager.commands.listProjects.title": "Project Manager: List Projects to Open",
"projectManager.commands.listProjectsNewWindow.title": "Project Manager: List Projects to Open in New Window",
"projectManager.commands.editProjects.title": "Project Manager: Edit Projects",
"projectManager.commands.refreshProjects.title": "Project Manager: Refresh Projects",
"projectManager.commands.refreshVSCodeProjects.title": "Project Manager: Refresh VSCode Projects",
"projectManager.commands.refreshGitProjects.title": "Project Manager: Refresh Git Projects",
"projectManager.commands.refreshSVNProjects.title": "Project Manager: Refresh SVN Projects",
"projectManager.commands.refreshAnyProjects.title": "Project Manager: Refresh Any Projects",
"projectManager.commands.refreshMercurialProjects.title": "Project Manager: Refresh Mercurial Projects",
"projectManager.commands.open.title": "Open",
"projectManager.commands.openInNewWindow.title": "Open in New Window",
"projectManager.commands.addToWorkspace#sideBar.title": "Add to Workspace",
"projectManager.commands.addToWorkspace.title": "Project Manager: Add Project to Workspace",
"projectManager.commands.deleteProject.title": "Delete Project",
"projectManager.commands.renameProject.title": "Rename Project",
"projectManager.commands.addToFavorites.title": "Add to Favorites",
"projectManager.commands.toggleProjectEnabled.title": "Disable Project",
"projectManager.commands.hideGitWelcome.title": "Hide Git Welcome Panel",
"projectManager.commands.showGitWelcome.title": "Show Git Welcome Panel",
"projectManager.commands.openFolderWelcome.title": "Open Folder",
"projectManager.commands.whatsNew.title": "Project Manager: What's New",
"projectManager.commands.whatsNewContextMenu.title": "What's New",
"projectManager.configuration.title": "Project Manager",
"projectManager.configuration.showProjectNameInStatusBar.description": "Should display the project name in the Status Bar?",
"projectManager.configuration.openInNewWindowWhenClickingInStatusBar.description": "Should the project be opened using a New Window when you click the Status Bar?",
"projectManager.configuration.removeCurrentProjectFromList.description": "Should the current project be hidden in the list of available projects?",
"projectManager.configuration.sortList.description": "List the projects sorted by...(Saved, Name, Path or Recent)",
"projectManager.configuration.groupList.description": "List the projects grouped by...(Favorites, VSCode, Git, Mercurial and SVN)",
"projectManager.configuration.projectsLocation.description": "Indicates an alternative location where the `projects.json` file is stored",
"projectManager.configuration.vscode.baseFolders.description": "Indicates the base folders to search for VSCode projects",
"projectManager.configuration.vscode.ignoredFolders.description": "Indicates folders to be ignored, like \"node_modules\", \"out\", \"typings\", \"test\"",
"projectManager.configuration.vscode.maxDepthRecursion.description": "Indicates the maximum depth of folder recursion to search for projects. Any value below 1 means there is no limit",
"projectManager.configuration.git.baseFolders.description": "Indicates the base folders to search for Git projects",
"projectManager.configuration.git.ignoredFolders.description": "Indicates folders to be ignored, like \"node_modules\", \"out\", \"typings\", \"test\"",
"projectManager.configuration.git.maxDepthRecursion.description": "Indicates the maximum depth of folder recursion to search for projects. Any value below 1 means there is no limit",
"projectManager.configuration.hg.baseFolders.description": "Indicates the base folders to search for Mercurial projects",
"projectManager.configuration.hg.ignoredFolders.description": "Indicates folders to be ignored, like \"node_modules\", \"out\", \"typings\", \"test\"",
"projectManager.configuration.hg.maxDepthRecursion.description": "Indicates the maximum depth of folder recursion to search for projects. Any value below 1 means there is no limit",
"projectManager.configuration.svn.baseFolders.description": "Indicates the base folders to search for SVN projects",
"projectManager.configuration.svn.ignoredFolders.description": "Indicates folders to be ignored, like \"node_modules\", \"out\", \"typings\", \"test\"",
"projectManager.configuration.svn.maxDepthRecursion.description": "Indicates the maximum depth of folder recursion to search for projects. Any value below 1 means there is no limit",
"projectManager.configuration.any.baseFolders.description": "Indicates the base folders to search for any folder projects",
"projectManager.configuration.any.ignoredFolders.description": "Indicates folders to be ignored, like \"node_modules\", \"out\", \"typings\", \"test\"",
"projectManager.configuration.any.maxDepthRecursion.description": "Indicates the maximum depth of folder recursion to search for projects. Any value below 1 means there is no limit",
"projectManager.configuration.cacheProjectsBetweenSessions.description": "Should cache the VSCode, Git and SVN projects found?",
"projectManager.configuration.checkInvalidPathsBeforeListing.description": "Should check for invalid paths before listing, showing a message below the project name?",
"projectManager.configuration.filterOnFullPath.description": "Should filter projects through full path?",
"projectManager.configuration.openInCurrenWindowIfEmpty.description": "Indicates if the New Window command open the project in current window, when empty."
}