Skip to content

Commit 3172722

Browse files
authored
Translate doc/nav (#77)
* installation and main concepts * Advanced guides, api reference, hooks, contributing, faq * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update content/docs/nav.yml Co-Authored-By: cvqprs <[email protected]> * Update nav.yml * Fix for netlify error
1 parent 7b7a222 commit 3172722

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

content/docs/nav.yml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
1-
- title: Installation
1+
- title: Instalacja
22
items:
33
- id: getting-started
4-
title: Getting Started
4+
title: Podstawowe informacje
55
- id: add-react-to-a-website
6-
title: Add React to a Website
6+
title: Dodaj Reacta do swojej strony
77
- id: create-a-new-react-app
8-
title: Create a New React App
8+
title: Stwórz nową aplikację w Reakcie
99
- id: cdn-links
10-
title: CDN Links
11-
- title: Main Concepts
10+
title: Linki do CDN-ów
11+
- title: Podstawowe informacje
1212
isOrdered: true
1313
items:
1414
- id: hello-world
15-
title: Hello World
15+
title: Witaj, świecie
1616
- id: introducing-jsx
17-
title: Introducing JSX
17+
title: Wprowadzenie do JSX
1818
- id: rendering-elements
19-
title: Rendering Elements
19+
title: Renderowanie elementów
2020
- id: components-and-props
21-
title: Components and Props
21+
title: Komponenty i właściwości
2222
- id: state-and-lifecycle
23-
title: State and Lifecycle
23+
title: Stan i cykl życia
2424
- id: handling-events
25-
title: Handling Events
25+
title: Obsługa zdarzeń
2626
- id: conditional-rendering
27-
title: Conditional Rendering
27+
title: Renderowanie warunkowe
2828
- id: lists-and-keys
29-
title: Lists and Keys
29+
title: Listy i klucze
3030
- id: forms
31-
title: Forms
31+
title: Formularze
3232
- id: lifting-state-up
33-
title: Lifting State Up
33+
title: Wynoszenie stanu w górę
3434
- id: composition-vs-inheritance
35-
title: Composition vs Inheritance
35+
title: Kompozycja a dziedziczenie
3636
- id: thinking-in-react
37-
title: Thinking In React
38-
- title: Advanced Guides
37+
title: Myślenie reactowe
38+
- title: Zaawansowane informacje
3939
items:
4040
- id: accessibility
41-
title: Accessibility
41+
title: Dostępność
4242
- id: code-splitting
43-
title: Code-Splitting
43+
title: Dzielenie kodu
4444
- id: context
45-
title: Context
45+
title: Konteksty
4646
- id: error-boundaries
47-
title: Error Boundaries
47+
title: Granice błędów
4848
- id: forwarding-refs
49-
title: Forwarding Refs
49+
title: Przekazywanie referencji
5050
- id: fragments
51-
title: Fragments
51+
title: Fragmenty
5252
- id: higher-order-components
53-
title: Higher-Order Components
53+
title: Komponenty wyższego rzędu
5454
- id: integrating-with-other-libraries
55-
title: Integrating with Other Libraries
55+
title: Integracja z innymi bibliotekami
5656
- id: jsx-in-depth
57-
title: JSX In Depth
57+
title: JSX w szczegółach
5858
- id: optimizing-performance
59-
title: Optimizing Performance
59+
title: Optymalizacja wydajności
6060
- id: portals
61-
title: Portals
61+
title: Portale
6262
- id: react-without-es6
63-
title: React Without ES6
63+
title: React bez ES6
6464
- id: react-without-jsx
65-
title: React Without JSX
65+
title: React bez JSX
6666
- id: reconciliation
6767
title: Reconciliation
6868
- id: refs-and-the-dom
69-
title: Refs and the DOM
69+
title: Referencje a DOM
7070
- id: render-props
71-
title: Render Props
71+
title: Właściwości renderujące
7272
- id: static-type-checking
73-
title: Static Type Checking
73+
title: Statyczne typowanie
7474
- id: strict-mode
7575
title: Strict Mode
7676
- id: typechecking-with-proptypes
77-
title: Typechecking With PropTypes
77+
title: Sprawdzanie typów z PropTypes
7878
- id: uncontrolled-components
79-
title: Uncontrolled Components
79+
title: Niekontrolowane komponenty
8080
- id: web-components
8181
title: Web Components
82-
- title: API Reference
82+
- title: Dokumentacja 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: Elementy DOM
9595
- id: events
9696
title: SyntheticEvent
9797
- id: test-utils
98-
title: Test Utilities
98+
title: Narzędzia do testowania
9999
- id: shallow-renderer
100-
title: Shallow Renderer
100+
title: Renderowanie płytkie
101101
- id: test-renderer
102102
title: Test Renderer
103103
- id: javascript-environment-requirements
104-
title: JS Environment Requirements
104+
title: Wymagania środowiska JavaScript
105105
- id: glossary
106-
title: Glossary
107-
- title: Hooks (New)
106+
title: Słownik pojęć
107+
- title: Hooki (Nowość)
108108
isOrdered: true
109109
items:
110110
- id: hooks-intro
111-
title: Wprowadzenie do Hooków
111+
title: Wprowadzenie do hooków
112112
- id: hooks-overview
113113
title: Hooki w pigułce
114114
- id: hooks-state
115-
title: Using the State Hook
115+
title: Używanie hooka stanu
116116
- id: hooks-effect
117-
title: Using the Effect Hook
117+
title: Używanie hooka efektów
118118
- id: hooks-rules
119-
title: Rules of Hooks
119+
title: Zasady korzystania z hooków
120120
- id: hooks-custom
121-
title: Building Your Own Hooks
121+
title: Tworzenie własnych hooków
122122
- id: hooks-reference
123-
title: Hooks API Reference
123+
title: Hooki - interfejs API
124124
- id: hooks-faq
125-
title: Hooks FAQ
126-
- title: Contributing
125+
title: Hooki - FAQ
126+
- title: Współpraca
127127
items:
128128
- id: how-to-contribute
129-
title: How to Contribute
129+
title: Jak możesz pomóc
130130
- id: codebase-overview
131-
title: Codebase Overview
131+
title: Przegląd kodu
132132
- id: implementation-notes
133-
title: Implementation Notes
133+
title: Noty implementacyjne
134134
- id: design-principles
135-
title: Design Principles
135+
title: Zasady projektowe
136136
- title: FAQ
137137
items:
138138
- id: faq-ajax
139-
title: AJAX and APIs
139+
title: AJAX i API
140140
- id: faq-build
141-
title: Babel, JSX, and Build Steps
141+
title: Babel, JSX i budowanie aplikacji
142142
- id: faq-functions
143-
title: Passing Functions to Components
143+
title: Przekazywanie funkcji do komponentów
144144
- id: faq-state
145-
title: Component State
145+
title: Stan komponentu
146146
- id: faq-styling
147-
title: Styling and CSS
147+
title: Style i CSS
148148
- id: faq-structure
149-
title: File Structure
149+
title: Struktura plików
150150
- id: faq-versioning
151-
title: Versioning Policy
151+
title: Polityka wersji
152152
- id: faq-internals
153-
title: Virtual DOM and Internals
153+
title: Wirtualny model DOM

0 commit comments

Comments
 (0)