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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
camperbot
2024-02-20 06:57:27 +05:30
committed by GitHub
parent 31f5e9be21
commit bf7ae1ed67
7213 changed files with 257817 additions and 24276 deletions

View File

@@ -8,12 +8,7 @@ dashedName: demographic-data-analyzer
# --description--
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>.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
You will be <a href="https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/boilerplate-demographic-data-analyzer/" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Gitpod starter code</a>.
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:
@@ -47,17 +42,15 @@ You must use Pandas to answer the following questions:
- What country has the highest percentage of people that earn >50K and what is that percentage?
- Identify the most popular occupation for those who earn >50K in India.
Use the starter code in the file `demographic_data_analyzer`. Update the code so all variables set to "None" are set to the appropriate calculation or code. Round all decimals to the nearest tenth.
Unit tests are written for you under `test_module.py`.
Use the starter code in the file `demographic_data_analyzer.py`. Update the code so all variables set to `None` are set to the appropriate calculation or code. Round all decimals to the nearest tenth.
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
Write your code in `demographic_data_analyzer.py`. For development, you can use `main.py` to test your code.
## الاختبار
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.
The unit tests for this project are in `test_module.py`. We imported the tests from `test_module.py` to `main.py` for your convenience.
## التقديم

View File

@@ -8,12 +8,7 @@ dashedName: mean-variance-standard-deviation-calculator
# --description--
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>.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
You will be <a href="https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/boilerplate-mean-variance-standard-deviation-calculator/" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Gitpod starter code</a>.
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
@@ -55,15 +50,13 @@ 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`.
## التطوير
For development, you can use `main.py` to test your `calculate()` function. انقر فوق زر "run" (التشغيل) و `main.py` سيتم تشغيله.
Write your code in `mean_var_std.py`. For development, you can use `main.py` to test your code.
## الاختبار
We imported the tests from `test_module.py` to `main.py` for your convenience. سيتم تشغيل الاختبارات تلقائياً عندما تضغط على زر "run".
The unit tests for this project are in `test_module.py`. We imported the tests from `test_module.py` to `main.py` for your convenience.
## التقديم

View File

@@ -8,12 +8,7 @@ dashedName: medical-data-visualizer
# --description--
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>.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
You will be <a href="https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/boilerplate-medical-data-visualizer/" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Gitpod starter code</a>.
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
@@ -65,15 +60,13 @@ Use the data to complete the following tasks in `medical_data_visualizer.py`:
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`.
## التطوير
For development, you can use `main.py` to test your functions. انقر فوق زر "run" (تشغيل) و `main.py` سيتم تشغيله.
Write your code in `medical_data_visualizer.py`. For development, you can use `main.py` to test your code.
## الاختبار
قمنا باستيراد الاختبارات من `test_module.py` إلى `main.py` من أجل تسهيل العملية لك. سيتم تشغيل الاختبارات تلقائياً عندما تضغط على زر "run"(تشغيل).
The unit tests for this project are in `test_module.py`. قمنا باستيراد الاختبارات من `test_module.py` إلى `main.py` من أجل تسهيل العملية لك.
## التسليم

View File

@@ -8,12 +8,7 @@ dashedName: page-view-time-series-visualizer
# --description--
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>.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
You will be <a href="https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/boilerplate-page-view-time-series-visualizer" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Gitpod starter code</a>.
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
@@ -33,17 +28,17 @@ Use the data to complete the following tasks:
- Create a `draw_bar_plot` function that draws a bar chart similar to "examples/Figure_2.png". It should show average daily page views for each month grouped by year. The legend should show month labels and have a title of `Months`. On the chart, the label on the x axis should be `Years` and the label on the y axis should be `Average Page Views`.
- Create a `draw_box_plot` function that uses Seaborn to draw two adjacent box plots similar to "examples/Figure_3.png". These box plots should show how the values are distributed within a given year or month and how it compares over time. The title of the first chart should be `Year-wise Box Plot (Trend)` and the title of the second chart should be `Month-wise Box Plot (Seasonality)`. Make sure the month labels on bottom start at `Jan` and the x and y axis are labeled correctly. The boilerplate includes commands to prepare the data.
For each chart, make sure to use a copy of the data frame. Unit tests are written for you under `test_module.py`.
For each chart, make sure to use a copy of the data frame.
The boilerplate also includes commands to save and return the image.
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
Write your code in `time_series_visualizer.py`. For development, you can use `main.py` to test your code.
## الاختبار
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.
The unit tests for this project are in `test_module.py`. We imported the tests from `test_module.py` to `main.py` for your convenience.
## التقديم

View File

@@ -8,12 +8,7 @@ dashedName: sea-level-predictor
# --description--
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>.
- ابدأ باستيراد (import) المشروع على Replit.
- بعد ذلك، سترى نافذة `.replit`.
- اختار `Use run command` وانقر على زر `Done`.
You will be <a href="https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/boilerplate-sea-level-predictor/" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Gitpod starter code</a>.
وما زلنا نطور الجزء التعليمي التفاعلي من منهج Python. الآن، إليك بعض مقاطع الفيديو على قناة اليوتيوب الخاصة بي freeCodeCamp.org التي ستعلمك كلّما تحتاج إليه لإكمال هذا المشروع:
@@ -33,17 +28,15 @@ Use the data to complete the following tasks:
- Plot a new line of best fit just using the data from year 2000 through the most recent year in the dataset. Make the line also go through the year 2050 to predict the sea level rise in 2050 if the rate of rise continues as it has since the year 2000.
- The x label should be `Year`, the y label should be `Sea Level (inches)`, and the title should be `Rise in Sea Level`.
Unit tests are written for you under `test_module.py`.
The boilerplate also includes commands to save and return the image.
## التطوير
For development, you can use `main.py` to test your functions. Click the "run" button and `main.py` will run.
Write your code in `sea_level_predictor.py`. For development, you can use `main.py` to test your code.
## الاختبار
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.
The unit tests for this project are in `test_module.py`. We imported the tests from `test_module.py` to `main.py` for your convenience.
## التقديم