Skip to content

Commit 05eee39

Browse files
Merge pull request #386 from reactjs/chore/sidebar
2 parents 464cbfb + fb8a66a commit 05eee39

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

src/content/learn/react-developer-tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ title: React 開發者工具
1010

1111
<YouWillLearn>
1212

13-
* 如何安裝 React Developer Tools
13+
* 如何安裝 React 開發者工具
1414

1515
</YouWillLearn>
1616

17-
## Browser extension {/*browser-extension*/}
17+
## 瀏覽器擴充元件 {/*browser-extension*/}
1818

19-
要 debug 用 React 建構的網站最簡單的方式是安裝 React 開發者瀏覽器擴充元件。它可以在一些流行的瀏覽器上使用:
19+
要除錯用 React 建構的網站最簡單的方式是安裝 React 開發者瀏覽器擴充元件。它可以在一些流行的瀏覽器上使用:
2020

2121
* [Install for **Chrome**](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
2222
* [Install for **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
@@ -52,7 +52,7 @@ react-devtools
5252

5353
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5454

55-
## Mobile (React Native) {/*mobile-react-native*/}
55+
## 行動裝置(React Native {/*mobile-react-native*/}
5656
React 開發者工具也可以用來檢測由 [React Native](https://reactnative.dev/) 建構的應用程式。
5757

5858
使用 React 開發者工具最簡單的方式就是全域安裝它:
@@ -73,4 +73,4 @@ react-devtools
7373

7474
> 如果在幾秒鐘內沒有連接上開發者工具,請嘗試重新載入應用程式。
7575
76-
[學習更多關於 React Native 的 debugging](https://reactnative.dev/docs/debugging)
76+
[學習更多關於除錯 React Native 的方式](https://reactnative.dev/docs/debugging)

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)