Skip to content

Commit 0793c74

Browse files
skytin1004localizeflow[bot]
andauthored
chore(i18n): sync translations with latest source changes (#391)
Co-authored-by: localizeflow[bot] <1874183+localizeflow[bot]@users.noreply.github.com>
1 parent 6adb4cd commit 0793c74

1,330 files changed

Lines changed: 37702 additions & 28336 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,26 @@ _Easily automate and maintain translations for your educational GitHub content a
2020
#### Supported by [Co-op Translator](https://github.com/Azure/Co-op-Translator)
2121

2222
<!-- CO-OP TRANSLATOR LANGUAGES TABLE START -->
23-
[Arabic](./translations/ar/README.md) | [Bengali](./translations/bn/README.md) | [Bulgarian](./translations/bg/README.md) | [Burmese (Myanmar)](./translations/my/README.md) | [Chinese (Simplified)](./translations/zh/README.md) | [Chinese (Traditional, Hong Kong)](./translations/hk/README.md) | [Chinese (Traditional, Macau)](./translations/mo/README.md) | [Chinese (Traditional, Taiwan)](./translations/tw/README.md) | [Croatian](./translations/hr/README.md) | [Czech](./translations/cs/README.md) | [Danish](./translations/da/README.md) | [Dutch](./translations/nl/README.md) | [Estonian](./translations/et/README.md) | [Finnish](./translations/fi/README.md) | [French](./translations/fr/README.md) | [German](./translations/de/README.md) | [Greek](./translations/el/README.md) | [Hebrew](./translations/he/README.md) | [Hindi](./translations/hi/README.md) | [Hungarian](./translations/hu/README.md) | [Indonesian](./translations/id/README.md) | [Italian](./translations/it/README.md) | [Japanese](./translations/ja/README.md) | [Kannada](./translations/kn/README.md) | [Khmer](./translations/km/README.md) | [Korean](./translations/ko/README.md) | [Lithuanian](./translations/lt/README.md) | [Malay](./translations/ms/README.md) | [Malayalam](./translations/ml/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Nigerian Pidgin](./translations/pcm/README.md) | [Norwegian](./translations/no/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Polish](./translations/pl/README.md) | [Portuguese (Brazil)](./translations/br/README.md) | [Portuguese (Portugal)](./translations/pt/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Romanian](./translations/ro/README.md) | [Russian](./translations/ru/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Slovak](./translations/sk/README.md) | [Slovenian](./translations/sl/README.md) | [Spanish](./translations/es/README.md) | [Swahili](./translations/sw/README.md) | [Swedish](./translations/sv/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Tamil](./translations/ta/README.md) | [Telugu](./translations/te/README.md) | [Thai](./translations/th/README.md) | [Turkish](./translations/tr/README.md) | [Ukrainian](./translations/uk/README.md) | [Urdu](./translations/ur/README.md) | [Vietnamese](./translations/vi/README.md)
23+
[Arabic](./translations/ar/README.md) | [Bengali](./translations/bn/README.md) | [Bulgarian](./translations/bg/README.md) | [Burmese (Myanmar)](./translations/my/README.md) | [Chinese (Simplified)](./translations/zh-CN/README.md) | [Chinese (Traditional, Hong Kong)](./translations/zh-HK/README.md) | [Chinese (Traditional, Macau)](./translations/zh-MO/README.md) | [Chinese (Traditional, Taiwan)](./translations/zh-TW/README.md) | [Croatian](./translations/hr/README.md) | [Czech](./translations/cs/README.md) | [Danish](./translations/da/README.md) | [Dutch](./translations/nl/README.md) | [Estonian](./translations/et/README.md) | [Finnish](./translations/fi/README.md) | [French](./translations/fr/README.md) | [German](./translations/de/README.md) | [Greek](./translations/el/README.md) | [Hebrew](./translations/he/README.md) | [Hindi](./translations/hi/README.md) | [Hungarian](./translations/hu/README.md) | [Indonesian](./translations/id/README.md) | [Italian](./translations/it/README.md) | [Japanese](./translations/ja/README.md) | [Kannada](./translations/kn/README.md) | [Khmer](./translations/km/README.md) | [Korean](./translations/ko/README.md) | [Lithuanian](./translations/lt/README.md) | [Malay](./translations/ms/README.md) | [Malayalam](./translations/ml/README.md) | [Marathi](./translations/mr/README.md) | [Nepali](./translations/ne/README.md) | [Nigerian Pidgin](./translations/pcm/README.md) | [Norwegian](./translations/no/README.md) | [Persian (Farsi)](./translations/fa/README.md) | [Polish](./translations/pl/README.md) | [Portuguese (Brazil)](./translations/pt-BR/README.md) | [Portuguese (Portugal)](./translations/pt-PT/README.md) | [Punjabi (Gurmukhi)](./translations/pa/README.md) | [Romanian](./translations/ro/README.md) | [Russian](./translations/ru/README.md) | [Serbian (Cyrillic)](./translations/sr/README.md) | [Slovak](./translations/sk/README.md) | [Slovenian](./translations/sl/README.md) | [Spanish](./translations/es/README.md) | [Swahili](./translations/sw/README.md) | [Swedish](./translations/sv/README.md) | [Tagalog (Filipino)](./translations/tl/README.md) | [Tamil](./translations/ta/README.md) | [Telugu](./translations/te/README.md) | [Thai](./translations/th/README.md) | [Turkish](./translations/tr/README.md) | [Ukrainian](./translations/uk/README.md) | [Urdu](./translations/ur/README.md) | [Vietnamese](./translations/vi/README.md)
2424

2525
> **Prefer to Clone Locally?**
26-
26+
>
2727
> This repository includes 50+ language translations which significantly increases the download size. To clone without translations, use sparse checkout:
28+
>
29+
> **Bash / macOS / Linux:**
2830
> ```bash
29-
> git clone --filter=blob:none --sparse https://github.com/*****.git
30-
> cd *****
31+
> git clone --filter=blob:none --sparse https://github.com/Azure/co-op-translator.git
32+
> cd co-op-translator
3133
> git sparse-checkout set --no-cone '/*' '!translations' '!translated_images'
3234
> ```
35+
>
36+
> **CMD (Windows):**
37+
> ```cmd
38+
> git clone --filter=blob:none --sparse https://github.com/Azure/co-op-translator.git
39+
> cd co-op-translator
40+
> git sparse-checkout set --no-cone "/*" "!translations" "!translated_images"
41+
> ```
42+
>
3343
> This gives you everything you need to complete the course with a much faster download.
3444
<!-- CO-OP TRANSLATOR LANGUAGES TABLE END -->
3545
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
{
2+
"AGENTS.md": {
3+
"original_hash": "3fd2055f97f093b6fe102ea24df4458b",
4+
"translation_date": "2025-10-15T04:20:18+00:00",
5+
"source_file": "AGENTS.md",
6+
"language_code": "ar"
7+
},
8+
"CODE_OF_CONDUCT.md": {
9+
"original_hash": "c06b12caf3c901eb3156e3dd5b0aea56",
10+
"translation_date": "2026-04-07T06:17:50+00:00",
11+
"source_file": "CODE_OF_CONDUCT.md",
12+
"language_code": "ar"
13+
},
14+
"CONTRIBUTING.md": {
15+
"original_hash": "758ca1c5ae0d32c52d2dd59132dcfbf0",
16+
"translation_date": "2025-11-30T09:55:16+00:00",
17+
"source_file": "CONTRIBUTING.md",
18+
"language_code": "ar"
19+
},
20+
"README.md": {
21+
"original_hash": "3319231df10b226f8971c2ea2a0df255",
22+
"translation_date": "2026-04-07T06:19:37+00:00",
23+
"source_file": "README.md",
24+
"language_code": "ar"
25+
},
26+
"SECURITY.md": {
27+
"original_hash": "57f14126c1c6add76b3aef3844dfe4e3",
28+
"translation_date": "2026-04-07T06:18:06+00:00",
29+
"source_file": "SECURITY.md",
30+
"language_code": "ar"
31+
},
32+
"SUPPORT.md": {
33+
"original_hash": "62fe65c1d8e3796c01aa1e3c89666cba",
34+
"translation_date": "2025-06-12T11:14:44+00:00",
35+
"source_file": "SUPPORT.md",
36+
"language_code": "ar"
37+
},
38+
"getting_started/README_languages_template.md": {
39+
"original_hash": "61448495319666158fde5df486b1f1b7",
40+
"translation_date": "2026-04-07T06:20:01+00:00",
41+
"source_file": "getting_started/README_languages_template.md",
42+
"language_code": "ar"
43+
},
44+
"getting_started/command-line-guide/command-line-guide.md": {
45+
"original_hash": "c64ba65e091e5d87385490fa63a8f574",
46+
"translation_date": "2025-06-12T12:32:51+00:00",
47+
"source_file": "getting_started/command-line-guide/command-line-guide.md",
48+
"language_code": "ar"
49+
},
50+
"getting_started/command-line-guide/create-env-file.md": {
51+
"original_hash": "a881fe7e978ec183e79c1d12cddc797a",
52+
"translation_date": "2026-04-07T06:23:05+00:00",
53+
"source_file": "getting_started/command-line-guide/create-env-file.md",
54+
"language_code": "ar"
55+
},
56+
"getting_started/command-line-guide/install-package.md": {
57+
"original_hash": "510827ad22a2031a50838919c3594828",
58+
"translation_date": "2025-10-15T02:18:35+00:00",
59+
"source_file": "getting_started/command-line-guide/install-package.md",
60+
"language_code": "ar"
61+
},
62+
"getting_started/command-line-guide/translator-your-project.md": {
63+
"original_hash": "20943a46b11c6d74814f41a817a6db4c",
64+
"translation_date": "2025-10-15T02:18:42+00:00",
65+
"source_file": "getting_started/command-line-guide/translator-your-project.md",
66+
"language_code": "ar"
67+
},
68+
"getting_started/command-reference.md": {
69+
"original_hash": "dd4eeebf92f985a2b24430862b816e3e",
70+
"translation_date": "2026-04-07T06:21:48+00:00",
71+
"source_file": "getting_started/command-reference.md",
72+
"language_code": "ar"
73+
},
74+
"getting_started/github-actions-guide/github-actions-guide-org.md": {
75+
"original_hash": "9fac847815936ef6e6c8bfde6d191571",
76+
"translation_date": "2025-10-15T02:18:55+00:00",
77+
"source_file": "getting_started/github-actions-guide/github-actions-guide-org.md",
78+
"language_code": "ar"
79+
},
80+
"getting_started/github-actions-guide/github-actions-guide-public.md": {
81+
"original_hash": "527ca4d0a8d3f51087ec3317279e36ee",
82+
"translation_date": "2025-10-15T02:19:22+00:00",
83+
"source_file": "getting_started/github-actions-guide/github-actions-guide-public.md",
84+
"language_code": "ar"
85+
},
86+
"getting_started/set-up-azure-ai.md": {
87+
"original_hash": "5c3c7d8af7740a6772869df740616996",
88+
"translation_date": "2026-04-07T06:20:34+00:00",
89+
"source_file": "getting_started/set-up-azure-ai.md",
90+
"language_code": "ar"
91+
},
92+
"getting_started/supported-languages.md": {
93+
"original_hash": "970f11f5fbfef131cc597f838b019e7e",
94+
"translation_date": "2026-04-07T06:21:11+00:00",
95+
"source_file": "getting_started/supported-languages.md",
96+
"language_code": "ar"
97+
},
98+
"getting_started/troubleshooting.md": {
99+
"original_hash": "6e626bef5ed78a1cc55b0dbf44f01d47",
100+
"translation_date": "2025-10-15T02:18:16+00:00",
101+
"source_file": "getting_started/troubleshooting.md",
102+
"language_code": "ar"
103+
},
104+
"getting_started/update-other-courses.md": {
105+
"original_hash": "5cef62956454320db684794655ffd02d",
106+
"translation_date": "2026-04-07T06:19:52+00:00",
107+
"source_file": "getting_started/update-other-courses.md",
108+
"language_code": "ar"
109+
},
110+
"src/co_op_translator/templates/disclaimer.md": {
111+
"original_hash": "a3fb05d362c6e5987a1588d1dd108b85",
112+
"translation_date": "2025-11-30T14:15:12+00:00",
113+
"source_file": "src/co_op_translator/templates/disclaimer.md",
114+
"language_code": "ar"
115+
},
116+
"src/co_op_translator/templates/language/ja.md": {
117+
"original_hash": "798a57b294e7f8a984fb5b832b3a00e7",
118+
"translation_date": "2026-04-07T06:24:06+00:00",
119+
"source_file": "src/co_op_translator/templates/language/ja.md",
120+
"language_code": "ar"
121+
},
122+
"src/co_op_translator/templates/languages_table.md": {
123+
"original_hash": "1bd3653abcf33999407b1a1fb6c219a2",
124+
"translation_date": "2026-04-07T06:22:11+00:00",
125+
"source_file": "src/co_op_translator/templates/languages_table.md",
126+
"language_code": "ar"
127+
},
128+
"src/co_op_translator/templates/other_courses.md": {
129+
"original_hash": "3ff12bfc5949f7e8bacc6ac7be126d37",
130+
"translation_date": "2026-04-07T06:22:51+00:00",
131+
"source_file": "src/co_op_translator/templates/other_courses.md",
132+
"language_code": "ar"
133+
}
134+
}

translations/ar/AGENTS.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
<!--
2-
CO_OP_TRANSLATOR_METADATA:
3-
{
4-
"original_hash": "3fd2055f97f093b6fe102ea24df4458b",
5-
"translation_date": "2025-10-15T04:20:18+00:00",
6-
"source_file": "AGENTS.md",
7-
"language_code": "ar"
8-
}
9-
-->
101
## نظرة عامة على المشروع
112

123
Co‑op Translator هو أداة سطر أوامر بايثون وتدفق عمل GitHub Actions لترجمة ملفات Markdown، دفاتر Jupyter، ونصوص الصور إلى عدة لغات. ينظم المخرجات ضمن مجلدات خاصة بكل لغة ويحافظ على تزامن الترجمات مع المحتوى الأصلي. المشروع منظم كمكتبة تُدار عبر Poetry مع نقاط دخول CLI.

translations/ar/CODE_OF_CONDUCT.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
<!--
2-
CO_OP_TRANSLATOR_METADATA:
3-
{
4-
"original_hash": "e8b14f0e66db374a2ada46e25fac88ae",
5-
"translation_date": "2025-06-12T09:18:25+00:00",
6-
"source_file": "CODE_OF_CONDUCT.md",
7-
"language_code": "ar"
8-
}
9-
-->
10-
# مدونة سلوك مايكروسوفت للمصدر المفتوح
1+
# مدونة السلوك لمصدر مايكروسوفت المفتوح
112

12-
تبنى هذا المشروع [مدونة سلوك مايكروسوفت للمصدر المفتوح](https://opensource.microsoft.com/codeofconduct/).
3+
لقد تبنى هذا المشروع [مدونة السلوك لمصدر مايكروسوفت المفتوح](https://opensource.microsoft.com/codeofconduct/).
134

145
الموارد:
156

16-
- [مدونة سلوك مايكروسوفت للمصدر المفتوح](https://opensource.microsoft.com/codeofconduct/)
7+
- [مدونة السلوك لمصدر مايكروسوفت المفتوح](https://opensource.microsoft.com/codeofconduct/)
178
- [الأسئلة الشائعة حول مدونة سلوك مايكروسوفت](https://opensource.microsoft.com/codeofconduct/faq/)
18-
- للتواصل، راسل [opencode@microsoft.com](mailto:opencode@microsoft.com) لأي أسئلة أو استفسارات
9+
- التواصل عبر [opencode@microsoft.com](mailto:opencode@microsoft.com) للأسئلة أو الاستفسارات
1910

11+
---
12+
13+
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
2014
**تنويه**:
21-
تمت ترجمة هذا المستند باستخدام خدمة الترجمة الآلية [Co-op Translator](https://github.com/Azure/co-op-translator). بينما نسعى لتحقيق الدقة، يرجى العلم أن الترجمات الآلية قد تحتوي على أخطاء أو عدم دقة. يجب اعتبار المستند الأصلي بلغته الأصلية المصدر الرسمي والمعتمد. للمعلومات الهامة، يُنصح بالاستعانة بالترجمة البشرية المهنية. نحن غير مسؤولين عن أي سوء فهم أو تفسير ناتج عن استخدام هذه الترجمة.
15+
تمت ترجمة هذا المستند باستخدام خدمة الترجمة بالذكاء الاصطناعي [Co-op Translator](https://github.com/Azure/co-op-translator). بينما نسعى للدقة، يرجى العلم أن الترجمات الآلية قد تحتوي على أخطاء أو عدم دقة. يجب اعتبار المستند الأصلي بلغته الأصلية المصدر الرسمي والمعتمد. للمعلومات الهامة، يُنصح بالاستعانة بترجمة بشرية محترفة. نحن غير مسؤولين عن أي سوء فهم أو تفسير ناتج عن استخدام هذه الترجمة.
16+
<!-- CO-OP TRANSLATOR DISCLAIMER END -->

translations/ar/CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
<!--
2-
CO_OP_TRANSLATOR_METADATA:
3-
{
4-
"original_hash": "758ca1c5ae0d32c52d2dd59132dcfbf0",
5-
"translation_date": "2025-11-30T09:55:16+00:00",
6-
"source_file": "CONTRIBUTING.md",
7-
"language_code": "ar"
8-
}
9-
-->
101
# المساهمة في Co-op Translator
112

123
يرحب هذا المشروع بالمساهمات والاقتراحات. تتطلب معظم المساهمات موافقتك على اتفاقية ترخيص المساهمين (CLA) التي تُصرح بأن لديك الحق، وأنك بالفعل تمنحنا الحقوق لاستخدام مساهمتك. لمزيد من التفاصيل، قم بزيارة https://cla.opensource.microsoft.com.

0 commit comments

Comments
 (0)