Skip to content

Commit d4b73ee

Browse files
emersonbrogaEmerson CarvalhojotaRenan
authored
Tradução das Sidebar (#663)
* Translated to PT-BR: - SidebarHome - SidebarLearn * Translated to PT-BR * Translated to PT-BR * Translated to PT-BR * Update src/sidebarCommunity.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarHome.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarCommunity.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update sidebarHome.json * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update src/sidebarLearn.json Co-authored-by: João Pedro Renan <[email protected]> * Update sidebarLearn.json * Update sidebarLearn.json * Update sidebarLearn.json --------- Co-authored-by: Emerson Carvalho <[email protected]> Co-authored-by: João Pedro Renan <[email protected]>
1 parent e9041f9 commit d4b73ee

File tree

5 files changed

+82
-82
lines changed

5 files changed

+82
-82
lines changed

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": "MANTENHA-SE INFORMADO"
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": "Comunidade",
33
"path": "/community",
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET INVOLVED"
7+
"sectionHeader": "ENVOLVA-SE"
88
},
99
{
10-
"title": "Community",
10+
"title": "Comunidade",
1111
"path": "/community",
1212
"skipBreadcrumb": true,
1313
"routes": [
1414
{
15-
"title": "React Conferences",
15+
"title": "Conferências de React",
1616
"path": "/community/conferences"
1717
},
1818
{
19-
"title": "React Meetups",
19+
"title": "Encontros de React",
2020
"path": "/community/meetups"
2121
},
2222
{
23-
"title": "React Videos",
23+
"title": "Vídeos de React ",
2424
"path": "/community/videos"
2525
},
2626
{
27-
"title": "Meet the Team",
27+
"title": "Conheça o Time",
2828
"path": "/community/team"
2929
},
3030
{
31-
"title": "Docs Contributors",
31+
"title": "Colaboradores da Documentação",
3232
"path": "/community/docs-contributors"
3333
},
3434
{
35-
"title": "Acknowledgements",
35+
"title": "Reconhecimentos",
3636
"path": "/community/acknowledgements"
3737
},
3838
{
39-
"title": "Versioning Policy",
39+
"title": "Política de Versionamento",
4040
"path": "/community/versioning-policy"
4141
}
4242
]

src/sidebarHome.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,90 +4,90 @@
44
"routes": [
55
{
66
"hasSectionHeader": true,
7-
"sectionHeader": "GET STARTED"
7+
"sectionHeader": "COMEÇAR"
88
},
99
{
10-
"title": "Quick Start",
10+
"title": "Início Rápido",
1111
"path": "/learn"
1212
},
1313
{
14-
"title": "Installation",
14+
"title": "Instalação",
1515
"path": "/learn/installation"
1616
},
1717
{
1818
"hasSectionHeader": true,
19-
"sectionHeader": "LEARN REACT"
19+
"sectionHeader": "APRENDA REACT"
2020
},
2121
{
22-
"title": "Describing the UI",
22+
"title": "Descrevendo a UI",
2323
"path": "/learn/describing-the-ui"
2424
},
2525
{
26-
"title": "Adding Interactivity",
26+
"title": "Adicionando Interatividade",
2727
"path": "/learn/adding-interactivity"
2828
},
2929
{
30-
"title": "Managing State",
30+
"title": "Gerenciando Estado",
3131
"path": "/learn/managing-state"
3232
},
3333
{
34-
"title": "Escape Hatches",
34+
"title": "Saídas de Emergência",
3535
"path": "/learn/escape-hatches"
3636
},
3737
{
3838
"hasSectionHeader": true,
39-
"sectionHeader": "REACT API"
39+
"sectionHeader": "API do React"
4040
},
4141
{
4242
"title": "Hooks",
4343
"path": "/reference/react"
4444
},
4545
{
46-
"title": "Components",
46+
"title": "Componentes",
4747
"path": "/reference/react/components"
4848
},
4949
{
5050
"title": "APIs",
5151
"path": "/reference/react/apis"
5252
},
5353
{
54-
"title": "Legacy APIs",
54+
"title": "APIs Legadas",
5555
"path": "/reference/react/legacy"
5656
},
5757
{
5858
"hasSectionHeader": true,
5959
"sectionHeader": "REACT DOM API"
6060
},
6161
{
62-
"title": "Components",
62+
"title": "Componentes",
6363
"path": "/reference/react-dom/components"
6464
},
6565
{
6666
"title": "APIs",
6767
"path": "/reference/react-dom"
6868
},
6969
{
70-
"title": "Client APIs",
70+
"title": "APIs do Cliente",
7171
"path": "/reference/react-dom/client"
7272
},
7373
{
74-
"title": "Server APIs",
74+
"title": "APIs do Servidor",
7575
"path": "/reference/react-dom/server"
7676
},
7777
{
7878
"hasSectionHeader": true,
79-
"sectionHeader": "GET INVOLVED"
79+
"sectionHeader": "ENVOLVA-SE"
8080
},
8181
{
82-
"title": "React Community",
82+
"title": "Communidade React",
8383
"path": "/community"
8484
},
8585
{
8686
"hasSectionHeader": true,
87-
"sectionHeader": "STAY INFORMED"
87+
"sectionHeader": "MANTENHA-SE INFORMADO"
8888
},
8989
{
90-
"title": "React Blog",
90+
"title": "Blog do React",
9191
"path": "/blog"
9292
}
9393
]

0 commit comments

Comments
 (0)