Skip to content

Commit 997922f

Browse files
chore: translate get started sidebar
Signed-off-by: Jie Peng <[email protected]>
1 parent 464cbfb commit 997922f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/sidebarLearn.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"title": "Learn React",
2+
"title": "學習 React",
33
"path": "/learn",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "開始"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "快速開始",
1111
"path": "/learn",
1212
"routes": [
1313
{
14-
"title": "Tutorial: Tic-Tac-Toe",
14+
"title": "教學:Tic-Tac-Toe",
1515
"path": "/learn/tutorial-tic-tac-toe"
1616
},
1717
{
18-
"title": "Thinking in React",
18+
"title": "React 思考",
1919
"path": "/learn/thinking-in-react"
2020
}
2121
]
2222
},
2323
{
24-
"title": "Installation",
24+
"title": "安裝",
2525
"path": "/learn/installation",
2626
"routes": [
2727
{
28-
"title": "Start a New React Project",
28+
"title": "開始一個新的 React 專案",
2929
"path": "/learn/start-a-new-react-project"
3030
},
3131
{
32-
"title": "Add React to an Existing Project",
32+
"title": " React 加入到一個現有的專案",
3333
"path": "/learn/add-react-to-an-existing-project"
3434
},
3535
{
36-
"title": "Editor Setup",
36+
"title": "設定編輯器",
3737
"path": "/learn/editor-setup"
3838
},
3939
{
40-
"title": "React Developer Tools",
40+
"title": "React 開發者工具",
4141
"path": "/learn/react-developer-tools"
4242
}
4343
]
4444
},
4545
{
4646
"hasSectionHeader": true,
47-
"sectionHeader": "LEARN REACT"
47+
"sectionHeader": "學習 React"
4848
},
4949
{
50-
"title": "Describing the UI",
50+
"title": "描述使用者介面",
5151
"tags": [],
5252
"path": "/learn/describing-the-ui",
5353
"routes": [
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"title": "Removing Effect Dependencies",
189-
"path": "/learn/removing-effect-dependencies"
189+
"path": "/learn/removing-effect-dependencies"
190190
},
191191
{
192192
"title": "Reusing Logic with Custom Hooks",

0 commit comments

Comments
 (0)