Skip to content

Commit e1b6d06

Browse files
authored
Merge pull request #28 from reactjs/translate-sidebar
Translate sidebar
2 parents f295e0f + 484a090 commit e1b6d06

File tree

9 files changed

+97
-97
lines changed

9 files changed

+97
-97
lines changed

src/content/learn/managing-state.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sovelluksesi kasvaessa, kannattaa olla tietoinen miten tilasi on järjestetty se
2020

2121
</YouWillLearn>
2222

23-
## Tilan reagointi syötteeseen {/*reacting-to-input-with-state*/}
23+
## Reagointi syötteeseen tilalla {/*reacting-to-input-with-state*/}
2424

2525
Reactissa et muokkaa käyttöliittymäkoodia suoraan. Esimerkiksi, et kirjoita komentoja kuten "poista painike käytöstä", "ota painike käyttöön", "näytä onnistumisviesti", jne. Sen sijaan kerrot käyttöliittymän, jonka haluat nähdä erilaisissa komponentin tiloissa ("alkutila", "kirjoitetaan -tila", "onnistumistila"), ja sitten vaihdat tilaa käyttäjän syötteen pohjalta. Tämä vastaa samaa kuin miten suunnittelijat ajattelevat käyttöliittymiä.
2626

@@ -103,7 +103,7 @@ function submitForm(answer) {
103103
104104
<LearnMore path="/learn/reacting-to-input-with-state">
105105
106-
Lue **[Reacting to Input with State](/learn/reacting-to-input-with-state)** oppiaksesi lähestymään vuorovaikutusta tilalähtöisellä ajattelutavalla.
106+
Lue **[Reagointi syötteeseen tilalla](/learn/reacting-to-input-with-state)** oppiaksesi lähestymään vuorovaikutusta tilalähtöisellä ajattelutavalla.
107107
108108
</LearnMore>
109109
@@ -773,7 +773,7 @@ Lue **[Tiedon välittäminen syvälle kontekstilla](/learn/passing-data-deeply-w
773773
774774
</LearnMore>
775775
776-
## Skaalaus reducerilla ja kontekstilla {/*scaling-up-with-reducer-and-context*/}
776+
## Skaalaus reduktorin ja kontekstin avulla {/*scaling-up-with-reducer-and-context*/}
777777
778778
Reducerien avulla voit yhdistää komponentin tilanpäivityslogiikan. Kontekstin avulla voit antaa tietoa syvälle muihin komponentteihin. Voit yhdistää reducereita ja konteksteja yhteen hallitaksesi monimutkaisen ruudun tilaa.
779779
@@ -987,7 +987,7 @@ li {
987987
988988
<LearnMore path="/learn/scaling-up-with-reducer-and-context">
989989
990-
Lue **[Skaalaus reducerilla ja kontekstilla](/learn/scaling-up-with-reducer-and-context)** oppiaksesi miten tilan hallinta skaalautuu kasvavassa sovelluksessa.
990+
Lue **[Skaalaus reduktorin ja kontekstin avulla](/learn/scaling-up-with-reducer-and-context)** oppiaksesi miten tilan hallinta skaalautuu kasvavassa sovelluksessa.
991991
992992
</LearnMore>
993993

src/content/learn/reacting-to-input-with-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Reagointi syötteen tilaan
2+
title: Reagointi syötteeseen tilalla
33
---
44

55
<Intro>

src/content/learn/scaling-up-with-reducer-and-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ylösskaalaus reduktorin ja kontekstin avulla
2+
title: Skaalaus reduktorin ja kontekstin avulla
33
---
44

55
<Intro>

src/sidebarBlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "STAY INFORMED"
7+
"sectionHeader": "PYSY AJAN TASALLA"
88
},
99
{
1010
"title": "Blog",

src/sidebarCommunity.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"title": "Community",
2+
"title": "Yhteisö",
33
"path": "/community",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET INVOLVED"
7+
"sectionHeader": "OSALLISTU"
88
},
99
{
10-
"title": "Community",
10+
"title": "Yhteisö",
1111
"path": "/community",
1212
"skipBreadcrumb": true,
1313
"routes": [
1414
{
15-
"title": "React Conferences",
15+
"title": "React Konferenssit",
1616
"path": "/community/conferences"
1717
},
1818
{
19-
"title": "React Meetups",
19+
"title": "React Tapaamiset",
2020
"path": "/community/meetups"
2121
},
2222
{
23-
"title": "React Videos",
23+
"title": "React Videot",
2424
"path": "/community/videos"
2525
},
2626
{
27-
"title": "Meet the Team",
27+
"title": "Tapaa tiimi",
2828
"path": "/community/team"
2929
},
3030
{
31-
"title": "Docs Contributors",
31+
"title": "Dokumentaation kehittäjät",
3232
"path": "/community/docs-contributors"
3333
},
3434
{
35-
"title": "Acknowledgements",
35+
"title": "Tunnustukset",
3636
"path": "/community/acknowledgements"
3737
},
3838
{
39-
"title": "Versioning Policy",
39+
"title": "Versiointikäytäntö",
4040
"path": "/community/versioning-policy"
4141
}
4242
]

src/sidebarHome.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
11
{
2-
"title": "React Docs",
2+
"title": "React Dokumentaatio",
33
"path": "/",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "ALOITUS"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "Pika-aloitus",
1111
"path": "/learn"
1212
},
1313
{
14-
"title": "Installation",
14+
"title": "Asennus",
1515
"path": "/learn/installation"
1616
},
1717
{
1818
"hasSectionHeader": true,
19-
"sectionHeader": "LEARN REACT"
19+
"sectionHeader": "OPETTELE REACTIA"
2020
},
2121
{
22-
"title": "Describing the UI",
22+
"title": "Käyttöliittymän kuvaus",
2323
"path": "/learn/describing-the-ui"
2424
},
2525
{
26-
"title": "Adding Interactivity",
26+
"title": "Interaktiivisuuden lisääminen",
2727
"path": "/learn/adding-interactivity"
2828
},
2929
{
30-
"title": "Managing State",
30+
"title": "Tilan hallinta",
3131
"path": "/learn/managing-state"
3232
},
3333
{
34-
"title": "Escape Hatches",
34+
"title": "Pelastusluukut",
3535
"path": "/learn/escape-hatches"
3636
},
3737
{
3838
"hasSectionHeader": true,
3939
"sectionHeader": "REACT API"
4040
},
4141
{
42-
"title": "Hooks",
42+
"title": "Hookit",
4343
"path": "/reference/react"
4444
},
4545
{
46-
"title": "Components",
46+
"title": "Komponentit",
4747
"path": "/reference/react/components"
4848
},
4949
{
50-
"title": "APIs",
50+
"title": "APIt",
5151
"path": "/reference/react/apis"
5252
},
5353
{
54-
"title": "Legacy APIs",
54+
"title": "Vanhemmat APIs",
5555
"path": "/reference/react/legacy"
5656
},
5757
{
5858
"hasSectionHeader": true,
5959
"sectionHeader": "REACT DOM API"
6060
},
6161
{
62-
"title": "Components",
62+
"title": "Komponentit",
6363
"path": "/reference/react-dom/components"
6464
},
6565
{
66-
"title": "APIs",
66+
"title": "APIt",
6767
"path": "/reference/react-dom"
6868
},
6969
{
70-
"title": "Client APIs",
70+
"title": "Asiakaspuolen APIt",
7171
"path": "/reference/react-dom/client"
7272
},
7373
{
74-
"title": "Server APIs",
74+
"title": "Palvelinpuolen APIt",
7575
"path": "/reference/react-dom/server"
7676
},
7777
{
7878
"hasSectionHeader": true,
79-
"sectionHeader": "GET INVOLVED"
79+
"sectionHeader": "OSALLISTU"
8080
},
8181
{
82-
"title": "React Community",
82+
"title": "React Yhteisö",
8383
"path": "/community"
8484
},
8585
{
8686
"hasSectionHeader": true,
87-
"sectionHeader": "STAY INFORMED"
87+
"sectionHeader": "PYSY AJAN TASALLA"
8888
},
8989
{
90-
"title": "React Blog",
90+
"title": "React Blogi",
9191
"path": "/blog"
9292
}
9393
]

0 commit comments

Comments
 (0)