Skip to content

Commit 126621d

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#65155)
1 parent 5262205 commit 126621d

File tree

10 files changed

+360
-0
lines changed

10 files changed

+360
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5316,12 +5316,42 @@
53165316
"classes-and-the-this-keyword": "Classes",
53175317
"lab-bank-account-manager": "Build a Bank Account Management Program",
53185318
"recursion": "Recursion",
5319+
"data-structures": "Data Structures",
5320+
"algorithms": "Algorithms",
5321+
"graphs-and-trees": "Graphs and Trees",
5322+
"dynamic-programming": "Dynamic Programming",
53195323
"functional-programming": "Functional Programming",
53205324
"asynchronous-javascript": "Asynchronous JavaScript",
53215325
"lab-weather-app": "Build a Weather App",
53225326
"review-javascript": "JavaScript Review",
53235327
"javascript-certification-exam": "JavaScript Certification Exam"
53245328
},
5329+
"module-intros": {
5330+
"data-structures": {
5331+
"note": "Coming Spring 2026",
5332+
"intro": [
5333+
"In this module, you will learn about linked lists, stacks, queues and more."
5334+
]
5335+
},
5336+
"algorithms": {
5337+
"note": "Coming Spring 2026",
5338+
"intro": [
5339+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5340+
]
5341+
},
5342+
"graphs-and-trees": {
5343+
"note": "Coming Spring 2026",
5344+
"intro": [
5345+
"In this module, you will learn about graphs, trees and tries."
5346+
]
5347+
},
5348+
"dynamic-programming": {
5349+
"note": "Coming Spring 2026",
5350+
"intro": [
5351+
"In this module, you will learn how dynamic programming works."
5352+
]
5353+
}
5354+
},
53255355
"blocks": {
53265356
"lecture-introduction-to-javascript": {
53275357
"title": "Introduction to JavaScript",
@@ -7704,6 +7734,12 @@
77047734
"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."
77057735
]
77067736
},
7737+
"lecture-introduction-to-npm": {
7738+
"title": "Introduction to npm",
7739+
"intro": [
7740+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7741+
]
7742+
},
77077743
"lecture-working-with-npm-scripts": {
77087744
"title": "Working with npm Scripts",
77097745
"intro": [

client/i18n/locales/chinese/intro.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5316,12 +5316,42 @@
53165316
"classes-and-the-this-keyword": "Classes",
53175317
"lab-bank-account-manager": "Build a Bank Account Management Program",
53185318
"recursion": "Recursion",
5319+
"data-structures": "Data Structures",
5320+
"algorithms": "Algorithms",
5321+
"graphs-and-trees": "Graphs and Trees",
5322+
"dynamic-programming": "Dynamic Programming",
53195323
"functional-programming": "Functional Programming",
53205324
"asynchronous-javascript": "Asynchronous JavaScript",
53215325
"lab-weather-app": "Build a Weather App",
53225326
"review-javascript": "JavaScript Review",
53235327
"javascript-certification-exam": "JavaScript Certification Exam"
53245328
},
5329+
"module-intros": {
5330+
"data-structures": {
5331+
"note": "Coming Spring 2026",
5332+
"intro": [
5333+
"In this module, you will learn about linked lists, stacks, queues and more."
5334+
]
5335+
},
5336+
"algorithms": {
5337+
"note": "Coming Spring 2026",
5338+
"intro": [
5339+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5340+
]
5341+
},
5342+
"graphs-and-trees": {
5343+
"note": "Coming Spring 2026",
5344+
"intro": [
5345+
"In this module, you will learn about graphs, trees and tries."
5346+
]
5347+
},
5348+
"dynamic-programming": {
5349+
"note": "Coming Spring 2026",
5350+
"intro": [
5351+
"In this module, you will learn how dynamic programming works."
5352+
]
5353+
}
5354+
},
53255355
"blocks": {
53265356
"lecture-introduction-to-javascript": {
53275357
"title": "Introduction to JavaScript",
@@ -7704,6 +7734,12 @@
77047734
"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."
77057735
]
77067736
},
7737+
"lecture-introduction-to-npm": {
7738+
"title": "Introduction to npm",
7739+
"intro": [
7740+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7741+
]
7742+
},
77077743
"lecture-working-with-npm-scripts": {
77087744
"title": "Working with npm Scripts",
77097745
"intro": [

client/i18n/locales/espanol/intro.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5386,12 +5386,42 @@
53865386
"classes-and-the-this-keyword": "Clases",
53875387
"lab-bank-account-manager": "Desarrollar un Programa de Gestión de Cuentas Bancarias",
53885388
"recursion": "Recursión",
5389+
"data-structures": "Data Structures",
5390+
"algorithms": "Algorithms",
5391+
"graphs-and-trees": "Graphs and Trees",
5392+
"dynamic-programming": "Dynamic Programming",
53895393
"functional-programming": "Programación funcional",
53905394
"asynchronous-javascript": "JavaScript asincrónico",
53915395
"lab-weather-app": "Desarrolla una aplicación del tiempo",
53925396
"review-javascript": "Revisión de JavaScript",
53935397
"javascript-certification-exam": "Examen de certificación de JavaScript"
53945398
},
5399+
"module-intros": {
5400+
"data-structures": {
5401+
"note": "Coming Spring 2026",
5402+
"intro": [
5403+
"In this module, you will learn about linked lists, stacks, queues and more."
5404+
]
5405+
},
5406+
"algorithms": {
5407+
"note": "Coming Spring 2026",
5408+
"intro": [
5409+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5410+
]
5411+
},
5412+
"graphs-and-trees": {
5413+
"note": "Coming Spring 2026",
5414+
"intro": [
5415+
"In this module, you will learn about graphs, trees and tries."
5416+
]
5417+
},
5418+
"dynamic-programming": {
5419+
"note": "Coming Spring 2026",
5420+
"intro": [
5421+
"In this module, you will learn how dynamic programming works."
5422+
]
5423+
}
5424+
},
53955425
"blocks": {
53965426
"lecture-introduction-to-javascript": {
53975427
"title": "Introducción a JavaScript",
@@ -7818,6 +7848,12 @@
78187848
"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."
78197849
]
78207850
},
7851+
"lecture-introduction-to-npm": {
7852+
"title": "Introduction to npm",
7853+
"intro": [
7854+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7855+
]
7856+
},
78217857
"lecture-working-with-npm-scripts": {
78227858
"title": "Trabajando con npm Scripts",
78237859
"intro": [

client/i18n/locales/german/intro.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,12 +5330,42 @@
53305330
"classes-and-the-this-keyword": "Classes",
53315331
"lab-bank-account-manager": "Build a Bank Account Management Program",
53325332
"recursion": "Recursion",
5333+
"data-structures": "Data Structures",
5334+
"algorithms": "Algorithms",
5335+
"graphs-and-trees": "Graphs and Trees",
5336+
"dynamic-programming": "Dynamic Programming",
53335337
"functional-programming": "Functional Programming",
53345338
"asynchronous-javascript": "Asynchronous JavaScript",
53355339
"lab-weather-app": "Build a Weather App",
53365340
"review-javascript": "JavaScript Review",
53375341
"javascript-certification-exam": "JavaScript Certification Exam"
53385342
},
5343+
"module-intros": {
5344+
"data-structures": {
5345+
"note": "Coming Spring 2026",
5346+
"intro": [
5347+
"In this module, you will learn about linked lists, stacks, queues and more."
5348+
]
5349+
},
5350+
"algorithms": {
5351+
"note": "Coming Spring 2026",
5352+
"intro": [
5353+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5354+
]
5355+
},
5356+
"graphs-and-trees": {
5357+
"note": "Coming Spring 2026",
5358+
"intro": [
5359+
"In this module, you will learn about graphs, trees and tries."
5360+
]
5361+
},
5362+
"dynamic-programming": {
5363+
"note": "Coming Spring 2026",
5364+
"intro": [
5365+
"In this module, you will learn how dynamic programming works."
5366+
]
5367+
}
5368+
},
53395369
"blocks": {
53405370
"lecture-introduction-to-javascript": {
53415371
"title": "Introduction to JavaScript",
@@ -7718,6 +7748,12 @@
77187748
"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."
77197749
]
77207750
},
7751+
"lecture-introduction-to-npm": {
7752+
"title": "Introduction to npm",
7753+
"intro": [
7754+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7755+
]
7756+
},
77217757
"lecture-working-with-npm-scripts": {
77227758
"title": "Working with npm Scripts",
77237759
"intro": [

client/i18n/locales/italian/intro.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,12 +5330,42 @@
53305330
"classes-and-the-this-keyword": "Classes",
53315331
"lab-bank-account-manager": "Build a Bank Account Management Program",
53325332
"recursion": "Recursion",
5333+
"data-structures": "Data Structures",
5334+
"algorithms": "Algorithms",
5335+
"graphs-and-trees": "Graphs and Trees",
5336+
"dynamic-programming": "Dynamic Programming",
53335337
"functional-programming": "Functional Programming",
53345338
"asynchronous-javascript": "Asynchronous JavaScript",
53355339
"lab-weather-app": "Build a Weather App",
53365340
"review-javascript": "JavaScript Review",
53375341
"javascript-certification-exam": "JavaScript Certification Exam"
53385342
},
5343+
"module-intros": {
5344+
"data-structures": {
5345+
"note": "Coming Spring 2026",
5346+
"intro": [
5347+
"In this module, you will learn about linked lists, stacks, queues and more."
5348+
]
5349+
},
5350+
"algorithms": {
5351+
"note": "Coming Spring 2026",
5352+
"intro": [
5353+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5354+
]
5355+
},
5356+
"graphs-and-trees": {
5357+
"note": "Coming Spring 2026",
5358+
"intro": [
5359+
"In this module, you will learn about graphs, trees and tries."
5360+
]
5361+
},
5362+
"dynamic-programming": {
5363+
"note": "Coming Spring 2026",
5364+
"intro": [
5365+
"In this module, you will learn how dynamic programming works."
5366+
]
5367+
}
5368+
},
53395369
"blocks": {
53405370
"lecture-introduction-to-javascript": {
53415371
"title": "Introduction to JavaScript",
@@ -7718,6 +7748,12 @@
77187748
"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."
77197749
]
77207750
},
7751+
"lecture-introduction-to-npm": {
7752+
"title": "Introduction to npm",
7753+
"intro": [
7754+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7755+
]
7756+
},
77217757
"lecture-working-with-npm-scripts": {
77227758
"title": "Working with npm Scripts",
77237759
"intro": [

client/i18n/locales/japanese/intro.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,12 +5330,42 @@
53305330
"classes-and-the-this-keyword": "Classes",
53315331
"lab-bank-account-manager": "Build a Bank Account Management Program",
53325332
"recursion": "Recursion",
5333+
"data-structures": "Data Structures",
5334+
"algorithms": "Algorithms",
5335+
"graphs-and-trees": "Graphs and Trees",
5336+
"dynamic-programming": "Dynamic Programming",
53335337
"functional-programming": "Functional Programming",
53345338
"asynchronous-javascript": "Asynchronous JavaScript",
53355339
"lab-weather-app": "Build a Weather App",
53365340
"review-javascript": "JavaScript Review",
53375341
"javascript-certification-exam": "JavaScript Certification Exam"
53385342
},
5343+
"module-intros": {
5344+
"data-structures": {
5345+
"note": "Coming Spring 2026",
5346+
"intro": [
5347+
"In this module, you will learn about linked lists, stacks, queues and more."
5348+
]
5349+
},
5350+
"algorithms": {
5351+
"note": "Coming Spring 2026",
5352+
"intro": [
5353+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5354+
]
5355+
},
5356+
"graphs-and-trees": {
5357+
"note": "Coming Spring 2026",
5358+
"intro": [
5359+
"In this module, you will learn about graphs, trees and tries."
5360+
]
5361+
},
5362+
"dynamic-programming": {
5363+
"note": "Coming Spring 2026",
5364+
"intro": [
5365+
"In this module, you will learn how dynamic programming works."
5366+
]
5367+
}
5368+
},
53395369
"blocks": {
53405370
"lecture-introduction-to-javascript": {
53415371
"title": "Introduction to JavaScript",
@@ -7718,6 +7748,12 @@
77187748
"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."
77197749
]
77207750
},
7751+
"lecture-introduction-to-npm": {
7752+
"title": "Introduction to npm",
7753+
"intro": [
7754+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7755+
]
7756+
},
77217757
"lecture-working-with-npm-scripts": {
77227758
"title": "Working with npm Scripts",
77237759
"intro": [

client/i18n/locales/korean/intro.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,12 +5330,42 @@
53305330
"classes-and-the-this-keyword": "Classes",
53315331
"lab-bank-account-manager": "Build a Bank Account Management Program",
53325332
"recursion": "Recursion",
5333+
"data-structures": "Data Structures",
5334+
"algorithms": "Algorithms",
5335+
"graphs-and-trees": "Graphs and Trees",
5336+
"dynamic-programming": "Dynamic Programming",
53335337
"functional-programming": "Functional Programming",
53345338
"asynchronous-javascript": "Asynchronous JavaScript",
53355339
"lab-weather-app": "Build a Weather App",
53365340
"review-javascript": "JavaScript Review",
53375341
"javascript-certification-exam": "JavaScript Certification Exam"
53385342
},
5343+
"module-intros": {
5344+
"data-structures": {
5345+
"note": "Coming Spring 2026",
5346+
"intro": [
5347+
"In this module, you will learn about linked lists, stacks, queues and more."
5348+
]
5349+
},
5350+
"algorithms": {
5351+
"note": "Coming Spring 2026",
5352+
"intro": [
5353+
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
5354+
]
5355+
},
5356+
"graphs-and-trees": {
5357+
"note": "Coming Spring 2026",
5358+
"intro": [
5359+
"In this module, you will learn about graphs, trees and tries."
5360+
]
5361+
},
5362+
"dynamic-programming": {
5363+
"note": "Coming Spring 2026",
5364+
"intro": [
5365+
"In this module, you will learn how dynamic programming works."
5366+
]
5367+
}
5368+
},
53395369
"blocks": {
53405370
"lecture-introduction-to-javascript": {
53415371
"title": "Introduction to JavaScript",
@@ -7718,6 +7748,12 @@
77187748
"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."
77197749
]
77207750
},
7751+
"lecture-introduction-to-npm": {
7752+
"title": "Introduction to npm",
7753+
"intro": [
7754+
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
7755+
]
7756+
},
77217757
"lecture-working-with-npm-scripts": {
77227758
"title": "Working with npm Scripts",
77237759
"intro": [

0 commit comments

Comments
 (0)