Skip to content

Commit dd0d22d

Browse files
committed
add some missing translations to sidebars
1 parent 4e0f0d9 commit dd0d22d

File tree

4 files changed

+73
-73
lines changed

4 files changed

+73
-73
lines changed

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": "Topluluk",
33
"path": "/community",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET INVOLVED"
7+
"sectionHeader": "Dahil Olun"
88
},
99
{
10-
"title": "Community",
10+
"title": "Topluluk",
1111
"path": "/community",
1212
"skipBreadcrumb": true,
1313
"routes": [
1414
{
15-
"title": "React Conferences",
15+
"title": "React Konferansları",
1616
"path": "/community/conferences"
1717
},
1818
{
19-
"title": "React Meetups",
19+
"title": "React Buluşmaları",
2020
"path": "/community/meetups"
2121
},
2222
{
23-
"title": "React Videos",
23+
"title": "React Videoları",
2424
"path": "/community/videos"
2525
},
2626
{
27-
"title": "Meet the Team",
27+
"title": "Takımla Tanışın",
2828
"path": "/community/team"
2929
},
3030
{
31-
"title": "Docs Contributors",
31+
"title": "Dokümantasyon Ekibi",
3232
"path": "/community/docs-contributors"
3333
},
3434
{
35-
"title": "Acknowledgements",
35+
"title": "Katkıda Bulunanlar",
3636
"path": "/community/acknowledgements"
3737
},
3838
{
39-
"title": "Versioning Policy",
39+
"title": "Sürüm Politikası",
4040
"path": "/community/versioning-policy"
4141
}
4242
]

src/sidebarHome.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
{
2-
"title": "React Docs",
2+
"title": "React Dokümantasyonu",
33
"path": "/",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "Başlangıç"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "Hızlı Başlangıç",
1111
"path": "/learn"
1212
},
1313
{
14-
"title": "Installation",
14+
"title": "Kurulum",
1515
"path": "/learn/installation"
1616
},
1717
{
1818
"hasSectionHeader": true,
19-
"sectionHeader": "LEARN REACT"
19+
"sectionHeader": "REACT ÖĞRENİN"
2020
},
2121
{
22-
"title": "Describing the UI",
22+
"title": "Kullanıcı Arayüzünü Tanımlama",
2323
"path": "/learn/describing-the-ui"
2424
},
2525
{
26-
"title": "Adding Interactivity",
26+
"title": "Etkileşim Ekleme",
2727
"path": "/learn/adding-interactivity"
2828
},
2929
{
30-
"title": "Managing State",
30+
"title": "State Yönetimi",
3131
"path": "/learn/managing-state"
3232
},
3333
{
34-
"title": "Escape Hatches",
34+
"title": "Kaçış Yolları",
3535
"path": "/learn/escape-hatches"
3636
},
3737
{
3838
"hasSectionHeader": true,
3939
"sectionHeader": "REACT API"
4040
},
4141
{
42-
"title": "Hooks",
42+
"title": "Hook'lar",
4343
"path": "/reference/react"
4444
},
4545
{
46-
"title": "Components",
46+
"title": "Bileşenler",
4747
"path": "/reference/react/components"
4848
},
4949
{
50-
"title": "APIs",
50+
"title": "API'lar",
5151
"path": "/reference/react/apis"
5252
},
5353
{
54-
"title": "Legacy APIs",
54+
"title": "Eski API'lar",
5555
"path": "/reference/react/legacy"
5656
},
5757
{
5858
"hasSectionHeader": true,
5959
"sectionHeader": "REACT DOM API"
6060
},
6161
{
62-
"title": "Components",
62+
"title": "Bileşenler",
6363
"path": "/reference/react-dom/components"
6464
},
6565
{
66-
"title": "APIs",
66+
"title": "API'lar",
6767
"path": "/reference/react-dom"
6868
},
6969
{
70-
"title": "Client APIs",
70+
"title": "Client API'ları",
7171
"path": "/reference/react-dom/client"
7272
},
7373
{
74-
"title": "Server APIs",
74+
"title": "Server API'ları",
7575
"path": "/reference/react-dom/server"
7676
},
7777
{
7878
"hasSectionHeader": true,
79-
"sectionHeader": "GET INVOLVED"
79+
"sectionHeader": "DAHİL OLUN"
8080
},
8181
{
82-
"title": "React Community",
82+
"title": "React Topluluğu",
8383
"path": "/community"
8484
},
8585
{

src/sidebarLearn.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"title": "Learn React",
2+
"title": "React Öğrenin",
33
"path": "/learn",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "BAŞLARKEN"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "Hızlı Başlangıç",
1111
"path": "/learn",
1212
"routes": [
1313
{
14-
"title": "Tutorial: Tic-Tac-Toe",
14+
"title": "Öğretici: Tic-Tac-Toe",
1515
"path": "/learn/tutorial-tic-tac-toe"
1616
},
1717
{
18-
"title": "Thinking in React",
18+
"title": "React'te Düşünmek",
1919
"path": "/learn/thinking-in-react"
2020
}
2121
]
2222
},
2323
{
24-
"title": "Installation",
24+
"title": "Kurulum",
2525
"path": "/learn/installation",
2626
"routes": [
2727
{
28-
"title": "Start a New React Project",
28+
"title": "Yeni Bir React Projesi Başlatma",
2929
"path": "/learn/start-a-new-react-project"
3030
},
3131
{
32-
"title": "Add React to an Existing Project",
32+
"title": "Varolan Bir Projeye React Eklemek",
3333
"path": "/learn/add-react-to-an-existing-project"
3434
},
3535
{
36-
"title": "Editor Setup",
36+
"title": "Editor Kurulumu",
3737
"path": "/learn/editor-setup"
3838
},
3939
{
40-
"title": "Using TypeScript",
40+
"title": "TypeScript Kullanımı",
4141
"path": "/learn/typescript"
4242
},
4343
{
44-
"title": "React Developer Tools",
44+
"title": "React Geliştirici Araçları",
4545
"path": "/learn/react-developer-tools"
4646
}
4747
]
4848
},
4949
{
5050
"hasSectionHeader": true,
51-
"sectionHeader": "LEARN REACT"
51+
"sectionHeader": "REACT ÖĞRENİN"
5252
},
5353
{
54-
"title": "Describing the UI",
54+
"title": "Kullanıcı Arayüzünü Tanımlama",
5555
"tags": [],
5656
"path": "/learn/describing-the-ui",
5757
"routes": [
@@ -76,15 +76,15 @@
7676
"path": "/learn/passing-props-to-a-component"
7777
},
7878
{
79-
"title": "Conditional Rendering",
79+
"title": "Koşullu Olarak Render Etmek",
8080
"path": "/learn/conditional-rendering"
8181
},
8282
{
83-
"title": "Rendering Lists",
83+
"title": "Listeleri Render Etmek",
8484
"path": "/learn/rendering-lists"
8585
},
8686
{
87-
"title": "Keeping Components Pure",
87+
"title": "Bileşenleri Saf Tutmak",
8888
"path": "/learn/keeping-components-pure"
8989
},
9090
{
@@ -94,7 +94,7 @@
9494
]
9595
},
9696
{
97-
"title": "Adding Interactivity",
97+
"title": "Etkileşim Eklemek",
9898
"path": "/learn/adding-interactivity",
9999
"tags": [],
100100
"routes": [
@@ -103,33 +103,33 @@
103103
"path": "/learn/responding-to-events"
104104
},
105105
{
106-
"title": "State: A Component's Memory",
106+
"title": "State: Bir Bileşenin Hafızası",
107107
"path": "/learn/state-a-components-memory"
108108
},
109109
{
110-
"title": "Render and Commit",
110+
"title": "Render Et ve İşle",
111111
"path": "/learn/render-and-commit"
112112
},
113113
{
114-
"title": "State as a Snapshot",
114+
"title": "Anlık Görüntü Olarak State",
115115
"path": "/learn/state-as-a-snapshot"
116116
},
117117
{
118-
"title": "Queueing a Series of State Updates",
118+
"title": "State Güncellemelerinin Kuyruğa Alınması",
119119
"path": "/learn/queueing-a-series-of-state-updates"
120120
},
121121
{
122-
"title": "Updating Objects in State",
122+
"title": "State İçerisindeki Nesneleri Güncelleme",
123123
"path": "/learn/updating-objects-in-state"
124124
},
125125
{
126-
"title": "Updating Arrays in State",
126+
"title": "State İçerisindeki Dizileri Güncelleme",
127127
"path": "/learn/updating-arrays-in-state"
128128
}
129129
]
130130
},
131131
{
132-
"title": "Managing State",
132+
"title": "State'i Yönetmek",
133133
"path": "/learn/managing-state",
134134
"tags": [
135135
"intermediate"
@@ -144,19 +144,19 @@
144144
"path": "/learn/choosing-the-state-structure"
145145
},
146146
{
147-
"title": "Sharing State Between Components",
147+
"title": "Bileşenler Arasında State Paylaşımı",
148148
"path": "/learn/sharing-state-between-components"
149149
},
150150
{
151-
"title": "Preserving and Resetting State",
151+
"title": "State'i Korumak ve Sıfırlamak",
152152
"path": "/learn/preserving-and-resetting-state"
153153
},
154154
{
155-
"title": "Extracting State Logic into a Reducer",
155+
"title": "State Mantığını Bir Reducer'a Aktarma",
156156
"path": "/learn/extracting-state-logic-into-a-reducer"
157157
},
158158
{
159-
"title": "Passing Data Deeply with Context",
159+
"title": "Context ile Veriyi Derinlemesine Aktarma",
160160
"path": "/learn/passing-data-deeply-with-context"
161161
},
162162
{
@@ -166,34 +166,34 @@
166166
]
167167
},
168168
{
169-
"title": "Escape Hatches",
169+
"title": "Kaçış Yolları",
170170
"path": "/learn/escape-hatches",
171171
"tags": [
172172
"advanced"
173173
],
174174
"routes": [
175175
{
176-
"title": "Referencing Values with Refs",
176+
"title": "Ref ile Değerlere Referans Verme",
177177
"path": "/learn/referencing-values-with-refs"
178178
},
179179
{
180-
"title": "Manipulating the DOM with Refs",
180+
"title": "Ref'ler ile DOM Manipülasyonu",
181181
"path": "/learn/manipulating-the-dom-with-refs"
182182
},
183183
{
184184
"title": "Synchronizing with Effects",
185185
"path": "/learn/synchronizing-with-effects"
186186
},
187187
{
188-
"title": "You Might Not Need an Effect",
188+
"title": "Bir Efekte İhtiyacınız Olmayabilir",
189189
"path": "/learn/you-might-not-need-an-effect"
190190
},
191191
{
192-
"title": "Lifecycle of Reactive Effects",
192+
"title": "Reacktif Efektlerin Yaşam Döngüsü",
193193
"path": "/learn/lifecycle-of-reactive-effects"
194194
},
195195
{
196-
"title": "Separating Events from Effects",
196+
"title": "Olayları Efektlerinden Ayırma",
197197
"path": "/learn/separating-events-from-effects"
198198
},
199199
{

0 commit comments

Comments
 (0)