Skip to content

Commit 62fd1ea

Browse files
WeslleyNasRochatibuurcio
authored andcommitted
Tradução da navbar de algumas paginas que já estão na produção (#131)
* translate navbar * Update content/docs/nav.yml Co-Authored-By: WeslleyNasRocha <[email protected]> * Apply suggestions from code review Co-Authored-By: WeslleyNasRocha <[email protected]>
1 parent f63a066 commit 62fd1ea

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

content/docs/nav.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- id: getting-started
44
title: Getting Started
55
- id: add-react-to-a-website
6-
title: Add React to a Website
6+
title: Adicione o React a um site
77
- id: create-a-new-react-app
8-
title: Create a New React App
8+
title: Crie um novo React App
99
- id: cdn-links
1010
title: CDN Links
1111
- title: Main Concepts
@@ -14,43 +14,43 @@
1414
- id: hello-world
1515
title: Hello World
1616
- id: introducing-jsx
17-
title: Introducing JSX
17+
title: Introduzindo JSX
1818
- id: rendering-elements
19-
title: Rendering Elements
19+
title: Renderizando Elementos
2020
- id: components-and-props
21-
title: Components and Props
21+
title: Componentes e Props
2222
- id: state-and-lifecycle
23-
title: State and Lifecycle
23+
title: State e Ciclo de Vida
2424
- id: handling-events
25-
title: Handling Events
25+
title: Manipulando eventos
2626
- id: conditional-rendering
27-
title: Conditional Rendering
27+
title: Renderização condicional
2828
- id: lists-and-keys
2929
title: Listas e Chaves
3030
- id: forms
3131
title: Forms
3232
- id: lifting-state-up
33-
title: Lifting State Up
33+
title: Elevando o State
3434
- id: composition-vs-inheritance
3535
title: Composition vs Inheritance
3636
- id: thinking-in-react
37-
title: Thinking In React
37+
title: Pensando do jeito React
3838
- title: Advanced Guides
3939
items:
4040
- id: accessibility
41-
title: Accessibility
41+
title: Acessibilidade
4242
- id: code-splitting
4343
title: Code-Splitting
4444
- id: context
4545
title: Context
4646
- id: error-boundaries
4747
title: Error Boundaries
4848
- id: forwarding-refs
49-
title: Forwarding Refs
49+
title: Encaminhamento de Refs
5050
- id: fragments
51-
title: Fragments
51+
title: Fragmentos
5252
- id: higher-order-components
53-
title: Higher-Order Components
53+
title: Componentes de Alta-ordem
5454
- id: integrating-with-other-libraries
5555
title: Integrando com outras Bibliotecas
5656
- id: jsx-in-depth
@@ -62,23 +62,23 @@
6262
- id: react-without-es6
6363
title: React Without ES6
6464
- id: react-without-jsx
65-
title: React Without JSX
65+
title: React sem JSX
6666
- id: reconciliation
67-
title: Reconciliation
67+
title: Reconciliação (Reconciliation)
6868
- id: refs-and-the-dom
69-
title: Refs and the DOM
69+
title: Refs e o DOM
7070
- id: render-props
7171
title: Render Props
7272
- id: static-type-checking
7373
title: Static Type Checking
7474
- id: strict-mode
75-
title: Strict Mode
75+
title: Modo Estrito (Strict Mode)
7676
- id: typechecking-with-proptypes
77-
title: Typechecking With PropTypes
77+
title: Checagem de tipos (Typechecking) com PropTypes
7878
- id: uncontrolled-components
79-
title: Uncontrolled Components
79+
title: Componentes não controlados
8080
- id: web-components
81-
title: Web Components
81+
title: Componentes Web
8282
- title: API Reference
8383
items:
8484
- id: react-api
@@ -91,19 +91,19 @@
9191
- id: react-dom-server
9292
title: ReactDOMServer
9393
- id: dom-elements
94-
title: DOM Elements
94+
title: Elementos do DOM
9595
- id: events
9696
title: SyntheticEvent
9797
- id: test-utils
98-
title: Test Utilities
98+
title: Utilitários de Teste
9999
- id: shallow-renderer
100-
title: Shallow Renderer
100+
title: Renderização superficial (Shallow Renderer)
101101
- id: test-renderer
102102
title: Test Renderer
103103
- id: javascript-environment-requirements
104-
title: JS Environment Requirements
104+
title: Requisitos de Ambiente JavaScript
105105
- id: glossary
106-
title: Glossary
106+
title: Glossário
107107
- title: Hooks (New)
108108
isOrdered: true
109109
items:
@@ -116,11 +116,11 @@
116116
- id: hooks-effect
117117
title: Using the Effect Hook
118118
- id: hooks-rules
119-
title: Rules of Hooks
119+
title: Regras dos Hooks
120120
- id: hooks-custom
121121
title: Criando seus próprios Hooks
122122
- id: hooks-reference
123-
title: Hooks API Reference
123+
title: Referência da API dos Hooks
124124
- id: hooks-faq
125125
title: Hooks FAQ
126126
- title: Contributing
@@ -132,21 +132,21 @@
132132
- id: implementation-notes
133133
title: Implementation Notes
134134
- id: design-principles
135-
title: Design Principles
135+
title: Princípios de Design
136136
- title: FAQ
137137
items:
138138
- id: faq-ajax
139139
title: AJAX and APIs
140140
- id: faq-build
141-
title: Babel, JSX, and Build Steps
141+
title: Babel, JSX e Etapas de Build
142142
- id: faq-functions
143-
title: Passing Functions to Components
143+
title: Passando Funções para Componentes
144144
- id: faq-state
145145
title: State dos Componentes
146146
- id: faq-styling
147147
title: Estilização e CSS
148148
- id: faq-structure
149-
title: File Structure
149+
title: Estrutura de arquivos
150150
- id: faq-versioning
151151
title: Versioning Policy
152152
- id: faq-internals

0 commit comments

Comments
 (0)