Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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/secondary-download-matrix.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section>
<h2>Additional Platforms</h2>
<h2>{{additional.headline}}</h2>
<table class="download-matrix full-width">
<tbody>
<tr>
Expand Down
22 changes: 22 additions & 0 deletions locale/zh-cn/download/current.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: download-current.hbs
title: 下载
download: 下载
downloads:
headline: 下载
lts: LTS
current: 当前版本
tagline-current: 最新功能
tagline-lts: 推荐大多数用户使用
display-hint: Display downloads for
intro: >
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
currentVersion: 当前版本
buildDisclaimer: "注意:从源码编译需要 Python 2.6 或 2.7"
additional:
headline: 其他平台
intro: >
Node.js 社区为其他平台维护非官方的构建。请注意这些构建并不受 Node.js 核心团队技术支持且可能尚未跟 Node.js 的当前发布版本保持一致。
platform: 平台
provider: 提供者
---
22 changes: 22 additions & 0 deletions locale/zh-cn/download/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: download.hbs
title: 下载
download: 下载
downloads:
headline: 下载
lts: LTS
current: 当前版本
tagline-current: 最新功能
tagline-lts: 推荐大多数用户使用
display-hint: Display downloads for
intro: >
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
currentVersion: 当前版本
buildDisclaimer: "注意:从源码编译需要 Python 2.6 或 2.7"
additional:
headline: 其他平台
intro: >
Node.js 社区为其他平台维护非官方的构建。请注意这些构建并不受 Node.js 核心团队技术支持且可能尚未跟 Node.js 的当前发布版本保持一致。
platform: 平台
provider: 提供者
---
21 changes: 21 additions & 0 deletions locale/zh-cn/download/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: download-releases.hbs
title: Previous Releases
modules: "<code>NODE_MODULE_VERSION</code> refers to the ABI (application binary interface) version number of Node.js, used to determine which versions of Node.js compiled C++ add-on binaries can be loaded in to without needing to be re-compiled. It used to be stored as hex value in earlier versions, but is now represented as an integer."
---

### io.js &amp; Node.js
Releases 1.x through 3.x were called "io.js" as they were part of the io.js fork. As of Node.js 4.0.0 the former release lines of io.js converged with Node.js 0.12.x into unified Node.js releases.
Copy link

Choose a reason for hiding this comment

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

Why not translate this page?

Copy link
Member

@lpinca lpinca Jun 2, 2016

Choose a reason for hiding this comment

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

From @undownding

release.md will translate later...

Premature merge, I guess.

Copy link

Choose a reason for hiding this comment

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

nah, the pr title specifically says (index/current) so i assumed the other ones were going to be translated another time

Copy link

Choose a reason for hiding this comment

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

I missed this comment...

Copy link
Contributor Author

@undownding undownding Jun 2, 2016

Choose a reason for hiding this comment

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

I forgot translated it before I git add.... will fix it tomorrow.Sorry about that.


<div class="highlight-box">
Looking for latest release of a version branch?

<ul class="list-divider-pipe">
<li><a href="https://nodejs.org/dist/latest-v6.x/">Node.js 6.x</a></li>
<li><a href="https://nodejs.org/dist/latest-v5.x/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/dist/latest-v0.12.x/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/dist/latest-v0.10.x/">Node.js 0.10.x</a></li>
<li><a href="https://nodejs.org/dist/">all versions</a></li>
</ul>
</div>

16 changes: 8 additions & 8 deletions locale/zh-cn/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"reportWebsiteIssue": "报告 Node.js 网站问题",
"getHelpIssue": "获取帮助",
"by": "于",
"all-downloads": "所有",
"all-downloads": "所有下载选项",
"nightly": "每日构建",
"feeds": [
{
Expand Down Expand Up @@ -66,11 +66,11 @@
"text": "下载",
"releases": {
"link": "download/releases",
"text": "下载/发布"
"text": "以往的版本"
},
"package-manager": {
"link": "download/package-manager",
"text": "下载/包管理器"
"text": "使用包管理器安装 Node.js"
}
},
"docs": {
Expand Down Expand Up @@ -149,13 +149,13 @@
"text": "管理"
}
},
"security": {
"link": "security",
"text": "安全"
"security": {
"link": "security",
"text": "安全"
},
"blog": {
"blog": {
"link": "blog",
"text": "博客"
"text": "博客"
},
"releases": {
"title": "发布历史",
Expand Down