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

Commit f63cd03

Browse files
ariasunijulienXX
authored andcommitted
French translation: initial translation of index.html
1 parent 5730481 commit f63cd03

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

fr-FR/index.html

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,58 @@
11
---
2-
layout: basic
3-
title: The Rust Programming Language
2+
layout: fr-FR/basic
3+
title: Langage de programmation Rust
44
---
5-
5+
<!-- -->
66
<div class="row install-row">
77
<div class="col-md-8">
88
<p class="pitch">
9-
<b>Rust</b> is a systems programming language
10-
that runs blazingly fast,
11-
prevents segfaults,
12-
and guarantees thread safety.
9+
<b>Rust</b> est un langage de programmation système ultra-rapide,
10+
qui prévient les erreurs de segmentations
11+
et garantie la sureté entre threads.
1312
<br/>
14-
<a href="https://doc.rust-lang.org/book/README.html">Show me!</a>
13+
<a href="https://doc.rust-lang.org/book/README.html">Montre-moi!</a>
1514
</p>
1615
</div>
1716
<div class="col-md-4 install-box">
1817
<span class="version-rec-box-inner">
19-
Recommended Version:<br>
18+
Version recommandée:<br>
2019
<span id="install-version">
2120
{{ site.stable }}
2221
(<span>source</span>)
2322
</span>
2423
</span>
2524
<a class="btn btn-primary" id="inst-link"
26-
href="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz">Install</a>
27-
<a class="btn btn-default" href="install.html" role="button">Other Downloads</a>
25+
href="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz">Installer</a>
26+
<a class="btn btn-default" href="install.html" role="button">Autres téléchargements</a>
2827
</div>
2928
</div>
3029

3130
<div class="row code-row">
3231
<div class="col-md-4">
33-
<h2>Featuring</h2>
32+
<h2>Fonctionnalités</h2>
3433
<ul class="laundry-list">
35-
<li>zero-cost abstractions</li>
36-
<li>move semantics</li>
37-
<li>guaranteed memory safety</li>
38-
<li>threads without data races</li>
39-
<li>trait-based generics</li>
40-
<li>pattern matching</li>
41-
<li>type inference</li>
42-
<li>minimal runtime</li>
43-
<li>efficient C bindings</li>
34+
<li>abstractions sans cout</li>
35+
<li>sémantique de mouvement</li>
36+
<li>garantie de sureté de la mémoire</li>
37+
<li>fils d’exécution sans accès concurrent</li>
38+
<li>généricité avec les <i>traits</i></li>
39+
<li>filtrage par motif</li>
40+
<li>inférence de type</li>
41+
<li>environnement d’exécution minimal</li>
42+
<li><i>bindings</i> C efficaces</li>
4443
</ul>
4544
</div>
4645
<div class="col-md-8">
4746
<div id="active-code">
48-
<button type="button" class="btn btn-primary btn-sm" id="run-code">Run</button>
49-
<div id="editor">{% include example.rs %}</div>
47+
<button type="button" class="btn btn-primary btn-sm" id="run-code">Exécuter</button>
48+
<div id="editor">{% include fr-FR/example.rs %}</div>
5049
<div id="result">
5150
<a id="playlink"><i class="icon-link-ext"></i></a>
5251
</div>
5352
</div>
54-
<div id="static-code">{% include example.rs.html %}</div>
53+
<div id="static-code">{% include fr-FR/example.rs.html %}</div>
5554
<div class="more-examples">
56-
<a href="http://rustbyexample.com/">More examples</a>
55+
<a href="http://rustbyexample.com/">Plus d’exemples</a>
5756
</div>
5857
</div>
5958
</div>

0 commit comments

Comments
 (0)