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

Commit 6d1ee19

Browse files
authored
Merge pull request #517 from TyanNN/master
Translate Downloads to RU-ru
2 parents 1ce0afd + db46317 commit 6d1ee19

File tree

1 file changed

+46
-48
lines changed

1 file changed

+46
-48
lines changed

ru-RU/downloads.html

Lines changed: 46 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
layout: ru-RU/untranslated
3-
title: Downloads · The Rust Programming Language
2+
layout: ru-RU/basic
3+
title: Загрузки · Язык программирования Rust
44
---
5-
<h1>Downloads</h1>
5+
<h1>Загрузки</h1>
66

77
<hr>
88

@@ -11,11 +11,10 @@ <h1>Downloads</h1>
1111
<h2 id="stable">{{ site.stable }}&nbsp;</h2>
1212
<h3>{{ site.stable_date }}</h3>
1313
<p>
14-
The
1514
<a href="http://blog.rust-lang.org{{ site.stable_blog }}">
16-
current stable release of Rust
17-
</a>
18-
, updated every six weeks and backwards-compatible.
15+
Текущая стабильная версия Rust
16+
</a>
17+
, обновляется каждые шесть недель и обратно совместима
1918
</p>
2019
</div>
2120
<div class="col-md-8">
@@ -51,7 +50,7 @@ <h3>{{ site.stable_date }}</h3>
5150

5251
<div class="row">
5352
<div class="col-md-10 col-md-offset-1">
54-
<p>An easy way to install the stable binaries for Linux and Mac is to run this in your shell:</p>
53+
<p>Простой способ установить бинарную стабильную версию для Linux и Mac — выполнить эту команду в командной строке:</p>
5554
<pre><code>curl -sSf https://static.rust-lang.org/rustup.sh | sh</code></pre>
5655
</div>
5756
</div>
@@ -62,10 +61,10 @@ <h3>{{ site.stable_date }}</h3>
6261
<div class="col-md-4 side-header">
6362
<h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
6463
<p>
65-
A preview of the upcoming stable release, intended for testing by
66-
crate authors. Updated every six weeks and as needed.
64+
Предварительная версия будущих стабильных выпусков, предназначена для
65+
тестирования авторами библиотек. Обновляется каждые шесть недель или по мере необходимости.
6766
</p>
68-
<p><em>Scheduled for stable release<br/>{{ site.beta_date }}</em>.<p>
67+
<p><em>Стабильный релиз намечен на<br/>{{ site.beta_date }}</em>.<p>
6968
</div>
7069
<div class="col-md-8">
7170
<table class="table-features table-installers"><tbody>
@@ -101,7 +100,7 @@ <h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
101100

102101
<div class="row">
103102
<div class="col-md-10 col-md-offset-1">
104-
<p>An easy way to install the beta binaries for Linux and Mac is to run this in your shell:</p>
103+
<p>Простой способ установить бинарную бета версию для Linux и Mac — выполнить эту команду в командной строке:</p>
105104
<pre><code>curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta</code></pre>
106105
</div>
107106
</div>
@@ -112,10 +111,10 @@ <h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
112111
<div class="col-md-4 side-header">
113112
<h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
114113
<p>
115-
The current development branch.
116-
It includes
117-
<a href="https://doc.rust-lang.org/book/nightly-rust.html">unstable features</a>
118-
that are not available in the betas or stable releases.
114+
Текущая ветка разработки.
115+
Включает
116+
<a href="https://doc.rust-lang.org/book/nightly-rust.html">нестабильные возможности</a>
117+
которые недоступны в бетах и стабильных релизах.
119118
</p>
120119
</div>
121120
<div class="col-md-8">
@@ -152,7 +151,7 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
152151

