Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Translate docs/nav.yml #53

Merged
merged 1 commit into from Nov 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
142 changes: 71 additions & 71 deletions content/docs/nav.yml
@@ -1,87 +1,87 @@
- title: Installation
- title: Instalação
items:
- id: getting-started
title: Getting Started
title: Introdução
- id: add-react-to-a-website
title: Add React to a Website
title: Adicionando React a um site
- id: create-a-new-react-app
title: Create a New React App
title: Criando um novo React App
- id: cdn-links
title: CDN Links
- title: Main Concepts
title: Links do CDN
- title: Conceitos principais
isOrdered: true
items:
- id: hello-world
title: Hello World
title: Olá Mundo
- id: introducing-jsx
title: Introducing JSX
title: Introduzindo JSX
- id: rendering-elements
title: Rendering Elements
title: Renderizando Elementos
- id: components-and-props
title: Components and Props
title: Componentes e Props
- id: state-and-lifecycle
title: State and Lifecycle
title: State e ciclos de vida
- id: handling-events
title: Handling Events
title: Manipulando Eventos
- id: conditional-rendering
title: Conditional Rendering
title: Renderização Condicionada
- id: lists-and-keys
title: Lists and Keys
title: Listas e Chaves
- id: forms
title: Forms
title: Formulários
- id: lifting-state-up
title: Lifting State Up
title: Elevar o State
- id: composition-vs-inheritance
title: Composition vs Inheritance
title: Composição vs Herança
- id: thinking-in-react
title: Thinking In React
- title: Advanced Guides
title: Pensar em React
- title: Guias Avançados
items:
- id: accessibility
title: Accessibility
title: Acessibilidade
- id: code-splitting
title: Code-Splitting
title: Divisão de Código
- id: context
title: Context
title: Contexto
- id: error-boundaries
title: Error Boundaries
title: Limites de Erro
- id: forwarding-refs
title: Forwarding Refs
title: Encaminhamento de Refs
- id: fragments
title: Fragments
title: Fragmentos
- id: higher-order-components
title: Higher-Order Components
title: Componentes de Alta-ordem
- id: integrating-with-other-libraries
title: Integrating with Other Libraries
title: Integrar outras Bibliotecas
- id: jsx-in-depth
title: JSX In Depth
title: JSX Em Detalhe
- id: optimizing-performance
title: Optimizing Performance
title: Optimizando Desempenho
- id: portals
title: Portals
title: Portais
- id: profiler
title: Profiler
- id: react-without-es6
title: React Without ES6
title: React Sem ES5
- id: react-without-jsx
title: React Without JSX
title: React Sem JSX
- id: reconciliation
title: Reconciliation
title: Reconciliação
- id: refs-and-the-dom
title: Refs and the DOM
title: Refs e o DOM
- id: render-props
title: Render Props
- id: static-type-checking
title: Static Type Checking
title: Verificação de Tipo Estático
- id: strict-mode
title: Strict Mode
title: Modo Estrito
- id: typechecking-with-proptypes
title: Typechecking With PropTypes
title: Verificação de tipos com PropTypes
- id: uncontrolled-components
title: Uncontrolled Components
title: Componentes não controlados
- id: web-components
title: Web Components
- title: API Reference
title: Componentes Web
- title: Referência da API
items:
- id: react-api
title: React
Expand All @@ -93,71 +93,71 @@
- id: react-dom-server
title: ReactDOMServer
- id: dom-elements
title: DOM Elements
title: Elementos do DOM
- id: events
title: SyntheticEvent
- id: test-utils
title: Test Utilities
title: Utilitários de Teste
- id: shallow-renderer
title: Shallow Renderer
title: Renderização superficial
- id: test-renderer
title: Test Renderer
- id: javascript-environment-requirements
title: JS Environment Requirements
title: Requisitos do Ambiente JavaScript
- id: glossary
title: Glossary
- title: Hooks (New)
title: Glossário
- title: Hooks (Novo)
isOrdered: true
items:
- id: hooks-intro
title: Introducing Hooks
title: Introdução aos Hooks
- id: hooks-overview
title: Hooks at a Glance
title: Hooks de forma resumida
- id: hooks-state
title: Using the State Hook
title: Usando um State Hook
- id: hooks-effect
title: Using the Effect Hook
title: Usando um Effect Hook
- id: hooks-rules
title: Rules of Hooks
title: Regras dos Hooks
- id: hooks-custom
title: Building Your Own Hooks
title: Criando os Hooks personalizados
- id: hooks-reference
title: Hooks API Reference
title: Referência da API dos Hooks
- id: hooks-faq
title: Hooks FAQ
- title: Testing
title: Perguntas e Respostas sobre Hooks
- title: Testar
items:
- id: testing
title: Testing Overview
title: Visão Geral de Testes
- id: testing-recipes
title: Testing Recipes
title: Receitas de Teste
- id: testing-environments
title: Testing Environments
- title: Contributing
title: Ambientes de Teste
- title: Contribuindo
items:
- id: how-to-contribute
title: How to Contribute
title: Como Contribuir
- id: codebase-overview
title: Codebase Overview
title: Visão Geral do Codebase
- id: implementation-notes
title: Implementation Notes
title: Notas de Implementação
- id: design-principles
title: Design Principles
title: Princípios de Design
- title: FAQ
items:
- id: faq-ajax
title: AJAX and APIs
title: AJAX e APIs
- id: faq-build
title: Babel, JSX, and Build Steps
title: Babel, JSX e Etapas de Build
- id: faq-functions
title: Passing Functions to Components
title: Passando Funções para Componentes
- id: faq-state
title: Component State
title: State dos Componentes
- id: faq-styling
title: Styling and CSS
title: Estilização e CSS
- id: faq-structure
title: File Structure
title: Estrutura dos Ficheiros
- id: faq-versioning
title: Versioning Policy
title: Política de Versão
- id: faq-internals
title: Virtual DOM and Internals
title: Virtual DOM e Objetos Internos