chore(i18n,learn): processed translations (#53340)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
camperbot
2024-01-25 00:22:36 +05:30
committed by GitHub
parent cf1e5b8115
commit df4e5f7aca
26971 changed files with 288871 additions and 206689 deletions

View File

@@ -10,9 +10,9 @@ dashedName: demographic-data-analyzer
You will be <a href="https://replit.com/github/freeCodeCamp/boilerplate-demographic-data-analyzer" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Replit starter code</a>.
- Start by importing the project on Replit.
- Next, you will see a `.replit` window.
- Select `Use run command` and click the `Done` button.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project:
@@ -51,15 +51,15 @@ Use the starter code in the file `demographic_data_analyzer`. Update the code so
Unit tests are written for you under `test_module.py`.
## Development
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
## Testing
## الاختبار
We imported the tests from `test_module.py` to `main.py` for your convenience. The tests will run automatically whenever you hit the "run" button.
## Submitting
## التقديم
Copy your project's URL and submit it to freeCodeCamp.

View File

@@ -10,12 +10,12 @@ dashedName: mean-variance-standard-deviation-calculator
You will be <a href="https://replit.com/github/freeCodeCamp/boilerplate-mean-variance-standard-deviation-calculator" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Replit starter code</a>.
- Start by importing the project on Replit.
- Next, you will see a `.replit` window.
- Select `Use run command` and click the `Done` button.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project:
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
- <a href="https://www.freecodecamp.org/news/python-for-everybody/" target="_blank" rel="noopener noreferrer nofollow">Python for Everybody Video Course</a> (14 hours)
@@ -57,15 +57,15 @@ For example, `calculate([0,1,2,3,4,5,6,7,8])` should return:
The unit tests for this project are in `test_module.py`.
## Development
## التطوير
For development, you can use `main.py` to test your `calculate()` function. Click the "run" button and `main.py` will run.
For development, you can use `main.py` to test your `calculate()` function. انقر فوق زر "run" (التشغيل) و `main.py` سيتم تشغيله.
## Testing
## الاختبار
We imported the tests from `test_module.py` to `main.py` for your convenience. The tests will run automatically whenever you hit the "run" button.
We imported the tests from `test_module.py` to `main.py` for your convenience. سيتم تشغيل الاختبارات تلقائياً عندما تضغط على زر "run".
## Submitting
## التقديم
Copy your project's URL and submit it to freeCodeCamp.

View File

@@ -10,12 +10,12 @@ dashedName: medical-data-visualizer
You will be <a href="https://replit.com/github/freeCodeCamp/boilerplate-medical-data-visualizer" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Replit starter code</a>.
- Start by importing the project on Replit.
- Next, you will see a `.replit` window.
- Select `Use run command` and click the `Done` button.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project:
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
- <a href="https://www.freecodecamp.org/news/python-for-everybody/" target="_blank" rel="noopener noreferrer nofollow">Python for Everybody Video Course</a> (14 hours)
@@ -67,17 +67,17 @@ Any time a variable is set to `None`, make sure to set it to the correct code.
Unit tests are written for you under `test_module.py`.
## Development
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
For development, you can use `main.py` to test your functions. انقر فوق زر "run" (تشغيل) و `main.py` سيتم تشغيله.
## Testing
## الاختبار
We imported the tests from `test_module.py` to `main.py` for your convenience. The tests will run automatically whenever you hit the "run" button.
قمنا باستيراد الاختبارات من `test_module.py` إلى `main.py` من أجل تسهيل العملية لك. سيتم تشغيل الاختبارات تلقائياً عندما تضغط على زر "run"(تشغيل).
## Submitting
## التسليم
Copy your project's URL and submit it to freeCodeCamp.
انسخ عنوان URL الخاص بمشروعك وأرسله إلى freeCodeCamp.
# --hints--

View File

@@ -10,12 +10,12 @@ dashedName: page-view-time-series-visualizer
You will be <a href="https://replit.com/github/freeCodeCamp/boilerplate-page-view-time-series-visualizer" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Replit starter code</a>.
- Start by importing the project on Replit.
- Next, you will see a `.replit` window.
- Select `Use run command` and click the `Done` button.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project:
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
- <a href="https://www.freecodecamp.org/news/python-for-everybody/" target="_blank" rel="noopener noreferrer nofollow">Python for Everybody Video Course</a> (14 hours)
@@ -37,15 +37,15 @@ For each chart, make sure to use a copy of the data frame. Unit tests are writte
The boilerplate also includes commands to save and return the image.
## Development
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
## Testing
## الاختبار
We imported the tests from `test_module.py` to `main.py` for your convenience. The tests will run automatically whenever you hit the "run" button.
## Submitting
## التقديم
Copy your project's URL and submit it to freeCodeCamp.

View File

@@ -10,12 +10,12 @@ dashedName: sea-level-predictor
You will be <a href="https://replit.com/github/freeCodeCamp/boilerplate-sea-level-predictor" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Replit starter code</a>.
- Start by importing the project on Replit.
- Next, you will see a `.replit` window.
- Select `Use run command` and click the `Done` button.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you everything you need to know to complete this project:
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
- <a href="https://www.freecodecamp.org/news/python-for-everybody/" target="_blank" rel="noopener noreferrer nofollow">Python for Everybody Video Course</a> (14 hours)
@@ -37,15 +37,15 @@ Unit tests are written for you under `test_module.py`.
The boilerplate also includes commands to save and return the image.
## Development
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
## Testing
## الاختبار
We imported the tests from `test_module.py` to `main.py` for your convenience. The tests will run automatically whenever you hit the "run" button.
## Submitting
## التقديم
Copy your project's URL and submit it to freeCodeCamp.