From d319e17e201207fa9f2bc5110ba6f51ef49a9af6 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Fri, 8 Feb 2019 21:21:23 +0400 Subject: [PATCH 1/7] Translate documentation navigation --- 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 4d4a7571f..6d392b6a9 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -1,41 +1,41 @@ -- title: Installation +- title: Qurulma items: - id: getting-started - title: Getting Started + title: Başlamaq - id: add-react-to-a-website - title: Add React to a Website + title: Səhifəyə React Əlavə Et - id: create-a-new-react-app - title: Create a New React App + title: Yeni React Applikasiyası Yarat - id: cdn-links - title: CDN Links -- title: Main Concepts + title: CDN Linləri +- title: Əsas Konsepsiyalar isOrdered: true items: - id: hello-world - title: Hello World + title: Salam Dünya - id: introducing-jsx - title: Introducing JSX + title: JSX-ə Giriş - id: rendering-elements - title: Rendering Elements + title: Elementlərin Render Edilməsi - id: components-and-props - title: Components and Props + title: Komponent və Parametrlər - id: state-and-lifecycle - title: State and Lifecycle + title: Vəziyyət və Yaşama Tsikli - id: handling-events - title: Handling Events + title: Hadisələrin İşlədilməsi - id: conditional-rendering - title: Conditional Rendering + title: Şərti Render Edilmə - id: lists-and-keys - title: Lists and Keys + title: Siyahılar və Açarlar - id: forms - title: Forms + title: Anketlər - id: lifting-state-up - title: Lifting State Up + title: Vəziyyətin Qaldırılması - id: composition-vs-inheritance - title: Composition vs Inheritance + title: Kompozisiya vs Vasislik - id: thinking-in-react - title: Thinking In React -- title: Advanced Guides + title: React ilə Düşünmək +- title: Genişləndirilmiş Təlimatlar items: - id: accessibility title: Accessibility @@ -44,42 +44,42 @@ - id: context title: Context - id: error-boundaries - title: Error Boundaries + title: Xəta Sərhədləri - id: forwarding-refs - title: Forwarding Refs + title: Reflərin Yönləndirilməsi - id: fragments - title: Fragments + title: Fragmentlər - id: higher-order-components - title: Higher-Order Components + title: Yüksək Dərəcəli Komponentlər - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: Digər Kitabxanalar ilə İnteqrasiya - id: jsx-in-depth - title: JSX In Depth + title: JSX Derindən - id: optimizing-performance - title: Optimizing Performance + title: Performansın Optimallaşdırılması - id: portals - title: Portals + title: Portallar - id: react-without-es6 - title: React Without ES6 + title: ES6-sız React - id: react-without-jsx - title: React Without JSX + title: JSX-siz React - id: reconciliation - title: Reconciliation + title: Rekonsiliasiya - id: refs-and-the-dom - title: Refs and the DOM + title: Refs və DOM - id: render-props - title: Render Props + title: Render Etmə Parametrləri - id: static-type-checking - title: Static Type Checking + title: Static Tip Yoxlamaladı - id: strict-mode - title: Strict Mode + title: Ciddi Rejim - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: PropType-lar ilə Tip Yoxlamaları - id: uncontrolled-components - title: Uncontrolled Components + title: Kontrolsuz Kopmonentlər - id: web-components - title: Web Components -- title: API Reference + title: Veb Komponents +- title: API Arayışı items: - id: react-api title: React @@ -95,59 +95,59 @@ - id: events title: SyntheticEvent - id: test-utils - title: Test Utilities + title: Test Vasitələri - id: shallow-renderer - title: Shallow Renderer + title: Dayaz Render Etmə - id: test-renderer title: Test Renderer - id: javascript-environment-requirements - title: JS Environment Requirements + title: JS Mühit Tələbləri - id: glossary - title: Glossary -- title: Hooks (New) + title: Lüğət +- title: Hooklar (Yeni) isOrdered: true items: - id: hooks-intro - title: Introducing Hooks + title: Hooklara Giriş - id: hooks-overview - title: Hooks at a Glance + title: Hooklar Bir Baxışda - id: hooks-state - title: Using the State Hook + title: State Hookun İşlənməsi - id: hooks-effect - title: Using the Effect Hook + title: Effect Hookun İşlənməsi - id: hooks-rules - title: Rules of Hooks + title: Hookların Qaydaları - id: hooks-custom - title: Building Your Own Hooks + title: Öz Hooklarınızın Yaranması - id: hooks-reference - title: Hooks API Reference + title: Hookların API Arayışı - id: hooks-faq title: Hooks FAQ -- title: Contributing +- title: İştirak Etmək items: - id: how-to-contribute - title: How to Contribute + title: Necə İştirak Etmək - id: codebase-overview - title: Codebase Overview + title: Kodun İcmalı - id: implementation-notes - title: Implementation Notes + title: Tətbiqetmə Qeydləri - id: design-principles - title: Design Principles + title: Dizayn Əsasları - title: FAQ items: - id: faq-ajax - title: AJAX and APIs + title: AJAX və APIs - id: faq-build - title: Babel, JSX, and Build Steps + title: Babel, JSX, və Qurulma Addımları - id: faq-functions - title: Passing Functions to Components + title: Komponentlərə Funskiyaların Göndərilməsi - id: faq-state - title: Component State + title: Komponent Vəziyyəti - id: faq-styling - title: Styling and CSS + title: Stil və CSS - id: faq-structure - title: File Structure + title: Fayl Strukturu - id: faq-versioning - title: Versioning Policy + title: Versiya Qaydaları - id: faq-internals - title: Virtual DOM and Internals + title: Virtual DOM və React-in Daxili From 75e630224dcfb995ef60643eb96f10522c43038e Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Fri, 8 Feb 2019 21:23:31 +0400 Subject: [PATCH 2/7] Set HTML lang to Azerbaijani --- src/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html.js b/src/html.js index e0e2757e8..1d2431968 100644 --- a/src/html.js +++ b/src/html.js @@ -7,7 +7,7 @@ const JS_NPM_URLS = [ export default class HTML extends React.Component { render() { return ( - + {JS_NPM_URLS.map(url => ( From 7120aef603b4dfc1ffc9a0b1714c16216b7c99b7 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Fri, 8 Feb 2019 21:30:44 +0400 Subject: [PATCH 3/7] More navigation translations --- content/docs/nav.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 6d392b6a9..cd81f6a68 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -7,7 +7,7 @@ - id: create-a-new-react-app title: Yeni React Applikasiyası Yarat - id: cdn-links - title: CDN Linləri + title: CDN Linkləri - title: Əsas Konsepsiyalar isOrdered: true items: @@ -32,29 +32,29 @@ - id: lifting-state-up title: Vəziyyətin Qaldırılması - id: composition-vs-inheritance - title: Kompozisiya vs Vasislik + title: Kompozisiya vs Varislik - id: thinking-in-react title: React ilə Düşünmək - title: Genişləndirilmiş Təlimatlar items: - id: accessibility - title: Accessibility + title: İmkanlılıq - id: code-splitting - title: Code-Splitting + title: Kod Parçalanması - id: context - title: Context + title: Kontext - id: error-boundaries title: Xəta Sərhədləri - id: forwarding-refs - title: Reflərin Yönləndirilməsi + title: Ref-lərin Yönləndirilməsi - id: fragments - title: Fragmentlər + title: Fraqmentlər - id: higher-order-components title: Yüksək Dərəcəli Komponentlər - id: integrating-with-other-libraries title: Digər Kitabxanalar ilə İnteqrasiya - id: jsx-in-depth - title: JSX Derindən + title: JSX Dərindən - id: optimizing-performance title: Performansın Optimallaşdırılması - id: portals @@ -66,17 +66,17 @@ - id: reconciliation title: Rekonsiliasiya - id: refs-and-the-dom - title: Refs və DOM + title: Ref-lər və DOM - id: render-props title: Render Etmə Parametrləri - id: static-type-checking - title: Static Tip Yoxlamaladı + title: Static Tip Yoxlaması - id: strict-mode title: Ciddi Rejim - id: typechecking-with-proptypes title: PropType-lar ilə Tip Yoxlamaları - id: uncontrolled-components - title: Kontrolsuz Kopmonentlər + title: Kontrolsuz Komponentlər - id: web-components title: Veb Komponents - title: API Arayışı @@ -91,7 +91,7 @@ - id: react-dom-server title: ReactDOMServer - id: dom-elements - title: DOM Elements + title: DOM Elementləri - id: events title: SyntheticEvent - id: test-utils @@ -112,17 +112,17 @@ - id: hooks-overview title: Hooklar Bir Baxışda - id: hooks-state - title: State Hookun İşlənməsi + title: State Hookunun İşlənməsi - id: hooks-effect - title: Effect Hookun İşlənməsi + title: Effect Hookunun İşlənməsi - id: hooks-rules title: Hookların Qaydaları - id: hooks-custom - title: Öz Hooklarınızın Yaranması + title: Öz Hooklarınızın Yaradılması - id: hooks-reference title: Hookların API Arayışı - id: hooks-faq - title: Hooks FAQ + title: Hooklar FAQ - title: İştirak Etmək items: - id: how-to-contribute @@ -144,7 +144,7 @@ - id: faq-state title: Komponent Vəziyyəti - id: faq-styling - title: Stil və CSS + title: Stilləmə və CSS - id: faq-structure title: Fayl Strukturu - id: faq-versioning From 538001d2451a055a89d3d5a6c51f5193f6e0f998 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Tue, 12 Feb 2019 18:36:01 +0400 Subject: [PATCH 4/7] Update Docs navigation props, state, and lifecycle translations --- content/docs/nav.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index cd81f6a68..b204d286b 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -18,9 +18,9 @@ - id: rendering-elements title: Elementlərin Render Edilməsi - id: components-and-props - title: Komponent və Parametrlər + title: Komponent və Proplar - id: state-and-lifecycle - title: Vəziyyət və Yaşama Tsikli + title: State və Lifecycle - id: handling-events title: Hadisələrin İşlədilməsi - id: conditional-rendering @@ -30,7 +30,7 @@ - id: forms title: Anketlər - id: lifting-state-up - title: Vəziyyətin Qaldırılması + title: State-in Qaldırılması - id: composition-vs-inheritance title: Kompozisiya vs Varislik - id: thinking-in-react @@ -68,7 +68,7 @@ - id: refs-and-the-dom title: Ref-lər və DOM - id: render-props - title: Render Etmə Parametrləri + title: Render Etmə Propları - id: static-type-checking title: Static Tip Yoxlaması - id: strict-mode @@ -142,7 +142,7 @@ - id: faq-functions title: Komponentlərə Funskiyaların Göndərilməsi - id: faq-state - title: Komponent Vəziyyəti + title: Komponent State-i - id: faq-styling title: Stilləmə və CSS - id: faq-structure From cf7bd83b6e59c6b4d961dd0d1dc209e91baac9d8 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Tue, 12 Feb 2019 18:47:24 +0400 Subject: [PATCH 5/7] Translate context properly --- 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 b204d286b..39c9c473b 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -42,7 +42,7 @@ - id: code-splitting title: Kod Parçalanması - id: context - title: Kontext + title: Kontekst - id: error-boundaries title: Xəta Sərhədləri - id: forwarding-refs From 093b4b320aa974024a2c8960df46f80d759324a7 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Tue, 12 Feb 2019 18:55:59 +0400 Subject: [PATCH 6/7] Revert Strict mode as it is a special noun --- 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 39c9c473b..06a208af2 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -72,7 +72,7 @@ - id: static-type-checking title: Static Tip Yoxlaması - id: strict-mode - title: Ciddi Rejim + title: Strict Rejimi - id: typechecking-with-proptypes title: PropType-lar ilə Tip Yoxlamaları - id: uncontrolled-components From 5ffe565d4648f34ce2f2043d2f5769f9a5fbad54 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Tue, 12 Feb 2019 19:06:28 +0400 Subject: [PATCH 7/7] Fix web components translation --- 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 06a208af2..e9e995a25 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -78,7 +78,7 @@ - id: uncontrolled-components title: Kontrolsuz Komponentlər - id: web-components - title: Veb Komponents + title: Veb Komponentlər - title: API Arayışı items: - id: react-api @@ -101,7 +101,7 @@ - id: test-renderer title: Test Renderer - id: javascript-environment-requirements - title: JS Mühit Tələbləri + title: JS Mühitinin Tələbləri - id: glossary title: Lüğət - title: Hooklar (Yeni)