Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONE] Translation of docs/nav.yml #97

Merged
merged 25 commits into from Aug 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1315f4c
translate docs/nav.yml - docs h-nav - to ar ..
3imed-jaberi Jun 4, 2019
790ed08
Update content/docs/nav.yml
3imed-jaberi Jun 5, 2019
4310917
fix cdn-links-title ..
3imed-jaberi Aug 7, 2019
0306b5e
fix hello-world-title ..
3imed-jaberi Aug 7, 2019
f3ddb12
fix composition-vs-inheritance-title ..
3imed-jaberi Aug 7, 2019
8611907
fix-thinking-in-react-title-&-nav ..
3imed-jaberi Aug 7, 2019
ae1d1c5
fix accessibility-title ..
3imed-jaberi Aug 7, 2019
4718ed3
fix code-splitting-title ..
3imed-jaberi Aug 7, 2019
6df048e
fix context-title ..
3imed-jaberi Aug 7, 2019
c972066
fix integrating-with-other-libraries-nav ..
3imed-jaberi Aug 7, 2019
d548291
fix-ref-react-api-title-&-nav ..
3imed-jaberi Aug 7, 2019
9947d03
fix-ref-react-dom-title ..
3imed-jaberi Aug 7, 2019
e0d6621
fix-ref-react-component-title ..
3imed-jaberi Aug 7, 2019
7e948b2
fix-ref-dom-elements-title ..
3imed-jaberi Aug 7, 2019
3fbb461
fix-ref-glossary-title ..
3imed-jaberi Aug 7, 2019
461d2cb
fix shallow-renderer-title-&-nav ..
3imed-jaberi Aug 7, 2019
8150a39
fix-ref-addons-test-utils-title ..
3imed-jaberi Aug 7, 2019
7d6b03f
fix-codebase-nav ..
3imed-jaberi Aug 7, 2019
b092f44
fix-ref-test-renders-title ..
3imed-jaberi Aug 7, 2019
fee8d26
fix-ref-js-env-req ..
3imed-jaberi Aug 7, 2019
1005f5e
fix-hooks-section ..
3imed-jaberi Aug 7, 2019
7fa9d98
fix-faq-styling-&-css-title ..
3imed-jaberi Aug 7, 2019
66b24b2
fix-faq-versioning-policy ...
3imed-jaberi Aug 7, 2019
0737685
Merge branch 'master' into doc-nav
3imed-jaberi Aug 7, 2019
a64df33
Merge branch 'master' into doc-nav
3imed-jaberi Aug 8, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/accessibility.md
@@ -1,6 +1,6 @@
---
id: accessibility
title: سهولة الوصول في React
title: سهولة الوصول
permalink: docs/accessibility.html
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/addons-shallow-renderer.md
@@ -1,6 +1,6 @@
---
id: shallow-renderer
title: التصيير السطحي (Shallow Rendering) في React
title: التصيير السطحي (Shallow Rendering)
permalink: docs/shallow-renderer.html
layout: docs
category: Reference
Expand Down
2 changes: 1 addition & 1 deletion content/docs/addons-test-utils.md
@@ -1,6 +1,6 @@
---
id: test-utils
title: Test Utilities
title: أدوات الاختبار
permalink: docs/test-utils.html
layout: docs
category: Reference
Expand Down
2 changes: 1 addition & 1 deletion content/docs/cdn-links.md
@@ -1,6 +1,6 @@
---
id: cdn-links
title: CDN Links
title: روابط شبكة توزيع المحتوى ( CDN )
permalink: docs/cdn-links.html
prev: create-a-new-react-app.html
next: hello-world.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/code-splitting.md
@@ -1,6 +1,6 @@
---
id: code-splitting
title: تقسيم الشيفرة في React
title: تقسيم الشيفرة
permalink: docs/code-splitting.html
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/composition-vs-inheritance.md
@@ -1,6 +1,6 @@
---
id: composition-vs-inheritance
title: الفرق بين التركيب والوراثة في React
title: الفرق بين التركيب والوراثة
permalink: docs/composition-vs-inheritance.html
redirect_from:
- "docs/multiple-components.html"
Expand Down
2 changes: 1 addition & 1 deletion content/docs/context.md
@@ -1,6 +1,6 @@
---
id: context
title: استخدام السياق (Context) في React
title: استخدام السياق (Context)
permalink: docs/context.html
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/faq-styling.md
@@ -1,6 +1,6 @@
---
id: faq-styling
title: التنسيق واستخدام CSS
title: التنسيق و CSS
permalink: docs/faq-styling.html
layout: docs
category: FAQ
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hello-world.md
@@ -1,6 +1,6 @@
---
id: hello-world
title: أهلًا بالعالم
title: مثال «أهلًا بالعالم»
permalink: docs/hello-world.html
prev: cdn-links.html
next: introducing-jsx.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-custom.md
@@ -1,6 +1,6 @@
---
id: hooks-custom
title: بناء خطافات خاصة بك في React
title: بناء Hook خاص بك
permalink: docs/hooks-custom.html
next: hooks-reference.html
prev: hooks-rules.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-effect.md
@@ -1,6 +1,6 @@
---
id: hooks-state
title: استعمال خطاف التأثير
title: استعمال Hook التأثير
permalink: docs/hooks-effect.html
next: hooks-rules.html
prev: hooks-state.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-faq.md
@@ -1,6 +1,6 @@
---
id: hooks-faq
title: Hooks FAQ
title: الأسئلة الشائعة حول الـ Hooks
permalink: docs/hooks-faq.html
prev: hooks-reference.html
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-intro.md
@@ -1,6 +1,6 @@
---
id: hooks-intro
title: Introducing Hooks
title: مدخل إلى الـ Hooks
permalink: docs/hooks-intro.html
next: hooks-overview.html
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-overview.md
@@ -1,6 +1,6 @@
---
id: hooks-overview
title: Hooks at a Glance
title: لمحة خاطفة عن الـ Hooks
permalink: docs/hooks-overview.html
next: hooks-state.html
prev: hooks-intro.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-reference.md
@@ -1,6 +1,6 @@
---
id: hooks-reference
title: Hooks API Reference
title: مرجع إلى الواجهة البرمجية للـ Hooks
permalink: docs/hooks-reference.html
prev: hooks-custom.html
next: hooks-faq.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-rules.md
@@ -1,6 +1,6 @@
---
id: hooks-rules
title: قواعد استعمال الخطافات في React
title: قواعد استعمال الـ Hooks
permalink: docs/hooks-rules.html
next: hooks-custom.html
prev: hooks-effect.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/hooks-state.md
@@ -1,6 +1,6 @@
---
id: hooks-state
title: Using the State Hook
title: استعمال Hook الحالة
permalink: docs/hooks-state.html
next: hooks-effect.html
prev: hooks-overview.html
Expand Down
127 changes: 64 additions & 63 deletions content/docs/nav.yml
@@ -1,153 +1,154 @@
- title: التنصيب
items:
- id: getting-started
title: Getting Started
title: البدء مع React
- id: add-react-to-a-website
title: Add React to a Website
title: إضافة React للموقع
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
- id: create-a-new-react-app
title: Create a New React App
title: إنشاء تطبيق React جديد
- id: cdn-links
title: CDN Links
title: روابط شبكة توزيع المحتوى ( CDN )
- title: المعايير الرئيسية
isOrdered: true
items:
- id: hello-world
title: Hello World
title: مثال «أهلًا بالعالم»
- id: introducing-jsx
title: Introducing JSX
title: مقدمة إلى JSX
- id: rendering-elements
title: Rendering Elements
title: تصيير العناصر
- id: components-and-props
title: 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: التصيير الشرطي (Conditional Rendering)
- id: lists-and-keys
title: Lists and Keys
title: القوائم و المفاتيح
- id: forms
title: Forms
title: النماذج
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
- 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: الدليل المتقدم
items:
- id: accessibility
title: Accessibility
title: سهولة الوصول
- id: code-splitting
title: Code-Splitting
title: تقسيم الشيفرة
- id: context
title: Context
title: استخدام السياق (Context)
- id: error-boundaries
title: Error Boundaries
title: حدود الأخطاء
- id: forwarding-refs
title: Forwarding Refs
title: تمرير الـ refs
- id: fragments
title: Fragments
title: استخدام الأجزاء (Fragments)
- id: higher-order-components
title: Higher-Order Components
title: المكونات ذات الترتيب الأعلى
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
- 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: تحسين الأداء
- id: portals
title: Portals
- id: react-without-es6
title: React Without ES6
title: React بدون ES6
- id: react-without-jsx
title: React بدون JSX
- id: reconciliation
title: المطابقة (Reconciliation)
- id: refs-and-the-dom
title: Refs and the DOM
title: refs مع الـ DOM
- id: 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: مكونات الويب
- title: مراجع API
items:
- id: react-api
title: React
title: واجهة برمجة التطبيقات (API) ذات المستوى الأعلى.
subitems:
- id: react-component
title: React.Component
title: الصنف React.Component
- id: react-dom
title: ReactDOM
title: الكائن ReactDOM
- id: react-dom-server
title: ReactDOMServer
title: الكائن ReactDOMServer
- id: dom-elements
title: DOM Elements
title: عناصر الـ DOM
- id: events
title: SyntheticEvent
title: الأحداث المصطنعة (Synthetic Events)
- id: test-utils
title: Test Utilities
title: أدوات الاختبار
- id: shallow-renderer
title: Shallow Renderer
title: التصيير السطحي (Shallow Rendering)
- id: test-renderer
title: Test Renderer
title: مصير الاختبار
- id: javascript-environment-requirements
title: JS Environment Requirements
title: متطلبات بيئة JavaScript
- id: glossary
title: Glossary
title: معجم مصطلحات React
- title: Hooks (جديد)
isOrdered: true
items:
- id: hooks-intro
title: Introducing Hooks
title: مدخل إلى الـ Hooks
- id: hooks-overview
title: Hooks at a Glance
title: لمحة خاطفة عن الـ Hooks
- id: hooks-state
title: Using the State Hook
title: استعمال Hook الحالة
- id: hooks-effect
title: Using the Effect Hook
title: استعمال Hook التأثير
- id: hooks-rules
title: Rules of Hooks
title: قواعد استعمال الـ Hooks
- id: hooks-custom
title: Building Your Own Hooks
title: بناء Hook خاص بك
- id: hooks-reference
title: Hooks API Reference
title: مرجع إلى الواجهة البرمجية للـ Hooks
- id: hooks-faq
title: Hooks FAQ
title: الأسئلة الشائعة حول الـ Hooks
- 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: مبادئ التصميم
- title: الأسئلة الأكثر تكراراً
items:
- id: faq-ajax
title: AJAX and APIs
title: AJAX و APIs
- 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 الافتراضي والكائنات الداخلية

2 changes: 1 addition & 1 deletion content/docs/reference-dom-elements.md
@@ -1,6 +1,6 @@
---
id: dom-elements
title: عناصر DOM
title: عناصر الـ DOM
layout: docs
category: Reference
permalink: docs/dom-elements.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/reference-glossary.md
@@ -1,6 +1,6 @@
---
id: glossary
title: المصطلحات في React
title: معجم مصطلحات React
layout: docs
category: Reference
permalink: docs/glossary.html
Expand Down
@@ -1,6 +1,6 @@
---
id: javascript-environment-requirements
title: متطلبات بيئة JavaScript في React
title: متطلبات بيئة JavaScript
layout: docs
category: Reference
permalink: docs/javascript-environment-requirements.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/reference-react-component.md
@@ -1,6 +1,6 @@
---
id: react-component
title: React.Component
title: الصنف React.Component
layout: docs
category: Reference
permalink: docs/react-component.html
Expand Down
2 changes: 1 addition & 1 deletion content/docs/reference-react-dom.md
@@ -1,6 +1,6 @@
---
id: react-dom
title: ReactDOM
title: الكائن ReactDOM
layout: docs
category: Reference
permalink: docs/react-dom.html
Expand Down