Skip to content

Commit 2fe5190

Browse files
Thomas Parisotfhemberger
Thomas Parisot
authored andcommitted
French translation of Downloads page (#1550)
* Add French translation for Downloads page * Unhardcode some strings in Downloads page Eg: Source Code, Windows Binary etc. * Remove superfluous word in french translation * Move translation from qualité -> même niveau de support * s/téléchargement/téléchargements/
1 parent 1e6dda1 commit 2fe5190

File tree

19 files changed

+281
-19
lines changed

19 files changed

+281
-19
lines changed

layouts/partials/primary-download-matrix.hbs

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
<li>
2121
<a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-x86.msi" id="windows-downloadbutton" data-version="{{version.node}}">
2222
<svg class="download-logo" width="50" height="50" viewBox="0 0 50 50"><path d="M1.589 23.55l-0.017-15.31 18.839-2.558v17.868zM23.55 5.225l25.112-3.654v21.979h-25.112zM48.669 26.69l-0.006 21.979-25.112-3.533v-18.446zM20.41 44.736l-18.824-2.58-0.001-15.466h18.825z"></path></svg>
23-
Windows Installer
23+
{{downloads.WindowsInstaller}}
2424
<p class="small color-lightgray">node-{{version.node}}-x86.msi</p>
2525
</a>
2626
</li>
2727
<li>
2828
<a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}.pkg">
2929
<svg class="download-logo" width="50" height="50" viewBox="0 0 50 50"><path d="M39.054 34.065q-1.093 3.504-3.448 7.009-3.617 5.495-7.205 5.495-1.374 0-3.925-0.897-2.411-0.897-4.233-0.897-1.71 0-3.981 0.925-2.271 0.953-3.701 0.953-4.261 0-8.439-7.261-4.121-7.317-4.121-14.102 0-6.392 3.168-10.485 3.14-4.037 7.962-4.037 2.019 0 4.962 0.841 2.916 0.841 3.869 0.841 1.262 0 4.009-0.953 2.86-0.953 4.85-0.953 3.336 0 5.972 1.822 1.458 1.009 2.916 2.804-2.215 1.878-3.196 3.308-1.822 2.635-1.822 5.803 0 3.476 1.934 6.252t4.43 3.533zM28.512 1.179q0 1.71-0.813 3.813-0.841 2.103-2.607 3.869-1.514 1.514-3.028 2.019-1.037 0.308-2.916 0.477 0.084-4.177 2.187-7.205 2.075-3 7.009-4.149 0.028 0.084 0.070 0.308t0.070 0.308q0 0.112 0.014 0.28t0.014 0.28z"></path></svg>
30-
macOS Installer
30+
{{downloads.MacOSInstaller}}
3131
<p class="small color-lightgray">node-{{version.node}}.pkg</p>
3232
</a>
3333
</li>
3434
<li>
3535
<a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}.tar.gz">
3636
<svg class="download-logo" width="50" height="50" viewBox="0 0 50 50"><path d="M25.030 0.934l-24.871 10.716 24.895 10.632 25.152-10.656-25.176-10.691zM26.050 23.62v25.686l24.188-11.483v-24.478l-24.188 10.275zM0.001 37.824l24.27 11.483v-25.686l-24.27-10.275v24.478z"></path></svg>
37-
Source Code
37+
{{downloads.SourceCode}}
3838
<p class="small color-lightgray">node-{{version.node}}.tar.gz</p>
3939
</a>
4040
</li>
@@ -44,48 +44,48 @@
4444
<table class="download-matrix full-width">
4545
<tbody>
4646
<tr>
47-
<th>Windows Installer (.msi)</th>
47+
<th>{{downloads.WindowsInstaller}} (.msi)</th>
4848
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-x86.msi">32-bit</a></td>
4949
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-x64.msi">64-bit</a></td>
5050
</tr>
5151

5252
<tr>
53-
<th>Windows Binary (.zip)</th>
53+
<th>{{downloads.WindowsBinary}} (.zip)</th>
5454
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-win-x86.zip">32-bit</a></td>
5555
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-win-x64.zip">64-bit</a></td>
5656
</tr>
5757

