diff --git a/public/docs/ts/latest/guide/learning-angular.jade b/public/docs/ts/latest/guide/learning-angular.jade
index ed8c79798f..39edb58bd7 100644
--- a/public/docs/ts/latest/guide/learning-angular.jade
+++ b/public/docs/ts/latest/guide/learning-angular.jade
@@ -9,35 +9,66 @@ figure
Those new to Angular may wish to follow this popular learning path.
+ 每个人的学习方式不一样。
+ 你不一定要通读文档。本站大部分页面都是独立的。
+ Angular 初学者可能希望跟随下面流行的学习路径。
+
+
1. [Setup](setup.html "Setup locally withe Quickstart seed") for local Angular development, if you haven't already done so.
- 1. Take the [*Tour of Heroes* tutorial](../tutorial "Tour of Heroes").
+ 如果你还没有这样做,[搭建](setup.html "利用《快速起步》种子搭建本地开发环境")本地 Angular 开发环境。
+
+ 1. Take the [*Tour of Heroes* tutorial](../tutorial "Tour of Heroes").
+
+ 学习[*英雄指南*教程](../tutorial "Tour of Heroes")。
The *Tour of Heroes* takes you step-by-step from [setup](setup.html)
to a full-featured example that demonstrates the essential characteristics of a professional application:
a sensible project structure, data binding, master/detail, services, dependency injection, navigation, and remote data access.
+ *英雄指南*让你一步一步的从[搭建本地开发环境](setup.html)开始,到开发一个完整特征的例子程序,它包含了专业应用最基本的特征:
+ 合理的项目结构、数据绑定、主从视图、服务、依赖注入、导航和远程数据访问等。
+
1. Read the [Architecture](architecture.html) overview for the big picture.
-
- [The Root Module](appmodule.html) introduces the `NgModule` class that tells Angular how to compile and run your application. -