Skip to content

Commit 1197b2e

Browse files
committed
Translate 'React Developer Tools'
1 parent 536c0d9 commit 1197b2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -901,17 +901,17 @@ body {
901901
902902
### React kehitystyökalut {/*react-developer-tools*/}
903903
904-
React DevTools let you check the props and the state of your React components. You can find the React DevTools tab at the bottom of the _browser_ section in CodeSandbox:
904+
React kehitystyökalujen avulla voit tarkastella React komponenttiesi propseja ja tilaa. React DevTools välilehti löytyy _browser_ osion alapuolelta CodeSandboxissa:
905905
906-
![React DevTools in CodeSandbox](../images/tutorial/codesandbox-devtools.png)
906+
![React DevTools CodeSandboxissa](../images/tutorial/codesandbox-devtools.png)
907907
908-
To inspect a particular component on the screen, use the button in the top left corner of React DevTools:
908+
Tarkastellaksesi tiettyä komponenttia ruudulla, käytä nappia React DevToolsin vasemmassa yläkulmassa:
909909
910-
![Selecting components on the page with React DevTools](../images/tutorial/devtools-select.gif)
910+
![Komponentin valinta sivulla React DevToolsissa](../images/tutorial/devtools-select.gif)
911911
912912
<Note>
913913
914-
For local development, React DevTools is available as a [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/), and [Edge](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) browser extension. Install it, and the *Components* tab will appear in your browser Developer Tools for sites using React.
914+
Paikallisessa kehityksessä, React DevTools on saatavilla [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/), ja [Edge](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) selainlaajennuksena. Asenna se, ja *Components* välilehti ilmestyy selaimen kehitystyökaluihin sivuille, jotka käyttävät Reactia.
915915
916916
</Note>
917917

0 commit comments

Comments
 (0)