chore: manual translations (#42811)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-07-09 21:23:54 -07:00
committed by GitHub
parent a3395269a0
commit c4fd49e5b7
806 changed files with 8935 additions and 4378 deletions

View File

@ -1,6 +1,6 @@
---
id: 5e7b9f0a0b6c005b0e76f069
title: Diccionarios y ciclos
title: Dictionaries and Loops
challengeType: 11
videoId: EEmekKiKG70
dashedName: dictionaries-and-loops

View File

@ -2,6 +2,7 @@
id: 5e44412c903586ffb414c94c
title: Arithmetic Formatter
challengeType: 10
forumTopicId: 462359
dashedName: arithmetic-formatter
---
@ -9,7 +10,7 @@ dashedName: arithmetic-formatter
Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side.
You can access [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-arithmetic-formatter).
You can access [the full project description and starter code on Replit](https://replit.com/github/freeCodeCamp/boilerplate-arithmetic-formatter).
After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.

View File

@ -2,6 +2,7 @@
id: 5e44413e903586ffb414c94e
title: Budget App
challengeType: 10
forumTopicId: 462361
dashedName: budget-app
---
@ -9,7 +10,7 @@ dashedName: budget-app
Create a "Category" class that can be used to create different budget categories.
You can access [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-budget-app).
You can access [the full project description and starter code on Replit](https://replit.com/github/freeCodeCamp/boilerplate-budget-app).
After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.

View File

@ -2,6 +2,7 @@
id: 5e444147903586ffb414c94f
title: Polygon Area Calculator
challengeType: 10
forumTopicId: 462363
dashedName: polygon-area-calculator
---
@ -9,7 +10,7 @@ dashedName: polygon-area-calculator
In this project you will use object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rectangle and inherit methods and attributes.
You can access [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-polygon-area-calculator).
You can access [the full project description and starter code on Replit](https://replit.com/github/freeCodeCamp/boilerplate-polygon-area-calculator).
After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.

View File

@ -2,6 +2,7 @@
id: 5e44414f903586ffb414c950
title: Probability Calculator
challengeType: 10
forumTopicId: 462364
dashedName: probability-calculator
---
@ -9,7 +10,7 @@ dashedName: probability-calculator
Write a program to determine the approximate probability of drawing certain balls randomly from a hat.
You can access [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-probability-calculator). After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.
You can access [the full project description and starter code on Replit](https://replit.com/github/freeCodeCamp/boilerplate-probability-calculator). After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.
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:

View File

@ -2,6 +2,7 @@
id: 5e444136903586ffb414c94d
title: Time Calculator
challengeType: 10
forumTopicId: 462360
dashedName: time-calculator
---
@ -9,7 +10,7 @@ dashedName: time-calculator
Write a function named "add_time" that can add a duration to a start time and return the result.
You can access [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-time-calculator). After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.
You can access [the full project description and starter code on Replit](https://replit.com/github/freeCodeCamp/boilerplate-time-calculator). After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.
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: