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

zh-cn local for Download page(release.md) #776

Merged
merged 3 commits into from
Jun 4, 2016
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/download-releases.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="main">
<div class="container">
<article>
<h1>Previous Releases</h1>
<h1>{{title}}</h1>

<section>
{{{ contents }}}
Expand Down
10 changes: 5 additions & 5 deletions locale/zh-cn/download/releases.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
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."
title: 以往的版本
modules: "<code>NODE_MODULE_VERSION</code> 指的是 Node.js 的 ABI (application binary interface) 版本号,用来确定编译 Node.jsC++ 库版本,以确定是否可以直接加载而不需重新编译。在早期版本中其作为一位十六进制值来储存,而现在表示为一个整数。"
---

### 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.
### io.js Node.js
1.x 3.x 版本被叫做 “io.js”,因为它们属于 io.js 的分支。从 Node.js 4.0.0 开始,之前版本的 io.js Node.js 0.12.x 合并到统一的 Node.js 发行版中。

<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>
Expand Down