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

Commit 582659f

Browse files
authored
Merge pull request #845 from belltoy/i18n/zh-CN
Translate the faq doc into Simplified Chinese
2 parents 9713a3c + 6f43dc7 commit 582659f

File tree

8 files changed

+333
-357
lines changed

8 files changed

+333
-357
lines changed

zh-CN/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Rust 有一个社区驱动的开发过程,大多数决策都是通过公开的
140140

141141
* [语言设计团队][language_team]负责设计新的语言特性。
142142

143-
* [库团队][library_team]负责 Rust 标准库、rust-lang 包装箱,及公约。
143+
* [库团队][library_team]负责 Rust 标准库、rust-lang ,及公约。
144144

145145
* [编译器团队][compiler_team]负责编译器内部和优化。
146146

zh-CN/contribute-libs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: 为 Rust 出力 — 库 · Rust 程序设计语言
1212
决定写些什么更有乐趣和影响力是一个常见的问题。这里有些想法供你参考:
1313

1414
* 阅读和参与 [/r/rust][users.rust-lang.org]
15-
每周的本周每个人都在做什么("what's everyone working on
15+
每周的本周每个人都在做什么("what's everyone working on
1616
this week")主题。那些包含来自其他需要合作者的 Rust 程序员的激动人心的通知。
1717
* 通过 [awesome-rust][libs.rs] 亲自熟悉最好的 Rust 库。
1818
* Some larger projects, including the web browser [Servo], the HTTP

zh-CN/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ title: Rust 语言文档 · Rust 程序设计语言
1919

2020
[学习 Rust][rust-learning]:由社区维护、收集的学习 Rust 资料合集。
2121

22-
[常见问题][faq]
22+
[常见问题解答][faq]
2323

2424
[book]: https://kaisery.gitbooks.io/rust-book-chinese/content/
2525
[rbe]: https://rustwiki.org/rust-by-example/

zh-CN/faq.md

Lines changed: 324 additions & 348 deletions
Large diffs are not rendered by default.

zh-CN/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ <h2>特点</h2>
2828
<li>转移语义</li>
2929
<li>保证内存安全</li>
3030
<li>线程无数据竞争</li>
31-
<li>trait 泛型</li>
31+
<li>基于 trait 的泛型</li>
3232
<li>模式匹配</li>
3333
<li>类型推断</li>
3434
<li>极小运行时</li>
35-
<li>高效C绑定</li>
35+
<li>高效 C 绑定</li>
3636
</ul>
3737
</div>
3838
<div class="col-md-8">

zh-CN/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1 class="rustup">安装 Rust</h1>
8484
<br>
8585

8686
<a id="platform-button" style="display: none;" href="#">
87-
点击或按下 “n” 键更换平台
87+
点击或按下 「n」 键更换平台
8888
</a>
8989
</div>
9090
</div>
@@ -157,7 +157,7 @@ <h3>Windows 注意事项</h3>
157157
</a>
158158
。或者,你可以
159159
<a href="https://www.visualstudio.com/downloads/">安装</a>
160-
Visual Studio 2015 或 Visual Studio 2013 并在安装过程中选择安装 C++ 工具
160+
Visual Studio 2015 或 Visual Studio 2013 并在安装过程中选择安装 C++ 工具
161161
</p>
162162

163163
<p>

zh-CN/legal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ profits benefit the Rust project.
180180
## 帮助我们
181181

182182
作为 Rust 社区的成员,请留意用途成疑的
183-
Rust 标志和Rust字样。您可以将潜在的滥用报告到
183+
Rust 标志和Rust字样。您可以将潜在的滥用报告到
184184
[[email protected]](mailto:[email protected])。我们将评估每个事例并采取适当的行动。
185185

186186
请不要接触被投诉的商标使用人。这应该留给 Mozilla 及其代表处理。

zh-CN/other-installers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Rust 工具链的工具,从而为多个平台提供一致的 Rust 支持。
2828
开发者有时喜欢用他们平台的软件包管理器来安装 Rust。
2929
- `curl | sh`。在 Unix 上,我们通常通过 `curl` 运行一个 shell 脚本来安装 `rustup`。有些人可能担心这样做的安全性,而更愿意手动下载和运行安装程序。
3030
- 验证签名。尽管 `rustup` 通过 HTTPS 完成下载,但目前验证 Rust 安装程序的签名的唯一方式是手动验证独立安装包。
31-
- Windows 上的图形化添加/删除程序`rustup` 在控制台中运行,并且不像典型的 Windows 程序那样注册其安装。如果您偏好典型的 GUI 安装,我们有独立的 `.msi` 安装包。在未来,
31+
- Windows 上的图形化添加/删除程序`rustup` 在控制台中运行,并且不像典型的 Windows 程序那样注册其安装。如果您偏好典型的 GUI 安装,我们有独立的 `.msi` 安装包。在未来,
3232
`rustup` 也将有 Windows 上的 GUI 安装程序。
3333

3434
Rust 的平台支持定义共有[三层],这与可用的安装方法密切相关:

0 commit comments

Comments
 (0)