From 786595e0b6ea1c40802abc19dad623a7a2c40f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Sat, 6 Jul 2019 21:27:36 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8C=90=20translate=20docs/nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/nav.yml | 140 +++++++++++++++++++++---------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 4d4a7571f..26e1140b8 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,85 +1,85 @@ -- title: Installation +- title: Telepítés items: - id: getting-started - title: Getting Started + title: Kezdés - id: add-react-to-a-website - title: Add React to a Website + title: Add hozzá a React-et egy weblaphoz - id: create-a-new-react-app - title: Create a New React App + title: Készíts egy új React alkalmazást - id: cdn-links - title: CDN Links -- title: Main Concepts + title: CDN linkek +- title: Főbb fogalmak isOrdered: true items: - id: hello-world - title: Hello World + title: Helló világ - id: introducing-jsx - title: Introducing JSX + title: JSX bemutatása - id: rendering-elements - title: Rendering Elements + title: Elemek renderelése - id: components-and-props - title: Components and Props + title: Komponensek és prop-ok - id: state-and-lifecycle - title: State and Lifecycle + title: Állapot és életciklus - id: handling-events - title: Handling Events + title: Események kezelése - id: conditional-rendering - title: Conditional Rendering + title: Feltételes renderelés - id: lists-and-keys - title: Lists and Keys + title: Listák és kulcsok - id: forms - title: Forms + title: Űrlapok - id: lifting-state-up - title: Lifting State Up + title: Állapot felemelése - id: composition-vs-inheritance - title: Composition vs Inheritance + title: Kompozíció vs öröklés - id: thinking-in-react - title: Thinking In React -- title: Advanced Guides + title: Gondolkodj React-ben +- title: Haladó útmutatók items: - id: accessibility - title: Accessibility + title: Akadálymentesítés - id: code-splitting - title: Code-Splitting + title: Kód-hasítás - id: context - title: Context + title: Kontextus - id: error-boundaries - title: Error Boundaries + title: Hibahatárok - id: forwarding-refs - title: Forwarding Refs + title: Refek továbbítása - id: fragments - title: Fragments + title: Töredékek - id: higher-order-components - title: Higher-Order Components + title: Felsőbb rendű komponensek - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: Integrálás más könyvtárakkal - id: jsx-in-depth - title: JSX In Depth + title: JSX-ről mélyebben - id: optimizing-performance - title: Optimizing Performance + title: A teljesítmény optimalizálása - id: portals - title: Portals + title: Portálok - id: react-without-es6 - title: React Without ES6 + title: React ES6 nélkül - id: react-without-jsx - title: React Without JSX + title: React JSX nélkül - id: reconciliation - title: Reconciliation + title: Egyeztetés - id: refs-and-the-dom - title: Refs and the DOM + title: Ref-ek és a DOM - id: render-props - title: Render Props + title: Render prop-ok - id: static-type-checking - title: Static Type Checking + title: Statikus típusellenőrzés - id: strict-mode - title: Strict Mode + title: Szigorú mód - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: Típusellenőrzés PropTypes-val - id: uncontrolled-components - title: Uncontrolled Components + title: Kontrollálatlan komponensek - id: web-components - title: Web Components -- title: API Reference + title: Web komponensek +- title: API Referencia items: - id: react-api title: React @@ -91,63 +91,63 @@ - id: react-dom-server title: ReactDOMServer - id: dom-elements - title: DOM Elements + title: DOM elemek - id: events title: SyntheticEvent - id: test-utils - title: Test Utilities + title: Tesztelői segédprogramok - id: shallow-renderer - title: Shallow Renderer + title: Sekély renderelő - id: test-renderer - title: Test Renderer + title: Teszt renderelő - id: javascript-environment-requirements - title: JS Environment Requirements + title: JS környezeti követelmények - id: glossary - title: Glossary -- title: Hooks (New) + title: Szójegyzék +- title: Horgok (Új) isOrdered: true items: - id: hooks-intro - title: Introducing Hooks + title: Horgok bemutató - id: hooks-overview - title: Hooks at a Glance + title: Horgok egy pillantásra - id: hooks-state - title: Using the State Hook + title: Állapot horog használata - id: hooks-effect - title: Using the Effect Hook + title: Hatás horog használata - id: hooks-rules - title: Rules of Hooks + title: Horgok szabályai - id: hooks-custom - title: Building Your Own Hooks + title: Készítsd el a saját horgod - id: hooks-reference - title: Hooks API Reference + title: Horog API referencia - id: hooks-faq - title: Hooks FAQ -- title: Contributing + title: Horgok GY.I.K. +- title: Közreműködés items: - id: how-to-contribute - title: How to Contribute + title: Hogyan segíthetsz - id: codebase-overview - title: Codebase Overview + title: Kódbázis áttekintés - id: implementation-notes - title: Implementation Notes + title: Implementáció megjegyzések - id: design-principles - title: Design Principles -- title: FAQ + title: Tervezési elvek +- title: GY.I.K items: - id: faq-ajax - title: AJAX and APIs + title: AJAX és API-k - id: faq-build - title: Babel, JSX, and Build Steps + title: Babel, JSX, és kompiláló lépések - id: faq-functions - title: Passing Functions to Components + title: Függvények küldése komponenseknek - id: faq-state - title: Component State + title: Komponens állapot - id: faq-styling - title: Styling and CSS + title: Stílusozás és CSS - id: faq-structure - title: File Structure + title: Fájlstruktúra - id: faq-versioning - title: Versioning Policy + title: Verziószabályok - id: faq-internals - title: Virtual DOM and Internals + title: Virtuális DOM és belső jellemzők From 351c8414d59edc4aad5793a4cc008dcd972f0339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Mon, 28 Oct 2019 19:17:34 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-Authored-By: Gergely Nagy --- content/docs/nav.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 61b2e33eb..5d71f4aa9 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -12,7 +12,7 @@ isOrdered: true items: - id: hello-world - title: Helló világ + title: Helló, világ! - id: introducing-jsx title: JSX bemutatása - id: rendering-elements @@ -32,7 +32,7 @@ - id: lifting-state-up title: Állapot felemelése - id: composition-vs-inheritance - title: Kompozíció vs öröklés + title: Kompozíció és öröklődés - id: thinking-in-react title: Gondolkodj React-ben - title: Haladó útmutatók