Polish guild/index.jade (round 2)
This commit is contained in:
parent
4f1ac69d6d
commit
ce9430b8e2
|
@ -20,7 +20,7 @@ block includes
|
|||
|
||||
## Themes
|
||||
|
||||
## 文档结构
|
||||
## 主题
|
||||
|
||||
The documentation is divided into major thematic sections, each
|
||||
a collection of pages devoted to that theme.
|
||||
|
@ -61,7 +61,8 @@ table(width="100%")
|
|||
displaying data and accepting user input, injecting application services into components,
|
||||
and building simple forms.
|
||||
|
||||
学习 Angular 基础知识(你已经在这儿了!),比如搭建本地开发环境、显示数据和接受用户输入、注入应用程序服务到组件中,
|
||||
学习 Angular 基础知识(你已经在这儿了!),比如搭建本地开发环境、
|
||||
显示数据和接受用户输入、注入应用程序服务到组件中,
|
||||
以及构建简单表单。
|
||||
tr(style=top)
|
||||
td
|
||||
|
@ -109,7 +110,7 @@ table(width="100%")
|
|||
|
||||
少量早期页面是作为教程来写的,并被清晰的标注出来。
|
||||
其它页面的目的是展示代码中的关键点,而不是解释构建这个范例所需的每一个步骤。
|
||||
我们可以通过在线例子的链接找到完整的源代码。
|
||||
可以通过在线例子的链接找到完整的源代码。
|
||||
|
||||
## Code samples
|
||||
|
||||
|
@ -118,7 +119,7 @@ table(width="100%")
|
|||
Each page includes code snippets from a sample application that accompanies the page.
|
||||
You can reuse these snippets in your applications.
|
||||
|
||||
每章都包含了该章附带例子应用的代码片段。你可以在你的应用中再利用这些代码片段。
|
||||
每章都包含了该章附带例子应用的代码片段。可以在你的应用中重用这些代码片段。
|
||||
|
||||
Look for a link to a running version of that sample, often near the top of the page,
|
||||
such as this <live-example name="architecture"></live-example> from the [Architecture](architecture.html) page.
|
||||
|
@ -137,19 +138,19 @@ table(width="100%")
|
|||
|
||||
* The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.
|
||||
|
||||
* [速查表](cheatsheet.html)列出了Angular在常见场景下的语法。
|
||||
[速查表](cheatsheet.html)列出了 Angular 在常见场景下的语法。
|
||||
|
||||
* The [Glossary](glossary.html) defines terms that Angular developers should know.
|
||||
|
||||
* [词汇表](glossary.html)定义了Angular开发者需要知道的术语。
|
||||
[词汇表](glossary.html)定义了 Angular 开发人员需要知道的术语。
|
||||
|
||||
<li if-docs="ts">The [Change Log](change-log.html) announces what's new and changed in the documentation.</li>
|
||||
* The [Change Log](change-log.html) announces what's new and changed in the documentation.
|
||||
|
||||
<li if-docs="ts">The [变更日志](change-log.html) 宣布文档新增与更新内容</li>
|
||||
[变更日志](change-log.html)包含了文档新增与更新内容。
|
||||
|
||||
* The [API Reference](../api/) is the authority on every public-facing member of the Angular libraries.
|
||||
|
||||
* [API参考手册](../api/)是关于Angular库中每一个公有成员的权威参考资料。
|
||||
[API 参考手册](../api/)是关于 Angular 库中每一个公共成员的权威参考资料。
|
||||
|
||||
## Feedback
|
||||
|
||||
|
@ -162,8 +163,8 @@ table(width="100%")
|
|||
|
||||
* Use the <a href="!{_ngDocRepoURL}" target="_blank" title="angular docs on github">!{_angular_io} Github repository</a> for **documentation** issues and pull requests.
|
||||
|
||||
* 到<a href="!{_ngDocRepoURL}" target="_blank" title="angular docs on github">!{_angular_io} Github 库</a>提交**文档相关**的issues和pull requests.
|
||||
到 <a href="!{_ngDocRepoURL}" target="_blank" title="angular docs on github">!{_angular_io} Github 库</a>提交**文档**相关的 issues 和 pull requests。
|
||||
|
||||
* Use the <a href="!{_ngRepoURL}" target="_blank" title="angular source on github">Angular Github repository</a> to report issues with **Angular** itself.
|
||||
|
||||
- 到<a href="!{_ngRepoURL}" target="_blank" title="angular source on github">Angular Github 库</a>报告与**Angular本身**有关的issues。
|
||||
到 <a href="!{_ngRepoURL}" target="_blank" title="angular source on github">Angular Github 库</a>报告与 **Angular 本身**相关的 issues。
|
||||
|
|
Loading…
Reference in New Issue