From b8e112a4f4c5555a0854bbb0235f7d65a3897b61 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Thu, 14 Mar 2019 19:53:50 -0400 Subject: [PATCH 1/4] Translate title --- content/docs/nav.yml | 126 +++++++++++++++++++++---------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 40175d866..03f049556 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,85 +1,85 @@ -- title: Installation +- title: Установка items: - id: getting-started - title: Getting Started + title: Початок роботи - id: add-react-to-a-website title: Додаємо React до вашого сайту - id: create-a-new-react-app - title: Create a New React App + title: Створюємо новий React-додаток - id: cdn-links - title: CDN Links -- title: Main Concepts + title: Посилання на CDN +- title: Основні поняття isOrdered: true items: - id: hello-world - title: Hello World + title: Привіт, світе - id: introducing-jsx title: Вступ до JSX - id: rendering-elements - title: Rendering Elements + title: Рендеринг елементів - id: components-and-props title: Компоненти і пропси - id: state-and-lifecycle - title: State and Lifecycle + title: Стан та життєвий цикл - id: handling-events - title: Handling Events + title: Обробка подій - id: conditional-rendering - title: Conditional Rendering + title: Умовний рендеринг - id: lists-and-keys - title: Lists and Keys + title: Списки та ключі - id: forms - title: Forms + title: Форми - id: lifting-state-up - title: Lifting State Up + title: Підйом стану - id: composition-vs-inheritance - title: Composition vs Inheritance + title: Композиція проти наслідування - id: thinking-in-react - title: Thinking In React + title: Філософія React - title: Advanced Guides items: - id: accessibility - title: Accessibility + title: Доступність контента - id: code-splitting - title: Code-Splitting + title: Розбиття коду - id: context - title: Context + title: Контекст - id: error-boundaries - title: Error Boundaries + title: Запобіжники - id: forwarding-refs - title: Forwarding Refs + title: Перенаправлення рефів - id: fragments - title: Fragments + title: Фрагменти - id: higher-order-components - title: Higher-Order Components + title: Компоненти вищого порядку - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: Взаємодія зі сторонніми бібліотеками - id: jsx-in-depth - title: JSX In Depth + title: JSX в деталях - id: optimizing-performance - title: Optimizing Performance + title: Оптимізація продуктивності - id: portals - title: Portals + title: Портали - id: react-without-es6 title: React без ES6 - id: react-without-jsx title: React без JSX - id: reconciliation - title: Reconciliation + title: Погодження - id: refs-and-the-dom - title: Refs and the DOM + title: Рефи та DOM - id: render-props - title: Render Props + title: Рендер-пропси - id: static-type-checking - title: Static Type Checking + title: Статична типізація - id: strict-mode - title: Strict Mode + title: Суворий режим - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: Перевірка типів за допомогою PropTypes - id: uncontrolled-components - title: Uncontrolled Components + title: Неконтрольовані компоненти - id: web-components - title: Web Components -- title: API Reference + title: Веб-компоненти +- title: API-довідка items: - id: react-api title: React @@ -91,63 +91,63 @@ - id: react-dom-server title: ReactDOMServer - id: dom-elements - title: DOM Elements + title: DOM-елементи - id: events title: SyntheticEvent - id: test-utils - title: Test Utilities + title: Тестові утиліти - id: shallow-renderer - title: Shallow Renderer + title: Поверховий рендерер - id: test-renderer - title: Test Renderer + title: Тестовий рендерер - id: javascript-environment-requirements - title: JS Environment Requirements + title: Вимоги до середовища JavaScript - id: glossary - title: Glossary -- title: Hooks (New) + title: Словник термінів React +- title: Хуки (Нове) isOrdered: true items: - id: hooks-intro - title: Introducing Hooks + title: Введення в хуки - id: hooks-overview - title: Hooks at a Glance + title: Огляд хуків - id: hooks-state - title: Using the State Hook + title: Використання хука стану - id: hooks-effect - title: Using the Effect Hook + title: Використання хука ефекту - id: hooks-rules - title: Rules of Hooks + title: Правила хуків - id: hooks-custom - title: Building Your Own Hooks + title: Створення користувацьких хуків - id: hooks-reference - title: Hooks API Reference + title: Довідка API хуків - id: hooks-faq - title: Hooks FAQ -- title: Contributing + title: FAQ хуків +- title: Участь в проекті items: - id: how-to-contribute - title: How to Contribute + title: Як зробити внесок? - id: codebase-overview - title: Codebase Overview + title: Огляд коду - id: implementation-notes - title: Implementation Notes + title: Примітки щодо імплементації - id: design-principles - title: Design Principles + title: Принципи проектування React - title: FAQ items: - id: faq-ajax - title: AJAX and APIs + title: AJAX та запити до API - id: faq-build - title: Babel, JSX, and Build Steps + title: Babel, JSX та етапи збірки - id: faq-functions - title: Passing Functions to Components + title: Передача функцій у компоненти - id: faq-state - title: Component State + title: Стан компонента - id: faq-styling - title: Styling and CSS + title: Стилізація та CSS - id: faq-structure - title: File Structure + title: Структура файлів - id: faq-versioning - title: Versioning Policy + title: Політика версіювання - id: faq-internals - title: Virtual DOM and Internals + title: Віртуальний DOM та деталі його реалізації в React From 7e209d368b81466ab8ee1d400f5e876339f416ee Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Sun, 17 Mar 2019 00:19:39 -0400 Subject: [PATCH 2/4] Translate title --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 03f049556..b456b149d 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -35,7 +35,7 @@ title: Композиція проти наслідування - id: thinking-in-react title: Філософія React -- title: Advanced Guides +- title: Просунуті теми items: - id: accessibility title: Доступність контента From c594606ad1acd18fa64e742bb799f656013986a2 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Sun, 17 Mar 2019 14:00:27 -0400 Subject: [PATCH 3/4] Fix typos --- content/docs/nav.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index b456b149d..b49a7ba6c 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,4 +1,4 @@ -- title: Установка +- title: Встановлення items: - id: getting-started title: Початок роботи @@ -38,7 +38,7 @@ - title: Просунуті теми items: - id: accessibility - title: Доступність контента + title: Доступність контенту - id: code-splitting title: Розбиття коду - id: context @@ -148,6 +148,6 @@ - id: faq-structure title: Структура файлів - id: faq-versioning - title: Політика версіювання + title: Політика версіонування - id: faq-internals - title: Віртуальний DOM та деталі його реалізації в React + title: Віртуальний DOM та деталі його реалізації From ee0377dd423128451faec0fb4acbf58242cfddc7 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Mon, 18 Mar 2019 11:44:46 -0400 Subject: [PATCH 4/4] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D1=96=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B3=D0=BE=D0=B4=D0=B6=D0=B5=D0=BD=D0=BD=D1=8F=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=83=D0=B7=D0=B3=D0=BE=D0=B4=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/nav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index b49a7ba6c..7b1d226f8 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -64,7 +64,7 @@ - id: react-without-jsx title: React без JSX - id: reconciliation - title: Погодження + title: Узгодження - id: refs-and-the-dom title: Рефи та DOM - id: render-props