forked from zyrong/vscode-node-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
35 lines (35 loc) · 2.95 KB
/
package.nls.json
File metadata and controls
35 lines (35 loc) · 2.95 KB
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
{
"cmd.SearchPackage": "Search Package",
"cmd.Searchnm": "Search node_modules",
"cmd.copyRealPath": "Copy Real Path",
"cmd.copyRelativeRealPath": "Copy Relative Real Path",
"tip.workspaceNoOpenProject": "The current workspace does not have an open project",
"tip.selectSearchProject": "Please select the node_modules project to search",
"tip.notFoundPackage": "The corresponding package cannot be found. It may not be installed yet?",
"walkthrough.start.title": "Getting Started with node_modules",
"walkthrough.start.description": "Learn about node_modules extension for Visual Studio Code",
"walkthrough.start.openFolder.title": "Open a Workspace Folder",
"walkthrough.start.openFolder.description": "Open a workspace folder to get started with node_modules extension features.\n[Open Folder](command:workbench.action.files.openFolder)",
"walkthrough.start.pkgjson_dep_definition.title": "Go to node_modules",
"walkthrough.start.pkgjson_dep_definition.description": "In package.json file, `press Ctrl` + `click packageName` to jump to node_modules corresponds to the package directory.",
"walkthrough.start.searchPackage.title": "Search Package",
"walkthrough.start.searchPackage.description": "Right-click the node_modules folder and click the search Package in the pop-up menu to search the node_modules package.\n[Search Package](command:extension.search.package)",
"walkthrough.start.searchNode_modules.title": "Search node_modules",
"walkthrough.start.searchNode_modules.description": "In the pop-up menu, click the search node_modules to search the node_modules path.\n[Search node_modules](command:extension.search.node_modules)",
"walkthrough.start.hoverPackageName.title": "Hover PackageName",
"walkthrough.start.hoverPackageName.description": "Import the package in `.ts` `.jsx` `.tsx` `.vue` file, move the mouse over the `PackageName`, You will get relevant tips.",
"walkthrough.start.copyRealPath.title": "Copy Real Path",
"walkthrough.start.copyRealPath.description": "Copy the real path corresponding to the symbolic link",
"configuration.general": "General",
"configuration.general.debug.markdownDescription": "Print debug information in output view.",
"configuration.hovers": "Hovers",
"configuration.hovers.pkgName.bundleSize": "Controls whether the bundle size is displayed when hovering the package name. (Note: After the hover prompt is enabled, the loading will slow down, depends on the network environment. If the hover prompt is found to be slow, it is recommended to disable it.)",
"configuration.resolve": "Resolve",
"configuration.resolve.preserveSymlinks": "When on, use symbolic link paths instead of actual paths",
"text.currentFilePath": "Current file path",
"text.enterPath":"Enter path manually",
"text.selectPathSource":"Select path source",
"text.placeHolderSelectPathSource":"Please select the path source to convert",
"text.placeHolderEnterPath":"Please enter the path to convert",
"text.pathError":"Path error"
}