Skip to content

Commit 16e13a2

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#66237)
1 parent 8f43f47 commit 16e13a2

10 files changed

Lines changed: 366 additions & 172 deletions

File tree

client/i18n/locales/chinese-traditional/intro.json

Lines changed: 87 additions & 74 deletions
Large diffs are not rendered by default.

client/i18n/locales/chinese/intro.json

Lines changed: 87 additions & 74 deletions
Large diffs are not rendered by default.

client/i18n/locales/espanol/intro.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3300,6 +3300,12 @@
33003300
"Pon a prueba tus conocimientos de recursión con este cuestionario."
33013301
]
33023302
},
3303+
"lecture-working-with-common-data-structures-js": {
3304+
"title": "Working with Common Data Structures",
3305+
"intro": [
3306+
"Learn about common data structures and how to work with them in JavaScript."
3307+
]
3308+
},
33033309
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
33043310
"title": "Introducción a los algoritmos comunes de búsqueda y ordenamiento.",
33053311
"intro": [
@@ -3436,7 +3442,6 @@
34363442
},
34373443
"front-end-development-libraries-v9": {
34383444
"title": "Front-End Development Libraries Certification",
3439-
"note": "Esta certificación está actualmente en desarrollo y estará disponible pronto. Recomendamos completar los cursos disponibles a continuación para prepararte para el examen de certificación una vez que sea lanzado.",
34403445
"intro": [
34413446
"Este curso te enseña las bibliotecas que los desarrolladores usan para construir páginas web: React, TypeScript, y más.",
34423447
"To earn your Front-End Development Libraries Certification:",
@@ -3747,6 +3752,12 @@
37473752
"En estas lecciones, aprenderás sobre los conceptos básicos de visualización de datos."
37483753
]
37493754
},
3755+
"lab-scatterplot-graph": {
3756+
"title": "Build a Scatterplot Graph",
3757+
"intro": [
3758+
"In this lab you will create a d3 scatterplot graph using a provided dataset."
3759+
]
3760+
},
37503761
"lecture-introduction-to-typescript": {
37513762
"title": "Introducción a TypeScript",
37523763
"intro": [
@@ -4545,7 +4556,6 @@
45454556
},
45464557
"back-end-development-and-apis-v9": {
45474558
"title": "Back-End Development and APIs Certification",
4548-
"note": "Esta certificación está actualmente en desarrollo y estará disponible pronto.",
45494559
"intro": [
45504560
"This course teaches you the fundamentals of back-end development and APIs.",
45514561
"To earn your Back-End Development and APIs Certification:",
@@ -4701,6 +4711,12 @@
47014711
"Aprende los fundamentos de cómo funciona la comunicación web a través del modelo de solicitud-respuesta HTTP, explora diferentes tipos de recursos web y respuestas, y comprende cómo los formularios manejan el envío de datos utilizando varios métodos HTTP."
47024712
]
47034713
},
4714+
"lecture-understanding-rest-api-and-web-services": {
4715+
"title": "Understanding the REST API and Web Services",
4716+
"intro": [
4717+
"In these lessons, you will learn about REST APIs and web services, and how they allow different applications to communicate with each other over the internet."
4718+
]
4719+
},
47044720
"lecture-introduction-to-npm": {
47054721
"title": "Introducción a npm",
47064722
"intro": [
@@ -4723,7 +4739,6 @@
47234739
},
47244740
"full-stack-developer-v9": {
47254741
"title": "Certified Full-Stack Developer Curriculum",
4726-
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
47274742
"intro": [
47284743
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
47294744
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
@@ -5809,6 +5824,12 @@
58095824
"En este taller, utilizarás Flexbox para crear una página web de galería de fotos responsiva."
58105825
]
58115826
},
5827+
"workshop-colorful-boxes": {
5828+
"title": "Design a Set of Colorful Boxes",
5829+
"intro": [
5830+
"In this workshop, you will practice working with CSS flexbox by designing a set of colored boxes."
5831+
]
5832+
},
58125833
"lab-pricing-plans-layout": {
58135834
"title": "Diseñar una Página de Diseño de Planes de Precios",
58145835
"intro": [

client/i18n/locales/german/intro.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,12 @@
32863286
"title": "Recursion Quiz",
32873287
"intro": ["Test your knowledge of Recursion with this quiz."]
32883288
},
3289+
"lecture-working-with-common-data-structures-js": {
3290+
"title": "Working with Common Data Structures",
3291+
"intro": [
3292+
"Learn about common data structures and how to work with them in JavaScript."
3293+
]
3294+
},
32893295
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
32903296
"title": "Introduction to Common Searching and Sorting Algorithms",
32913297
"intro": [
@@ -3420,7 +3426,6 @@
34203426
},
34213427
"front-end-development-libraries-v9": {
34223428
"title": "Front-End Development Libraries Certification",
3423-
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
34243429
"intro": [
34253430
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
34263431
"To earn your Front-End Development Libraries Certification:",
@@ -3725,6 +3730,12 @@
37253730
"In these lessons, you will learn about basic data visualization concepts."
37263731
]
37273732
},
3733+
"lab-scatterplot-graph": {
3734+
"title": "Build a Scatterplot Graph",
3735+
"intro": [
3736+
"In this lab you will create a d3 scatterplot graph using a provided dataset."
3737+
]
3738+
},
37283739
"lecture-introduction-to-typescript": {
37293740
"title": "Introduction to TypeScript",
37303741
"intro": [
@@ -4505,7 +4516,6 @@
45054516
},
45064517
"back-end-development-and-apis-v9": {
45074518
"title": "Back-End Development and APIs Certification",
4508-
"note": "This certification is currently in development and will be available soon.",
45094519
"intro": [
45104520
"This course teaches you the fundamentals of back-end development and APIs.",
45114521
"To earn your Back-End Development and APIs Certification:",
@@ -4659,6 +4669,12 @@
46594669
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
46604670
]
46614671
},
4672+
"lecture-understanding-rest-api-and-web-services": {
4673+
"title": "Understanding the REST API and Web Services",
4674+
"intro": [
4675+
"In these lessons, you will learn about REST APIs and web services, and how they allow different applications to communicate with each other over the internet."
4676+
]
4677+
},
46624678
"lecture-introduction-to-npm": {
46634679
"title": "Introduction to npm",
46644680
"intro": [
@@ -4681,7 +4697,6 @@
46814697
},
46824698
"full-stack-developer-v9": {
46834699
"title": "Certified Full-Stack Developer Curriculum",
4684-
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
46854700
"intro": [
46864701
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
46874702
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
@@ -5763,6 +5778,12 @@
57635778
"In this workshop, you'll use Flexbox to build a responsive photo gallery webpage."
57645779
]
57655780
},
5781+
"workshop-colorful-boxes": {
5782+
"title": "Design a Set of Colorful Boxes",
5783+
"intro": [
5784+
"In this workshop, you will practice working with CSS flexbox by designing a set of colored boxes."
5785+
]
5786+
},
57665787
"lab-pricing-plans-layout": {
57675788
"title": "Design a Pricing Plans Layout Page",
57685789
"intro": [

client/i18n/locales/italian/intro.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,12 @@
32863286
"title": "Recursion Quiz",
32873287
"intro": ["Test your knowledge of Recursion with this quiz."]
32883288
},
3289+
"lecture-working-with-common-data-structures-js": {
3290+
"title": "Working with Common Data Structures",
3291+
"intro": [
3292+
"Learn about common data structures and how to work with them in JavaScript."
3293+
]
3294+
},
32893295
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
32903296
"title": "Introduction to Common Searching and Sorting Algorithms",
32913297
"intro": [
@@ -3420,7 +3426,6 @@
34203426
},
34213427
"front-end-development-libraries-v9": {
34223428
"title": "Front-End Development Libraries Certification",
3423-
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
34243429
"intro": [
34253430
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
34263431
"To earn your Front-End Development Libraries Certification:",
@@ -3725,6 +3730,12 @@
37253730
"In these lessons, you will learn about basic data visualization concepts."
37263731
]
37273732
},
3733+
"lab-scatterplot-graph": {
3734+
"title": "Build a Scatterplot Graph",
3735+
"intro": [
3736+
"In this lab you will create a d3 scatterplot graph using a provided dataset."
3737+
]
3738+
},
37283739
"lecture-introduction-to-typescript": {
37293740
"title": "Introduction to TypeScript",
37303741
"intro": [
@@ -4505,7 +4516,6 @@
45054516
},
45064517
"back-end-development-and-apis-v9": {
45074518
"title": "Back-End Development and APIs Certification",
4508-
"note": "This certification is currently in development and will be available soon.",
45094519
"intro": [
45104520
"This course teaches you the fundamentals of back-end development and APIs.",
45114521
"To earn your Back-End Development and APIs Certification:",
@@ -4659,6 +4669,12 @@
46594669
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
46604670
]
46614671
},
4672+
"lecture-understanding-rest-api-and-web-services": {
4673+
"title": "Understanding the REST API and Web Services",
4674+
"intro": [
4675+
"In these lessons, you will learn about REST APIs and web services, and how they allow different applications to communicate with each other over the internet."
4676+
]
4677+
},
46624678
"lecture-introduction-to-npm": {
46634679
"title": "Introduction to npm",
46644680
"intro": [
@@ -4681,7 +4697,6 @@
46814697
},
46824698
"full-stack-developer-v9": {
46834699
"title": "Certified Full-Stack Developer Curriculum",
4684-
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
46854700
"intro": [
46864701
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
46874702
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
@@ -5763,6 +5778,12 @@
57635778
"In this workshop, you'll use Flexbox to build a responsive photo gallery webpage."
57645779
]
57655780
},
5781+
"workshop-colorful-boxes": {
5782+
"title": "Design a Set of Colorful Boxes",
5783+
"intro": [
5784+
"In this workshop, you will practice working with CSS flexbox by designing a set of colored boxes."
5785+
]
5786+
},
57665787
"lab-pricing-plans-layout": {
57675788
"title": "Design a Pricing Plans Layout Page",
57685789
"intro": [

client/i18n/locales/japanese/intro.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,12 @@
32863286
"title": "Recursion Quiz",
32873287
"intro": ["Test your knowledge of Recursion with this quiz."]
32883288
},
3289+
"lecture-working-with-common-data-structures-js": {
3290+
"title": "Working with Common Data Structures",
3291+
"intro": [
3292+
"Learn about common data structures and how to work with them in JavaScript."
3293+
]
3294+
},
32893295
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
32903296
"title": "Introduction to Common Searching and Sorting Algorithms",
32913297
"intro": [
@@ -3420,7 +3426,6 @@
34203426
},
34213427
"front-end-development-libraries-v9": {
34223428
"title": "Front-End Development Libraries Certification",
3423-
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
34243429
"intro": [
34253430
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
34263431
"To earn your Front-End Development Libraries Certification:",
@@ -3725,6 +3730,12 @@
37253730
"In these lessons, you will learn about basic data visualization concepts."
37263731
]
37273732
},
3733+
"lab-scatterplot-graph": {
3734+
"title": "Build a Scatterplot Graph",
3735+
"intro": [
3736+
"In this lab you will create a d3 scatterplot graph using a provided dataset."
3737+
]
3738+
},
37283739
"lecture-introduction-to-typescript": {
37293740
"title": "Introduction to TypeScript",
37303741
"intro": [
@@ -4505,7 +4516,6 @@
45054516
},
45064517
"back-end-development-and-apis-v9": {
45074518
"title": "Back-End Development and APIs Certification",
4508-
"note": "This certification is currently in development and will be available soon.",
45094519
"intro": [
45104520
"This course teaches you the fundamentals of back-end development and APIs.",
45114521
"To earn your Back-End Development and APIs Certification:",
@@ -4659,6 +4669,12 @@
46594669
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
46604670
]
46614671
},
4672+
"lecture-understanding-rest-api-and-web-services": {
4673+
"title": "Understanding the REST API and Web Services",
4674+
"intro": [
4675+
"In these lessons, you will learn about REST APIs and web services, and how they allow different applications to communicate with each other over the internet."
4676+
]
4677+
},
46624678
"lecture-introduction-to-npm": {
46634679
"title": "Introduction to npm",
46644680
"intro": [
@@ -4681,7 +4697,6 @@
46814697
},
46824698
"full-stack-developer-v9": {
46834699
"title": "Certified Full-Stack Developer Curriculum",
4684-
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
46854700
"intro": [
46864701
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
46874702
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
@@ -5763,6 +5778,12 @@
57635778
"In this workshop, you'll use Flexbox to build a responsive photo gallery webpage."
57645779
]
57655780
},
5781+
"workshop-colorful-boxes": {
5782+
"title": "Design a Set of Colorful Boxes",
5783+
"intro": [
5784+
"In this workshop, you will practice working with CSS flexbox by designing a set of colored boxes."
5785+
]
5786+
},
57665787
"lab-pricing-plans-layout": {
57675788
"title": "Design a Pricing Plans Layout Page",
57685789
"intro": [

client/i18n/locales/korean/intro.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3286,6 +3286,12 @@
32863286
"title": "Recursion Quiz",
32873287
"intro": ["Test your knowledge of Recursion with this quiz."]
32883288
},
3289+
"lecture-working-with-common-data-structures-js": {
3290+
"title": "Working with Common Data Structures",
3291+
"intro": [
3292+
"Learn about common data structures and how to work with them in JavaScript."
3293+
]
3294+
},
32893295
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
32903296
"title": "Introduction to Common Searching and Sorting Algorithms",
32913297
"intro": [
@@ -3420,7 +3426,6 @@
34203426
},
34213427
"front-end-development-libraries-v9": {
34223428
"title": "Front-End Development Libraries Certification",
3423-
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
34243429
"intro": [
34253430
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
34263431
"To earn your Front-End Development Libraries Certification:",
@@ -3725,6 +3730,12 @@
37253730
"In these lessons, you will learn about basic data visualization concepts."
37263731
]
37273732
},
3733+
"lab-scatterplot-graph": {
3734+
"title": "Build a Scatterplot Graph",
3735+
"intro": [
3736+
"In this lab you will create a d3 scatterplot graph using a provided dataset."
3737+
]
3738+
},
37283739
"lecture-introduction-to-typescript": {
37293740
"title": "Introduction to TypeScript",
37303741
"intro": [
@@ -4505,7 +4516,6 @@
45054516
},
45064517
"back-end-development-and-apis-v9": {
45074518
"title": "Back-End Development and APIs Certification",
4508-
"note": "This certification is currently in development and will be available soon.",
45094519
"intro": [
45104520
"This course teaches you the fundamentals of back-end development and APIs.",
45114521
"To earn your Back-End Development and APIs Certification:",
@@ -4659,6 +4669,12 @@
46594669
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
46604670
]
46614671
},
4672+
"lecture-understanding-rest-api-and-web-services": {
4673+
"title": "Understanding the REST API and Web Services",
4674+
"intro": [
4675+
"In these lessons, you will learn about REST APIs and web services, and how they allow different applications to communicate with each other over the internet."
4676+
]
4677+
},
46624678
"lecture-introduction-to-npm": {
46634679
"title": "Introduction to npm",
46644680
"intro": [
@@ -4681,7 +4697,6 @@
46814697
},
46824698
"full-stack-developer-v9": {
46834699
"title": "Certified Full-Stack Developer Curriculum",
4684-
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
46854700
"intro": [
46864701
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
46874702
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
@@ -5763,6 +5778,12 @@
57635778
"In this workshop, you'll use Flexbox to build a responsive photo gallery webpage."
57645779
]
57655780
},
5781+
"workshop-colorful-boxes": {
5782+
"title": "Design a Set of Colorful Boxes",
5783+
"intro": [
5784+
"In this workshop, you will practice working with CSS flexbox by designing a set of colored boxes."
5785+
]
5786+
},
57665787
"lab-pricing-plans-layout": {
57675788
"title": "Design a Pricing Plans Layout Page",
57685789
"intro": [

0 commit comments

Comments
 (0)