-
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
nodejs-ja: add download directory #906
Conversation
これらも含みます: **Linux Mint**, **Linux Mint Debian Edition (LMDE)**, **elementaryOS** 等。 | ||
|
||
<!-- Node.js is available from the [NodeSource](https://nodesource.com) Debian and Ubuntu binary distributions repository (formerly [Chris Lea's](https://github.com/chrislea) Launchpad PPA). Support for this repository, along with its scripts, can be found on GitHub at [nodesource/distributions](https://github.com/nodesource/distributions). --> | ||
Node.js は [NodeSource](https://nodesource.com) の Debian と Ubuntu ベースの Linux ディストリビューションリポジトリ (以前の [Chris Lea's](https://github.com/chrislea) Launchpad PPA) からも利用できます。このリポジトリをサポートするには、GitHub にある [nodesource/distributions](https://github.com/nodesource/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.
細かいですが
- からも利用できます
+ から利用できます。
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.
fixed!
current: 最新版 | ||
tagline-current: 最新の機能 | ||
tagline-lts: 推奨版 | ||
display-hint: ダウンロード表示: |
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.
ここ、原文は Display downloads for
なので ダウンロード
だけでも意味が通るかなぁと思ってます。
本当は、 %s をダウンロード
みたいにできると良いんですが。
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.
ダウンロード にしました!
そう、本来は、%s をダウンロード
にしたいですが出来ないので…
--- | ||
layout: download-releases.hbs | ||
title: リリース一覧 | ||
modules: "<code>NODE_MODULE_VERSION</code>は、Node.jsのABI(アプリケーションバイナリインタフェース)のバージョン番号を指します。これにより、再コンパイルする必要のない、コンパイル済みの C++ アドオンバイナリをロードすることが出来る Node.js のバージョンが分かります。" |
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.
ここ難しいですね。後半部分なんですが、 the ABI (application binary interface) version number of Node.js
の説明をしてそうなので、ちょっと直訳に寄せたこういう感じではいかがでしょうか?自信ない><
- これにより、再コンパイルする必要のない、コンパイル済みの C++ アドオンバイナリをロードすることが出来る Node.js のバージョンが分かります。
+ このバージョンは、再コンパイルすることなくC++アドオンのバイナリーをロード可能か確認するために使われます。
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.
Fixed!
additional: | ||
headline: その他のプラットフォーム | ||
intro: > | ||
その他のプラットフォームのための Node.js のビルドは、Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.jsのリリースと同じ状態ではないかもしれないことにご注意ください。 |
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
の部分で前後にスペースを入れたほうが統一感がありいいと思います。
- その他のプラットフォームのための Node.js のビルドは、Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.jsのリリースと同じ状態ではないかもしれないことにご注意ください。
+ その他のプラットフォームのための Node.js のビルドは、 Node.js コミュニティのメンバーによってメンテナンスされています。これらは Node.js のコアチームによってサポートされていません。また、最新の Node.js のリリースと同じ状態ではないかもしれないことにご注意ください。
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.
そうですね! index, current 両方直しました〜
---------------------------- | ||
|
||
* [Arch Linux](#arch-linux) | ||
* [Debian and Ubuntu based Linux distributions](#debian-and-ubuntu-based-linux-distributions-debian-ubuntu-linux) |
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.
実際立ち上げてリンクを確認してみたら切れていると思います。
参考: #857 (diff)
あと、下の題名と合わせて欲しいです。
Debian と Ubuntu ベースの Linux ディストリビューション
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.
題名とあわせる&リンクチェックしました〜
aab4a6c
to
1e79033
Compare
レビューありがとうございました!修正しました〜 |
* **Debian unstable** (sid) | ||
|
||
<!-- A Node.js package is also available in the [official repo](http://packages.debian.org/search?searchon=names&keywords=nodejs) for Debian Sid (unstable), Jessie (testing) and Wheezy (wheezy-backports) as "nodejs". It only installs a `nodejs` binary. --> | ||
Debian Sid (unstable)、Jessie (testing) と Wheezy (wheezy-backports) の[公式 リポジトリ](http://packages.debian.org/search?searchon=names&keywords=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.
「公式」と「リポジトリ」の間のスペースは不要じゃないでしょうか。
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 は [NodeSource](https://nodesource.com) の Enterprise Linux と Fedora バイナリディストリビューションリポジトリからも利用できます。このリポジトリをサポートするには、GitHub にある [nodesource/distributions](https://github.com/nodesource/distributions) を参照ください。 | ||
|
||
<!-- Note that the Node.js packages for EL 5 (RHEL5 and CentOS 5) depend on the **[EPEL](https://fedoraproject.org/wiki/EPEL)** repository being available. The setup script will check and provide instructions if it is not installed. --> | ||
EL 5 (RHEL5 と CentOS 5)用の Node.js パッケージは **[EPEL](https://fedoraproject.org/wiki/EPEL)** リポジトリ に依存していますのでご注意ください。セットアップ用のスクリプトがチェックをして、もしそれがインストールされていない場合はインストール方法を説明します。 |
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.
どちらも直しました!
1e79033
to
f3fd662
Compare
これらも含みます: **Linux Mint**, **Linux Mint Debian Edition (LMDE)**, **elementaryOS** 等。 | ||
|
||
<!-- Node.js is available from the [NodeSource](https://nodesource.com) Debian and Ubuntu binary distributions repository (formerly [Chris Lea's](https://github.com/chrislea) Launchpad PPA). Support for this repository, along with its scripts, can be found on GitHub at [nodesource/distributions](https://github.com/nodesource/distributions). --> | ||
Node.js は [NodeSource](https://nodesource.com) の Debian と Ubuntu ベースの Linux ディストリビューションリポジトリ (以前の [Chris Lea's](https://github.com/chrislea) Launchpad PPA) から利用できます。。このリポジトリをサポートするには、GitHub にある [nodesource/distributions](https://github.com/nodesource/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.
「。」が一つ多いですね。
``` | ||
|
||
<!-- Using [pkg-ng](https://wiki.freebsd.org/pkgng) on FreeBSD --> | ||
FreeBS の [pkg-ng](https://wiki.freebsd.org/pkgng) を使う: |
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.
FreeBSD
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.
雑なコピペが… 🙇
。。と一緒に直しました〜
f3fd662
to
4e18f9d
Compare
index, current, packagemanager, releases.
looks good. 👍 |
おつかれさまです! |
LGTM 🍻 |
🍺 |
Hi 🐈
This is a translation
/download/
into Japanese.ping @nodejs/nodejs-ja
please review this! 🙇
レビューをお願いします!:bow:
対応したところ
current や LTS は、#900 にあわせました。
訳が怪しい・不安な箇所
NODE_MODULE_VERSION
の説明