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

Commit 27685e7

Browse files
ariasunijulienXX
authored andcommitted
French translation: initial translation of downloads.md (except the footnote)
1 parent f63cd03 commit 27685e7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

fr-FR/downloads.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Downloads · The Rust Programming Language
3+
title: Téléchargements · Langage de programmation Rust
44
---
55
<h1>Downloads</h1>
66

@@ -11,11 +11,11 @@ <h1>Downloads</h1>
1111
<h2 id="stable">{{ site.stable }}&nbsp;</h2>
1212
<h3>{{ site.stable_date }}</h3>
1313
<p>
14-
The
14+
La
1515
<a href="http://blog.rust-lang.org{{ site.stable_blog }}">
16-
current stable release of Rust
16+
version actuelle de Rust
1717
</a>
18-
, updated every six weeks and backwards-compatible.
18+
, mise à jour toutes les 6 semaines et rétrocompatible.
1919
</p>
2020
</div>
2121
<div class="col-md-8">
@@ -51,7 +51,7 @@ <h3>{{ site.stable_date }}</h3>
5151

5252
<div class="row">
5353
<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>
54+
<p>Un moyen simple d’installer les binaires stables pour Linux et Mac est de lancer ceci dans votre terminal&nbsp;:</p>
5555
<pre><code>curl -sSf https://static.rust-lang.org/rustup.sh | sh</code></pre>
5656
</div>
5757
</div>
@@ -62,10 +62,10 @@ <h3>{{ site.stable_date }}</h3>
6262
<div class="col-md-4 side-header">
6363
<h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
6464
<p>
65-
A preview of the upcoming stable release, intended for testing by
66-
crate authors. Updated every six weeks and as needed.
65+
Une préversion de la prochaine version stable, destinée aux tests pour les
66+
auteurs de paquets. Mise à jour toutes les 6 semaines et si besoin.
6767
</p>
68-
<p><em>Scheduled for stable release<br/>{{ site.beta_date }}</em>.<p>
68+
<p><em>Stabilisation prévue&nbsp;:<br/>{{ site.beta_date }}</em>.<p>
6969
</div>
7070
<div class="col-md-8">
7171
<table class="table-features table-installers"><tbody>
@@ -101,7 +101,7 @@ <h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
101101

102102
<div class="row">
103103
<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>
104+
<p>Un moyen simple d’installer les binaires bêtas pour Linux et Mac est de lancer ceci dans votre terminal&nbsp;:</p>
105105
<pre><code>curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta</code></pre>
106106
</div>
107107
</div>
@@ -112,10 +112,10 @@ <h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
112112
<div class="col-md-4 side-header">
113113
<h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
114114
<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.
115+
La branche de développement actuelle.
116+
Elle inclue
117+
<a href="https://doc.rust-lang.org/book/nightly-rust.html">des fonctionnalités instables</a>
118+
qui ne font pas partie des versions bêtas ou stables.
119119
</p>
120120
</div>
121121
<div class="col-md-8">
@@ -152,7 +152,7 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
152152

153153
<div class="row">
154154
<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>
155+
<p>Un moyen simple d’installer les binaires nightly pour Linux et Mac est de lancer ceci dans votre terminal&nbsp;:</p>
156156
<pre><code>curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</code></pre>
157157
</div>
158158
</div>
@@ -162,7 +162,7 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
162162
<div class="row">
163163
<div class="col-md-12">
164164
<p>
165-
Discover other downloads in <a href="https://static.rust-lang.org/dist/index.html">the archives.</a>
165+
Retrouvez les autres téléchargements dans <a href="https://static.rust-lang.org/dist/index.html">les archives.</a>
166166
</p>
167167
</div>
168168
</div>

0 commit comments

Comments
 (0)