forked from alefragnani/vscode-project-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
78 lines (78 loc) · 8.21 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"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.openSettings#sideBarFavorites.title": "Open Settings",
"projectManager.commands.openSettings#sideBarVSCode.title": "Open Settings",
"projectManager.commands.openSettings#sideBarGit.title": "Open Settings",
"projectManager.commands.openSettings#sideBarSVN.title": "Open Settings",
"projectManager.commands.openSettings#sideBarAny.title": "Open Settings",
"projectManager.commands.openSettings#sideBarMercurial.title": "Open Settings",
"projectManager.commands.open.title": "Open",
"projectManager.commands.openInNewWindow.title": "Open in New Window",
"projectManager.commands.revealInFinder#sideBar.title": "Reveal in Finder",
"projectManager.commands.revealInExplorer#sideBar.title": "Reveal in Explorer",
"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.editTags.title": "Edit Tags",
"projectManager.commands.viewAsTags#sideBarFavorites.title": "View as Tags",
"projectManager.commands.viewAsList#sideBarFavorites.title": "View as List",
"projectManager.submenus.viewAndSort#sideBarFavorites.title": "View & Sort",
"projectManager.commands.sortBySaved#sideBarFavorites.title": "Sort by Saved",
"projectManager.commands.sortByName#sideBarFavorites.title": "Sort by Name",
"projectManager.commands.sortByPath#sideBarFavorites.title": "Sort by Path",
"projectManager.commands.sortByRecent#sideBarFavorites.title": "Sort by Recent",
"projectManager.commands.filterProjectsByTag#sideBar.title": "Filter Projects by Tag",
"projectManager.commands.filterProjectsByTag.title": "Project Manager: Filter Projects by Tag",
"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.supportProjectManager.title": "Project Manager: Support Project Manager",
"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.ignoreProjectsWithinProjects.description": "Should ignore projects found inside other projects?",
"projectManager.configuration.checkInvalidPathsBeforeListing.description": "Should check for invalid paths before listing, showing a message below the project name?",
"projectManager.configuration.supportSymlinksOnBaseFolders.description": "Should support symlinks on `baseFolders`?",
"projectManager.configuration.showParentFolderInfoOnDuplicates.description": "Should show the parent folder info when projects with same name are detected?",
"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.",
"projectManager.configuration.openInCurrenWindowIfEmpty.deprecation": "Use `projectManager.openInCurrentWindowIfEmpty` instead",
"projectManager.configuration.openInCurrentWindowIfEmpty.description": "Indicates if the New Window command open the project in current window, when empty.",
"projectManager.configuration.confirmSwitchOnActiveWindow.description": "Controls whether the extension should ask for confirmation when opening projects in the active window.",
"projectManager.configuration.tags.description": "Indicates the list of tags you can use to organize your projects"
}