Skip to content

Commit 5e3a392

Browse files
translate readme.md
1 parent f8a5011 commit 5e3a392

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
# vuejs.org
22

3-
## Contributing
3+
## المساهمة
44

5-
This site is built with [VitePress](https://github.com/vuejs/vitepress) and depends on [@vue/theme](https://github.com/vuejs/vue-theme). Site content is written in Markdown format located in `src`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
5+
أنشئ هذا الموقع بواسطة [VitePress](https://github.com/vuejs/vitepress) إعتمادا على [@vue/theme](https://github.com/vuejs/vue-theme). يتواجد محتوى الموقع داخل مجلد `src` على شكل ملفات مكتوبة بصيغة ماركداون (Markdown). التعديلات البسيطة يمكن إجراؤها على Github مباشرة وتُرسل بعد ذلك على شكل طلب دمج Pull Request.
66

7-
For local development, [pnpm](https://pnpm.io/) is preferred as package manager:
7+
يُفضل استخدام مدير الحزم [pnpm](https://pnpm.io/) عند التطوير المحلي.
88

99
```bash
1010
pnpm i
1111
pnpm run dev
1212
```
1313

14-
This project requires Node.js to be `v14.0.0` or higher, because we use new JavaScript features in our code, such as optional chaining.
14+
يحتاج هذا المشروع إلى نسخة Node.js `v14.0.0` فما فوق، وذلك لاستخدامه ميزات Javascript الجديدة، مثل التسلسل الإختياري (optional chaining).
1515

16+
## العمل على المحتوى
1617

17-
## Working on the content
18+
<div dir="rtl">
1819

19-
- See VitePress docs on supported [Markdown Extensions](https://vitepress.vuejs.org/guide/markdown.html) and the ability to [use Vue syntax inside markdown](https://vitepress.vuejs.org/guide/using-vue.html).
20+
- تصفح توثيق VitePress حول [إمتدادات ماركداون](https://vitepress.vuejs.org/guide/markdown.html) المدعومة، وإمكانية [وإمكانية استخدام تراكيب Vue داخل ماركداون](https://vitepress.vuejs.org/guide/using-vue.html).
2021

21-
- See the [Writing Guide](https://github.com/vuejs/docs/blob/main/.github/contributing/writing-guide.md) for our rules and recommendations on writing and maintaining documentation content.
22+
- طالع [دليل الكتابة](https://github.com/vuejs/docs/blob/main/.github/contributing/writing-guide.md) لتتعرف على القواعد المعتمدة والتوصيات حول كتابة وصيانة محتوى التوثيقات.
2223

23-
## Working on the theme
24+
</div>
2425

25-
If changes need to made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).
26+
## العمل على النسق (theme)
27+
28+
عند الحاجة لإجراء تعديلات على النسق المستعمل، الرجاء إلقاء نظرة على [توصيات حول تطوير النسق إلى جانب التوثيق](https://github.com/vuejs/vue-theme#developing-with-real-content).

0 commit comments

Comments
 (0)