-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
15 lines (15 loc) · 857 Bytes
/
Copy pathpackage.nls.json
File metadata and controls
15 lines (15 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"pydep-pilot.view.title": "PyDepPilot",
"pydep-pilot.view.installed": "Installed Packages",
"pydep-pilot.view.installed.wait": "Loading packages...",
"pydep-pilot.command.addPackage": "Add Python Package",
"pydep-pilot.command.refreshPackage": "Refresh Package List",
"pydep-pilot.command.removePackage": "Remove Package",
"pydep-pilot.command.updatePackage": "Update Package",
"pydep-pilot.command.packageDescription": "Open in PyPI",
"pydep-pilot.command.copyPackageName": "Copy Package Name",
"pydep-pilot.command.installRequirements": "Install packages from requirements.txt",
"pydep-pilot.command.searchPackage": "Search PyPI",
"pydep-pilot.config.customPypiUrl.description": "Custom PyPI mirror URL (leave empty to use official PyPI)",
"pydep-pilot.command.pickPackageVersion": "Select Version"
}