内容微调

This commit is contained in:
Zhicheng Wang 2016-06-19 20:18:03 +08:00
parent 8ffaf06b72
commit dba8c9ec99
2 changed files with 29 additions and 4 deletions

View File

@ -5,6 +5,7 @@ block includes
- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript' - var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript'
figure figure
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
:marked :marked
This is a practical guide to Angular for experienced programmers who This is a practical guide to Angular for experienced programmers who
are building client applications in HTML and #{langName}. are building client applications in HTML and #{langName}.
@ -22,12 +23,14 @@ figure
<a id="learning-path"></a> <a id="learning-path"></a>
:marked :marked
# Organization # Organization
# 组织结构 # 组织结构
The documentation is divided into major thematic sections, each The documentation is divided into major thematic sections, each
a collection of chapters devoted to that theme. a collection of chapters devoted to that theme.
本文档分成几大主题区,每个区包含一组围绕自己主题的章节。 本文档分成几大主题区,每个区包含一组围绕自己主题的章节。
// #enddocregion how-to-read-1 // #enddocregion how-to-read-1
// #docregion how-to-read-2 // #docregion how-to-read-2
- var top="vertical-align:top" - var top="vertical-align:top"
@ -37,7 +40,9 @@ table.vertical-table(width="100%")
tr(style=top) tr(style=top)
th th
p QuickStart p QuickStart
p 快速起步 p 快速起步
td td
:marked :marked
The foundation for every chapter and sample in this documentation. The foundation for every chapter and sample in this documentation.
@ -46,52 +51,69 @@ table.vertical-table(width="100%")
tr(style=top) tr(style=top)
th th
p Tutorial p Tutorial
p 教程 p 教程
td td
:marked :marked
A step-by-step, immersive approach to learning Angular that A step-by-step, immersive approach to learning Angular that
introduces the major features of Angular in an application context. introduces the major features of Angular in an application context.
按部就班、沉浸式的Angular学习之旅在应用场景中介绍了Angular的各个主要特性。 按部就班、沉浸式的Angular学习之旅在应用场景中介绍了Angular的各个主要特性。
tr(style=top) tr(style=top)
th th
p Basics p Basics
p 基础 p 基础
td td
:marked :marked
The essential ingredients of Angular development. The essential ingredients of Angular development.
Angular开发中必不可少的要素。 Angular开发中必不可少的要素。
tr(style=top) tr(style=top)
th th
p Developer Guide p Developer Guide
p 开发指南 p 开发指南
td td
:marked :marked
In-depth analysis of Angular features and development practices. In-depth analysis of Angular features and development practices.
深入分析Angular的特性和开发实践。 深入分析Angular的特性和开发实践。
tr(style=top) tr(style=top)
th th
p Cookbook p Cookbook
p 烹饪宝典 p 烹饪宝典
td td
:marked :marked
Recipes for specific application challenges, mostly code snippets with a minimum of exposition. Recipes for specific application challenges, mostly code snippets with a minimum of exposition.
一组解决实际应用中某些特定挑战的食谱,大部分是代码片段,也有少量的详细阐述。 一组解决实际应用中某些特定挑战的“菜谱”,大部分是代码片段,也有少量的详细阐述。
tr(style=top) tr(style=top)
th th
p API Reference p API Reference
p API参考手册 p API参考手册
td td
:marked :marked
Authoritative details about each member of the Angular libraries. Authoritative details about each member of the Angular libraries.
关于Angular库中每一个成员的详尽、权威的资料。 关于Angular库中每一个成员的详尽、权威的资料。
:marked :marked
# Learning Path # Learning Path
# 学习路径 # 学习路径
We don't have to read the guide straight through. Most chapters stand on their own. We don't have to read the guide straight through. Most chapters stand on their own.
我们并不需要从头到尾依次阅读本指南。大部分章节都是独立的。 我们并不需要从头到尾依次阅读本指南。大部分章节都是独立的。
@ -154,6 +176,7 @@ table.vertical-table(width="100%")
// #docregion the-rest // #docregion the-rest
:marked :marked
# Code Samples # Code Samples
# 代码范例 # 代码范例
Every chapter includes code snippets that we can reuse in our own applications. Every chapter includes code snippets that we can reuse in our own applications.
@ -185,6 +208,7 @@ block example-links
我们可以从在线例子的链接找到完整的源代码。 我们可以从在线例子的链接找到完整的源代码。
# Reference pages # Reference pages
# 参考资料 # 参考资料
The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios. The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.
@ -200,6 +224,7 @@ block example-links
[API参考手册](../api/)是关于Angular库中每一个公有成员的权威参考资料。 [API参考手册](../api/)是关于Angular库中每一个公有成员的权威参考资料。
# Feedback # Feedback
# 提供反馈 # 提供反馈
We welcome feedback! Leave a comment by clicking the icon in upper right corner of the banner. We welcome feedback! Leave a comment by clicking the icon in upper right corner of the banner.

View File

@ -48,9 +48,9 @@
在翻译和校对过程中,我们得到了很多人的帮助,在此一并致谢,他/她们是: 在翻译和校对过程中,我们得到了很多人的帮助,在此一并致谢,他/她们是:
- Joeylin - Joeylin(来自Angular中文社区)
- 张旋 - 张旋(来自Angular中文社区)
- Hantsy - Hantsy(来自Github)
- 还有一些做好事不留名的雷锋 - 还有一些做好事不留名的雷锋
想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。 想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。