Skip to content

Commit 947b40e

Browse files
authored
Merge pull request #745 from microsoft/update-translations
chore(i18n): sync translations with latest source changes
2 parents 86a4ae8 + ce373b3 commit 947b40e

File tree

1,206 files changed

+18181
-17488
lines changed

Some content is hidden

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

1,206 files changed

+18181
-17488
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,23 @@ Azure Cloud Advocates at Microsoft are pleased to offer a 10-week, 20-lesson cur
3636
[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) | [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)
3737

3838
> **Prefer to Clone Locally?**
39-
39+
>
4040
> This repository includes 50+ language translations which significantly increases the download size. To clone without translations, use sparse checkout:
41+
>
42+
> **Bash / macOS / Linux:**
4143
> ```bash
4244
> git clone --filter=blob:none --sparse https://github.com/microsoft/Data-Science-For-Beginners.git
4345
> cd Data-Science-For-Beginners
4446
> git sparse-checkout set --no-cone '/*' '!translations' '!translated_images'
4547
> ```
48+
>
49+
> **CMD (Windows):**
50+
> ```cmd
51+
> git clone --filter=blob:none --sparse https://github.com/microsoft/Data-Science-For-Beginners.git
52+
> cd Data-Science-For-Beginners
53+
> git sparse-checkout set --no-cone "/*" "!translations" "!translated_images"
54+
> ```
55+
>
4656
> This gives you everything you need to complete the course with a much faster download.
4757
<!-- CO-OP TRANSLATOR LANGUAGES TABLE END -->
4858

translations/ar/.co-op-translator.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@
1111
"source_file": "1-Introduction/01-defining-data-science/assignment.md",
1212
"language_code": "ar"
1313
},
14+
"1-Introduction/01-defining-data-science/notebook.ipynb": {
15+
"original_hash": "8f5eb7b3f7cc89e6d98fb32e1de65dec",
16+
"translation_date": "2026-02-28T08:50:32+00:00",
17+
"source_file": "1-Introduction/01-defining-data-science/notebook.ipynb",
18+
"language_code": "ar"
19+
},
1420
"1-Introduction/01-defining-data-science/solution/assignment.md": {
1521
"original_hash": "a8f79b9c0484c35b4f26e8aec7fc4d56",
1622
"translation_date": "2025-08-27T09:04:22+00:00",
1723
"source_file": "1-Introduction/01-defining-data-science/solution/assignment.md",
1824
"language_code": "ar"
1925
},
26+
"1-Introduction/01-defining-data-science/solution/notebook.ipynb": {
27+
"original_hash": "090bbfbfcb0c40d3d6e3236f836164ea",
28+
"translation_date": "2026-02-28T08:51:00+00:00",
29+
"source_file": "1-Introduction/01-defining-data-science/solution/notebook.ipynb",
30+
"language_code": "ar"
31+
},
2032
"1-Introduction/02-ethics/README.md": {
2133
"original_hash": "58860ce9a4b8a564003d2752f7c72851",
2234
"translation_date": "2025-10-03T16:02:24+00:00",
@@ -95,6 +107,12 @@
95107
"source_file": "2-Working-With-Data/07-python/assignment.md",
96108
"language_code": "ar"
97109
},
110+
"2-Working-With-Data/07-python/notebook-covidspread.ipynb": {
111+
"original_hash": "6335cccba01dc6ad7b15aba7a8c73f38",
112+
"translation_date": "2026-02-28T08:51:47+00:00",
113+
"source_file": "2-Working-With-Data/07-python/notebook-covidspread.ipynb",
114+
"language_code": "ar"
115+
},
98116
"2-Working-With-Data/08-data-preparation/README.md": {
99117
"original_hash": "1b560955ff39a2bcf2a049fce474a951",
100118
"translation_date": "2025-09-06T06:23:58+00:00",
@@ -360,8 +378,8 @@
360378
"language_code": "ar"
361379
},
362380
"README.md": {
363-
"original_hash": "9204a2806964384a56f5cb0f22bbe953",
364-
"translation_date": "2026-02-06T07:26:21+00:00",
381+
"original_hash": "f671e295a294a2559fc59d1524e001b4",
382+
"translation_date": "2026-02-28T08:56:48+00:00",
365383
"source_file": "README.md",
366384
"language_code": "ar"
367385
},

translations/ar/1-Introduction/01-defining-data-science/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
---
88

9-
[![فيديو تعريف علم البيانات](../../../../translated_images/ar/video-def-ds.6623ee2392ef1abf6d7faf3fad10a4163642811749da75f44e35a5bb121de15c.png)](https://youtu.be/beZ7Mb_oz9I)
9+
[![فيديو تعريف علم البيانات](../../../../translated_images/ar/video-def-ds.6623ee2392ef1abf.webp)](https://youtu.be/beZ7Mb_oz9I)
1010

1111
## [اختبار ما قبل المحاضرة](https://ff-quizzes.netlify.app/en/ds/quiz/0)
1212

@@ -144,7 +144,7 @@
144144

145145
في هذا التحدي، سنحاول العثور على المفاهيم ذات الصلة بمجال علم البيانات من خلال النظر في النصوص. سنأخذ مقالة من ويكيبيديا عن علم البيانات، ونقوم بتنزيل ومعالجة النص، ثم نبني سحابة كلمات مثل هذه:
146146

147-
![سحابة كلمات لعلم البيانات](../../../../translated_images/ar/ds_wordcloud.664a7c07dca57de017c22bf0498cb40f898d48aa85b3c36a80620fea12fadd42.png)
147+
![سحابة كلمات لعلم البيانات](../../../../translated_images/ar/ds_wordcloud.664a7c07dca57de0.webp)
148148

149149
قم بزيارة [`notebook.ipynb`](../../../../1-Introduction/01-defining-data-science/notebook.ipynb ':ignore') لقراءة الكود. يمكنك أيضًا تشغيل الكود، ومشاهدة كيفية تنفيذ جميع تحويلات البيانات في الوقت الفعلي.
150150

0 commit comments

Comments
 (0)