Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 55fe727

Browse files
committed
fix-different parts of the English page
1 parent edb88d8 commit 55fe727

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zh-CN/team.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Rust 团队 · Rust 程序设计语言
55
localized-teams:
66
Core team:
77
name: 核心团队
8-
responsibility: "overall direction of the project, subteam leadership, cross-cutting concerns"
8+
responsibility: "把握项目的总体方向、领导子团队、横向关注"
99
Language design team:
1010
name: 语言设计团队
1111
responsibility: "为语言设计新特性"
@@ -25,7 +25,7 @@ localized-teams:
2525
name: 文档团队
2626
responsibility: "确保 Rust 拥有极好的文档"
2727
Moderation team:
28-
name: Moderation team
28+
name: 审核团队
2929
responsibility: "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>"
3030
Rust team alumni:
3131
name: Rust 团队旧友
@@ -71,9 +71,9 @@ localized-teams:
7171

7272
# Rust 团队
7373

74-
Rust 的项目是由若干个小组分别
74+
Rust 的项目是由若干个团队分别
7575
[管辖](https://github.com/rust-lang/rfcs/blob/master/text/1068-rust-governance.md)
76-
每个小组只关注特定的内容,以下是小组人名单(姓氏字母排序)。
76+
的每个团队只关注特定的内容,以下是团队人名单(姓氏字母排序)。
7777

7878
To contact a team, post your question or comment to [the Internals
7979
forum](https://internals.rust-lang.org/) and tag your post with the category
@@ -108,7 +108,7 @@ the [Rust security disclosure process](security.html).
108108
<div class="details">
109109
<div>irc: {% if person.irc %}{{ person.irc }}{% else %}{{ nick }}{% endif %}</div>
110110
{% if person.ex-teams %}
111-
<div>teams: {% for ex-team in person.ex-teams %}{% if forloop.first == false %}, {% endif %}{{ page.localized-ex-teams[ex-team] | default: ex-team }}{% endfor %}</div>
111+
<div>团队: {% for ex-team in person.ex-teams %}{% if forloop.first == false %}, {% endif %}{{ page.localized-ex-teams[ex-team] | default: ex-team }}{% endfor %}</div>
112112
{% endif %}
113113
</div>
114114
<img class="headshot" src="{{ website.avatar | replace:'%nick',nick }}" alt="{{ person.name }}">

0 commit comments

Comments
 (0)