把“开发人员指南”批量改名为“开发指南”,前者读起来太啰嗦
This commit is contained in:
parent
940d0d9c22
commit
c9ff72d31a
|
@ -86,7 +86,7 @@ nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
|
||||||
li(class="nav-list-item #{item.class}"): a(href="#{item.href}" title="#{item.tooltip}") #{index + 1}. #{item.navTitle}
|
li(class="nav-list-item #{item.class}"): a(href="#{item.href}" title="#{item.tooltip}") #{index + 1}. #{item.navTitle}
|
||||||
|
|
||||||
.nav-blocks
|
.nav-blocks
|
||||||
a(class="nav-title #{anyItemSelected(guide)}" href="#{guide[0].href}" title="#{guide[0].tooltip}") 开发人员指南
|
a(class="nav-title #{anyItemSelected(guide)}" href="#{guide[0].href}" title="#{guide[0].tooltip}") 开发指南
|
||||||
img(class="inline-arrow-down-svg" src="/resources/images/icons/ic_keyboard_arrow_down_black_24px.svg")
|
img(class="inline-arrow-down-svg" src="/resources/images/icons/ic_keyboard_arrow_down_black_24px.svg")
|
||||||
|
|
||||||
.nav-unordered-lists(class="#{isCollapsed(anyItemSelected(guide))}")
|
.nav-unordered-lists(class="#{isCollapsed(anyItemSelected(guide))}")
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
"guide": {
|
"guide": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "开发人员指南",
|
"title": "开发指南",
|
||||||
"banner": "Angular 2正处于Beta阶段。"
|
"banner": "Angular 2正处于Beta阶段。"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -940,7 +940,7 @@ figure
|
||||||
Most of them are covered in this Developers Guide (or soon will be):
|
Most of them are covered in this Developers Guide (or soon will be):
|
||||||
|
|
||||||
这里是一个简短的、按字母排序的列表,列出了其它重要的Angular特性和服务。
|
这里是一个简短的、按字母排序的列表,列出了其它重要的Angular特性和服务。
|
||||||
它们大多数已经(或即将)包括在这个《开发人员指南》中:
|
它们大多数已经(或即将)包括在这个《开发指南》中:
|
||||||
|
|
||||||
>**Animations** - A forthcoming animation library makes it easy for developers to animate component behavior
|
>**Animations** - A forthcoming animation library makes it easy for developers to animate component behavior
|
||||||
without deep knowledge of animation techniques or css.
|
without deep knowledge of animation techniques or css.
|
||||||
|
|
|
@ -65,7 +65,7 @@ table(width="100%")
|
||||||
tr(style=top)
|
tr(style=top)
|
||||||
td
|
td
|
||||||
p <b>Developer Guide</b>
|
p <b>Developer Guide</b>
|
||||||
p <b>开发人员指南</b>
|
p <b>开发指南</b>
|
||||||
td
|
td
|
||||||
:marked
|
:marked
|
||||||
In-depth analysis of Angular features and development practices.
|
In-depth analysis of Angular features and development practices.
|
||||||
|
|
|
@ -18,7 +18,7 @@ div.card-row.docs-landing.layout-align-space-around-center.layout-row.flex
|
||||||
md-card-content.layout-align-space-between-center.layout-column.flex
|
md-card-content.layout-align-space-between-center.layout-column.flex
|
||||||
div
|
div
|
||||||
h2.text-headline.text-uppercase Developer Guide
|
h2.text-headline.text-uppercase Developer Guide
|
||||||
h2.text-headline.text-uppercase 开发人员指南
|
h2.text-headline.text-uppercase 开发指南
|
||||||
p An intermediate development guide covering all major features of Angular
|
p An intermediate development guide covering all major features of Angular
|
||||||
p 一份中级的开发指南,覆盖Angular的所有主要特性
|
p 一份中级的开发指南,覆盖Angular的所有主要特性
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
## 当前状态
|
## 当前状态
|
||||||
目前:
|
目前:
|
||||||
- “首页”、“快速起步”、“教程”、“基础知识”、“烹饪宝典”已经完成了翻译和校对。
|
- “首页”、“快速起步”、“教程”、“基础知识”、“烹饪宝典”已经完成了翻译和校对。
|
||||||
- “开发人员指南”正在翻译中。
|
- “开发指南”正在翻译中。
|
||||||
- “API参考”尚未开始翻译。同时,由于技术限制,它也不像其它文档那么容易翻译,谁有什么好想法可以提出来。
|
- “API参考”尚未开始翻译。同时,由于技术限制,它也不像其它文档那么容易翻译,谁有什么好想法可以提出来。
|
||||||
- 由于技术限制,“API小抄”尚无法进行同步翻译,目前取的是rc.1版
|
- 由于技术限制,“API小抄”尚无法进行同步翻译,目前取的是rc.1版
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue