Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #188

Merged
merged 23 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
60e3cd1
New translations index.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
3aa6b61
New translations commentsutil.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
d4b46bc
New translations components.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
ba9e9f8
New translations constructidentifier.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
cf19c1f
New translations file.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
e9d50cb
New translations index.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
1fb724e
New translations logger.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
4601621
New translations parser.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
356ac7b
New translations writer.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
c6a3940
New translations globals.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
a3e0425
New translations index.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
c13f3ce
New translations changelog.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
48a369e
New translations improving_documentation.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
32a346d
New translations raising_issues.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
eba9847
New translations raising_pr.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
507189d
New translations environment_setup.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
0d30b21
New translations adding_tutorials.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
f084fbb
New translations crowdin_integration.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
2964aca
New translations usage.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
a029840
New translations workflows.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
018cdeb
New translations localization.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
d22be44
New translations project_structure.qmd (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
3566509
New translations index.md (Arabic, Saudi Arabia)
RealRichi3 Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_translations/ar/chapters/functional doc/index.ar.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
العنوان: وثيقة وظيفية
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# ملف Commentsutil

يوفر هذا الملف فئات مفيدة لتحليل واستخراج المعلومات
من التعليقات داخل ملفات البرمجة. ويتضمن طرقًا لتحديد و
استخراج البيانات الوصفية من تعليقات الوحدة (module) وغير الوحدة (non-module)،
تسهيل المواد المرجعية (documentation) بشكل أفضل وفهم بنيات التعليمات البرمجية
مثل الوظائف (funcion) والمتغيرات و الفئات (classes) والوحدات النمطية.



## مسمى الوحدة moduleName
`[متغير]`

**الوصف:**
هذه الطريقة تستخرج معلومات كتلة الوحدة النمطية من التعليقات، بما في ذلك اسم الوحدة، والوصف، والفئة، والفئة الفرعية، والربط، والمراجع.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
| تعليقات | التعليقات لاستخراج معلومات كتلة الوحدة منها. |



## الوصف
`[متغير]`

**الوصف:**
تستخرج هذه الطريقة معلومات كتلة أخرى من التعليقات، بما في ذلك الوصف، والمشارجات، والربط، والأمثلة، والإرجاعات، والأخطاء التي ألقيت والمراجع.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
| تعليقات | التعليقات لاستخراج معلومات كتلة الوحدة منها. |



## محتوى الملف
`[متغير]`

**الوصف:**
تسترجع هذه الطريقة التعليقات من ملف المصدر باستخدام Acorn parser.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
<unk> مصدر الملف <unk> مصدر الملف لاسترداد التعليقات منه. |



## غير معروف
`[other]`

**الوصف:**
يمثل هذا الفصل تعليقا مستخرجا من ملف مصدر.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
<unk> النص <unk> المحتوى النصي للتعليق. |
<unk> الموقع النهائي <unk> الموقع الأخير للتعليق. |



## غير معروف
`[function]`

**الوصف:**
وتحدد هذه الطريقة المعلومات التجميعية للتعليق، بما في ذلك نوع البناء واسمه.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
<unk> معلومات <unk> المعلومات الأساسية التي يجب تعيينها. |



## غير معروف
`[other]`

**الوصف:**
هذه الطريقة تسترجع معلومات الوحدة النمطية من التعليق باستخدام فئة التعليقات.



## غير معروف
`[other]`

**الوصف:**
هذه الطريقة تسترجع معلومات الوحدة النمطية من التعليق باستخدام فئة التعليقات.

Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
# المكونات

يتم استخدام هذه الوحدة لإنشاء ملف الـ quarto yml




## متكررًا
`[function]`

**الوصف:**
تحويل جميع قيم السلسلة بشكل متكرر في الكائن إلى أحرف صغيرة


* أمثلة: **

```جافا سكريبت
const obj = {
name: 'Hello World',
description: 'This is a description',
blockInfo: {
name: 'Hello World',
description: 'This is a description',
},
};
recursivelyConvertAllStringValuesInObjectToLowerCase(obj);
// => {
// name: 'hello world',
// description: 'this is a description',
// blockInfo: {
// name: 'hello world',
// description: 'this is a description',
// },
// }
```



## غير معروف
`[other]`

**الوصف:**
إضافة مستند إلى الوحدة النمطية


* أمثلة: **

```جافا سكريبت
const module = new Module({ name: 'StringUtil' });
const moduleDoc = new ModuleDoc({
originalFilePath: 'string.ts',
data: {

blockInfo: {
name: 'StringUtil',
description: 'This class contains methods for manipulating strings',
},
constructInfo: {
type: 'class',
name: 'StringUtil',
},
},
});
module.addDoc(moduleDoc);
```



## غير معروف
`[other]`

**الوصف:**
إضافة مستند إلى الوحدة النمطية


* أمثلة: **

```جافا سكريبت
const module = new Module({ name: 'StringUtil' });
const moduleDoc = new ModuleDoc({
originalFilePath: 'string.ts',
data: {
blockInfo: {
name: 'StringUtil',
description: 'This class contains methods for manipulating strings',
},
constructInfo: {
type: 'class',
name: 'StringUtil',
},
},
});
module.addDoc(moduleDoc);
module.getDocs();
// => [ModuleDoc]
```



## غير معروف
`[other]`



## غير معروف
`[other]`

**الوصف:**
تعيين مسار ملف المصدر




## غير معروف
`[other]`

**الوصف:**
إضافة وحدة نمطية إلى الفئة الفرعية





## غير معروف
`[other]`

**الوصف:**
إضافة وحدة نمطية إلى الفئة الفرعية





## غير معروف
`[other]`

**الوصف:**
إضافة وحدة نمطية إلى الفئة الفرعية




## فئات
`[class]`



## غير معروف
`[other]`

**الوصف:**
هذا الصف يمثل فئةً.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
| إضافة وحدة نمطية إلى الفئة الفرعية. |



## غير معروف
`[other]`

**الوصف:**
يضيف فئة فرعية إلى التصنيف.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
<unk> الفئة الفرعية <unk> الفئة الفرعية التي يراد إضافتها. |



## غير معروف
`[other]`

**الوصف:**
يسترد الفئات الفرعية في الفئة.



## غير معروف
`[other]`

**الوصف:**
يسترد الفئات الفرعية في الفئة.



## غير معروف
`[other]`

**الوصف:**
إضافة وحدة نمطية إلى الفئة الفرعية.

** المعلمات (Params):**

| الاسم | الوصف |
| --- | --- |
| إضافة وحدة نمطية إلى الفئة الفرعية. |



## غير معروف
`[other]`

**الوصف:**
إضافة وحدة نمطية إلى الفئة الفرعية.

Loading
Loading