5858
<tr>
59-
<th>macOS Installer (.pkg)</th>
59+
<th>{{downloads.MacOSInstaller}} (.pkg)</th>
6060
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}.pkg">64-bit</a></td>
6161
</tr>
6262

6363
<tr>
64-
<th>macOS Binaries (.tar.gz)</th>
64+
<th>{{downloads.MacOSBinary}} (.tar.gz)</th>
6565
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-darwin-x64.tar.gz">64-bit</a></td>
6666
</tr>
6767
{{#if versionTypeCurrent }}
6868
<tr>
69-
<th>Linux Binaries (x64)</th>
69+
<th>{{downloads.LinuxBinaries}} (x64)</th>
7070
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-x64.tar.xz">64-bit</a></td>
7171
</tr>
7272
{{else}}
7373
<tr>
74-
<th>Linux Binaries (x86/x64)</th>
74+
<th>{{downloads.LinuxBinaries}} (x86/x64)</th>
7575
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-x86.tar.xz">32-bit</a></td>
7676
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-x64.tar.xz">64-bit</a></td>
7777
</tr>
7878
{{/if}}
7979

8080
<tr>
81-
<th>Linux Binaries (ARM)</th>
81+
<th>{{downloads.LinuxBinaries}} (ARM)</th>
8282
<td colspan="2"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-armv6l.tar.xz">ARMv6</a></td>
8383
<td colspan="2"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-armv7l.tar.xz">ARMv7</a></td>
8484
<td colspan="2"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-arm64.tar.xz">ARMv8</a></td>
8585
</tr>
8686

8787
<tr>
88-
<th>Source Code</th>
88+
<th>{{downloads.SourceCode}}</th>
8989
<td colspan="6">
9090
<a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}.tar.gz">node-{{version.node}}.tar.gz</a>
9191
</td>

layouts/partials/secondary-download-matrix.hbs

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
<table class="download-matrix full-width">
44
<tbody>
55
<tr>
6-
<th>SunOS Binaries</th>
6+
<th>{{additional.SunOSBinaries}}</th>
77
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-sunos-x86.tar.xz">32-bit</a></td>
88
<td colspan="3"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-sunos-x64.tar.xz">64-bit</a></td>
99
</tr>
1010

1111
<tr>
12-
<th>Docker Image</th>
13-
<td colspan="6"><a href="https://hub.docker.com/_/node/">Official Node.js Docker Image</a></td>
12+
<th>{{additional.DockerImage}}</th>
13+
<td colspan="6"><a href="https://hub.docker.com/_/node/">{{additional.officialDockerImage}}</a></td>
1414
</tr>
1515

1616
<tr>
17-
<th>Linux on Power Systems</th>
18-
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-ppc64le.tar.xz">64-bit le</a></td>
17+
<th>{{additional.LinuxPowerSystems}}</th>
18+
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-ppc64le.tar.xz">64-bit</a></td>
1919
</tr>
2020

2121
<tr>
22-
<th>Linux on System z</th>
22+
<th>{{additional.LinuxSystemZ}}</th>
2323
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-s390x.tar.xz">64-bit</a></td>
2424
</tr>
2525
<tr>
26-
<th>AIX on Power Systems</th>
26+
<th>{{additional.AIXPowerSystems}}</th>
2727
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-aix-ppc64.tar.gz">64-bit</a></td>
2828
</tr>
2929
</tbody>

locale/ca/download/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ downloads:
1313
Descarregui el codi font de Node.js o un instal·lador pre-compilat per a la seva plataforma, i comenci a desenvolupar avui.
1414
currentVersion: Versió actual
1515
buildInstructions: Building Node.js from source on supported platforms
16+
currentVersion: Latest LTS Version
17+
buildInstructions: Building Node.js from source on supported platforms
18+
WindowsInstaller: Windows Installer
19+
WindowsBinary: Windows Binary
20+
MacOSInstaller: macOS Installer
21+
MacOSBinary: macOS Binary
22+
LinuxBinaries: Linux Binaries
23+
SourceCode: Source Code
1624
additional:
1725
headline: Plataformes addicionals
1826
intro: >
1927
Membres de la comunitat de Node.js proveeixen paquets pre-compilats de forma no oficial per a plataformes addicionals no suportades per l'equip central de Node.js que poden no estar al mateix nivell de les versions actuals oficials de Node.js.
2028
platform: Plataforma
2129
provider: Proveïdor
30+
SunOSBinaries: SunOS Binaries
31+
DockerImage: Docker Image
32+
officialDockerImage: Official Node.js Docker Image
33+
LinuxPowerSystems: Linux on Power Systems
34+
LinuxSystemZ: Linux on System z
35+
AIXPowerSystems: AIX on Power Systems
2236
---

locale/de/download/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ downloads:
1313
Lade den Node.js-Quellcode oder ein bestehendes Installationsprogramm für deine Plattform herunter und beginne gleich mit der Entwicklung.
1414
currentVersion: Aktuellste LTS-Version
1515
buildInstructions: Building Node.js from source on supported platforms
16+
currentVersion: Latest LTS Version
17+
buildInstructions: Building Node.js from source on supported platforms
18+
WindowsInstaller: Windows Installer
19+
WindowsBinary: Windows Binary
20+
MacOSInstaller: macOS Installer
21+
MacOSBinary: macOS Binary
22+
LinuxBinaries: Linux Binaries
23+
SourceCode: Source Code
1624
additional:
1725
headline: Weitere Plattformen
1826
intro: >
@@ -21,4 +29,10 @@ additional:
2129
aktuelle Node.js-Version sind.
2230
platform: Plattform
2331
provider: Anbieter
32+
SunOSBinaries: SunOS Binaries
33+
DockerImage: Docker Image
34+
officialDockerImage: Official Node.js Docker Image
35+
LinuxPowerSystems: Linux on Power Systems
36+
LinuxSystemZ: Linux on System z
37+
AIXPowerSystems: AIX on Power Systems
2438
---

locale/en/download/current.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@ downloads:
1313
Download the Node.js source code or a pre-built installer for your platform, and start developing today.
1414
currentVersion: Latest Current Version
1515
buildInstructions: Building Node.js from source on supported platforms
16+
WindowsInstaller: Windows Installer
17+
WindowsBinary: Windows Binary
18+
MacOSInstaller: macOS Installer
19+
MacOSBinary: macOS Binary
20+
LinuxBinaries: Linux Binaries
21+
SourceCode: Source Code
1622
additional:
1723
headline: Additional Platforms
1824
intro: >
1925
Members of the Node.js community maintain unofficial builds of Node.js for additional platforms. Note that such builds are not supported by the Node.js core team and may not yet be at the same build level as current Node.js release.
2026
platform: Platform
2127
provider: Provider
28+
SunOSBinaries: SunOS Binaries
29+
DockerImage: Docker Image
30+
officialDockerImage: Official Node.js Docker Image
31+
LinuxPowerSystems: Linux on Power Systems
32+
LinuxSystemZ: Linux on System z
33+
AIXPowerSystems: AIX on Power Systems
2234
---

locale/en/download/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@ downloads:
1313
Download the Node.js source code or a pre-built installer for your platform, and start developing today.
1414
currentVersion: Latest LTS Version
1515
buildInstructions: Building Node.js from source on supported platforms
16+
WindowsInstaller: Windows Installer
17+
WindowsBinary: Windows Binary
18+
MacOSInstaller: macOS Installer
19+
MacOSBinary: macOS Binary
20+
LinuxBinaries: Linux Binaries
21+
SourceCode: Source Code
1622
additional:
1723
headline: Additional Platforms
1824
intro: >
1925
Members of the Node.js community maintain unofficial builds of Node.js for additional platforms. Note that such builds are not supported by the Node.js core team and may not yet be at the same build level as current Node.js release.
2026
platform: Platform
2127
provider: Provider
28+
SunOSBinaries: SunOS Binaries
29+
DockerImage: Docker Image
30+
officialDockerImage: Official Node.js Docker Image
31+
LinuxPowerSystems: Linux on Power Systems
32+
LinuxSystemZ: Linux on System z
33+
AIXPowerSystems: AIX on Power Systems
2234
---

locale/es/download/current.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ downloads:
1313
Descargue el código fuente de Node.js o un instalador pre-compilado para su plataforma, y comience a desarrollar hoy.
1414
currentVersion: Versión actual
1515
buildInstructions: Building Node.js from source on supported platforms
16+
currentVersion: Latest LTS Version
17+
buildInstructions: Building Node.js from source on supported platforms
18+
WindowsInstaller: Windows Installer
19+
WindowsBinary: Windows Binary
20+
MacOSInstaller: macOS Installer
21+
MacOSBinary: macOS Binary
22+
LinuxBinaries: Linux Binaries
23+
SourceCode: Source Code
1624
additional:
1725
headline: Plataformas adicionales
1826
intro: >
1927
Miembros de la comunidad de Node.js proveén paquetes pre-compilados de forma no oficial para plataformas adicionales no soportadas por el equipo central de Node.js que pueden no estar al mismo nivel de las versiones actuales oficiales de Node.js.
2028
platform: Plataforma
2129
provider: Proveedor
30+
SunOSBinaries: SunOS Binaries
31+
DockerImage: Docker Image
32+
officialDockerImage: Official Node.js Docker Image
33+
LinuxPowerSystems: Linux on Power Systems
34+
LinuxSystemZ: Linux on System z
35+
AIXPowerSystems: AIX on Power Systems
2236
---

locale/es/download/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ downloads:
1313
Descargue el código fuente de Node.js o un instalador pre-compilado para su plataforma, y comience a desarrollar hoy.
1414
currentVersion: Versión actual
1515
buildInstructions: Building Node.js from source on supported platforms
16+
currentVersion: Latest LTS Version
17+
buildInstructions: Building Node.js from source on supported platforms
18+
WindowsInstaller: Windows Installer
19+
WindowsBinary: Windows Binary
20+
MacOSInstaller: macOS Installer
21+
MacOSBinary: macOS Binary
22+
LinuxBinaries: Linux Binaries
23+
SourceCode: Source Code
1624
additional:
1725
headline: Plataformas adicionales
1826
intro: >
1927
Miembros de la comunidad de Node.js proveén paquetes pre-compilados de forma no oficial para plataformas adicionales no soportadas por el equipo central de Node.js que pueden no estar al mismo nivel de las versiones actuales oficiales de Node.js.
2028
platform: Plataforma
2129
provider: Proveedor
30+
SunOSBinaries: SunOS Binaries
31+
DockerImage: Docker Image
32+
officialDockerImage: Official Node.js Docker Image
33+
LinuxPowerSystems: Linux on Power Systems
34+
LinuxSystemZ: Linux on System z
35+
AIXPowerSystems: AIX on Power Systems
2236
---

locale/fr/download/current.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: download.hbs
3+
title: Téléchargements
4+
download: Télécharger
5+
downloads:
6+
headline: Téléchargements
7+
lts: LTS
8+
current: Actuelle
9+
tagline-current: Dernières fonctionnalités
10+
tagline-lts: Recommandé pour la plupart des utilisateurs
11+
display-hint: Afficher les téléchargements pour Node
12+
intro: >
13+
Téléchargez le code source de Node.js pour votre système d'exploitation et commencez à développer dès aujourd'hui.
14+
currentVersion: Dernière version Actuelle
15+
buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus
16+
WindowsInstaller: Installeur Windows
17+
WindowsBinary: Binaire Windows
18+
MacOSInstaller: Installeur macOS
19+
MacOSBinary: Binaire macOS
20+
LinuxBinaries: Binaires Linux
21+
SourceCode: Code Source
22+
additional:
23+
headline: Autres plate-formes
24+
intro: >
25+
Les membres de la communauté Node.js maintiennent des installeurs de Node.js pour d'autres plate-formes. Veuillez noter que ces téléchargements ne sont pas maintenus par l'équipe principale de Node.js et n'offrent pas forcément le même niveau de support que les téléchargements officiels.
26+
dockerImage: Image officielle Node.js pour Docker
27+
platform: Plate-forme
28+
provider: Fournisseur
29+
SunOSBinaries: Binaires SunOS
30+
DockerImage: Image Docker
31+
officialDockerImage: Image officielle Node.js pour Docker
32+
LinuxPowerSystems: Linux sur Power Systems
33+
LinuxSystemZ: Linux sur System z
34+
AIXPowerSystems: AIX sur Power Systems
35+
---

locale/fr/download/index.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: download.hbs
3+
title: Téléchargements
4+
download: Télécharger
5+
downloads:
6+
headline: Téléchargements
7+
lts: LTS
8+
current: Actuelle
9+
tagline-current: Dernières fonctionnalités
10+
tagline-lts: Recommandé pour la plupart des utilisateurs
11+
display-hint: Afficher les téléchargements pour Node
12+
intro: >
13+
Téléchargez le code source de Node.js pour votre système d'exploitation et commencez à développer dès aujourd'hui.
14+
currentVersion: Dernière version LTS
15+
buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus
16+
WindowsInstaller: Installeur Windows
17+
WindowsBinary: Binaire Windows
18+
MacOSInstaller: Installeur macOS
19+
MacOSBinary: Binaire macOS
20+
LinuxBinaries: Binaires Linux
21+
SourceCode: Code Source
22+
additional:
23+
headline: Autres plate-formes
24+
intro: >
25+
Les membres de la communauté Node.js maintiennent des installeurs de Node.js pour d'autres plate-formes. Veuillez noter que ces téléchargements ne sont pas maintenus par l'équipe principale de Node.js et n'offrent pas forcément le même niveau de support que les téléchargements officiels.
26+
dockerImage: Image officielle Node.js pour Docker
27+
platform: Plate-forme
28+
provider: Fournisseur
29+
SunOSBinaries: Binaires SunOS
30+
DockerImage: Image Docker
31+
officialDockerImage: Image officielle Node.js pour Docker
32+
LinuxPowerSystems: Linux sur Power Systems
33+
LinuxSystemZ: Linux sur System z
34+
AIXPowerSystems: AIX sur Power Systems
35+
---

locale/fr/site.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"text": "Téléchargements",
6262
"releases": {
6363
"link": "download/releases",
64-
"text": "Précédentes versions"
64+
"text": "Versions précédentes"
6565
},
6666
"package-manager": {
6767
"link": "download/package-manager",

locale/ja/download/current.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ downloads:
1313
Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。
1414
currentVersion: 最新のバージョン
1515
buildInstructions: Building Node.js from source on supported platforms
16+
currentVersion: Latest LTS Version
17+
buildInstructions: Building Node.js from source on supported platforms
18+
WindowsInstaller: Windows Installer
19+
WindowsBinary: Windows Binary
20+
MacOSInstaller: macOS Installer
21+
MacOSBinary: macOS Binary
22+
LinuxBinaries: Linux Binaries
23+
SourceCode: Source Code
1624
additional:
1725
headline: その他のプラットフォーム
1826
intro: >
1927
その他のプラットフォームのための Node.js のビルドは、 Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.js のリリースと同じ状態ではないかもしれないことにご注意ください。
2028
platform: Platform
2129
provider: Provider
30+
SunOSBinaries: SunOS Binaries
31+
DockerImage: Docker Image
32+
officialDockerImage: Official Node.js Docker Image
33+
LinuxPowerSystems: Linux on Power Systems
34+
LinuxSystemZ: Linux on System z
35+
AIXPowerSystems: AIX on Power Systems
2236
---

locale/ja/download/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ downloads:
1313
Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。
1414
currentVersion: 最新のバージョン
1515
buildInstructions: Building Node.js from source on supported platforms
16+
currentVersion: Latest LTS Version
17+
buildInstructions: Building Node.js from source on supported platforms
18+
WindowsInstaller: Windows Installer
19+
WindowsBinary: Windows Binary
20+
MacOSInstaller: macOS Installer
21+
MacOSBinary: macOS Binary
22+
LinuxBinaries: Linux Binaries
23+
SourceCode: Source Code
1624
additional:
1725
headline: その他のプラットフォーム
1826
intro: >
1927
その他のプラットフォームのための Node.js のビルドは、 Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.js のリリースと同じ状態ではないかもしれないことにご注意ください。
2028
platform: Platform
2129
provider: Provider
30+
SunOSBinaries: SunOS Binaries
31+
DockerImage: Docker Image
32+
officialDockerImage: Official Node.js Docker Image
33+
LinuxPowerSystems: Linux on Power Systems
34+
LinuxSystemZ: Linux on System z
35+
AIXPowerSystems: AIX on Power Systems
2236
---

0 commit comments

Comments
 (0)