Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
translate includes
  • Loading branch information
ZYSzys committed Sep 23, 2018
commit f09e954516f75a1c4c48ba811fb098860fc18b4c
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/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/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/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/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