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 tutorial/nav.yml .. #136

Merged
merged 4 commits into from Jul 20, 2019
Merged
Changes from all commits
Commits
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
54 changes: 27 additions & 27 deletions content/tutorial/nav.yml
@@ -1,111 +1,111 @@
- title: Tutorial
- title: الدليل التطبيقي
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
items:
- id: before-we-start-the-tutorial
title: Before We Start the Tutorial
title: قبل أن نبدأ بالدليل التطبيقي
href: /tutorial/tutorial.html#before-we-start-the-tutorial
forceInternal: true
subitems:
- id: what-are-we-building
title: What Are We Building?
title: ماذا سنبني؟
href: /tutorial/tutorial.html#what-are-we-building
forceInternal: true
- id: prerequisites
title: Prerequisites
title: المتطلّبات الأساسيّة
href: /tutorial/tutorial.html#prerequisites
forceInternal: true
- id: setup-for-the-tutorial
title: Setup for the Tutorial
title: الإعداد من أجل الدليل
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
href: /tutorial/tutorial.html#setup-for-the-tutorial
forceInternal: true
subitems:
- id: setup-option-1-write-code-in-the-browser
title: "Option 1: Write Code in the Browser"
title: "الخيار الأول للإعداد: كتابة الشيفرة في المتصفح"
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
href: /tutorial/tutorial.html#setup-option-1-write-code-in-the-browser
forceInternal: true
- id: setup-option-2-local-development-environment
title: "Option 2: Local Development Environment"
title: "الخيار الثاني للإعداد: بيئة التطوير المحليّة"
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
href: /tutorial/tutorial.html#setup-option-2-local-development-environment
forceInternal: true
- id: help-im-stuck
title: Help, I'm Stuck!
title: ساعدني أنا عالق!
href: /tutorial/tutorial.html#help-im-stuck
forceInternal: true
- id: overview
title: Overview
title: لمحة عامّة
href: /tutorial/tutorial.html#overview
forceInternal: true
subitems:
- id: what-is-react
title: What Is React?
title: ما هي React؟
href: /tutorial/tutorial.html#what-is-react
forceInternal: true
- id: inspecting-the-starter-code
title: Inspecting the Starter Code
title: تفحّص شيفرة البدء
3imed-jaberi marked this conversation as resolved.
Show resolved Hide resolved
href: /tutorial/tutorial.html#inspecting-the-starter-code
forceInternal: true
- id: passing-data-through-props
title: Passing Data Through Props
title: تمرير البيانات عبر الخاصيّات
href: /tutorial/tutorial.html#passing-data-through-props
forceInternal: true
- id: making-an-interactive-component
title: Making an Interactive Component
title: صنع مكوّن تفاعلي
href: /tutorial/tutorial.html#making-an-interactive-component
forceInternal: true
- id: developer-tools
title: Developer Tools
title: أدوات المطوّر
href: /tutorial/tutorial.html#developer-tools
forceInternal: true
- id: completing-the-game
title: Completing the Game
title: إكمال اللعبة
href: /tutorial/tutorial.html#completing-the-game
forceInternal: true
subitems:
- id: lifting-state-up
title: Lifting State Up
title: رفع الحالة للمستوى الأعلى
href: /tutorial/tutorial.html#lifting-state-up
forceInternal: true
- id: why-immutability-is-important
title: Why Immutability Is Important
title: السبب وراء أهمية عدم قابلية التغيير
href: /tutorial/tutorial.html#why-immutability-is-important
forceInternal: true
- id: function-components
title: Function Components
title: مكونات الدوال
href: /tutorial/tutorial.html#function-components
forceInternal: true
- id: taking-turns
title: Taking Turns
title: أخذ الأدوار
href: /tutorial/tutorial.html#taking-turns
forceInternal: true
- id: declaring-a-winner
title: Declaring a Winner
title: إعلان فائز
href: /tutorial/tutorial.html#declaring-a-winner
forceInternal: true
- id: adding-time-travel
title: Adding Time Travel
title: إضافة السفر عبر الزمن
href: /tutorial/tutorial.html#adding-time-travel
forceInternal: true
subitems:
- id: storing-a-history-of-moves
title: Storing a History of Moves
title: تخزين تاريخ التحركات
href: /tutorial/tutorial.html#storing-a-history-of-moves
forceInternal: true
- id: lifting-state-up-again
title: Lifting State Up, Again
title: رفع الحالة مرّة أخرى
href: /tutorial/tutorial.html#lifting-state-up-again
forceInternal: true
- id: showing-the-past-moves
title: Showing the Past Moves
title: عرض التحركات السابقة
href: /tutorial/tutorial.html#showing-the-past-moves
forceInternal: true
- id: picking-a-key
title: Picking a Key
title: انتقاء مفتاح
href: /tutorial/tutorial.html#picking-a-key
forceInternal: true
- id: implementing-time-travel
title: Implementing Time Travel
title: تنفيذ ميزة السفر عبر الزمن
href: /tutorial/tutorial.html#implementing-time-travel
forceInternal: true
- id: wrapping-up
title: Wrapping Up
title: الملخص
href: /tutorial/tutorial.html#wrapping-up
forceInternal: true