Skip to content

Commit f5c67a7

Browse files
Naturalclarsmikitky
authored andcommitted
Translate getting-started.md (#63)
* docs: translate try-react * docs: translate getting-started.md * docs: run textlint on getting-started * lint: apply text lint with the latest master branch * docs: fix reviewed parts * doc: fix reviewed section * docs: fix spacing
1 parent dafd0bd commit f5c67a7

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

content/docs/getting-started.md

+55-55
Original file line numberDiff line numberDiff line change
@@ -18,109 +18,109 @@ redirect_from:
1818
- "docs/environments.html"
1919
---
2020

21-
This page is an overview of the React documentation and related resources.
21+
このページは React のドキュメント、および関連する資料の概要となります。
2222

23-
**React** is a JavaScript library for building user interfaces. Learn what React is all about on [our homepage](/) or [in the tutorial](/tutorial/tutorial.html).
23+
**React** はユーザーインターフェースを作成する為の JavaScript のライブラリです。[ここのホームページ](/)、または[このチュートリアル](/tutorial/tutorial.html)から React がどういうものかを学びましょう。
2424

2525
---
2626

27-
- [Try React](#try-react)
28-
- [Learn React](#learn-react)
29-
- [Staying Informed](#staying-informed)
30-
- [Versioned Documentation](#versioned-documentation)
31-
- [Something Missing?](#something-missing)
27+
- [React を試す](#try-react)
28+
- [React を学ぶ](#learn-react)
29+
- [最新の情報を追いたい人へ](#staying-informed)
30+
- [バージョン管理されたドキュメント](#versioned-documentation)
31+
- [足りないものがある?](#something-missing)
3232

33-
## Try React {#try-react}
33+
## React を試す {#try-react}
3434

35-
React has been designed from the start for gradual adoption, and **you can use as little or as much React as you need.** Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
35+
React は初めから既存のプロジェクトに徐々に追加していけるようなデザインとなっています。 **あなたは React をどれだけ使っても問題ありません。** 触りだけやってみるもよし、シンプルな HTML のページにインタラクティブな機能を追加するのに使うもよし、React をフル活用した複雑なアプリを作成するもよし。どのような目的にしても、このページにあるリンクが役に立つでしょう。
3636

37-
### Online Playgrounds {#online-playgrounds}
37+
### Web 上で試せるオンラインエディタ {#online-playgrounds}
3838

39-
If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world) or [CodeSandbox](https://codesandbox.io/s/new).
39+
React をちょっと試してみたい場合、Web 上のコードエディタが使えます。[CodePen](codepen://hello-world) [CodeSandbox](https://codesandbox.io/s/new) で Hello World のテンプレートを使って試してみましょう。
4040

41-
If you prefer to use your own text editor, you can also [download this HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we'd only recommend using this for simple demos.
41+
自前のテキストエディタを使いたい場合は、[この HTML ファイル](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html)をダウンロード・編集して、ブラウザを使ってからローカルファイルシステムから開くことができます。ランタイムでの遅いコード変換が行われる為、簡単なデモに留めておくことをおすすめします。
4242

43-
### Add React to a Website {#add-react-to-a-website}
43+
### React を Web サイトに追加する {#add-react-to-a-website}
4444

45-
You can [add React to an HTML page in one minute](/docs/add-react-to-a-website.html). You can then either gradually expand its presence, or keep it contained to a few dynamic widgets.
45+
[React HTML ページにすぐに追加することができます](/docs/add-react-to-a-website.html)。そのあと徐々に全体に反映させていくか、少数のダイナミックなウィジェットに留めるかはあなたの自由です。
4646

47-
### Create a New React App {#create-a-new-react-app}
47+
### 新規 React アプリの作成 {#create-a-new-react-app}
4848

49-
When starting a React project, [a simple HTML page with script tags](/docs/add-react-to-a-website.html) might still be the best option. It only takes a minute to set up!
49+
新しく React のプロジェクトを始めたい場合でも、まずは[シンプルな HTML ページに script タグを追加](/docs/add-react-to-a-website.html)するのがおすすめです。数分でセットアップできます!
5050

51-
As your application grows, you might want to consider a more integrated setup. There are [several JavaScript toolchains](/docs/create-a-new-react-app.html) we recommend for larger applications. Each of them can work with little to no configuration and lets you take full advantage of the rich React ecosystem.
51+
アプリが成長するにつれて、より統合されたセットアップを行うことを考慮していきましょう。大きいアプリの場合におすすめの[様々な JavaScript を用いたツールチェイン](/docs/create-a-new-react-app.html)が存在します。それぞれわずかな設定、もしくは設定要らずでリッチな React のエコシステムをフル活用できます。
5252

53-
## Learn React {#learn-react}
53+
## React を学ぶ {#learn-react}
5454

55-
People come to React from different backgrounds and with different learning styles. Whether you prefer a more theoretical or a practical approach, we hope you'll find this section helpful.
55+
React を学びたい人には様々な背景があり、それぞれいろんな学び方のスタイルがあるでしょう。理論から学びたい人も、実際に手を動かしながら学びたい人も、このセクションが役に立てれば幸いです。
5656

57-
* If you prefer to **learn by doing**, start with our [practical tutorial](/tutorial/tutorial.html).
58-
* If you prefer to **learn concepts step by step**, start with our [guide to main concepts](/docs/hello-world.html).
57+
* **実際に手を動かしながら学びたい人**[チュートリアル](/tutorial/tutorial.html)からはじめましょう。
58+
* **コンセプトからひとつひとつ学んでいきたい人**[こちらのガイド](/docs/hello-world.html)からはじめていきましょう。
5959

60-
Like any unfamiliar technology, React does have a learning curve. With practice and some patience, you *will* get the hang of it.
60+
他の新しい技術を新しく学ぶ時と同様、React にも学習コストがあります。しかし、辛抱強く、地道にコツコツやっていくことで、*絶対に*できるようになります。
6161

62-
### First Examples {#first-examples}
62+
### 最初の例 {#first-examples}
6363

64-
The [React homepage](/) contains a few small React examples with a live editor. Even if you don't know anything about React yet, try changing their code and see how it affects the result.
64+
[React のホームページ](/)にはライブエディタにて記入できる小さな React のサンプルがいくつか載っています。まだ React のことを何も知らなくても、実際に触ってみてどのように変化するか見てみましょう。
6565

66-
### React for Beginners {#react-for-beginners}
66+
### React 初心者向けのガイド {#react-for-beginners}
6767

68-
If you feel that the React documentation goes at a faster pace than you're comfortable with, check out [this overview of React by Tania Rascia](https://www.taniarascia.com/getting-started-with-react/). It introduces the most important React concepts in a detailed, beginner-friendly way. Once you're done, give the documentation another try!
68+
もし、React の公式ドキュメントのペースが早すぎると感じた場合は、[Tania Rascia氏によって書かれた React の概要](https://www.taniarascia.com/getting-started-with-react/)を読んでみましょう。React の重要なコンセプトについて詳細に説明されており、初心者にもとても易しい作りとなっています。それが終わったら、もう一度公式ドキュメントを読んでみましょう!
6969

70-
### React for Designers {#react-for-designers}
70+
### デザイナー向けのガイド {#react-for-designers}
7171

72-
If you're coming from a design background, [these resources](http://reactfordesigners.com/) are a great place to get started.
72+
もしあなたがデザイナーのバックグラウンドを持っているなら、[これらの資料](http://reactfordesigners.com/)から始めることをおすすめします。
7373

74-
### JavaScript Resources {#javascript-resources}
74+
### JavaScript 資料 {#javascript-resources}
7575

76-
The React documentation assumes some familiarity with programming in the JavaScript language. You don't have to be an expert, but it's harder to learn both React and JavaScript at the same time.
76+
React の公式ドキュメントはあなたがある程度 JavaScript について知っていることを想定しています。JavaScript の達人である必要は全くありませんが、JavaScript React を同時に取得するのは難しいでしょう。
7777

78-
We recommend going through [this JavaScript overview](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) to check your knowledge level. It will take you between 30 minutes and an hour but you will feel more confident learning React.
78+
JavaScript について自分がどれだけ知っているかを知るために、[この JavaScript の概要](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)を読んでおくことをおすすめします。読むのに 30 分から 1 時間程かかってしまいますが、React を学ぶための自信へと繋がってくるでしょう。
7979

80-
>Tip
80+
> ヒント
8181
>
82-
>Whenever you get confused by something in JavaScript, [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript) and [javascript.info](http://javascript.info/) are great websites to check. There are also [community support forums](/community/support.html) where you can ask for help.
82+
>もし JavaScript で何か詰まった時は、[MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [javascript.info](http://javascript.info/) を確認すると良いでしょう。また、[コミュニティ運営の掲示板](/community/support.html)を活用するのもおすすめします。
8383
84-
### Practical Tutorial {#practical-tutorial}
84+
### 実践チュートリアル {#practical-tutorial}
8585

86-
If you prefer to **learn by doing,** check out our [practical tutorial](/tutorial/tutorial.html). In this tutorial, we build a tic-tac-toe game in React. You might be tempted to skip it because you're not building games -- but give it a chance. The techniques you'll learn in the tutorial are fundamental to building *any* React apps, and mastering it will give you a much deeper understanding.
86+
**実際に手を動かしながら学びたい人**[チュートリアル](/tutorial/tutorial.html)からはじめましょう。このチュートリアルでは React を使って三目並べゲームを作成します。ゲーム作成に興味が無い方は飛ばそうと思うかもしれませんが、試してみてください。ここで学ぶテクニックは*全ての* React アプリの基礎となることであり、習得することで React に関する深い理解を得るでしょう。
8787

88-
### Step-by-Step Guide {#step-by-step-guide}
88+
### 一歩づつ進めるためのガイド {#step-by-step-guide}
8989

90-
If you prefer to **learn concepts step by step,** our [guide to main concepts](/docs/hello-world.html) is the best place to start. Every next chapter in it builds on the knowledge introduced in the previous chapters so you won't miss anything as you go along.
90+
**コンセプトからひとつひとつ学んでいきたい人**[こちらのガイド](/docs/hello-world.html)からはじめていきましょう。このガイドは章ごとに分かれていて、各章がそれまでに習ったことを上乗せする知識となっているため、余すことなく学ぶことができます。
9191

92-
### Thinking in React {#thinking-in-react}
92+
### React 的な考え方 {#thinking-in-react}
9393

94-
Many React users credit reading [Thinking in React](/docs/thinking-in-react.html) as the moment React finally "clicked" for them. It's probably the oldest React walkthrough but it's still just as relevant.
94+
多くの React のユーザーは [React の流儀](/docs/thinking-in-react.html)を読んだ時に React についてピンときたと高く評価しています。この世に存在する一番古い React に関する資料ですが、今でも現役で使えます。
9595

96-
### Recommended Courses {#recommended-courses}
96+
### おすすめの資料 {#recommended-courses}
9797

98-
Sometimes people find third-party books and video courses more helpful than the official documentation. We maintain [a list of commonly recommended resources](/community/courses.html), some of which are free.
98+
時には第三者が執筆した技術書やオンラインコース等が公式ドキュメントよりもわかりやすいという人もいます。我々は[よく勧められている資料集](/community/courses.html)についてもまとめています。無料のものもあります。
9999

100-
### Advanced Concepts {#advanced-concepts}
100+
### 高度なコンセプト {#advanced-concepts}
101101

102-
Once you're comfortable with the [main concepts](#main-concepts) and played with React a little bit, you might be interested in more advanced topics. This section will introduce you to the powerful, but less commonly used React features like [context](/docs/context.html) and [refs](/docs/refs-and-the-dom.html).
102+
React の[基本コンセプト](#main-concepts)について慣れてきて、実際に手で動かしてみたら、今度はさらに高度な内容にも手を出したいと思うかもしれません。この資料では強力な、しかし普段使われることのない [コンテキスト](/docs/context.html) [ref](/docs/refs-and-the-dom.html) といった React のさらなる機能について紹介します。
103103

104-
### API Reference {#api-reference}
104+
### API リファレンス {#api-reference}
105105

106-
This documentation section is useful when you want to learn more details about a particular React API. For example, [`React.Component` API reference](/docs/react-component.html) can provide you with details on how `setState()` works, and what different lifecycle methods are useful for.
106+
この資料は特定の React API の詳細について学びたいときに役に立つでしょう。例えば、[`React.Component` API リファレンス](/docs/react-component.html)では `setState()` がどう機能しているかについてより詳細に記載されていたり、種々のライフサイクルメソッドがどのように役に立つかについて書かれています。
107107

108-
### Glossary and FAQ {#glossary-and-faq}
108+
### 用語集と FAQ {#glossary-and-faq}
109109

110-
The [glossary](/docs/glossary.html) contains an overview of the most common terms you'll see in the React documentation. There is also a FAQ section dedicated to short questions and answers about common topics, including [making AJAX requests](/docs/faq-ajax.html), [component state](/docs/faq-state.html), and [file structure](/docs/faq-structure.html).
110+
この[用語集](/docs/glossary.html)にはこのドキュメントにてよく使われる単語等が記載されています。 FAQもあり、[AJAX リクエストについて](/docs/faq-ajax.html)[コンポーネントの state](/docs/faq-state.html)[ファイル構成](/docs/faq-structure.html)などのよくある質問とそれらに対する回答が記載されています。
111111

112-
## Staying Informed {#staying-informed}
112+
## 最新の情報を追いたい人へ {#staying-informed}
113113

114-
The [React blog](/blog/) is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted there first.
114+
[React ブログ](/blog/)React チームからのアップデートが記載されている公式ブログです。リリースノートや機能の非推奨化の告知など、何か大事な発表がある時にはこのブログに真っ先に記載されます。
115115

116-
You can also follow the [@reactjs account](https://twitter.com/reactjs) on Twitter, but you won't miss anything essential if you only read the blog.
116+
他にも [@reactjs](https://twitter.com/reactjs) のツイッターアカウントをフォローすることもできますが、公式ブログを追っていれば大事なことを見落とすことはないでしょう。
117117

118-
Not every React release deserves its own blog post, but you can find a detailed changelog for every release [in the `CHANGELOG.md` file in the React repository](https://github.com/facebook/react/blob/master/CHANGELOG.md), as well as on the [Releases](https://github.com/facebook/react) page.
118+
全ての React のリリースにブログ記事があるわけではありませんが、リリースごとに詳細に書かれた changelog [React リポジトリの `CHANGELOG.md`](https://github.com/facebook/react/blob/master/CHANGELOG.md)、および [Releases ページ](https://github.com/facebook/react)に記載されています。
119119

120-
## Versioned Documentation {#versioned-documentation}
120+
## バージョン管理されたドキュメント {#versioned-documentation}
121121

122-
This documentation always reflects the latest stable version of React. Since React 16, you can find older versions of the documentation [on a separate page](/versions). Note that documentation for past versions is snapshotted at the time of the release, and isn't being continuously updated.
122+
このドキュメントは常に最新の stable 版の React に準拠しています。React 16 からは古いバージョンのドキュメントも[別のページ](/versions)から閲覧できます。古いバージョンのドキュメントは各バージョンリリース時のスナップショットであり、更新をかけることはありません。
123123

124-
## Something Missing? {#something-missing}
124+
## 他に聞きたいことは? {#something-missing}
125125

126-
If something is missing in the documentation or if you found some part confusing, please [file an issue for the documentation repository](https://github.com/reactjs/reactjs.org/issues/new) with your suggestions for improvement, or tweet at the [@reactjs account](https://twitter.com/reactjs). We love hearing from you!
126+
ドキュメントに記載されていないことがあったり、わかりにくい箇所があったりしたら、 困ったことや改善案等を[この公式ドキュメントのリポジトリ](https://github.com/reactjs/reactjs.org/issues/new)に issue として立てるか、もしくは公式の [@reactjs](https://twitter.com/reactjs) までご連絡ください。あなたのご意見をお待ちしております!

0 commit comments

Comments
 (0)