Skip to content

Commit a156ff4

Browse files
devrchancaycarburo
authored andcommitted
translating doc/nav.yml (#155)
1 parent 778f2c2 commit a156ff4

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

content/docs/nav.yml

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
- title: Installation
22
items:
33
- id: getting-started
4-
title: Getting Started
4+
title: Empezando
55
- id: add-react-to-a-website
6-
title: Add React to a Website
6+
title: Agregar React a un sitio web
77
- id: create-a-new-react-app
8-
title: Create a New React App
8+
title: Crear una nueva aplicación React
99
- id: cdn-links
10-
title: CDN Links
11-
- title: Main Concepts
10+
title: Enlaces CDN
11+
- title: Conceptos principales
1212
isOrdered: true
1313
items:
1414
- id: hello-world
15-
title: Hello World
15+
title: Hola mundo
1616
- id: introducing-jsx
17-
title: Introducing JSX
17+
title: Presentando 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 y propiedades
2222
- id: state-and-lifecycle
23-
title: State and Lifecycle
23+
title: Estado y ciclo de vida
2424
- id: handling-events
25-
title: Handling Events
25+
title: Manejando eventos
2626
- id: conditional-rendering
27-
title: Conditional Rendering
27+
title: Renderizado condicional
2828
- id: lists-and-keys
29-
title: Lists and Keys
29+
title: Listas y keys
3030
- id: forms
31-
title: Forms
31+
title: Formularios
3232
- id: lifting-state-up
33-
title: Lifting State Up
33+
title: Levantando el estado
3434
- id: composition-vs-inheritance
35-
title: Composition vs Inheritance
35+
title: Composición vs. herencia
3636
- id: thinking-in-react
37-
title: Thinking In React
38-
- title: Advanced Guides
37+
title: Pensando en React
38+
- title: Guías avanzadas
3939
items:
4040
- id: accessibility
41-
title: Accessibility
41+
title: Accesibilidad
4242
- id: code-splitting
43-
title: Code-Splitting
43+
title: División de código
4444
- id: context
45-
title: Context
45+
title: Contexto
4646
- id: error-boundaries
47-
title: Error Boundaries
47+
title: Límites de errores
4848
- id: forwarding-refs
49-
title: Forwarding Refs
49+
title: Reenvío 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 orden superior
5454
- id: integrating-with-other-libraries
55-
title: Integrating with Other Libraries
55+
title: Integración con otras bibliotecas
5656
- id: jsx-in-depth
57-
title: JSX In Depth
57+
title: JSX en profundidad
5858
- id: optimizing-performance
59-
title: Optimizing Performance
59+
title: Optimizando el rendimiento
6060
- id: portals
61-
title: Portals
61+
title: Portales
6262
- id: react-without-es6
63-
title: React Without ES6
63+
title: React sin ES6
6464
- id: react-without-jsx
65-
title: React Without JSX
65+
title: React sin JSX
6666
- id: reconciliation
67-
title: Reconciliation
67+
title: Reconciliación
6868
- id: refs-and-the-dom
69-
title: Refs and the DOM
69+
title: Referencias y el DOM
7070
- id: render-props
7171
title: Render Props
7272
- id: static-type-checking
73-
title: Static Type Checking
73+
title: Comprobación de tipos estáticos
7474
- id: strict-mode
75-
title: Strict Mode
75+
title: Modo estricto
7676
- id: typechecking-with-proptypes
77-
title: Typechecking With PropTypes
77+
title: Verificación de tipos con PropTypes
7878
- id: uncontrolled-components
79-
title: Uncontrolled Components
79+
title: Componentes no controlados
8080
- id: web-components
8181
title: Web Components
82-
- title: API Reference
82+
- title: Referencia de la API
8383
items:
8484
- id: react-api
8585
title: React
@@ -91,63 +91,63 @@
9191
- id: react-dom-server
9292
title: ReactDOMServer
9393
- id: dom-elements
94-
title: DOM Elements
94+
title: Elementos DOM
9595
- id: events
9696
title: SyntheticEvent
9797
- id: test-utils
98-
title: Test Utilities
98+
title: Utilidades para pruebas
9999
- id: shallow-renderer
100-
title: Shallow Renderer
100+
title: Renderizador superficial
101101
- id: test-renderer
102-
title: Test Renderer
102+
title: Renderizador de prueba
103103
- id: javascript-environment-requirements
104-
title: JS Environment Requirements
104+
title: Requerimientos del entorno de JS
105105
- id: glossary
106-
title: Glossary
107-
- title: Hooks (New)
106+
title: Glosario
107+
- title: Hooks (nuevo)
108108
isOrdered: true
109109
items:
110110
- id: hooks-intro
111-
title: Introducing Hooks
111+
title: Presentando a los Hooks
112112
- id: hooks-overview
113-
title: Hooks at a Glance
113+
title: Un vistazo a los Hooks
114114
- id: hooks-state
115-
title: Using the State Hook
115+
title: Usando el Hook de estado
116116
- id: hooks-effect
117-
title: Using the Effect Hook
117+
title: Usando el Hook de efecto
118118
- id: hooks-rules
119-
title: Rules of Hooks
119+
title: Reglas de los Hooks
120120
- id: hooks-custom
121-
title: Building Your Own Hooks
121+
title: Construyendo tus propios Hooks
122122
- id: hooks-reference
123-
title: Hooks API Reference
123+
title: Referencia de la API de los Hooks
124124
- id: hooks-faq
125-
title: Hooks FAQ
126-
- title: Contributing
125+
title: Preguntas frecuentes sobre Hooks
126+
- title: Contribuir
127127
items:
128128
- id: how-to-contribute
129-
title: How to Contribute
129+
title: Cómo contribuir
130130
- id: codebase-overview
131-
title: Codebase Overview
131+
title: Visión general de la base de código
132132
- id: implementation-notes
133-
title: Implementation Notes
133+
title: Notas de implementación
134134
- id: design-principles
135-
title: Design Principles
136-
- title: FAQ
135+
title: Principios de diseño
136+
- title: Preguntas frecuentes
137137
items:
138138
- id: faq-ajax
139139
title: AJAX y APIs
140140
- id: faq-build
141-
title: Babel, JSX, and Build Steps
141+
title: Babel, JSX y pasos para construir.
142142
- id: faq-functions
143-
title: Passing Functions to Components
143+
title: Pasando funciones a componentes
144144
- id: faq-state
145-
title: Component State
145+
title: Estado del componente
146146
- id: faq-styling
147-
title: Styling and CSS
147+
title: Estilo y CSS
148148
- id: faq-structure
149-
title: File Structure
149+
title: Estructura de archivos
150150
- id: faq-versioning
151-
title: Versioning Policy
151+
title: Política de versiones
152152
- id: faq-internals
153-
title: Virtual DOM and Internals
153+
title: DOM virtual y detalles de implementación

0 commit comments

Comments
 (0)