|
1 | 1 | {
|
2 |
| - "title": "Learn React", |
| 2 | + "title": "學習 React", |
3 | 3 | "path": "/learn",
|
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 | "routes": [
|
13 | 13 | {
|
14 |
| - "title": "Tutorial: Tic-Tac-Toe", |
| 14 | + "title": "教學:Tic-Tac-Toe", |
15 | 15 | "path": "/learn/tutorial-tic-tac-toe"
|
16 | 16 | },
|
17 | 17 | {
|
18 |
| - "title": "Thinking in React", |
| 18 | + "title": "用 React 思考", |
19 | 19 | "path": "/learn/thinking-in-react"
|
20 | 20 | }
|
21 | 21 | ]
|
22 | 22 | },
|
23 | 23 | {
|
24 |
| - "title": "Installation", |
| 24 | + "title": "安裝", |
25 | 25 | "path": "/learn/installation",
|
26 | 26 | "routes": [
|
27 | 27 | {
|
28 |
| - "title": "Start a New React Project", |
| 28 | + "title": "開始一個新的 React 專案", |
29 | 29 | "path": "/learn/start-a-new-react-project"
|
30 | 30 | },
|
31 | 31 | {
|
32 |
| - "title": "Add React to an Existing Project", |
| 32 | + "title": "將 React 加入到一個現有的專案", |
33 | 33 | "path": "/learn/add-react-to-an-existing-project"
|
34 | 34 | },
|
35 | 35 | {
|
36 |
| - "title": "Editor Setup", |
| 36 | + "title": "設定編輯器", |
37 | 37 | "path": "/learn/editor-setup"
|
38 | 38 | },
|
39 | 39 | {
|
40 |
| - "title": "React Developer Tools", |
| 40 | + "title": "React 開發者工具", |
41 | 41 | "path": "/learn/react-developer-tools"
|
42 | 42 | }
|
43 | 43 | ]
|
44 | 44 | },
|
45 | 45 | {
|
46 | 46 | "hasSectionHeader": true,
|
47 |
| - "sectionHeader": "LEARN REACT" |
| 47 | + "sectionHeader": "學習 React" |
48 | 48 | },
|
49 | 49 | {
|
50 |
| - "title": "Describing the UI", |
| 50 | + "title": "描述使用者介面", |
51 | 51 | "tags": [],
|
52 | 52 | "path": "/learn/describing-the-ui",
|
53 | 53 | "routes": [
|
|
186 | 186 | },
|
187 | 187 | {
|
188 | 188 | "title": "Removing Effect Dependencies",
|
189 |
| - "path": "/learn/removing-effect-dependencies" |
| 189 | + "path": "/learn/removing-effect-dependencies" |
190 | 190 | },
|
191 | 191 | {
|
192 | 192 | "title": "Reusing Logic with Custom Hooks",
|
|
0 commit comments