fix: 修改菜单

This commit is contained in:
Zhicheng WANG 2019-02-22 05:09:21 +08:00
parent baddb2eec9
commit 43aadf1873

View File

@ -487,23 +487,23 @@
] ]
}, },
{ {
"title": "Angular Libraries", "title": "Angular 库开发",
"tooltip": "Extending Angular with shared libraries.", "tooltip": "使用共享库扩展 Angular",
"children": [ "children": [
{ {
"url": "guide/libraries", "url": "guide/libraries",
"title": "Libraries Overview", "title": "库概览",
"tooltip": "Understand how and when to use or create libraries." "tooltip": "理解何时以及如何使用和创建库。"
}, },
{ {
"url": "guide/using-libraries", "url": "guide/using-libraries",
"title": "Using Published Libraries", "title": "使用已发布的库",
"tooltip": "Integrate published libraries into an app." "tooltip": "把已发布的库集成进你的应用中。"
}, },
{ {
"url": "guide/creating-libraries", "url": "guide/creating-libraries",
"title": "Creating Libraries", "title": "创建库",
"tooltip": "Extend Angular by creating, publishing, and using your own libraries." "tooltip": "通过创建、发布和使用你自己的库来扩展 Angular"
} }
] ]
} }
@ -526,8 +526,8 @@
}, },
{ {
"url": "guide/workspace-config", "url": "guide/workspace-config",
"title": "Workspace Configuration", "title": "工作区配置",
"tooltip": "The \"angular.json\" file contains workspace and project configuration defaults for Angular CLI commands." "tooltip": "\"angular.json\" 包含供 CLI 命令使用的工作区和项目默认配置。"
}, },
{ {
"url": "guide/npm-packages", "url": "guide/npm-packages",