Skip to content

Commit

Permalink
formatting for Arabic is fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Muath Almubarrizi authored and Muath Almubarrizi committed Apr 19, 2017
1 parent cbce1ab commit a321c53
Showing 1 changed file with 36 additions and 35 deletions.
71 changes: 36 additions & 35 deletions translations/README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,9 @@
git clone "url you just copied"
```

<div dir="rtl">
قم بإستبدال "url you just copied" بالرابط الذي نسخته من الخطوة السابقة، هذا الرابط يحتوي على المشروع.
</div>
<div dir="rtl">قم بإستبدال "url you just copied" بالرابط الذي نسخته من الخطوة السابقة، هذا الرابط يحتوي على المشروع.</div>

<div dir="rtl">
على سبيل المثال:
</div>
<div dir="rtl">على سبيل المثال:</div>

```
git clone https://github.com/this-is-you/first-contributions.git
Expand All @@ -77,20 +73,20 @@ cd first-contributions
<div dir="rtl"> الآن قم بإنشاء فرع عن طريق الأمر التالي: </div>

```
git checkout -b <add-your-name>
git checkout -b "add-your-name"
```

<div dir="rtl">
إسمك بدل add-your-name
<br>
على سبيل المثال: </div>
<br>
<code>
git checkout -b add-alonzo-church
</code>
<div dir="rtl">إسمك بدل add-your-name</div>

<div dir="rtl">على سبيل المثال:</div>

```
git checkout -b "add-alonzo-church"
```

<br>
## <div dir="rtl"> قم بإجراء التعديلات المطلوبة وأتممها </div>

## <div dir="rtl">قم بإجراء التعديلات المطلوبة وأتممها</div></h2>

<div dir="rtl">
الآن قم بفتح الملف "Contributors.md" في محرر النصوص المفضل لديك وأضف إسمك ثم إحفظ الملف.
Expand All @@ -104,9 +100,9 @@ git add Contributors.md

<div dir="rtl">الآن قم بإتمام التغيررات بإستخدام الأمر <code>git commit</code>.</div>

<code>
```
git commit -m "Add <your-name> to Contributors list"
</code>
```

<div dir="rtl"> إستبدل <code>&#60;your-name&#62;</code> بإسمك. </div>
<br>
Expand All @@ -115,9 +111,9 @@ git commit -m "Add <your-name> to Contributors list"

<div dir="rtl">إرفع التغيررات عن طريق الأمر <code>git push</code></div>

<code>
git push origin <add-your-name>
</code>
```
git push origin "add-your-name"
```

<div dir="rtl">إستبدل <code>&#60;add-your-name&#62;</code> بإسم الفرع الذي أنشأته من قبل.</div>

Expand All @@ -126,7 +122,7 @@ git push origin <add-your-name>
<h2 id="سلم-تغيراتك-للمراجعة"><a name="سلم-تغيراتك-للمراجعة" href="#سلم-تغيراتك-للمراجعة"></a><div dir="rtl">سلم تغيراتك للمراجعة</div></h2>


<div dir="rtl">في صفحة المشروع الخاصة بك يوجد زر <code>Compare & pull request</code>. إضغط على هذا الزر.</div>
<div dir="rtl">في صفحة المشروع الخاصة بك يوجد زر <code>Compare &amp; pull request</code>. إضغط على هذا الزر.</div>

<img style="float: left;" src="../assets/compare-and-pull.png" alt="create a pull request" />

Expand All @@ -142,31 +138,36 @@ git push origin <add-your-name>

<div dir="rtl">الخطوة الأولى، إنتقل إلى الفرع الرئيسي.</div>

<code>
git checkout master
</code>
```
git checkout master
```

<div dir="rtl">ثانياً، أضف رابط مشروعي كـ<code>upstream remote url</code>.</div>
<code>

```
git remote add upstream https://github.com/Roshanjossey/first-contributions
</code>
```

<div dir="rtl">بهذه الطريقة نخبر جت أن هناك نسخة أخرى من هذا المشروع في هذا الرابط ونسميها <code>upstream</code>.
بعد أن أوافق على تغيرراتك، قم بسحب النسخة الجديدة من المشروع عن طريق الأمر التالي:</div>
بعد أن أوافق على تغيرراتك، قم بسحب النسخة الجديدة من المشروع عن طريق الأمر التالي:
</div>

<code>
```
git fetch upstream
</code>
```

<div dir="rtl">هنا سنقوم بسحب جميع التغيررات من <code>(upstream remote)</code>. والآن، عليك أن تدمج التحديثات الجديدة من فرعي إلى فرعك الرئيسي.</div>
<code>

```
git rebase upstream/master
</code>
```

<div dir="rtl">وهنا تطبق التغيررات إلى الفرع الرئيسي. إذا رفعت التغيررات لفرعك الرئيسي سيتم تحديث مشروعك</div>
<code>

```
git push origin master
</code>
```

<div dir="rtl">لاحظ أنك ترفع إلى <code>remote</code> إسمه <code>origin</code>.</div>
<br>

Expand All @@ -192,4 +193,4 @@ git push origin master
|[![ava](https://avatars0.githubusercontent.com/u/8527916?v=3&s=100)](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[![freeCodeCamp](https://avatars0.githubusercontent.com/u/9892522?v=3&s=100)](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[![webpack](https://avatars3.githubusercontent.com/u/2105791?v=3&s=100)](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[![hoodie](https://avatars1.githubusercontent.com/u/1888826?v=3&s=100)](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[![pouchdb](https://avatars3.githubusercontent.com/u/3406112?v=3&s=100)](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[![neovim](https://avatars0.githubusercontent.com/u/6471485?v=3&s=100)](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[![babel](https://avatars2.githubusercontent.com/u/9637642?v=3&s=100)](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[<img width="100" src="https://github.com/adobe/brackets/blob/gh-pages/images/brackets_128.png?raw=true">](https://github.com/adobe/brackets/labels/Starter%20bug)|
|[ava](https://github.com/avajs/ava/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+for+beginner%22)|[freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[webpack](https://github.com/webpack/webpack/issues?q=is%3Aopen+is%3Aissue+label%3A%22D1%3A+Easy+%28Contrib.+Difficulty%29%22)|[hoodie](https://github.com/hoodiehq/hoodie/issues?q=is%3Aopen+is%3Aissue+label%3Afirst-timers-only)|[pouchdb](https://github.com/pouchdb/pouchdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22first+timers+only%22)|[neovim](https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Aentry-level)|[babel](https://github.com/babel/babel/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-friendly) |[brackets](https://github.com/adobe/brackets/labels/Starter%20bug)|
| [![Node.js](https://avatars1.githubusercontent.com/u/9950313?v=3&s=100)](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)|[<img width="100" src="https://github.com/Semantic-Org/Semantic-UI-React/raw/master/docs/app/logo.png">](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22)|
| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |[Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |
| [Node.js](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |[Semantic-UI-React](https://github.com/Semantic-Org/Semantic-UI-React/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+contribution%22) |

0 comments on commit a321c53

Please sign in to comment.