153152
<div class="row">
154153
<div class="col-md-10 col-md-offset-1">
155-
<p>An easy way to install the nightly binaries for Linux and Mac is to run this in your shell:</p>
154+
<p>Простой способ установить бинарную nightly версию для Linux и Mac — выполнить эту команду в командной строке:</p>
156155
<pre><code>curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</code></pre>
157156
</div>
158157
</div>
@@ -162,7 +161,7 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
162161
<div class="row">
163162
<div class="col-md-12">
164163
<p>
165-
Discover other downloads in <a href="https://static.rust-lang.org/dist/index.html">the archives.</a>
164+
Вы можете просмотреть другие варианты <a href="https://static.rust-lang.org/dist/index.html">в архиве.</a>
166165
</p>
167166
</div>
168167
</div>
@@ -171,35 +170,34 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
171170

172171
<div class="row">
173172
<div class="col-md-12">
174-
<a id="win-foot"></a>
175-
<p>
176-
<em></em>
177-
There are two prominent
178-
<a href="https://en.wikipedia.org/wiki/Application_binary_interface">ABIs</a>
179-
in use on Windows: the native (MSVC) ABI used by
180-
<a href="https://www.visualstudio.com">Visual Studio</a>,
181-
and the GNU ABI used by the
182-
<a href="https://gcc.gnu.org/">GCC toolchain</a>.
183-
Which version of Rust you need depends largely on what C/C++ libraries you want to interoperate with:
184-
for interop with software produced by Visual Studio use the MSVC build of Rust; for interop with
185-
GNU software built using the
186-
<a href="https://msys2.github.io/">MinGW/MSYS2 toolchain</a>
187-
use the GNU build.
188-
</p>
189-
<p>
190-
MSVC builds of Rust additionally require the Microsoft Visual
191-
C++ build tools for Visual Studio 2013 or later.
192-
The easiest way to acquire the build tools is by installing
193-
<a href="http://landinghub.visualstudio.com/visual-cpp-build-tools">
194-
Microsoft Visual C++ Build Tools 2015</a>
195-
which provides just the Visual C++ build tools.
196-
Alternately, you can <a href="https://www.visualstudio.com/downloads/">install</a>
197-
Visual Studio 2015 or Visual Studio 2013 and during install select the "C++ tools".
198-
No additional software installation is necessary for basic use of the GNU build.
199-
</p>
200-
<p>
201-
Rust's support for the GNU ABI is more mature, and is recommended for typical
202-
uses.
203-
</p>
173+
<a id="win-foot"></a>
174+
<p>
175+
<em></em>
176+
На Windows существует два известных
177+
<a href="https://en.wikipedia.org/wiki/Application_binary_interface">ABI</a>
178+
: нативный (MSVC) ABI, который используется в
179+
<a href="https://www.visualstudio.com">Visual Studio</a>,
180+
и GNU ABI, который используется в
181+
<a href="https://gcc.gnu.org/">наборе инструментов GCC</a>.
182+
То, какая версия Rust вам нужна зависит в основном от того, с какими C/C++ библиотеками вы собираетесь взаимодействовать:
183+
для взаимодействия с ПО созданным с помощью Visual Studio используйте MSVC версию Rust;
184+
для ПО GNU, которое было собрано с помощью
185+
<a href="https://msys2.github.io/">MinGW/MSYS2</a>
186+
используйте GNU версию.
187+
</p>
188+
<p>
189+
Версия Rust для MSVC дополнительно требует инструменты сборки Microsoft Visual
190+
C++ для Visual Studio 2013 и выше.
191+
Простейший способ получить их — установить
192+
<a href="http://landinghub.visualstudio.com/visual-cpp-build-tools">
193+
Microsoft Visual C++ Build Tools 2015</a>
194+
,который предоставит вам только иструменты для сборки Visual C++.
195+
Альтернативно, вы можете <a href="https://www.visualstudio.com/downloads/">установить</a>
196+
Visual Studio 2015 или Visual Studio 2013, и, во время установки, поставить галочку на "C++ tools".
197+
Для GNU версии никакого дополнительного ПО не требуется.
198+
</p>
199+
<p>
200+
Поддержка GNU ABI более проработана и рекомендуется для обычных пользователей.
201+
</p>
204202
</div>
205203
</div>

0 commit comments

Comments
 (0)