@@ -9,7 +9,7 @@ <h1>下载</h1>
9
9
< div class ="row install ">
10
10
< div class ="col-md-4 side-header ">
11
11
< h2 id ="stable "> {{ site.stable }} </ h2 >
12
- < h3 > {{ site.stable_date | date: "%Y 年 %m 月 %-d 日" }}</ h3 >
12
+ < h3 > {{ site.stable_date | date: "%Y 年 %- m 月 %-d 日" }}</ h3 >
13
13
< p >
14
14
< a href ="http://blog.rust-lang.org{{ site.stable_blog }} ">
15
15
当前稳定的版本</ a > ,
@@ -60,10 +60,10 @@ <h3>{{ site.stable_date | date: "%Y 年 %m 月 %-d 日" }}</h3>
60
60
< div class ="col-md-4 side-header ">
61
61
< h2 id ="beta "> 测试版(Beta) ({{ site.beta }})</ h2 >
62
62
< 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
+ 每六周或必要时更新一次。
65
65
</ 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 >
67
67
</ div >
68
68
< div class ="col-md-8 ">
69
69
< table class ="table-features table-installers "> < tbody >
@@ -110,10 +110,10 @@ <h2 id="beta">测试版(Beta) ({{ site.beta }})</h2>
110
110
< div class ="col-md-4 side-header ">
111
111
< h2 id ="nightly "> 开发版(Nightly) ({{ site.nightly }})</ h2 >
112
112
< 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
+ 这些特性在稳定版和测试版中都是不支持的。
117
117
</ p >
118
118
</ div >
119
119
< div class ="col-md-8 ">
@@ -186,12 +186,12 @@ <h2 id="nightly">开发版(Nightly) ({{ site.nightly }})</h2>
186
186
</ p >
187
187
< p >
188
188
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 或更高版本。
190
190
The easiest way to acquire the build tools is by installing
191
191
< a href ="http://landinghub.visualstudio.com/visual-cpp-build-tools ">
192
192
Microsoft Visual C++ Build Tools 2015</ a >
193
193
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 >
195
195
Visual Studio 2015 or Visual Studio 2013 and during install select the "C++ tools".
196
196
No additional software installation is necessary for basic use of the GNU build.
197
197
</ p >
0 commit comments