|
4 | 4 | "routes": [
|
5 | 5 | {
|
6 | 6 | "hasSectionHeader": true,
|
7 |
| - "sectionHeader": "GET STARTED" |
| 7 | + "sectionHeader": "スタートガイド" |
8 | 8 | },
|
9 | 9 | {
|
10 |
| - "title": "Quick Start", |
| 10 | + "title": "クイックスタート", |
11 | 11 | "path": "/learn"
|
12 | 12 | },
|
13 | 13 | {
|
14 |
| - "title": "Installation", |
| 14 | + "title": "インストール", |
15 | 15 | "path": "/learn/installation"
|
16 | 16 | },
|
17 | 17 | {
|
18 | 18 | "hasSectionHeader": true,
|
19 |
| - "sectionHeader": "LEARN REACT" |
| 19 | + "sectionHeader": "REACT を学ぶ" |
20 | 20 | },
|
21 | 21 | {
|
22 |
| - "title": "Describing the UI", |
| 22 | + "title": "UI の記述", |
23 | 23 | "path": "/learn/describing-the-ui"
|
24 | 24 | },
|
25 | 25 | {
|
26 |
| - "title": "Adding Interactivity", |
| 26 | + "title": "インタラクティビティの追加", |
27 | 27 | "path": "/learn/adding-interactivity"
|
28 | 28 | },
|
29 | 29 | {
|
30 |
| - "title": "Managing State", |
| 30 | + "title": "state の管理", |
31 | 31 | "path": "/learn/managing-state"
|
32 | 32 | },
|
33 | 33 | {
|
34 |
| - "title": "Escape Hatches", |
| 34 | + "title": "避難ハッチ", |
35 | 35 | "path": "/learn/escape-hatches"
|
36 | 36 | },
|
37 | 37 | {
|
38 | 38 | "hasSectionHeader": true,
|
39 | 39 | "sectionHeader": "REACT API"
|
40 | 40 | },
|
41 | 41 | {
|
42 |
| - "title": "Hooks", |
| 42 | + "title": "フック", |
43 | 43 | "path": "/reference/react"
|
44 | 44 | },
|
45 | 45 | {
|
46 |
| - "title": "Components", |
| 46 | + "title": "コンポーネント", |
47 | 47 | "path": "/reference/react/components"
|
48 | 48 | },
|
49 | 49 | {
|
50 |
| - "title": "APIs", |
| 50 | + "title": "API", |
51 | 51 | "path": "/reference/react/apis"
|
52 | 52 | },
|
53 | 53 | {
|
54 |
| - "title": "Legacy APIs", |
| 54 | + "title": "レガシー API", |
55 | 55 | "path": "/reference/react/legacy"
|
56 | 56 | },
|
57 | 57 | {
|
58 | 58 | "hasSectionHeader": true,
|
59 | 59 | "sectionHeader": "REACT DOM API"
|
60 | 60 | },
|
61 | 61 | {
|
62 |
| - "title": "Components", |
| 62 | + "title": "コンポーネント", |
63 | 63 | "path": "/reference/react-dom/components"
|
64 | 64 | },
|
65 | 65 | {
|
66 |
| - "title": "APIs", |
| 66 | + "title": "API", |
67 | 67 | "path": "/reference/react-dom"
|
68 | 68 | },
|
69 | 69 | {
|
70 |
| - "title": "Client APIs", |
| 70 | + "title": "クライアント API", |
71 | 71 | "path": "/reference/react-dom/client"
|
72 | 72 | },
|
73 | 73 | {
|
74 |
| - "title": "Server APIs", |
| 74 | + "title": "サーバ API", |
75 | 75 | "path": "/reference/react-dom/server"
|
76 | 76 | },
|
77 | 77 | {
|
78 | 78 | "hasSectionHeader": true,
|
79 |
| - "sectionHeader": "GET INVOLVED" |
| 79 | + "sectionHeader": "コミュニティに参加する" |
80 | 80 | },
|
81 | 81 | {
|
82 |
| - "title": "React Community", |
| 82 | + "title": "React コミュニティ", |
83 | 83 | "path": "/community"
|
84 | 84 | },
|
85 | 85 | {
|
86 | 86 | "hasSectionHeader": true,
|
87 |
| - "sectionHeader": "STAY INFORMED" |
| 87 | + "sectionHeader": "最新の情報" |
88 | 88 | },
|
89 | 89 | {
|
90 |
| - "title": "React Blog", |
| 90 | + "title": "React ブログ", |
91 | 91 | "path": "/blog"
|
92 | 92 | }
|
93 | 93 | ]
|
|
0 commit comments