From fdbe4f99f3427c59a9b9d3f683fb9e0f64aab086 Mon Sep 17 00:00:00 2001
From: Anees Hikmat Abu-hamid
Date: Thu, 11 Oct 2018 22:02:54 +0300
Subject: [PATCH] Update intro-yii.md
---
docs/guide-ar/intro-yii.md | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)
diff --git a/docs/guide-ar/intro-yii.md b/docs/guide-ar/intro-yii.md
index 20eaf4a8dc..e9ffc061c7 100644
--- a/docs/guide-ar/intro-yii.md
+++ b/docs/guide-ar/intro-yii.md
@@ -35,17 +35,13 @@ Yii هو إطار عام لبرمجة الويب ، مما يعني أنه يم
-Yii Versions
-------------
-Yii currently has two major versions available: 1.1 and 2.0. Version 1.1 is the old generation and is now in maintenance mode. Version 2.0 is a complete rewrite of Yii, adopting the latest
-technologies and protocols, including Composer, PSR, namespaces, traits, and so forth. Version 2.0 represents the current
-generation of the framework and will receive the main development efforts over the next few years.
-This guide is mainly about version 2.0.
+# الإصدارات الخاصة بال Yii
+
+ يتوفر لدى Yii حاليًا إصداران رئيسيان: 1.1 و 2.0. الإصدار 1.1 هو الجيل القديم وهو الآن في وضع الصيانة. الإصدار 2.0 هو إعادة كتابة وهيكلة كاملة لل Yii، تم اعتماد أحدث التقنيات والبروتوكولات فيها مثل including Composer, PSR, namespaces, traits والكثير من الأمور الأخرى، وفي هذه الإرشادات، سيكون الكلام كله موجها الى الإصدار الثاني من بيئة العمل ال Yii.
+
-Requirements and Prerequisites
-------------------------------
Yii 2.0 requires PHP 5.4.0 or above and runs best with the latest version of PHP 7. You can find more detailed
requirements for individual features by running the requirement checker included in every Yii release.
@@ -55,3 +51,16 @@ Yii 2.0 also makes use of the latest features of PHP, such as [namespaces](http:
and [traits](http://www.php.net/manual/en/language.oop5.traits.php). Understanding these concepts will help
you more easily pick up Yii 2.0.
+# المتطلبات الأساسية للعمل على إطار ال Yii
+
+
+
+ - الإصدار PHP 5.4.0 أو أكثر
+ - المعرفة الأساسية بمفاهيم البرمجة كائنية التوجه OOP
+ - المعرفة بآخر وأحدث التقنيات الموجودة بال php مثل ال namespaces, traits، الفهم لهذه المفاهيم سيسهل عليك العمل كثيرا
+
+
+
+
+ ملاحظة: يمكن التحقق من توافق المتطلبات الخاصة بك مع ال yii من خلال الدخول الى الصفحة requirement الموجودة بال yii
+