From 43aadf1873e9467cb37f7d8f091da83c03c52854 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 22 Feb 2019 05:09:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/navigation.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 5a6add1a2f..22833b3b2f 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -487,23 +487,23 @@ ] }, { - "title": "Angular Libraries", - "tooltip": "Extending Angular with shared libraries.", + "title": "Angular 库开发", + "tooltip": "使用共享库扩展 Angular", "children": [ { "url": "guide/libraries", - "title": "Libraries Overview", - "tooltip": "Understand how and when to use or create libraries." + "title": "库概览", + "tooltip": "理解何时以及如何使用和创建库。" }, { "url": "guide/using-libraries", - "title": "Using Published Libraries", - "tooltip": "Integrate published libraries into an app." + "title": "使用已发布的库", + "tooltip": "把已发布的库集成进你的应用中。" }, { "url": "guide/creating-libraries", - "title": "Creating Libraries", - "tooltip": "Extend Angular by creating, publishing, and using your own libraries." + "title": "创建库", + "tooltip": "通过创建、发布和使用你自己的库来扩展 Angular" } ] } @@ -526,8 +526,8 @@ }, { "url": "guide/workspace-config", - "title": "Workspace Configuration", - "tooltip": "The \"angular.json\" file contains workspace and project configuration defaults for Angular CLI commands." + "title": "工作区配置", + "tooltip": "\"angular.json\" 包含供 CLI 命令使用的工作区和项目默认配置。" }, { "url": "guide/npm-packages",