From 126621dce1e7b12d5ff2db6bd0bbe00a99abaa50 Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Wed, 14 Jan 2026 20:46:13 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#65155) --- .../locales/chinese-traditional/intro.json | 36 +++++++++++++++++++ client/i18n/locales/chinese/intro.json | 36 +++++++++++++++++++ client/i18n/locales/espanol/intro.json | 36 +++++++++++++++++++ client/i18n/locales/german/intro.json | 36 +++++++++++++++++++ client/i18n/locales/italian/intro.json | 36 +++++++++++++++++++ client/i18n/locales/japanese/intro.json | 36 +++++++++++++++++++ client/i18n/locales/korean/intro.json | 36 +++++++++++++++++++ client/i18n/locales/portuguese/intro.json | 36 +++++++++++++++++++ client/i18n/locales/swahili/intro.json | 36 +++++++++++++++++++ client/i18n/locales/ukrainian/intro.json | 36 +++++++++++++++++++ 10 files changed, 360 insertions(+) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 6b739a426d7..95e51f789df 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -5316,12 +5316,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7704,6 +7734,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index ee699a42b4b..70888a0b8ac 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -5316,12 +5316,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7704,6 +7734,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index c9ccb4256ad..e3877b9c422 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -5386,12 +5386,42 @@ "classes-and-the-this-keyword": "Clases", "lab-bank-account-manager": "Desarrollar un Programa de Gestión de Cuentas Bancarias", "recursion": "Recursión", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Programación funcional", "asynchronous-javascript": "JavaScript asincrónico", "lab-weather-app": "Desarrolla una aplicación del tiempo", "review-javascript": "Revisión de JavaScript", "javascript-certification-exam": "Examen de certificación de JavaScript" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introducción a JavaScript", @@ -7818,6 +7848,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Trabajando con npm Scripts", "intro": [ diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 2e954fdab6d..f8f13c87da2 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -5330,12 +5330,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7718,6 +7748,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index b6b96af958f..b84a03a6ab8 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -5330,12 +5330,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7718,6 +7748,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 5c3001a4eb7..3c51c73be7a 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -5330,12 +5330,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7718,6 +7748,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 27f353f2004..ed15aa93379 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -5330,12 +5330,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7718,6 +7748,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 5df66645a82..cb6c3c66f7f 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -5386,12 +5386,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Crie um Programa de Gestão de Contas Bancárias", "recursion": "Recursão", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Programação Funcional", "asynchronous-javascript": "JavaScript Assíncrono", "lab-weather-app": "Crie um Aplicativo do Tempo", "review-javascript": "Revisão de JavaScript", "javascript-certification-exam": "Exame de Certificação JavaScript" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introdução ao JavaScript", @@ -7816,6 +7846,12 @@ "Aprenda os fundamentos de como a comunicação web funciona através do modelo de requisição-resposta HTTP, explore diferentes tipos de ativos e respostas web e entenda como os formulários lidam com o envio de dados usando vários métodos HTTP." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Trabalhando com scripts do npm", "intro": [ diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 7edd3681fa4..b25fa7030d8 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -5330,12 +5330,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7718,6 +7748,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [ diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 68614a96861..dfcb562a39c 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -5316,12 +5316,42 @@ "classes-and-the-this-keyword": "Classes", "lab-bank-account-manager": "Build a Bank Account Management Program", "recursion": "Recursion", + "data-structures": "Data Structures", + "algorithms": "Algorithms", + "graphs-and-trees": "Graphs and Trees", + "dynamic-programming": "Dynamic Programming", "functional-programming": "Functional Programming", "asynchronous-javascript": "Asynchronous JavaScript", "lab-weather-app": "Build a Weather App", "review-javascript": "JavaScript Review", "javascript-certification-exam": "JavaScript Certification Exam" }, + "module-intros": { + "data-structures": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about linked lists, stacks, queues and more." + ] + }, + "algorithms": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more." + ] + }, + "graphs-and-trees": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn about graphs, trees and tries." + ] + }, + "dynamic-programming": { + "note": "Coming Spring 2026", + "intro": [ + "In this module, you will learn how dynamic programming works." + ] + } + }, "blocks": { "lecture-introduction-to-javascript": { "title": "Introduction to JavaScript", @@ -7704,6 +7734,12 @@ "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." ] }, + "lecture-introduction-to-npm": { + "title": "Introduction to npm", + "intro": [ + "In these lessons, you will learn about npm, and how it can help you manage your project's dependencies." + ] + }, "lecture-working-with-npm-scripts": { "title": "Working with npm Scripts", "intro": [