-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.nls.zh-cn.json
35 lines (35 loc) · 2.82 KB
/
package.nls.zh-cn.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
{
"cmd.SearchPackage": "搜索 Package",
"cmd.Searchnm":"搜索 node_modules",
"cmd.copyRealPath": "复制 实际路径",
"cmd.copyRelativeRealPath": "复制 相对实际路径",
"tip.workspaceNoOpenProject":"当前工作区没有打开项目",
"tip.selectSearchProject":"请选择要搜索node_modules的项目",
"tip.notFoundPackage":"找不到对应的package,可能还未安装?",
"walkthrough.start.title":"开始使用 node_modules",
"walkthrough.start.description":"了解 Visual Studio Code 的 node_modules 扩展",
"walkthrough.start.openFolder.title":"打开一个工作区文件夹",
"walkthrough.start.openFolder.description": "打开一个工作区文件夹,开始使用 node_modules 扩展功能。\n[Open Folder](command:workbench.action.files.openFolder)",
"walkthrough.start.pkgjson_dep_definition.title": "转到 node_modules",
"walkthrough.start.pkgjson_dep_definition.description": "在package.json文件中 `按住ctrl`+`点击packageName`将跳转到node_modules对应package目录下.",
"walkthrough.start.searchPackage.title":"搜索 Package",
"walkthrough.start.searchPackage.description":"对 node_modules文件夹 点击右键,在弹出的菜单,点击搜索 Package,可以对node_modules的package进行搜索。\n[Search Package](command:extension.search.package)",
"walkthrough.start.searchNode_modules.title":"搜索 node_modules",
"walkthrough.start.searchNode_modules.description":"在弹出的菜单中,点击搜索 node_modules,可以对node_modules进行路径搜索。\n[Search node_modules](command:extension.search.node_modules)",
"walkthrough.start.hoverPackageName.title":"悬停 PackageName",
"walkthrough.start.hoverPackageName.description":"在`.ts` `.js` `.jsx` `.tsx` `.vue`文件中导入package,鼠标移动到`PackageName`上,将会得到相关提示。",
"walkthrough.start.copyRealPath.title": "复制 实际路径",
"walkthrough.start.copyRealPath.description": "复制符号链接对应的实际路径",
"configuration.general": "常规",
"configuration.general.debug.markdownDescription": "在输出视图中打印调试信息.",
"configuration.hovers": "悬停",
"configuration.hovers.pkgName.bundleSize": "控制悬停包名称时是否显示捆绑包大小. (提示: 开启后,悬停提示加载会变慢, 具体取决于网络, 如果发现悬停提示加载速度慢的情况下建议关闭.)",
"configuration.resolve": "Resolve",
"configuration.resolve.preserveSymlinks": "启用时,使用符号链接路径,而不是实际路径",
"text.currentFilePath": "当前文件路径",
"text.enterPath":"手动输入路径",
"text.selectPathSource":"选择路径来源",
"text.placeHolderSelectPathSource":"请选择要转换的路径来源",
"text.placeHolderEnterPath":"请输入要转换的路径",
"text.pathError":"路径错误"
}