-
Notifications
You must be signed in to change notification settings - Fork 107
[DONE] Translation of docs/nav.yml #97
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
Merged
Merged
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 790ed08
Update content/docs/nav.yml
3imed-jaberi 4310917
fix cdn-links-title ..
3imed-jaberi 0306b5e
fix hello-world-title ..
3imed-jaberi f3ddb12
fix composition-vs-inheritance-title ..
3imed-jaberi 8611907
fix-thinking-in-react-title-&-nav ..
3imed-jaberi ae1d1c5
fix accessibility-title ..
3imed-jaberi 4718ed3
fix code-splitting-title ..
3imed-jaberi 6df048e
fix context-title ..
3imed-jaberi c972066
fix integrating-with-other-libraries-nav ..
3imed-jaberi d548291
fix-ref-react-api-title-&-nav ..
3imed-jaberi 9947d03
fix-ref-react-dom-title ..
3imed-jaberi e0d6621
fix-ref-react-component-title ..
3imed-jaberi 7e948b2
fix-ref-dom-elements-title ..
3imed-jaberi 3fbb461
fix-ref-glossary-title ..
3imed-jaberi 461d2cb
fix shallow-renderer-title-&-nav ..
3imed-jaberi 8150a39
fix-ref-addons-test-utils-title ..
3imed-jaberi 7d6b03f
fix-codebase-nav ..
3imed-jaberi b092f44
fix-ref-test-renders-title ..
3imed-jaberi fee8d26
fix-ref-js-env-req ..
3imed-jaberi 1005f5e
fix-hooks-section ..
3imed-jaberi 7fa9d98
fix-faq-styling-&-css-title ..
3imed-jaberi 66b24b2
fix-faq-versioning-policy ...
3imed-jaberi 0737685
Merge branch 'master' into doc-nav
3imed-jaberi a64df33
Merge branch 'master' into doc-nav
3imed-jaberi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
id: accessibility | ||
title: سهولة الوصول في React | ||
title: سهولة الوصول | ||
permalink: docs/accessibility.html | ||
--- | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 للموقع | ||
- 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 الافتراضي والكائنات الداخلية | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.