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

Commit 6ee7d0b

Browse files
committed
16.10.14.15.17
1 parent 92b52eb commit 6ee7d0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

zh-CN/downloads.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>下载</h1>
99
<div class="row install">
1010
<div class="col-md-4 side-header">
1111
<h2 id="stable">{{ site.stable }}&nbsp;</h2>
12-
<h3>{{ site.stable_date | date: "%Y 年 %m 月 %-d 日" }}</h3>
12+
<h3>{{ site.stable_date | date: "%Y 年 %-m 月 %-d 日" }}</h3>
1313
<p>
1414
<a href="http://blog.rust-lang.org{{ site.stable_blog }}">
1515
当前稳定的版本</a>
@@ -60,10 +60,10 @@ <h3>{{ site.stable_date | date: "%Y 年 %m 月 %-d 日" }}</h3>
6060
<div class="col-md-4 side-header">
6161
<h2 id="beta">测试版(Beta)&nbsp; ({{ site.beta }})</h2>
6262
<p>
63-
A preview of the upcoming stable release, intended for testing by
64-
crate authors. Updated every six weeks and as needed.
63+
即将推出的稳定版本,提供为库(crate) 作者测试使用。
64+
每六周或必要时更新一次。
6565
</p>
66-
<p><em>Scheduled for stable release<br/>{{ site.beta_date | date: "%B %-d, %Y" }}</em>.<p>
66+
<p><em>预计将于 <br/>{{ site.beta_date | date: "%Y 年 %-m 月 %-d 日" }}</em> 推出稳定版<p>
6767
</div>
6868
<div class="col-md-8">
6969
<table class="table-features table-installers"><tbody>
@@ -110,10 +110,10 @@ <h2 id="beta">测试版(Beta)&nbsp; ({{ site.beta }})</h2>
110110
<div class="col-md-4 side-header">
111111
<h2 id="nightly">开发版(Nightly)&nbsp; ({{ site.nightly }})</h2>
112112
<p>
113-
The current development branch.
114-
It includes
115-
<a href="https://doc.rust-lang.org/book/nightly-rust.html">unstable features</a>
116-
that are not available in the betas or stable releases.
113+
当前正在开发的分支。
114+
它包括若干
115+
<a href="https://doc.rust-lang.org/book/nightly-rust.html">不稳定的特性</a>
116+
这些特性在稳定版和测试版中都是不支持的。
117117
</p>
118118
</div>
119119
<div class="col-md-8">
@@ -186,12 +186,12 @@ <h2 id="nightly">开发版(Nightly)&nbsp; ({{ site.nightly }})</h2>
186186
</p>
187187
<p>
188188
MSVC builds of Rust additionally require the Microsoft Visual
189-
C++ build tools for Visual Studio 2013 or later.
189+
C++ build tools for Visual Studio 2013 或更高版本。
190190
The easiest way to acquire the build tools is by installing
191191
<a href="http://landinghub.visualstudio.com/visual-cpp-build-tools">
192192
Microsoft Visual C++ Build Tools 2015</a>
193193
which provides just the Visual C++ build tools.
194-
Alternately, you can <a href="https://www.visualstudio.com/downloads/">install</a>
194+
Alternately, you can <a href="https://www.visualstudio.com/downloads/">安装</a>
195195
Visual Studio 2015 or Visual Studio 2013 and during install select the "C++ tools".
196196
No additional software installation is necessary for basic use of the GNU build.
197197
</p>

0 commit comments

Comments
 (0)