-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.nls.json
30 lines (29 loc) · 2.12 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
{
"python-envs.defaultEnvManager.description": "The default environment manager for creating and managing environments.",
"python-envs.defaultPackageManager.description": "The default package manager for installing packages in environments.",
"python-envs.pythonProjects.description": "The list of Python projects.",
"python-envs.pythonProjects.path.description": "The path to a folder or file in the workspace to be treated as a Python project.",
"python-envs.pythonProjects.envManager.description": "The environment manager for creating and managing environments for this project.",
"python-envs.pythonProjects.packageManager.description": "The package manager for managing packages in environments for this project.",
"python-envs.terminal.showActivateButton.description": "Whether to show the 'Activate' button in the terminal menu",
"python-envs.setEnvManager.title": "Set Environment Manager",
"python-envs.setPkgManager.title": "Set Package Manager",
"python-envs.addPythonProject.title": "Add Python Project",
"python-envs.removePythonProject.title": "Remove Python Project",
"python-envs.create.title": "Create Environment",
"python-envs.createAny.title": "Create Environment",
"python-envs.set.title": "Set Workspace Environment",
"python-envs.setEnv.title": "Set As Workspace Environment",
"python-envs.reset.title": "Reset Environment Selection to Default",
"python-envs.remove.title": "Delete Environment",
"python-envs.refreshAllManagers.title": "Refresh All Environment Managers",
"python-envs.refreshManager.title": "Refresh Environments List",
"python-envs.refreshPackages.title": "Refresh Packages List",
"python-envs.packages.title": "Install or Remove Packages",
"python-envs.clearCache.title": "Clear Cache",
"python-envs.runInTerminal.title": "Run in Terminal",
"python-envs.createTerminal.title": "Create Python Terminal",
"python-envs.runAsTask.title": "Run as Task",
"python-envs.terminal.activate.title": "Activate Environment in Current Terminal",
"python-envs.terminal.deactivate.title": "Deactivate Environment in Current Terminal"
}