From 520e75d200dc9a4120db87f2df254cbc407127e0 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 11 May 2016 19:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E7=A8=8B-=E7=AE=80=E4=BB=8B=20?= =?UTF-8?q?=E4=B8=80=E5=AE=A1=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/index.jade | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/docs/ts/latest/tutorial/index.jade b/public/docs/ts/latest/tutorial/index.jade index 983e07b3ff..e08eb54a9f 100644 --- a/public/docs/ts/latest/tutorial/index.jade +++ b/public/docs/ts/latest/tutorial/index.jade @@ -40,8 +40,8 @@ include ../_util-fns We'll be covering a lot of ground at an introductory level but we’ll find plenty of links to chapters with greater depth. - 我们将学习足够的Angular核心技术,以尝试起步,并建立信心 —— 证明Angular确实能做到我们需要它做的这些。 - 我们将覆盖大部分“简介级”知识,但是我们还会放上大量链接,指向更深入的章节。 + 我们将学习足够的Angular核心技术,来作为起步,并建立信心 —— 证明Angular确实能做到我们想让它做的。 + 虽然我们将覆盖大部分“简介级”知识,但还是会放上大量链接,指向更深入的章节。 // #enddocregion intro @@ -59,7 +59,7 @@ include ../_util-fns Here's a visual idea of where we're going in this tour, beginning with the "Dashboard" view and our most heroic heroes: - 在这个教程中,还有一些可视化思想。放一个“仪表盘(Dashboard)”视图,来显示我们最勇敢的英雄。 + 在这个教程中,还引入了一些可视化思想:放一个“仪表盘(Dashboard)”视图,来展示我们最勇敢的英雄。 figure.image-display img(src='/resources/images/devguide/toh/heroes-dashboard-1.png' alt="英雄仪表盘的输出") @@ -69,7 +69,7 @@ figure.image-display We could click them to navigate between this Dashboard and a Heroes view. 这个仪表盘中有两个链接:“仪表盘”和“英雄”。 - 我们将点击它们,以便在“仪表盘”和“英雄”视图之间导航。 + 我们将点击它们在“仪表盘”和“英雄”视图之间导航。 Instead we click the dashboard hero named "Magneta" and the router takes us to a "Hero Details" view of that hero where we can change the hero's name. @@ -94,7 +94,7 @@ figure.image-display :marked We click a different hero and the readonly mini-detail beneath the list reflects our new choice. - 当我们点击另一位英雄时,一个只读的“微型视图”会显示在列表下方,以反应我们的选择。 + 当我们点击另一位英雄时,一个只读的“微型视图”会显示在列表下方,以体现我们的选择。 We click the "View Details" button to drill into the editable details of our selected hero. @@ -103,7 +103,7 @@ figure.image-display The following diagram captures all of our navigation options. - 下列图标汇总了我们的所有可选导航路径。 + 下面这个图汇总了我们所有可能的导航路径。 figure.image-display img(src='/resources/images/devguide/toh/nav-diagram.png' alt="查看导航") @@ -111,7 +111,7 @@ figure.image-display :marked Here's our app in action - 下面是我们应用的所有动作 + 下图演示了我们应用中的所有操作。 figure.image-display img(src='/resources/images/devguide/toh/toh-anim.gif' alt="英雄指南的所有动作") @@ -125,12 +125,12 @@ figure.image-display We'll motivate each step with a requirement that we've met in countless applications. Everything has a reason. - 我们将共同一步步的构建出《英雄指南》。 - 我们将通过与无数应用中类似的需求,驱动我们走向下一步。任何事,都会有理由。 + 让我们一起,一步步构建出《英雄指南》。 + 我们将让和无数应用类似的需求,驱动我们走向下一步。任何事,都会有理由。 And we’ll meet many of the core fundamentals of Angular along the way. - 这一路,我们将遇到Angular的大量核心原则。 + 这一路上,我们将遇到很多Angular核心原理。 [Let's get started!](./toh-pt1.html)