Skip to content

Commit c7ecb08

Browse files
committed
translate(nav): sidebars
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
1 parent 4a1aa84 commit c7ecb08

5 files changed

Lines changed: 67 additions & 67 deletions

File tree

src/sidebarBlog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "STAY INFORMED"
7+
"sectionHeader": "RESTA AGGIORNATO"
88
},
99
{
1010
"title": "Blog",
@@ -187,7 +187,7 @@
187187
"path": "/blog/2020/12/21/data-fetching-with-react-server-components"
188188
},
189189
{
190-
"title": "Older posts",
190+
"title": "Post più vecchi",
191191
"path": "https://reactjs.org/blog/all.html"
192192
}
193193
]

src/sidebarCommunity.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET INVOLVED"
7+
"sectionHeader": "PARTECIPA"
88
},
99
{
1010
"title": "Community",
1111
"path": "/community",
1212
"skipBreadcrumb": true,
1313
"routes": [
1414
{
15-
"title": "React Conferences",
15+
"title": "Conferenze React",
1616
"path": "/community/conferences"
1717
},
1818
{
19-
"title": "React Meetups",
19+
"title": "Meetup React",
2020
"path": "/community/meetups"
2121
},
2222
{
23-
"title": "React Videos",
23+
"title": "Video React",
2424
"path": "/community/videos"
2525
},
2626
{
27-
"title": "Meet the Team",
27+
"title": "Incontra il Team",
2828
"path": "/community/team"
2929
},
3030
{
31-
"title": "Docs Contributors",
31+
"title": "Contributori alla Documentazione",
3232
"path": "/community/docs-contributors"
3333
},
3434
{
35-
"title": "Translations",
35+
"title": "Traduzioni",
3636
"path": "/community/translations"
3737
},
3838
{
39-
"title": "Acknowledgements",
39+
"title": "Ringraziamenti",
4040
"path": "/community/acknowledgements"
4141
},
4242
{
43-
"title": "Versioning Policy",
43+
"title": "Politica di Versionamento",
4444
"path": "/community/versioning-policy"
4545
}
4646
]

src/sidebarHome.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"title": "React Docs",
2+
"title": "Documentazione React",
33
"path": "/",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "INIZIA QUI"
88
},
99
{
1010
"title": "Avvio Rapido",
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"hasSectionHeader": true,
27-
"sectionHeader": "LEARN REACT"
27+
"sectionHeader": "IMPARA REACT"
2828
},
2929
{
3030
"title": "Descrivere la UI",
@@ -39,79 +39,79 @@
3939
"path": "/learn/managing-state"
4040
},
4141
{
42-
"title": "Escape Hatches",
42+
"title": "Soluzioni alternative",
4343
"path": "/learn/escape-hatches"
4444
},
4545
{
4646
"hasSectionHeader": true,
47-
"sectionHeader": "REACT API"
47+
"sectionHeader": "API REACT"
4848
},
4949
{
5050
"title": "Hooks",
5151
"path": "/reference/react"
5252
},
5353
{
54-
"title": "Components",
54+
"title": "Componenti",
5555
"path": "/reference/react/components"
5656
},
5757
{
58-
"title": "APIs",
58+
"title": "API",
5959
"path": "/reference/react/apis"
6060
},
6161
{
62-
"title": "Legacy APIs",
62+
"title": "API Legacy",
6363
"path": "/reference/react/legacy"
6464
},
6565
{
6666
"hasSectionHeader": true,
67-
"sectionHeader": "REACT DOM API"
67+
"sectionHeader": "API REACT DOM"
6868
},
6969
{
70-
"title": "Components",
70+
"title": "Componenti",
7171
"path": "/reference/react-dom/components"
7272
},
7373
{
74-
"title": "APIs",
74+
"title": "API",
7575
"path": "/reference/react-dom"
7676
},
7777
{
78-
"title": "Client APIs",
78+
"title": "API Client",
7979
"path": "/reference/react-dom/client"
8080
},
8181
{
82-
"title": "Server APIs",
82+
"title": "API Server",
8383
"path": "/reference/react-dom/server"
8484
},
8585
{
8686
"hasSectionHeader": true,
87-
"sectionHeader": "REACT COMPILER API"
87+
"sectionHeader": "API REACT COMPILER"
8888
},
8989
{
90-
"title": "Configuration",
90+
"title": "Configurazione",
9191
"path": "/reference/react-compiler/configuration"
9292
},
9393
{
94-
"title": "Directives",
94+
"title": "Direttive",
9595
"path": "/reference/react-compiler/directives"
9696
},
9797
{
98-
"title": "Compiling Libraries",
98+
"title": "Compilare Librerie",
9999
"path": "/reference/react-compiler/compiling-libraries"
100100
},
101101
{
102102
"hasSectionHeader": true,
103-
"sectionHeader": "GET INVOLVED"
103+
"sectionHeader": "PARTECIPA"
104104
},
105105
{
106-
"title": "React Community",
106+
"title": "Community React",
107107
"path": "/community"
108108
},
109109
{
110110
"hasSectionHeader": true,
111-
"sectionHeader": "STAY INFORMED"
111+
"sectionHeader": "RESTA AGGIORNATO"
112112
},
113113
{
114-
"title": "React Blog",
114+
"title": "Blog React",
115115
"path": "/blog"
116116
}
117117
]

