-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
[Localization] Fix by
in site.json
& Translate all files in local/zh-cn/download/
#1701
Conversation
by
in site.json
& Translate all files in local/zh-cn/download/
by
in site.json
& Translate all files in local/zh-cn/download/
/cc @nodejs/nodejs-cn |
Strangely speaking? Why auto closed? and pushed 0 commits? I'll have a try again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So many review comments! Don't worry, you did a good job. Just to help you polish the whole article. Thank you!
|
||
# 通过包管理器方式安装 Nodejs | ||
|
||
***注意:*** 此页面上所有的安装包均有它们各自作者负责进行维护和支持,**而非** 由 Node.js 核心团队。如遇任何问题,请直接向有关作者报告。 如你的问题被证实是因为 Nodejs 的缺陷引发的,维护者将直接向 Nodejs 汇报此问题。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**而非** 由 Node.js 核心团队。
For fluency, it's better to say:
**而非** 由 Node.js 核心团队亲自维护。
|
||
* [Android](#android) | ||
* [Arch Linux](#arch-linux) | ||
* [Debian 和基于 Linux 发布的 Ubuntu](#debian-and-ubuntu-based-linux-distributions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
基于 Debian 和 Ubuntu 的 Linux 发行版 is logically of correctness.
|
||
## Android | ||
|
||
因为 Android 版的 Nodejs 目前处于实验阶段,所以当下预编译版本不提供。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所以当下不提供预编译版本。
|
||
因为 Android 版的 Nodejs 目前处于实验阶段,所以当下预编译版本不提供。 | ||
|
||
但是你有一些第三方的解决方案可供选择:拿 [Termux](https://termux.com/) 来说,它为安卓提供了终端模拟器和 Linux 环境,以及内置的包管理器和 [可扩展应用集](https://github.com/termux/termux-packages),其中包含了大量预编译的应用。以下在 Termux 中的命令将会安装最近的 LTS 版或是最新版的 Nodejs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以下在 Termux 中的命令将会安装...
can be better worded as:
在 Termux 中,以下的命令将会安装...
pkg install nodejs-current | ||
``` | ||
|
||
截止目前为止,基于 Termux 的 Node.js 二进制程序包不支持在 ICU 和 Inspector 上编译。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
截止目前, or 目前为止.
|
||
**支持的架构:** | ||
|
||
* **i386** (32位, EL7不支持) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chinese-Western letter spacing.
|
||
* **RHEL 5** (32位以及 64位) | ||
* **RHEL 6** (32位以及 64位) | ||
* **RHEL 7** (64-位) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra -
.
|
||
## nvm | ||
Node 版本管理器是一个用于管理多个已发布的 Node.js 不同版本的 bash 脚本。它允许你执行诸如“安装”、“卸载”以及“版本切换”等诸多功能。 | ||
使用 [install script](https://github.com/creationix/nvm#install-script) 安装 nvm。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better translate install script
there.
|
||
<sup>1:</sup>“Web 和 Scripting 模块” [安装前必须添加](https://www.suse.com/documentation/sles-12/book_sle_deployment/data/sec_add-ons_extensions.html)。 | ||
|
||
举个例子,在 openSUSE Leap 42.2 上安装 Node.js,用root角色运行命令: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chinese-Western letter spacing.
|
||
从 [nodejs.org](http://nodejs.org) 官网直接下载 [macOS Installer](http://nodejs.org/#download)。 | ||
|
||
_如果你想用bash命令下载:_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chinese-Western letter spacing.
@laosb : |
@@ -20,15 +20,15 @@ downloads: | |||
LinuxBinaries: Linux 二进制文件 | |||
SourceCode: 源码 | |||
additional: | |||
headline: 其他平台 | |||
headline: 其它平台 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「其他」才是正确的,「其它」是误用。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?他
is used for he
, while 它
should be right.
I know sometimes 其他
can be 其它
at most of cases. However 其它
means No other living things. So this seems better than 其他
。
其他
usually means Other People with/without lives
,while 其它
usually means Other Things without lives
.
I prefer on the strict syntax
.
Now you can check this following: https://zhidao.baidu.com/question/82336810.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment: #1685
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外,他不是 he,他是 he she it。这个是在新文化分化的。过分区分导致的后果就是他们到底是他们还是她们还是它们,当男女混合当有机器人混进来时,我们用哪个他们呢?英语没这个问题,they 与 he she it 不相干。当然,这是题外话,我认为他的分化在当时就是错误的决定。
上面的 ref 里面提到的萌典甚至都没有收录其它。其他并没有排除非生命的意思,这只是部分大陆人的想象,类似的想象还有认为他只表示男性。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
再举一个例子,他山之石 可以攻玉。这个也有很多人误写作:它山之石。因为没生命嘛。
当然语言是随着人们的使用变化的,但是要说其他单指有生命的,这完全是误会。而反过来说,其它单指无生命的,确乎有理。当我们在误用的道路上越走越远时,你上面说的就变得正确了。但是在当下,其他还没有发展到单指有生命。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
哈哈,就像“熊猫”原来叫“猫熊”一样。我想说的是“其它”在大陆这里远比“其他”更容易接受。不知道港澳台地区是怎么认为的。
下面请出专业的:
1)汉典:http://www.zdic.net/c/6/da/212478.htm
2)现代汉语词典(自己手机版下载,直接查询“其它”):
上面都收录了“其它”的说法,因此“其它”这个词已经被广泛接纳了,你可以理解为“其他”=“其它”,谢谢,不必纠结了。
We don't really need to debate on 其它 or 其他, and actually both of them are widely accepted by the public. Anyway, this PR looks fine for me. |
Next time I'll submit this one by one :) |
@fhemberger & @laosb :Maybe this can be merged? |
Done! |
OK. Many thanks! :) |
Linked to : #1698