<<<<<<< HEAD
このリポジトリは https://javascript.info の日本語翻訳版で、https://ja.javascript.info で公開されています。
This repository hosts the English content of the Modern JavaScript Tutorial, published at https://javascript.info.
5dff42ba283bce883428c383c080fa9392b71df8
- "Translate Progress" の issue を見てください。
- 未チェック(未翻訳を表します)のコンテンツの中で、翻訳したいコンテンツを選んでください。
- 翻訳していることが分かるよう、issueを作成してください。
- リポジトリを Fork し、翻訳を行い、できたら PR をしてください。
<<<<<<< HEAD 🎉 Thank you!
コントリビューターの名前と翻訳した量は https://ja.javascript.info/about#contributors で見ることができます(PRがマージされると更新されます)。
P.S. 翻訳されている他の言語の一覧は https://github.com/javascript-tutorial/translate にあります。
We'd like to make the tutorial available in many languages. Please help us to translate.
See https://javascript.info/translate for the details.
We'd also like to collaborate on the tutorial with other people.
Something's wrong? A topic is missing? Explain it to people, add it as PR 👏
You can edit the text in any editor. The tutorial uses an enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at https://github.com/javascript-tutorial/server.
The list of contributors is available at https://javascript.info/about#contributors.
5dff42ba283bce883428c383c080fa9392b71df8
<<<<<<< HEAD チャプター毎にフォルダが分かれており、その中に記事とタスクがあります。
Every chapter, article, or task has its folder.
The folder is named like N-url
, where N
is a number for the sorting purposes and URL
is the URL part with the title of the material.
5dff42ba283bce883428c383c080fa9392b71df8
フォルダは次の1つ以上のファイルから成ります:
<<<<<<< HEAD
index.md
セクション用article.md
記事用task.md
タスク用(+ 他にあるとしたら解答用のsolution.md
) =======index.md
stands for a chapterarticle.md
stands for an articletask.md
stands for a task (solution must be provided insolution.md
file as well)
5dff42ba283bce883428c383c080fa9392b71df8
ファイルは # Title Header
から始まり、Markdown のようなフォーマットでテキストが続きます。シンプルなテキストエディタで編集可能です。
記事やタスクで利用する追加のリソース(画像など)や例も同じフォルダにあります。
翻訳は単語レベルで正確である必要はありません。技術的に正しく、分かりやすく説明されるべきです。
もし英語版の記事が改善できそうであれば、ぜひPRを送ってください。
- コメントだけを翻訳してください。
- 文字列や変数など、コメント以外のものは翻訳しないでください。
例:
// Example
const text = "Hello, world";
document.querySelector('.hello').innerHTML = text;
✅ DO (コメントを翻訳):
// 例
const text = 'Hello, world';
document.querySelector('.hello').innerHTML = text;
❌ DON'T (文字列やクラスの翻訳):
// 例
const text = 'ハローワールド';
// ".hello" は css クラスなので翻訳しません
document.querySelector('.ハロー').innerHTML = text;
外部リンクが Wikipedia (e.g. https://en.wikipedia.org/wiki/JavaScript
)で、その記事の日本語版が存在し、かつそれなりの品質であれば、代わりにそのバージョンをリンクさせてください。
例:
[JavaScript](https://en.wikipedia.org/wiki/JavaScript) is a programming language.
✅ OK (en -> es):
[JavaScript](https://es.wikipedia.org/wiki/JavaScript) es un lenguaje de programación.
MDN へのリンクについては、部分的にしか翻訳されていない場合でも言語固有のバージョンを使用してください。
リンクされた記事に翻訳版がない場合は、「そのまま」リンクを残してください。
このチュートリアルはローカルでも動かすことができ、その場ですぐに変更を確認することができます。
サーバは https://github.com/javascript-tutorial/server にあります。
It's very easy to add something new.
♥
Ilya Kantor @iliakan
5dff42ba283bce883428c383c080fa9392b71df8