solorice/vscodium/extensions/alefragnani.project-manager-12.5.0/package.nls.json
2022-04-28 21:17:01 +03:00

75 lines
7.7 KiB
JSON

{
"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.tags.description": "Indicates the list of tags you can use to organize your projects"
}