From 47b3b3dbba7b4e310214146e48c8f9f173bda4e2 Mon Sep 17 00:00:00 2001 From: zhibinr Date: Mon, 26 Sep 2016 11:13:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 2bc441ede9..664aed039f 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -444,7 +444,7 @@ block router-config-intro The router displays each component immediately below the `` as we navigate through the application. 我们必须***告诉它位置***,所以我们把``标签添加到模板的底部。 - `RouterOutlet`是`!{_RouterModuleVsRouterDirectives}`提供的指令之一`。 + `RouterOutlet`是`!{_RouterModuleVsRouterDirectives}`提供的指令之一。 当我们在应用中导航时,路由器就把激活的组件显示在``里面。 ### Router Links From 623c7997712802f22ba226fa4482bb74c52977f5 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 26 Sep 2016 20:44:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BE=AE=E8=B0=83=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E8=A1=A5=E4=BA=86=E7=A4=BE=E5=8C=BA=E8=B4=A1=E7=8C=AE=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/ngmodule.jade | 2 +- public/translate/cn/about.jade | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index 549765bd77..90f11dda83 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -1025,7 +1025,7 @@ a#feature-modules We _export_ the `ContactComponent` so other modules that import the `ContactModule` can include it in their component templates. - 我们*导出*了`ContactComponent`,以便其它导入了`ContactModule`的模块可以在其组件模板中使用`ContactModule`组件。 + 我们*导出*了`ContactComponent`,这样其它模块只要导入了`ContactModule`,就可以在其组件模板中使用来自`ContactModule`中的组件了。 All other declared contact classes are private by default. The `AwesomePipe` and `HighlightDirective` are hidden from the rest of the application. diff --git a/public/translate/cn/about.jade b/public/translate/cn/about.jade index 81a8e8bd75..3e9dad8a43 100644 --- a/public/translate/cn/about.jade +++ b/public/translate/cn/about.jade @@ -61,6 +61,8 @@ - smilesun(来自 Angular 中文社区) - xlf531533465(来自 Github ) - vaanxy(来自 Github ) + - 贵池(来自 Angular 中文社区) + - zhibinr(来自 Github ) - 另外还有一些做好事不留名的活雷锋 想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。