diff --git a/docs/guide-ar/start-workflow.md b/docs/guide-ar/start-workflow.md index f072731d59..8b686493f7 100644 --- a/docs/guide-ar/start-workflow.md +++ b/docs/guide-ar/start-workflow.md @@ -80,15 +80,16 @@ basic/ application base path جميع (controller classes)
-The following diagram shows the static structure of an application. ++ يوضح المخطط التالي ال static structure للتطبيق. +
 -Each application has an entry script `web/index.php` which is the only Web accessible PHP script in the application. -The entry script takes an incoming request and creates an [application](structure-applications.md) instance to handle it. -The [application](structure-applications.md) resolves the request with the help of its [components](concept-components.md), -and dispatches the request to the MVC elements. [Widgets](structure-widgets.md) are used in the [views](structure-views.md) -to help build complex and dynamic user interface elements. +
+ يحتوي كل تطبيق على نص برمجي يستخدم للدخول الى التطبيق (كبوابة بعدها يظهر التطبيق للناظر)، ويسمى هذا الجزء بال entry script، وهو يمثل الصفحة web/index.php، ويعد هذا المدخل النص البرمجي الوحيد الذي يمكن الوصول إليه من خلال ال PHP في التطبيق، ويعمل هذا ال entry script على أخذ ال request ومن ثم إنشاء instance خاص بالتطبيق ليستطيع التعامل معه (التعامل مع التطبيق ومكوناته).
+ يقوم التطبيق على معالجة ال request بمساعدة من ال components، ومن ثم بقوم التطبيق بإرسال ال request الى عناصر ال MVC، كما يتم استخدام ال Widgets في ال views للمساعدة في إنشاء العناصر المعقدة والمتغيرة (Complex & Dynamic user interface) لواجهة المستخدم.
+