From b1f72bbafa16eb8609cc70d76e5ce95529e9aaa9 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Wed, 10 Jan 2018 17:54:17 +0000 Subject: [PATCH 1/5] Add French translation for Downloads page --- locale/fr/download/current.md | 23 +++++++++++++++++++++++ locale/fr/download/index.md | 23 +++++++++++++++++++++++ locale/fr/site.json | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 locale/fr/download/current.md create mode 100644 locale/fr/download/index.md diff --git a/locale/fr/download/current.md b/locale/fr/download/current.md new file mode 100644 index 0000000000000..5167443e63430 --- /dev/null +++ b/locale/fr/download/current.md @@ -0,0 +1,23 @@ +--- +layout: download.hbs +title: Téléchargements +download: Télécharger +downloads: + headline: Téléchargements + lts: LTS + current: Actuelle + tagline-current: Dernières fonctionnalités + tagline-lts: Recommandé pour la plupart des utilisateurs + display-hint: Afficher les téléchargement pour Node + intro: > + Téléchargez le code source de Node.js ou pour votre système d'exploitation et commencez à développer dès aujourd'hui. + currentVersion: Dernière version Actuelle + buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus +additional: + headline: Autres plate-formes + intro: > + 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 la même qualité que les téléchargements officiels. + dockerImage: Image officielle Node.js pour Docker + platform: Plate-forme + provider: Fournisseur +--- diff --git a/locale/fr/download/index.md b/locale/fr/download/index.md new file mode 100644 index 0000000000000..dbf81da33dd23 --- /dev/null +++ b/locale/fr/download/index.md @@ -0,0 +1,23 @@ +--- +layout: download.hbs +title: Téléchargements +download: Télécharger +downloads: + headline: Téléchargements + lts: LTS + current: Actuelle + tagline-current: Dernières fonctionnalités + tagline-lts: Recommandé pour la plupart des utilisateurs + display-hint: Afficher les téléchargement pour Node + intro: > + Téléchargez le code source de Node.js ou pour votre système d'exploitation et commencez à développer dès aujourd'hui. + currentVersion: Dernière version LTS + buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus +additional: + headline: Autres plate-formes + intro: > + 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 la même qualité que les téléchargements officiels. + dockerImage: Image officielle Node.js pour Docker + platform: Plate-forme + provider: Fournisseur +--- diff --git a/locale/fr/site.json b/locale/fr/site.json index 4c28ae473267c..502c67728d71c 100644 --- a/locale/fr/site.json +++ b/locale/fr/site.json @@ -61,7 +61,7 @@ "text": "Téléchargements", "releases": { "link": "download/releases", - "text": "Précédentes versions" + "text": "Versions précédentes" }, "package-manager": { "link": "download/package-manager", From d8c0a3aeb964ece8f9eea23709d327c48fe8e422 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Wed, 10 Jan 2018 17:56:18 +0000 Subject: [PATCH 2/5] Unhardcode some strings in Downloads page Eg: Source Code, Windows Binary etc. --- layouts/partials/primary-download-matrix.hbs | 22 +++++++++---------- .../partials/secondary-download-matrix.hbs | 14 ++++++------ locale/ca/download/index.md | 14 ++++++++++++ locale/de/download/index.md | 14 ++++++++++++ locale/en/download/current.md | 12 ++++++++++ locale/en/download/index.md | 12 ++++++++++ locale/es/download/current.md | 14 ++++++++++++ locale/es/download/index.md | 14 ++++++++++++ locale/fr/download/current.md | 12 ++++++++++ locale/fr/download/index.md | 12 ++++++++++ locale/ja/download/current.md | 14 ++++++++++++ locale/ja/download/index.md | 14 ++++++++++++ locale/ko/download/current.md | 14 ++++++++++++ locale/ko/download/index.md | 14 ++++++++++++ locale/uk/download/current.md | 14 ++++++++++++ locale/uk/download/index.md | 14 ++++++++++++ locale/zh-cn/download/current.md | 14 ++++++++++++ locale/zh-cn/download/index.md | 14 ++++++++++++ 18 files changed, 234 insertions(+), 18 deletions(-) diff --git a/layouts/partials/primary-download-matrix.hbs b/layouts/partials/primary-download-matrix.hbs index 5982c9137eb74..4eef128af37f0 100644 --- a/layouts/partials/primary-download-matrix.hbs +++ b/layouts/partials/primary-download-matrix.hbs @@ -20,21 +20,21 @@
  • - Windows Installer + {{downloads.WindowsInstaller}}

    node-{{version.node}}-x86.msi

  • - macOS Installer + {{downloads.MacOSInstaller}}

    node-{{version.node}}.pkg

  • - Source Code + {{downloads.SourceCode}}

    node-{{version.node}}.tar.gz

  • @@ -44,48 +44,48 @@ - + - + - + - + {{#if versionTypeCurrent }} - + {{else}} - + {{/if}} - + - + diff --git a/layouts/partials/secondary-download-matrix.hbs b/layouts/partials/secondary-download-matrix.hbs index 2a38b38684cbe..df47b3152635f 100644 --- a/layouts/partials/secondary-download-matrix.hbs +++ b/layouts/partials/secondary-download-matrix.hbs @@ -3,27 +3,27 @@
    Windows Installer (.msi){{downloads.WindowsInstaller}} (.msi) 32-bit 64-bit
    Windows Binary (.zip){{downloads.WindowsBinary}} (.zip) 32-bit 64-bit
    macOS Installer (.pkg){{downloads.MacOSInstaller}} (.pkg) 64-bit
    macOS Binaries (.tar.gz){{downloads.MacOSBinary}} (.tar.gz) 64-bit
    Linux Binaries (x64){{downloads.LinuxBinaries}} (x64) 64-bit
    Linux Binaries (x86/x64){{downloads.LinuxBinaries}} (x86/x64) 32-bit 64-bit
    Linux Binaries (ARM){{downloads.LinuxBinaries}} (ARM) ARMv6 ARMv7 ARMv8
    Source Code{{downloads.SourceCode}} node-{{version.node}}.tar.gz
    - + - - + + - - + + - + - + diff --git a/locale/ca/download/index.md b/locale/ca/download/index.md index a30cb87270171..fed3671217e7b 100644 --- a/locale/ca/download/index.md +++ b/locale/ca/download/index.md @@ -13,10 +13,24 @@ downloads: Descarregui el codi font de Node.js o un instal·lador pre-compilat per a la seva plataforma, i comenci a desenvolupar avui. currentVersion: Versió actual buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Plataformes addicionals intro: > 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. platform: Plataforma provider: Proveïdor + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/de/download/index.md b/locale/de/download/index.md index a255f7349853a..2f538a91b57df 100644 --- a/locale/de/download/index.md +++ b/locale/de/download/index.md @@ -13,6 +13,14 @@ downloads: Lade den Node.js-Quellcode oder ein bestehendes Installationsprogramm für deine Plattform herunter und beginne gleich mit der Entwicklung. currentVersion: Aktuellste LTS-Version buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Weitere Plattformen intro: > @@ -21,4 +29,10 @@ additional: aktuelle Node.js-Version sind. platform: Plattform provider: Anbieter + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/en/download/current.md b/locale/en/download/current.md index 7aef4a02e0b04..2efef82c6a90d 100644 --- a/locale/en/download/current.md +++ b/locale/en/download/current.md @@ -13,10 +13,22 @@ downloads: Download the Node.js source code or a pre-built installer for your platform, and start developing today. currentVersion: Latest Current Version buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Additional Platforms intro: > 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. platform: Platform provider: Provider + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/en/download/index.md b/locale/en/download/index.md index 1f4c9a0085147..6aea1a4fd8a8d 100644 --- a/locale/en/download/index.md +++ b/locale/en/download/index.md @@ -13,10 +13,22 @@ downloads: Download the Node.js source code or a pre-built installer for your platform, and start developing today. currentVersion: Latest LTS Version buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Additional Platforms intro: > 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. platform: Platform provider: Provider + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/es/download/current.md b/locale/es/download/current.md index b2bafc51d8e17..61f6f7513ddaf 100644 --- a/locale/es/download/current.md +++ b/locale/es/download/current.md @@ -13,10 +13,24 @@ downloads: Descargue el código fuente de Node.js o un instalador pre-compilado para su plataforma, y comience a desarrollar hoy. currentVersion: Versión actual buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Plataformas adicionales intro: > 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. platform: Plataforma provider: Proveedor + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/es/download/index.md b/locale/es/download/index.md index 2b6d3370f7254..f01cb8e73cb65 100644 --- a/locale/es/download/index.md +++ b/locale/es/download/index.md @@ -13,10 +13,24 @@ downloads: Descargue el código fuente de Node.js o un instalador pre-compilado para su plataforma, y comience a desarrollar hoy. currentVersion: Versión actual buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Plataformas adicionales intro: > 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. platform: Plataforma provider: Proveedor + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/fr/download/current.md b/locale/fr/download/current.md index 5167443e63430..b7834917a72a4 100644 --- a/locale/fr/download/current.md +++ b/locale/fr/download/current.md @@ -13,6 +13,12 @@ downloads: Téléchargez le code source de Node.js ou pour votre système d'exploitation et commencez à développer dès aujourd'hui. currentVersion: Dernière version Actuelle buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus + WindowsInstaller: Installeur Windows + WindowsBinary: Binaire Windows + MacOSInstaller: Installeur macOS + MacOSBinary: Binaire macOS + LinuxBinaries: Binaires Linux + SourceCode: Code Source additional: headline: Autres plate-formes intro: > @@ -20,4 +26,10 @@ additional: dockerImage: Image officielle Node.js pour Docker platform: Plate-forme provider: Fournisseur + SunOSBinaries: Binaires SunOS + DockerImage: Image Docker + officialDockerImage: Image officielle Node.js pour Docker + LinuxPowerSystems: Linux sur Power Systems + LinuxSystemZ: Linux sur System z + AIXPowerSystems: AIX sur Power Systems --- diff --git a/locale/fr/download/index.md b/locale/fr/download/index.md index dbf81da33dd23..c88dd2ffd992d 100644 --- a/locale/fr/download/index.md +++ b/locale/fr/download/index.md @@ -13,6 +13,12 @@ downloads: Téléchargez le code source de Node.js ou pour votre système d'exploitation et commencez à développer dès aujourd'hui. currentVersion: Dernière version LTS buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus + WindowsInstaller: Installeur Windows + WindowsBinary: Binaire Windows + MacOSInstaller: Installeur macOS + MacOSBinary: Binaire macOS + LinuxBinaries: Binaires Linux + SourceCode: Code Source additional: headline: Autres plate-formes intro: > @@ -20,4 +26,10 @@ additional: dockerImage: Image officielle Node.js pour Docker platform: Plate-forme provider: Fournisseur + SunOSBinaries: Binaires SunOS + DockerImage: Image Docker + officialDockerImage: Image officielle Node.js pour Docker + LinuxPowerSystems: Linux sur Power Systems + LinuxSystemZ: Linux sur System z + AIXPowerSystems: AIX sur Power Systems --- diff --git a/locale/ja/download/current.md b/locale/ja/download/current.md index 5bdad85eb72a3..7f6d3ce6c392e 100644 --- a/locale/ja/download/current.md +++ b/locale/ja/download/current.md @@ -13,10 +13,24 @@ downloads: Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。 currentVersion: 最新のバージョン buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: その他のプラットフォーム intro: > その他のプラットフォームのための Node.js のビルドは、 Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.js のリリースと同じ状態ではないかもしれないことにご注意ください。 platform: Platform provider: Provider + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/ja/download/index.md b/locale/ja/download/index.md index 6bd088fa958bc..815b2bd46f793 100644 --- a/locale/ja/download/index.md +++ b/locale/ja/download/index.md @@ -13,10 +13,24 @@ downloads: Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。 currentVersion: 最新のバージョン buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: その他のプラットフォーム intro: > その他のプラットフォームのための Node.js のビルドは、 Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.js のリリースと同じ状態ではないかもしれないことにご注意ください。 platform: Platform provider: Provider + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/ko/download/current.md b/locale/ko/download/current.md index a38e7eb4bb218..2b87e08016179 100644 --- a/locale/ko/download/current.md +++ b/locale/ko/download/current.md @@ -13,10 +13,24 @@ downloads: 플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스코드를 다운받아서 바로 개발을 시작하세요. currentVersion: 최신 현재 버전 buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: 그 밖의 플랫폼 intro: > 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. platform: 플랫폼 provider: Provider + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/ko/download/index.md b/locale/ko/download/index.md index 292dfe987c849..573d38e747bbb 100644 --- a/locale/ko/download/index.md +++ b/locale/ko/download/index.md @@ -13,10 +13,24 @@ downloads: 플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스코드를 다운받아서 바로 개발을 시작하세요. currentVersion: 최신 LTS 버전 buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: 그 밖의 플랫폼 intro: > 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. platform: 플랫폼 provider: Provider + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/uk/download/current.md b/locale/uk/download/current.md index 84c28a51bdf94..c5e9e350c2458 100755 --- a/locale/uk/download/current.md +++ b/locale/uk/download/current.md @@ -13,10 +13,24 @@ downloads: Завантажте початковий код Node.js або інсталятор для вашої платформи та почніть розробку сьогодні. currentVersion: Поточна версія buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Додаткові платформи intro: > Учасники спільноти Node.js підтримують неофіційні збірки Node.js для додаткових платформ. Майте на увазі, що ці збірки не підтримуються основною командою Node.js і можуть не мати того ж функціоналу що й поточний реліз Node.js. platform: Платформа provider: Провайдер + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/uk/download/index.md b/locale/uk/download/index.md index 3ebe722c77b80..2edc411881bc3 100755 --- a/locale/uk/download/index.md +++ b/locale/uk/download/index.md @@ -13,10 +13,24 @@ downloads: Завантажте початковий код Node.js або інсталятор для вашої платформи та почніть розробку сьогодні. currentVersion: Поточна версія buildInstructions: Building Node.js from source on supported platforms + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: Додаткові платформи intro: > Учасники спільноти Node.js підтримують неофіційні збірки Node.js для додаткових платформ. Майте на увазі, що ці збірки не підтримуються основною командою Node.js і можуть не мати тієї ж функціональності що й поточний реліз Node.js. platform: Платформа provider: Провайдер + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/zh-cn/download/current.md b/locale/zh-cn/download/current.md index b643a5bd42e5f..b1bcf1ecfe97c 100644 --- a/locale/zh-cn/download/current.md +++ b/locale/zh-cn/download/current.md @@ -13,10 +13,24 @@ downloads: 在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。 currentVersion: 当前版本 buildInstructions: 在支持的平台上,使用源代码构建 Node.js + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: 其他平台 intro: > Node.js 社区为其他平台维护非官方的构建。请注意这些构建并不受 Node.js 核心团队技术支持且可能尚未跟 Node.js 的当前发布版本保持一致。 platform: 平台 provider: 提供者 + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- diff --git a/locale/zh-cn/download/index.md b/locale/zh-cn/download/index.md index d2db9a38cdb24..a978e40e4c17d 100644 --- a/locale/zh-cn/download/index.md +++ b/locale/zh-cn/download/index.md @@ -13,10 +13,24 @@ downloads: 在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。 currentVersion: 当前版本 buildInstructions: 在支持的平台上,使用源代码构建 Node.js + currentVersion: Latest LTS Version + buildInstructions: Building Node.js from source on supported platforms + WindowsInstaller: Windows Installer + WindowsBinary: Windows Binary + MacOSInstaller: macOS Installer + MacOSBinary: macOS Binary + LinuxBinaries: Linux Binaries + SourceCode: Source Code additional: headline: 其他平台 intro: > Node.js 社区为其他平台维护非官方的构建。请注意这些构建并不受 Node.js 核心团队技术支持且可能尚未跟 Node.js 的当前发布版本保持一致。 platform: 平台 provider: 提供者 + SunOSBinaries: SunOS Binaries + DockerImage: Docker Image + officialDockerImage: Official Node.js Docker Image + LinuxPowerSystems: Linux on Power Systems + LinuxSystemZ: Linux on System z + AIXPowerSystems: AIX on Power Systems --- From 6013594741b8987a12561e062f4e99065caae65d Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Wed, 10 Jan 2018 20:00:40 +0000 Subject: [PATCH 3/5] Remove superfluous word in french translation --- locale/fr/download/current.md | 2 +- locale/fr/download/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/fr/download/current.md b/locale/fr/download/current.md index b7834917a72a4..b7845644a96b1 100644 --- a/locale/fr/download/current.md +++ b/locale/fr/download/current.md @@ -10,7 +10,7 @@ downloads: tagline-lts: Recommandé pour la plupart des utilisateurs display-hint: Afficher les téléchargement pour Node intro: > - Téléchargez le code source de Node.js ou pour votre système d'exploitation et commencez à développer dès aujourd'hui. + Téléchargez le code source de Node.js pour votre système d'exploitation et commencez à développer dès aujourd'hui. currentVersion: Dernière version Actuelle buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus WindowsInstaller: Installeur Windows diff --git a/locale/fr/download/index.md b/locale/fr/download/index.md index c88dd2ffd992d..64c58d22c261e 100644 --- a/locale/fr/download/index.md +++ b/locale/fr/download/index.md @@ -10,7 +10,7 @@ downloads: tagline-lts: Recommandé pour la plupart des utilisateurs display-hint: Afficher les téléchargement pour Node intro: > - Téléchargez le code source de Node.js ou pour votre système d'exploitation et commencez à développer dès aujourd'hui. + Téléchargez le code source de Node.js pour votre système d'exploitation et commencez à développer dès aujourd'hui. currentVersion: Dernière version LTS buildInstructions: Compiler Node.js depuis les sources sur les systèmes d'exploitation maintenus WindowsInstaller: Installeur Windows From cd1cc21ae02623e061a1c40d5f8ff66ef50b0df5 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Thu, 11 Jan 2018 10:23:27 +0000 Subject: [PATCH 4/5] =?UTF-8?q?Move=20translation=20from=20qualit=C3=A9=20?= =?UTF-8?q?->=20m=C3=AAme=20niveau=20de=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/fr/download/current.md | 2 +- locale/fr/download/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/fr/download/current.md b/locale/fr/download/current.md index b7845644a96b1..acf2ec8715e34 100644 --- a/locale/fr/download/current.md +++ b/locale/fr/download/current.md @@ -22,7 +22,7 @@ downloads: additional: headline: Autres plate-formes intro: > - 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 la même qualité que les téléchargements officiels. + 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. dockerImage: Image officielle Node.js pour Docker platform: Plate-forme provider: Fournisseur diff --git a/locale/fr/download/index.md b/locale/fr/download/index.md index 64c58d22c261e..8d194abaeacc2 100644 --- a/locale/fr/download/index.md +++ b/locale/fr/download/index.md @@ -22,7 +22,7 @@ downloads: additional: headline: Autres plate-formes intro: > - 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 la même qualité que les téléchargements officiels. + 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. dockerImage: Image officielle Node.js pour Docker platform: Plate-forme provider: Fournisseur From 10eb08991d0cd8f92c83b4817cee3fbd2a0bc05b Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Thu, 11 Jan 2018 16:50:25 +0000 Subject: [PATCH 5/5] =?UTF-8?q?s/t=C3=A9l=C3=A9chargement/t=C3=A9l=C3=A9ch?= =?UTF-8?q?argements/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/fr/download/current.md | 2 +- locale/fr/download/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/fr/download/current.md b/locale/fr/download/current.md index acf2ec8715e34..660acd11b77ba 100644 --- a/locale/fr/download/current.md +++ b/locale/fr/download/current.md @@ -8,7 +8,7 @@ downloads: current: Actuelle tagline-current: Dernières fonctionnalités tagline-lts: Recommandé pour la plupart des utilisateurs - display-hint: Afficher les téléchargement pour Node + display-hint: Afficher les téléchargements pour Node intro: > Téléchargez le code source de Node.js pour votre système d'exploitation et commencez à développer dès aujourd'hui. currentVersion: Dernière version Actuelle diff --git a/locale/fr/download/index.md b/locale/fr/download/index.md index 8d194abaeacc2..c1ba7eaee264a 100644 --- a/locale/fr/download/index.md +++ b/locale/fr/download/index.md @@ -8,7 +8,7 @@ downloads: current: Actuelle tagline-current: Dernières fonctionnalités tagline-lts: Recommandé pour la plupart des utilisateurs - display-hint: Afficher les téléchargement pour Node + display-hint: Afficher les téléchargements pour Node intro: > Téléchargez le code source de Node.js pour votre système d'exploitation et commencez à développer dès aujourd'hui. currentVersion: Dernière version LTS
    SunOS Binaries{{additional.SunOSBinaries}} 32-bit 64-bit
    Docker ImageOfficial Node.js Docker Image{{additional.DockerImage}}{{additional.officialDockerImage}}
    Linux on Power Systems64-bit le{{additional.LinuxPowerSystems}}64-bit
    Linux on System z{{additional.LinuxSystemZ}} 64-bit
    AIX on Power Systems{{additional.AIXPowerSystems}} 64-bit