src/sidebarLearn.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"title": "Learn React",
2+
"title": "Impara React",
33
"path": "/learn",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "INIZIA QUI"
88
},
99
{
1010
"title": "Avvio Rapido",
@@ -47,7 +47,7 @@
4747
"path": "/learn/editor-setup"
4848
},
4949
{
50-
"title": "Using TypeScript",
50+
"title": "Usare TypeScript",
5151
"path": "/learn/typescript"
5252
},
5353
{
@@ -62,26 +62,26 @@
6262
"canary": true,
6363
"routes": [
6464
{
65-
"title": "Introduction",
65+
"title": "Introduzione",
6666
"path": "/learn/react-compiler/introduction"
6767
},
6868
{
69-
"title": "Installation",
69+
"title": "Installazione",
7070
"path": "/learn/react-compiler/installation"
7171
},
7272
{
73-
"title": "Incremental Adoption",
73+
"title": "Adozione Incrementale",
7474
"path": "/learn/react-compiler/incremental-adoption"
7575
},
7676
{
77-
"title": "Debugging and Troubleshooting",
77+
"title": "Debug e Risoluzione dei Problemi",
7878
"path": "/learn/react-compiler/debugging"
7979
}
8080
]
8181
},
8282
{
8383
"hasSectionHeader": true,
84-
"sectionHeader": "LEARN REACT"
84+
"sectionHeader": "IMPARA REACT"
8585
},
8686
{
8787
"title": "Descrivere la UI",
@@ -113,15 +113,15 @@
113113
"path": "/learn/conditional-rendering"
114114
},
115115
{
116-
"title": "Rendering Lists",
116+
"title": "Renderizzare Liste",
117117
"path": "/learn/rendering-lists"
118118
},
119119
{
120120
"title": "Mantenere i Componenti Puri",
121121
"path": "/learn/keeping-components-pure"
122122
},
123123
{
124-
"title": "Your UI as a Tree",
124+
"title": "La Tua UI come un Albero",
125125
"path": "/learn/understanding-your-ui-as-a-tree"
126126
}
127127
]
@@ -173,7 +173,7 @@
173173
"path": "/learn/reacting-to-input-with-state"
174174
},
175175
{
176-
"title": "Scegliere la struttura dello state",
176+
"title": "Scegliere la Struttura dello State",
177177
"path": "/learn/choosing-the-state-structure"
178178
},
179179
{
@@ -240,4 +240,4 @@
240240
]
241241
}
242242
]
243-
}
243+
}

0 commit comments

Comments
 (0)