[ar] Translate concepts overview index to arabic

Signed-off-by: Mohammed Boukhalfa <mohammed.boukhalfa@est.tech>
pull/45055/head
Mohammed Boukhalfa 2024-02-07 11:28:29 +02:00
parent 5554c61735
commit bf6ffba881
2 changed files with 909 additions and 0 deletions

View File

@ -0,0 +1,96 @@
---
# reviewers:
# - bgrant0607
# - mikedanese
title: "ملخص"
description: >
كوبيرنيتيس هو نظام محمول قابل للتوسع ومفتوح المصدر، مخصص لإدارة التطبيقات والخدمات التي تعمل داخل الحاويات، حيث يسهل الإعداد التصريحي و التنفيذ الآلي. يتمتع كوبيرنيتيس بنظام بيئي متكامل واسع وسريع النمو. كما أن خدمات كوبيرنيتيس من دعم و أدوات المتوفرة على نطاق واسع.
content_type: concept
weight: 20
card:
name: concepts
weight: 10
no_list: true
---
<!-- overview -->
هذه الصفحة هي نظرة عامة على كوبيرنيتيس.
<!-- body -->
كوبيرنيتيس هو نظام محمول قابل للتوسع ومفتوح المصدر، مخصص لإدارة التطبيقات والخدمات التي تعمل داخل الحاويات، حيث يسهل الإعداد التصريحي و التنفيذ الآلي. يتمتع كوبيرنيتيس بنظام بيئي متكامل واسع وسريع النمو. كما أن خدمات كوبيرنيتيس من دعم و أدوات متوفرة على نطاق واسع.
نشأ اسم كوبيرنيتيس من اليونانية، و يعني قائد دفة السفينة. ويختصر ك8س (تنطق كيتس) كناية عن الأحرف الثمانية بين الكاف والسين. فتحت جوجل مصدر مشروع كوبيرنيتيس في عام 2014. و هو حصيلة [أكثر من 15 عامًا من خبرة جوجل](/blog/2015/04/borg-predecessor-to-kubernetes/) إلى جانب أفضل الأفكار والممارسات من المجتمع.
## الرجوع بالزمن
دعنا نلقي نظرة على فائدة كوبيرنيتيس من خلال الرجوع بالزمن.
![تطور النشر](/ar/docs/images/Container_Evolution.svg)
**عصر النشر التقليدي:**
في الماضي، كانت المؤسسات تشغل تطبيقاتها على خوادم حقيقية. ولأنه لم تكن هناك طريقة لحد استهلاك أي تطبيق معين لموارد الأجهزة، ظهرت عدة صعوبات متعلقة بترشيد الموارد والتنافس عليها. على سبيل المثال، إذا تم تشغيل العديد من التطبيقات على خادم واحد، فيمكن أن يستولي تطبيق واحد في بعض الحالات على معظم الموارد، ونتيجة لذلك، قد يضعيف أداء التطبيقات الأخرى. يمكن تفادي هذا المشكل بتشغيل كل تطبيق على خادم حقيقي مختلف، وهنا تبرز تحديات أخرى. فمن الصعب التنبؤ بإحتياجات كل تطبيق من الموارد في المستقبل، احتياطا تأمن أجهزة بموارد أزيد من حاجة التطبيقات، مما يتسبب في إهدار الأجهزة التي لا تستخدم وذلك مكلف للمؤسسات.
**عصر النشر الافتراضي:** كحل للمعضلة السابقة، تم تطوير التقنية الإفتراضية. تسمح هذه التقنية بمحاكاة عدة أجهزة إفتراضية (أإ) على وحدة معالجة مركزية لخادم حقيقي واحد. تسمح المحاكاة الإفتراضية بعزل التطبيقات بين الأجهزة الإفتراضية وتوفر مستوى من الحماية بحيث لا يمكن الوصول إلى معلومات أحد التطبيقات بحرية من تطبيق آخر.
تسمح المحاكاة الإفتراضية باستخدام فعال لموارد الخوادم الحقيقية مقللة تكاليفها. كما تسمح بقابلية تطوير أفضل لأنه يمكن إضافة تطبيق أو تحديثه بسهولة. باستخدام المحاكاة الإفتراضية، يمكنك تقديم مجموعة من الموارد المادية كعنقود من الأجهزة الإفتراضية التي يمكن التخلص منها.
يحاكي كل جهاز إفتراضي جهاز حقيقي كامل بجميع مكوناته، بما في ذلك نظام التشغيل الخاص به.
**عصر نشر الحاويات:** تتشابه الحاويات مع الأجهزة الإفتراضية ، ولكنها تتميز بخصائص عزل رخوة تمكنها من مشاركة نظام تشغيل واحد. مما بجعلها خفيفة الوزن. على غرار الأجهزة الإفتراضية، تملك الحاوية نظام ملفات خاص بها ولها نصيب من موارد المعالجة المركزية والذاكرة ومساحة المعالجة وما إلى ذلك. بحكم فصلها عن البنية التحتية الأساسية، فالحاويات قابلة للتنقل بين السحب ونظم التشغيل.
أصبحت الحاويات شائعة لأنها توفر مزايا إضافية، مثل:
* إنشاء ونشر التطبيقات برشاقة: زيادة سهولة وكفاءة إنشاء صور الحاويات مقارنةً باستخدام صور الأجهزة الإفتراضية.
* التطوير والدمج والنشر المستمر: إنشاء صور حاوية موثوقة واستمرار بناءها ونشرها بالإضافة الى سرعة عمليات التراجع والفعالتها (بسبب طبيعة الصورة الامتغيرة).
* فصل اهتمامات التطوير عن عمليات التطوير: إنشاء صور الحاوية للتطبيقات وقت التطوير أو الإصدار بدلاً من وقت النشر، وبالتالي فصل التطبيقات عن البنية التحتية.
* قابلية المراقبة والقياس: ليس فقط المعلومات والمقاييس على مستوى نظام التشغيل، ولكن أيضًا صحة التطبيق والإشارات الأخرى.
* الإنسجام البيئي بين التطوير والاختبار والإنتاج: تعمل الحاويات بنفس الحال سواءً على الحاسوب المحمول أو في السحابة.
* قابلية النقل بين السحب ونظم التشغيل: يتم تشغيلها على أوبونتو (Ubuntu) و ريد هات إنتربرايز لينكس (RHEL) و كورأواس (CoreOS) وعلى الخوادم المحلية وعلى السحب العامة الرئيسية وفي أي مكان آخر.
* إدارة على مستوي التطبيق: ترفع مستوى التجريد من إدارة نظام تشغيل على العتاد الافتراضي إلى إدارة تطبيق على نظام تشغيل باستخدام الموارد المجردة.
* الخدمات الدقيقة المترابطة والموزعة والمرنة والمتحررة بشكل فضفاض: يتم تقسيم التطبيقات إلى أجزاء أصغر مستقلة يمكن نشرها وإدارتها ديناميكيًا - وليس كومة متجانسة تعمل على آلة واحدة كبيرة ذات غرض واحد.
* عزل الموارد: القدرة على التنبؤ بأداء التطبيق.
* استخدام الموارد: كفاءة عالية وكثافة.
## لماذا تحتاج إلى كوبيرنيتيس وماذا يستطيع أن يفعل {#why-you-need-kubernetes-and-what-can-it-do}
تعتبر الحاويات طريقة جيدة لتجميع تطبيقاتك وتشغيلها. ففي بيئة الإنتاج، يجب إدارة الحاويات التي تشغل التطبيقات والتأكد من عدم تعطلها. على سبيل المثال، إذا تعطلت حاوية، يجب تدشين حاوية بديلة. أليس من السهل التعامل مع هذه الحالات بواسطة نظام؟
هنا يظهر كوبيرنيتيس للإنقاذ! يوفر لك كوبيرنيتيس إطار عمل لتشغيل الأنظمة الموزعة بمرونة، إذ يعتني بتوسيع تطبيقك وتجاوز أعطاله، ويوفر أنماط لنشره، وأكثر من ذلك. على سبيل المثال، يمكن لكوبيرنيتيس إدارة نشر تجريبي (كناري) لنظامك بسهولة.
كوبيرنيتيس يتيح لك:
* **اكتشاف الخدمات وموازنة الأحمال**
يمكن لكوبيرنيتيس كشف حاوية تحت اسم نظام أسماء النطاق (DNS) أو تحت عنوان آيبي (IP) خاص بها. إذا كانت حركة المرور إلى التطبيق عالية، فيمكن لكوبيرنيتيس موازنة الأحمال وتوزيع حركة مرور بين عدة حاويات متماثلة بحيث يكون التطبيق مستقراً.
* **تنسيق التخزين**
يسمح لك كوبيرنيتيس بتركيب نظام تخزين من اختيارك تلقائياً، مثل المستودعات المحلية وموفري السحابة العامة والمزيد.
* **عمليات الطرح والتراجع الآلي**
يمكنك وصف الحالة المرغوبة للحاويات التي تم نشرها باستخدام كوبيرنيتيس، وهو سيغيير الحالة الفعلية إلى الحالة المطلوبة بوتيرة قابلة للضبط. على سبيل المثال، يمكنك إعداد كوبيرنيتيس لإنشاء حاويات جديدة للنشر وإزالة الحاويات الحالية واعتماد جميع مواردها في الحاوية الجديدة بشكل آلي.
* **التعبئة الذكية للعقد**
زود كوبيرنيتيس بمجموعة من العقد التي يمكنه استخدامها لتشغيل الحاويات. حدد لكوبيرنيتيس متطلبات الحاويات من وحدة المعالجة المركزية والذاكرة (رام). وسيقوم كوبيرنيتيس بوضع الحاويات في العقد لتحقيق أقصى استفادة من مواردها.
* **التعافي الذاتي**
بقوم كوبيرنيتيس بإعادة تشغيل الحاويات الفاشلة، واستبدالها ويزيل الحاويات التي لا تستجيب لفحص الصحة الذي يحدده المستخدم، ولا يعلن عنها للعملاء حتى تصبح جاهزة للخدمة.
* **إدارة ملفات الضبط و السرية**
يتيح لك كوبيرنيتيس تخزين المعلومات الحساسة وإدارتها، مثل كلمات المرور ورموز أوأوث (OAuth) المميزة ومفاتيح أس أس أيتش (SSH). يمكنك نشر وتحديث الأسرار وتهيئة التطبيق دون إعادة بناء صور الحاوية، ودون الكشف عن الأسرار في مصادر رموز البرامج.
## كوبيرنيتيس ليس
كوبيرنيتيس ليس نظامًا تقليديًا كاملا للمنصة كخدمة. نظرًا لأن كوبيرنيتيس يعمل على مستوى الحاويات بدلاً من مستوى الأجهزة، فإنه يوفر بعض الميزات القابلة للتطبيق بشكل عام والمشتركة في عروض المنصة كخدمة، مثل النشر والقياس وموازنة الحمل، ويتيح للمستخدمين دمج حلول التسجيل والمراقبة والتنبيه. ومع ذلك، فإن كوبيرنيتيس ليس وحدة متراصة، وهذه الحلول الإفتراضية اختيارية وقابلة للإضافة. يوفر كوبيرنيتيس اللبنات الأساسية لإنشاء المنصات للمطورين، ولكنه يحافظ على اختيارات المستخدم والمرونة عند الحاجة.
كوبيرنيتيس:
* لا يحد من أنواع التطبيقات المدعومة. يهدف كوبيرنيتيس إلى دعم مجموعة متنوعة للغاية من أحمال العمل، بما في ذلك أحمال العمل عديمة الحالة وذات الحالة وأحمال معالجة البيانات. إذا كان يمكن تشغيل تطبيقاً في حاوية، فأنه سيعمل بشكل رائع على كوبيرنيتيس.
* لا ينشر كود المصدر ولا يبني التطبيق الخاص بك. يتم تحديد مهام سير عمل التكامل المستمر والتسليم والنشر من خلال ثقافات المؤسسة وتفضيلاتها وكذلك المتطلبات الفنية.
* لا يقدم خدمات على مستوى التطبيق كخدمات مدمجة، مثل البرامج الوسيطة (على سبيل المثال، حافلات الرسائل)، أو إطارات معالجة البيانات (على سبيل المثال سبارك Spark)، أو قواعد البيانات (على سبيل المثال مايسايكل MySQL)، أو ذاكرات التخزين المؤقت، أو أنظمة التخزين العنقودية (على سبيل المثال ساف Ceph). يمكن تشغيل تلك المكونات على كوبيرنيتيس، ويمكن الوصول إليها عن طريق التطبيقات التي تعمل على كوبيرنيتيس من خلال آليات محمولة، مثل [خدمة السمسار المفتوح](https://openservicebrokerapi.org/).
* لا يملي حلول التسجيل أو المراقبة أو التنبيه. يوفر بعض عمليات التكامل كإثبات لمفهوم، وآليات لجمع المقاييس وتصديرها.
* لا يوفر ولا يفرض لغة أو نظام إعداد (على سبيل المثال جيسونت Jsonnet). يوفر واجهة برمجة تطبيقات تصريحية تقبل أي شكل من المواصفات التصريحية.
* لا يوفر ولا يعتمد أي إعداد شامل للآلة أو الصيانة أو إدارة أو أنظمة الإصلاح ذاتي.
* بالإضافة إلى ذلك ، كوبيرنيتيس ليس مجرد نظام تزامن. في الواقع، إنه يلغي الحاجة للتزامن. التعريف الفني للتزامن هو تنفيذ سير عمل في ترتيب محدد: أولاً قم بعمل أ ، ثم ب ، ثم ج. على النقيض من ذلك، يشتمل كوبيرنيتيس على مجموعة من وحدات التحكم المستقلة والقابلة للدمج التي تقود الحالة الفعلية باستمرار نحو الحالة المطلوبة. لا يهم كيف تنتقل من أ إلى ج. التحكم المركزي ليس مطلوبا أيضا. ينتج عن ذلك نظام سهل الاستخدام وأكثر قوة ومتانة ومرونة وقابلية للتوسع.
## {{% heading "whatsnext" %}}
* ألق نظرة على [مكونات كوبيرنيتيس](/docs/concepts/overview/components/)
* ألق نظرة على [واجهة برمجة تطبيقات كوبيرنيتيس](/docs/concepts/overview/kubernetes-api/)
* ألق نظرة على [هندسة بناء العنقود](/docs/concepts/architecture/)
* جاهز [للبدء](/docs/setup/

View File

@ -0,0 +1,813 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
viewBox="0.0 0.0 1498.3307086614172 551.9553805774278"
fill="none"
stroke="none"
stroke-linecap="square"
stroke-miterlimit="10"
id="svg380"
sodipodi:docname="Container_Evolution.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
inkscape:export-filename="/home/mohammed/website/static/images/docs/Container_Evolution-ar.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs384">
<rect
x="560.93964"
y="24.60823"
width="86.01575"
height="51.590553"
id="rect4381" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-6" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-0" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-1" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-0" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-0-9" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-0-9-9" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-0-8" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-0-9-0" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-0-9-9-5" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-2" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-1-6" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect4381-9-4-9-1-1-6-3" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect48097" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect48105" />
<rect
x="560.93964"
y="24.608231"
width="86.015747"
height="51.590553"
id="rect56450" />
</defs>
<sodipodi:namedview
id="namedview382"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.60467641"
inkscape:cx="52.920867"
inkscape:cy="390.2914"
inkscape:window-width="1920"
inkscape:window-height="1043"
inkscape:window-x="1920"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg380"
inkscape:pageshadow="2" />
<clipPath
id="p.0">
<path
d="m0 0l1498.3307 0l0 551.9554l-1498.3307 0l0 -551.9554z"
clip-rule="nonzero"
id="path217" />
</clipPath>
<g
clip-path="url(#p.0)"
id="g378"
transform="matrix(-1,0,0,1,1498.3307,0)">
<path
fill="#000000"
fill-opacity="0"
d="M 0,0 H 1498.3307 V 551.9554 H 0 Z"
fill-rule="evenodd"
id="path220" />
<path
fill="#3d85c6"
d="m 52.87139,394.5433 h 282.2047 v 62.70868 H 52.87139 Z"
fill-rule="evenodd"
id="path222" />
<path
fill="#3d85c6"
d="m 52.87139,316.33597 h 282.2047 v 65.3858 H 52.87139 Z"
fill-rule="evenodd"
id="path226" />
<path
fill="#cfe2f3"
d="m 56.475067,240.96326 h 74.047243 v 62.55118 H 56.475067 Z"
fill-rule="evenodd"
id="path230" />
<path
fill="#cfe2f3"
d="m 152.79396,240.96326 h 74.04724 v 62.55118 h -74.04724 z"
fill-rule="evenodd"
id="path234" />
<path
fill="#cfe2f3"
d="m 249.11548,240.96326 h 74.04724 v 62.55118 h -74.04724 z"
fill-rule="evenodd"
id="path238" />
<path
fill="#000000"
fill-opacity="0"
d="M 17.741032,475.09448 H 365.14261 v 62.70868 H 17.741032 Z"
fill-rule="evenodd"
id="path242" />
<path
fill="#3d85c6"
d="m 988.4698,392.53543 h 477.1653 v 62.55118 H 988.4698 Z"
fill-rule="evenodd"
id="path246" />
<path
fill="#3d85c6"
d="m 988.4698,315.5013 h 477.1653 v 62.20471 H 988.4698 Z"
fill-rule="evenodd"
id="path250" />
<path
fill="#3c78d8"
d="m 988.4698,239.63516 h 477.1653 v 65.38583 H 988.4698 Z"
fill-rule="evenodd"
id="path254" />
<path
fill="#b7b7b7"
d="m 988.4698,68.16273 h 159.0551 V 226.80839 H 988.4698 Z"
fill-rule="evenodd"
id="path258" />
<path
stroke="#666666"
stroke-width="1"
stroke-linejoin="round"
stroke-linecap="butt"
d="m 988.4698,68.16273 h 159.0551 V 226.80839 H 988.4698 Z"
fill-rule="evenodd"
id="path260" />
<path
fill="#cfe2f3"
d="m 997.68604,85.084 h 141.51186 v 49.35432 H 997.68604 Z"
fill-rule="evenodd"
id="path262" />
<path
fill="#6fa8dc"
d="m 997.68604,150.88715 h 141.51186 v 42.74016 H 997.68604 Z"
fill-rule="evenodd"
id="path266" />
<path
fill="#000000"
fill-opacity="0"
d="m 988.4698,188.64386 h 159.0551 v 24.34647 H 988.4698 Z"
fill-rule="evenodd"
id="path270" />
<path
fill="#b7b7b7"
d="m 1147.5249,68.16273 h 159.0552 v 158.64566 h -159.0552 z"
fill-rule="evenodd"
id="path274" />
<path
stroke="#666666"
stroke-width="1"
stroke-linejoin="round"
stroke-linecap="butt"
d="m 1147.5249,68.16273 h 159.0552 v 158.64566 h -159.0552 z"
fill-rule="evenodd"
id="path276" />
<path
fill="#cfe2f3"
d="m 1156.7412,85.084 h 141.5117 v 49.35432 h -141.5117 z"
fill-rule="evenodd"
id="path278" />
<path
fill="#6fa8dc"
d="m 1156.7412,150.88715 h 141.5117 v 42.74016 h -141.5117 z"
fill-rule="evenodd"
id="path282" />
<path
fill="#000000"
fill-opacity="0"
d="m 1147.5249,188.64386 h 159.0552 v 24.34647 h -159.0552 z"
fill-rule="evenodd"
id="path286" />
<path
fill="#b7b7b7"
d="m 1306.5801,68.16273 h 159.055 v 158.64566 h -159.055 z"
fill-rule="evenodd"
id="path290" />
<path
stroke="#666666"
stroke-width="1"
stroke-linejoin="round"
stroke-linecap="butt"
d="m 1306.5801,68.16273 h 159.055 v 158.64566 h -159.055 z"
fill-rule="evenodd"
id="path292" />
<path
fill="#cfe2f3"
d="m 1315.7963,85.084 h 141.5118 v 49.35432 h -141.5118 z"
fill-rule="evenodd"
id="path294" />
<path
fill="#6fa8dc"
d="m 1315.7963,150.88715 h 141.5118 v 42.74016 h -141.5118 z"
fill-rule="evenodd"
id="path298" />
<path
fill="#000000"
fill-opacity="0"
d="m 1306.5801,188.64386 h 159.055 v 24.34647 h -159.055 z"
fill-rule="evenodd"
id="path302" />
<path
fill="#000000"
fill-opacity="0"
d="m 988.46985,479.34647 h 477.16535 v 54.20474 H 988.46985 Z"
fill-rule="evenodd"
id="path306" />
<path
fill="#3d85c6"
d="m 439.7244,395.04462 h 430.01578 v 62.20474 H 439.7244 Z"
fill-rule="evenodd"
id="path310" />
<path
fill="#3d85c6"
d="m 439.7244,318.01053 h 430.01578 v 62.20471 H 439.7244 Z"
fill-rule="evenodd"
id="path314" />
<path
fill="#6d9eeb"
d="m 439.7244,242.14436 h 430.01578 v 62.70866 H 439.7244 Z"
fill-rule="evenodd"
id="path318" />
<path
fill="#b7b7b7"
d="M 441.7638,20.228346 H 655.74805 V 230.65355 H 441.7638 Z"
fill-rule="evenodd"
id="path322" />
<path
stroke="#666666"
stroke-width="1"
stroke-linejoin="round"
stroke-linecap="butt"
d="M 441.7638,20.228346 H 655.74805 V 230.65355 H 441.7638 Z"
fill-rule="evenodd"
id="path324" />
<path
fill="#cfe2f3"
d="m 448,24.881197 h 86.01575 V 76.47175 H 448 Z"
fill-rule="evenodd"
id="path326" />
<path
fill="#cfe2f3"
d="m 560.93964,24.60823 h 86.01575 v 51.590553 h -86.01575 z"
fill-rule="evenodd"
id="path330" />
<path
fill="#6fa8dc"
d="M 448,86.869896 H 646.96063 V 131.53131 H 448 Z"
fill-rule="evenodd"
id="path334" />
<path
fill="#6fa8dc"
d="m 448,139.92616 h 198.96063 v 51.59056 H 448 Z"
fill-rule="evenodd"
id="path338" />
<path
fill="#000000"
fill-opacity="0"
d="m 448,195.74149 h 207.74805 v 10.96063 H 448 Z"
fill-rule="evenodd"
id="path342" />
<path
fill="#000000"
fill-opacity="0"
d="m 439.7242,479.34647 h 430.01572 v 54.20474 H 439.7242 Z"
fill-rule="evenodd"
id="path346" />
<path
fill="#b7b7b7"
d="M 655.74805,20.228346 H 869.7323 V 230.65355 H 655.74805 Z"
fill-rule="evenodd"
id="path350" />
<path
stroke="#666666"
stroke-width="1"
stroke-linejoin="round"
stroke-linecap="butt"
d="M 655.74805,20.228346 H 869.7323 V 230.65355 H 655.74805 Z"
fill-rule="evenodd"
id="path352" />
<path
fill="#cfe2f3"
d="M 661.98425,24.881197 H 748 V 76.47175 h -86.01575 z"
fill-rule="evenodd"
id="path354" />
<path
fill="#cfe2f3"
d="m 774.9239,24.60823 h 86.01575 V 76.198783 H 774.9239 Z"
fill-rule="evenodd"
id="path358" />
<path
fill="#6fa8dc"
d="M 661.98425,86.869896 H 860.94488 V 131.53131 H 661.98425 Z"
fill-rule="evenodd"
id="path362" />
<path
fill="#6fa8dc"
d="m 661.98425,139.92616 h 198.96063 v 51.59056 H 661.98425 Z"
fill-rule="evenodd"
id="path366" />
<path
fill="#000000"
fill-opacity="0"
d="M 661.98425,195.74149 H 869.7323 v 10.96063 H 661.98425 Z"
fill-rule="evenodd"
id="path370" />
<path
fill="#666666"
d="m 427.37534,350.12598 -19.98425,19.98425 v -9.99212 H 354.9029 v -19.98426 h 52.48819 v -9.99212 z"
fill-rule="evenodd"
id="path374" />
<path
fill="#666666"
d="m 965.3412,341.13385 -19.98425,19.98425 v -9.99212 h -52.48816 v -19.98426 h 52.48816 v -9.99212 z"
fill-rule="evenodd"
id="path376" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-800.06274"
y="284.20645"
id="text24418"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan24416"
x="-800.06274"
y="284.20645">مراقب الأجهزة الافتراضية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="541.54742"
y="212.79793"
id="text28245"><tspan
sodipodi:role="line"
id="tspan28243"
x="541.54742"
y="212.79793" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-618.30341"
y="220.07379"
id="text29965"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan29963"
x="-618.30341"
y="220.07379">جهاز افتراضي</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-828.30341"
y="220.07379"
id="text32911"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan32909"
x="-828.30341"
y="220.07379">جهاز افتراضي</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-630.9104"
y="116.38385"
id="text37305"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan37303"
x="-630.9104"
y="116.38385">مكتبة برمجية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-841.25897"
y="116.38385"
id="text38733"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan38731"
x="-841.25897"
y="116.38385">مكتبة برمجية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-1133.7124"
y="179.19366"
id="text38733-6"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan38731-4"
x="-1133.7124"
y="179.19366">مكتبة برمجية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-1291.7124"
y="179.19366"
id="text57852"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan57850"
x="-1291.7124"
y="179.19366">مكتبة برمجية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-1449.7124"
y="179.19366"
id="text58049"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan58047"
x="-1449.7124"
y="179.19366">مكتبة برمجية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.3333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-1312.309"
y="282.98785"
id="text60007"
transform="scale(-1,1)"><tspan
sodipodi:role="line"
id="tspan60005"
x="-1312.309"
y="282.98785">مشغل الحاويات</tspan></text>
</g>
<g
aria-label="虚拟化部署"
id="text544-7"
style="font-size:29.3333px;fill:#000000" />
<g
aria-label="硬件"
id="text753"
style="font-size:24px;fill:#000000"
transform="translate(-22)">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="1303.7384"
y="440.03583"
id="text20371"><tspan
sodipodi:role="line"
id="tspan20369"
x="1303.7384"
y="440.03583">عتاد</tspan></text>
</g>
<g
aria-label="硬件"
id="text753-80"
style="font-size:24px;fill:#000000"
transform="translate(1649.1522,-1.115352)">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="-1396.2616"
y="440.03583"
id="text20371-4"><tspan
sodipodi:role="line"
id="tspan20369-2"
x="-1396.2616"
y="440.03583">عتاد</tspan></text>
</g>
<g
aria-label="操作系统"
id="text753-9"
style="font-size:24px;fill:#000000" />
<text
xml:space="preserve"
id="text4379-9-7-9-3"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(73.91092,8.259087)"><tspan
x="646.95508"
y="47.135422"
id="tspan766"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan764">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text4379-9-7-9-3-3-6-3"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.6667px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1-0-9-9);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(598.96091,229.79833)"><tspan
x="646.95508"
y="45.087448"
id="tspan770"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan768">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text4379-9-7-9-3-3-66"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1-0-8);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(-176.68226,68.630015)"><tspan
x="646.95508"
y="48.479396"
id="tspan774"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan772">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text4379-9-7-9-3-3-6-4"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1-0-9-0);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(-335.57073,68.648505)"><tspan
x="646.95508"
y="48.479396"
id="tspan778"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan776">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text4379-9-7-9-3-1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1-1);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(401.91092,8.259087)"><tspan
x="646.95508"
y="47.135422"
id="tspan782"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan780">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text4379-9-7-9-3-1-1"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1-1-6);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(288.43758,7.342791)"><tspan
x="646.95508"
y="47.135422"
id="tspan786"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan784">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text4379-9-7-9-3-1-1-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect4381-9-4-9-1-1-6-3);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(186.5482,8.28389)"><tspan
x="646.95508"
y="47.135422"
id="tspan790"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan788">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="183.80182"
y="492.24457"
id="text9588"><tspan
sodipodi:role="line"
id="tspan9586" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="1210.3961"
y="510.57593"
id="text11836"><tspan
sodipodi:role="line"
id="tspan11834"
x="1210.3961"
y="510.57593">النشر التقليدي</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="729.3562"
y="510.23383"
id="text11836-8"><tspan
sodipodi:role="line"
id="tspan11834-7"
x="729.3562"
y="510.23383">النشر الإفتراضي</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="177.83557"
y="510.9263"
id="text11836-8-0"><tspan
sodipodi:role="line"
id="tspan11834-7-4"
x="177.83557"
y="510.9263">نشر الحاويات</tspan></text>
<g
aria-label="硬件"
id="g21356"
style="font-size:24px;fill:#000000"
transform="translate(443.15219,-1.115352)">
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="373.73843"
y="440.03583"
id="text21354"><tspan
sodipodi:role="line"
id="tspan21352"
x="373.73843"
y="440.03583">عتاد</tspan></text>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.3333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="1213.1903"
y="357.50162"
id="text22234"><tspan
sodipodi:role="line"
id="tspan22232"
x="1213.1903"
y="357.50162">نظام التشغيل</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="652.51202"
y="174.77809"
id="text23428-5"
inkscape:transform-center-x="-10.123732"><tspan
sodipodi:role="line"
id="tspan23426-4"
x="652.51202"
y="174.77809">نظام التشغيل</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.33333333px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="862.51202"
y="174.77809"
id="text33360"
inkscape:transform-center-x="-10.123732"><tspan
sodipodi:role="line"
id="tspan33358"
x="862.51202"
y="174.77809">نظام التشغيل</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="759.19031"
y="357.50162"
id="text34133"><tspan
sodipodi:role="line"
id="tspan34131"
x="759.19031"
y="357.50162">نظام التشغيل</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="189.19031"
y="357.50162"
id="text34137"><tspan
sodipodi:role="line"
id="tspan34135"
x="189.19031"
y="357.50162">نظام التشغيل</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="405.53607"
y="218.39926"
id="text40087"><tspan
sodipodi:role="line"
id="tspan40085"
x="405.53607"
y="218.39926">حاوية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="249.53607"
y="218.39926"
id="text41237"><tspan
sodipodi:role="line"
id="tspan41235"
x="249.53607"
y="218.39926">حاوية</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none"
x="89.536072"
y="218.39926"
id="text41241"><tspan
sodipodi:role="line"
id="tspan41239"
x="89.536072"
y="218.39926">حاوية</tspan></text>
<text
xml:space="preserve"
id="text48095"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.6667px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect48097);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(696.96091,229.79833)"><tspan
x="646.95508"
y="45.087448"
id="tspan794"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan792">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text48103"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.6667px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect48105);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(792.96091,229.79833)"><tspan
x="646.95508"
y="45.087448"
id="tspan798"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan796">تطبيق</tspan></tspan></text>
<text
xml:space="preserve"
id="text56448"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.0833px;line-height:1.25;font-family:Tajawal;-inkscape-font-specification:'Tajawal, Normal';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:rtl;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect56450);vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
transform="translate(-493.57073,68.648505)"><tspan
x="646.95508"
y="48.479396"
id="tspan802"><tspan
style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
id="tspan800">تطبيق</tspan></tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 39 KiB