Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate includes #1818

Merged
4 commits merged into from
Sep 29, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/partials/primary-download-matrix.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section>
<p class="color-lightgray">{{downloads.currentVersion}}: <strong>{{stripv version.node}}</strong> (includes npm {{version.npm}})</p>
<p class="color-lightgray">{{downloads.currentVersion}}: <strong>{{stripv version.node}}</strong> ({{#if downloads.includes}}{{downloads.includes}}{{else}}includes{{/if}} npm {{version.npm}})</p>
<p>{{downloads.intro}}</p>
<div class="download-hero full-width">
<ul class="no-padding download-version-toggle">
Expand Down
1 change: 1 addition & 0 deletions locale/ja/download/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。
currentVersion: 最新のバージョン
includes: 含有
This conversation was marked as resolved.
Show resolved Hide resolved
buildInstructions: Building Node.js from source on supported platforms
WindowsInstaller: Windows Installer
WindowsBinary: Windows Binary
Expand Down
1 change: 1 addition & 0 deletions locale/ja/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
Node.js のソースコードをダウンロードするか、事前にビルドされたインストーラーを利用して、今日から開発を始めましょう。
currentVersion: 最新のバージョン
includes: 含有
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto.

Copy link
Member Author

@ZYSzys ZYSzys Sep 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, fixed, thanks.

buildInstructions: Building Node.js from source on supported platforms
WindowsInstaller: Windows Installer
WindowsBinary: Windows Binary
Expand Down
1 change: 1 addition & 0 deletions locale/ko/download/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스코드를 다운받아서 바로 개발을 시작하세요.
currentVersion: 최신 현재 버전
includes: 내용
buildInstructions: Building Node.js from source on supported platforms
WindowsInstaller: Windows Installer
WindowsBinary: Windows Binary
Expand Down
1 change: 1 addition & 0 deletions locale/ko/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스코드를 다운받아서 바로 개발을 시작하세요.
currentVersion: 최신 LTS 버전
includes: 내용
buildInstructions: Building Node.js from source on supported platforms
WindowsInstaller: Windows Installer
WindowsBinary: Windows Binary
Expand Down
1 change: 1 addition & 0 deletions locale/zh-cn/download/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
currentVersion: 当前最新发布版
includes: 包含
buildInstructions: 在支持的平台上,使用源代码构建 Node.js
WindowsInstaller: Windows 安装包
WindowsBinary: Windows 二进制文件
Expand Down
1 change: 1 addition & 0 deletions locale/zh-cn/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
currentVersion: 当前长期维护版
includes: 包含
buildInstructions: 在支持的平台上,使用源代码构建 Node.js
WindowsInstaller: Windows 安装包
WindowsBinary: Windows 二进制文件
Expand Down
1 change: 1 addition & 0 deletions locale/zh-tw/download/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
下載適合你的平台的 Node.js 原始碼或安裝套件,立刻開始使用 Node.js。
currentVersion: 目前版本
includes: 包含
buildInstructions: 在支援的平台上,使用原始碼建構 Node.js
WindowsInstaller: Windows 安裝包
WindowsBinary: Windows 二進制檔案
Expand Down
1 change: 1 addition & 0 deletions locale/zh-tw/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ downloads:
intro: >
在你的平台上下載 Node.js 原始碼或者安裝套件,立刻開始使用 Node.js。
currentVersion: 目前版本
includes: 包含
buildInstructions: 使用原始碼在支援的平台上建構 Node.js
WindowsInstaller: Windows 安裝包
WindowsBinary: Windows 二進制檔案
Expand Down