From 2f9057158359338dbbe4829d39a9504edebb598a Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Wed, 15 Oct 2025 22:14:32 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#62825) --- .../locales/chinese-traditional/intro.json | 32 ++++++++++++----- client/i18n/locales/chinese/intro.json | 32 ++++++++++++----- client/i18n/locales/espanol/intro.json | 32 ++++++++++++----- client/i18n/locales/german/intro.json | 32 ++++++++++++----- client/i18n/locales/italian/intro.json | 32 ++++++++++++----- client/i18n/locales/japanese/intro.json | 32 ++++++++++++----- client/i18n/locales/korean/intro.json | 32 ++++++++++++----- client/i18n/locales/portuguese/intro.json | 34 +++++++++++++------ client/i18n/locales/swahili/intro.json | 32 ++++++++++++----- client/i18n/locales/ukrainian/intro.json | 32 ++++++++++++----- 10 files changed, 231 insertions(+), 91 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 73171f14b6a..b50969fdc82 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -3590,10 +3590,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4576,6 +4576,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5012,9 +5018,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6303,10 +6313,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 8a72f090c28..532dd42174a 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -3590,10 +3590,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4576,6 +4576,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5012,9 +5018,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6303,10 +6313,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index b1916e7816d..f28f3e67669 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -3604,10 +3604,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4590,6 +4590,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5026,9 +5032,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6317,10 +6327,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 0d55891a63f..9d99f783332 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -3604,10 +3604,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4590,6 +4590,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5026,9 +5032,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6317,10 +6327,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 2f030dc5973..ad49a7c32b8 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -3604,10 +3604,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4590,6 +4590,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5026,9 +5032,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6317,10 +6327,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 8c0a93f68f7..11ada54de3c 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -3604,10 +3604,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4590,6 +4590,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5026,9 +5032,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6317,10 +6327,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index cec57cd0905..cd5baf31659 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -3604,10 +3604,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4590,6 +4590,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5026,9 +5032,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6317,10 +6327,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 879eb7d5d59..5a08ed7ccc7 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -3630,10 +3630,10 @@ "Neste laboratório, você criará uma função que percorre um array de objetos e retorna um array de todos os objetos que têm pares de propriedade e valor correspondentes." ] }, - "lab-sum-all-primes-calculator": { - "title": "Crie uma Calculadora de Soma de Números Primos", + "lab-prime-number-sum-calculator": { + "title": "Build a Prime Number Sum Calculator", "intro": [ - "Neste laboratório, você criará uma calculadora que soma todos os números primos até um determinado número." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4632,6 +4632,12 @@ "Neste workshop, você aprenderá sobre classes, objetos e métodos em Python criando um inventário simples de instrumentos musicais." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Crie um Aplicativo de Orçamento", "intro": [ @@ -5082,9 +5088,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6373,10 +6383,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 0e202c76878..01a9f2331cd 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -3604,10 +3604,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4590,6 +4590,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Build a Budget App", "intro": [ @@ -5026,9 +5032,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6317,10 +6327,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 92bc35a516a..bf522d774f7 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -3600,10 +3600,10 @@ "In this lab, you will create a function that looks through an array of objects and returns an array of all objects that have matching property and value pairs." ] }, - "lab-sum-all-primes-calculator": { + "lab-prime-number-sum-calculator": { "title": "Build a Prime Number Sum Calculator", "intro": [ - "In this lab you will build a sum all primes calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." + "In this lab you will build a prime number sum calculator that takes a number and returns the sum of all prime numbers that are less than or equal to that number." ] }, "lab-range-based-lcm-calculator": { @@ -4576,6 +4576,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "workshop-email-simulator": { + "title": "Build an Email Simulator", + "intro": [ + "In this workshop you will implement classes and objects by building an email simulator that simulates sending, receiving, and managing emails between different users." + ] + }, "lab-budget-app": { "title": "Створіть застосунок для ведення бюджету", "intro": [ @@ -5010,9 +5016,13 @@ "title": "JavaScript Certification", "intro": [ "This course teaches you core JavaScript programming concepts such as working with variables, functions, objects, arrays, and control flow. You'll also learn how to manipulate the DOM, handle events, and apply techniques like asynchronous programming, functional programming, and accessibility best practices.", - "To earn your JavaScript Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the JavaScript Certification exam." + "To qualify for the exam, you must complete the following projects:", + "- Build a Markdown to HTML Converter", + "- Build a Drum Machine", + "- Build a Voting System", + "- Build a Bank Account Management Program", + "- Build a Weather App", + "Pass the exam to earn your JavaScript Certification." ], "chapters": { "javascript": "JavaScript" @@ -6301,10 +6311,14 @@ "responsive-web-design-v9": { "title": "Responsive Web Design Certification", "intro": [ - "This course teaches you the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", - "To earn your Responsive Web Design Certification:", - "- Complete the five required projects to qualify for the certification exam.", - "- Pass the Responsive Web Design Certification exam." + "This course teaches the fundamentals of HTML and CSS, including modern layout, design, accessibility, and responsive web development. You'll build practical projects and gain the skills to create professional, user-friendly webpages.", + "To qualify for the exam, you must complete the following projects:", + "- Build a Survey Form", + "- Build a Page of Playing Cards", + "- Build a Book Inventory App", + "- Build a Technical Documentation Page", + "- Build a Product Landing Page", + "Pass the exam to earn your Responsive Web Design Certification." ], "chapters": { "html": "HTML",