Skip to content

Commit 6a4d906

Browse files
ZYSzysMaledong
authored and
Maledong
committed
docs: Translate includes in suitable languages
Translate `includes` into Simplified Chinese, Traditional Chinese, Japanese and Korean
1 parent 47b443f commit 6a4d906

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

layouts/partials/primary-download-matrix.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section>
2-
<p class="color-lightgray">{{downloads.currentVersion}}: <strong>{{stripv version.node}}</strong> (includes npm {{version.npm}})</p>
2+
<p class="color-lightgray">{{downloads.currentVersion}}: <strong>{{stripv version.node}}</strong> ({{#if downloads.includes}}{{downloads.includes}}{{else}}includes{{/if}} npm {{version.npm}})</p>
33
<p>{{downloads.intro}}</p>
44
<div class="download-hero full-width">
55
<ul class="no-padding download-version-toggle">

locale/ja/download/current.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ downloads:
1212
intro: >
1313
Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。
1414
currentVersion: 最新のバージョン
15+
includes: 同梱
1516
buildInstructions: Building Node.js from source on supported platforms
1617
WindowsInstaller: Windows Installer
1718
WindowsBinary: Windows Binary

locale/ja/download/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ downloads:
1212
intro: >
1313
Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。
1414
currentVersion: 最新のバージョン
15+
includes: 同梱
1516
buildInstructions: Building Node.js from source on supported platforms
1617
WindowsInstaller: Windows Installer
1718
WindowsBinary: Windows Binary

locale/zh-cn/download/current.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ downloads:
1212
intro: >
1313
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
1414
currentVersion: 当前最新发布版
15+
includes: 包含
1516
buildInstructions: 在支持的平台上,使用源代码构建 Node.js
1617
WindowsInstaller: Windows 安装包
1718
WindowsBinary: Windows 二进制文件

locale/zh-cn/download/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ downloads:
1212
intro: >
1313
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
1414
currentVersion: 当前长期维护版
15+
includes: 包含
1516
buildInstructions: 在支持的平台上,使用源代码构建 Node.js
1617
WindowsInstaller: Windows 安装包
1718
WindowsBinary: Windows 二进制文件

locale/zh-tw/download/current.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ downloads:
1212
intro: >
1313
下載適合你的平台的 Node.js 原始碼或安裝套件,立刻開始使用 Node.js。
1414
currentVersion: 目前版本
15+
includes: 包含
1516
buildInstructions: 在支援的平台上,使用原始碼建構 Node.js
1617
WindowsInstaller: Windows 安裝包
1718
WindowsBinary: Windows 二進制檔案

locale/zh-tw/download/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ downloads:
1212
intro: >
1313
在你的平台上下載 Node.js 原始碼或者安裝套件,立刻開始使用 Node.js。
1414
currentVersion: 目前版本
15+
includes: 包含
1516
buildInstructions: 使用原始碼在支援的平台上建構 Node.js
1617
WindowsInstaller: Windows 安裝包
1718
WindowsBinary: Windows 二進制檔案

0 commit comments

Comments
 (0)