From eb482c869520f264f88134da3169be8768fe082e Mon Sep 17 00:00:00 2001 From: freeCodeCamp Camper-bot Date: Mon, 18 May 2026 22:18:53 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#67447) --- .../i18n/locales/chinese-traditional/intro.json | 17 +++++++++++++++++ client/i18n/locales/chinese/intro.json | 17 +++++++++++++++++ client/i18n/locales/espanol/intro.json | 17 +++++++++++++++++ client/i18n/locales/german/intro.json | 17 +++++++++++++++++ client/i18n/locales/italian/intro.json | 17 +++++++++++++++++ client/i18n/locales/japanese/intro.json | 17 +++++++++++++++++ client/i18n/locales/korean/intro.json | 17 +++++++++++++++++ client/i18n/locales/portuguese/intro.json | 17 +++++++++++++++++ client/i18n/locales/swahili/intro.json | 17 +++++++++++++++++ client/i18n/locales/ukrainian/intro.json | 17 +++++++++++++++++ 10 files changed, 170 insertions(+) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 50d41aff02d..47ce65599c8 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -4848,6 +4848,13 @@ "在本實驗中,你將實現一個函數,用於查找給定連續字母範圍中缺失的字母,並返回該字母。" ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript 循環複習", "intro": [ @@ -7124,6 +7131,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7501,6 +7514,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index f7373f6a381..0da5b06cf35 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -4848,6 +4848,13 @@ "在本实验中,你将实现一个函数,用于查找给定连续字母范围中缺失的字母,并返回该字母。" ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript 循环复习", "intro": [ @@ -7124,6 +7131,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7501,6 +7514,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 15faf94a8f9..1cd18e2dfe5 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -4942,6 +4942,13 @@ "En este laboratorio, crearás una función que encuentre la letra que falta en un rango dado de letras consecutivas y la devuelva." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "Revisión de Bucles en JavaScript.", "intro": [ @@ -7270,6 +7277,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7647,6 +7660,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index f675dfa4fb1..ccb4a22f590 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -4934,6 +4934,13 @@ "In this lab, you will build a function that finds the missing letter in a given range of consecutive letters and returns it." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript Loops Review", "intro": [ @@ -7232,6 +7239,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7609,6 +7622,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 533ec306011..273e01f29b7 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -4934,6 +4934,13 @@ "In this lab, you will build a function that finds the missing letter in a given range of consecutive letters and returns it." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript Loops Review", "intro": [ @@ -7232,6 +7239,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7609,6 +7622,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 819ede11abd..ef07542e245 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -4934,6 +4934,13 @@ "In this lab, you will build a function that finds the missing letter in a given range of consecutive letters and returns it." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript Loops Review", "intro": [ @@ -7232,6 +7239,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7609,6 +7622,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 859b6054fc0..23ec156c5f4 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -4794,6 +4794,13 @@ "이 실습에서는 주어진 연속문자 범위에서 빠진 문자를 찾아 반환하는 함수를 만들어 보세요." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript 루프 복습", "intro": [ @@ -6984,6 +6991,12 @@ "이 강의들에서는 ExpressJS의 라우팅에 대해 배우며, 라우팅은 웹 애플리케이션의 서로 다른 엔드포인트를 정의하고 클라이언트 요청에 어떻게 응답하는지를 뜻합니다." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "백엔드 개발 및 API 인증시험", "intro": ["이 시험에 합격해 백엔드 개발 및 API 인증을 받으세요"] @@ -7359,6 +7372,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "동료에 대해 말하기", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 1f039a257cb..7ff69cd4a86 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -4972,6 +4972,13 @@ "Neste laboratório, você construirá uma função que encontra a letra faltante em um intervalo dado de letras consecutivas e a retorna." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "Revisão sobre Laços em JavaScript", "intro": [ @@ -7306,6 +7313,12 @@ "Nestas aulas, você aprenderá sobre roteamento no ExpressJS, ou seja, como definir os diferentes endpoints da aplicação web e como eles respondem às solicitações do cliente." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Exame de Certificação de Desenvolvimento Back-End e APIs", "intro": [ @@ -7685,6 +7698,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Falando sobre Colegas", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 81f21d31a7e..b9b7247a0f1 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -4934,6 +4934,13 @@ "In this lab, you will build a function that finds the missing letter in a given range of consecutive letters and returns it." ] }, + "lab-proofreading-tool": { + "title": "Build a Proofreading Tool", + "intro": [ + "In this lab, you will build a proofreading tool that analyzes arrays of words for palindromes and repeated phrases.", + "You will practice for loops and nested loops to check palindromes and find repeated word sequences." + ] + }, "review-javascript-loops": { "title": "JavaScript Loops Review", "intro": [ @@ -7232,6 +7239,12 @@ "In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Understanding Error Handling and Health Checks", + "intro": [ + "In these lessons, you'll learn about error handling and health checks in Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Back-End Development and APIs Certification Exam", "intro": [ @@ -7609,6 +7622,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Talking About Colleagues", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "What Departments Do", + "intro": ["", ""] } } }, diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index b242d27cff9..55d0855d5e2 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -4924,6 +4924,13 @@ "У цій лабораторній роботі ви створите функцію, яка знаходить пропущену літеру в заданому діапазоні послідовних літер і поверне її." ] }, + "lab-proofreading-tool": { + "title": "Створіть інструмент для редагування", + "intro": [ + "У цій лабораторній роботі ви створите інструмент для редагування, який перевіряє масив слів на наявність паліндромів або повторюваних фраз.", + "Ви застосуєте цикли і вкладені цикли на практиці, щоб перевірити паліндроми і знайти повторювані слова." + ] + }, "review-javascript-loops": { "title": "Повторення циклів у JavaScript", "intro": [ @@ -7218,6 +7225,12 @@ "У цих уроках ви ознайомитесь з маршрутизацією в ExpressJS. Ви навчитесь визначати різні кінцеві точки вебзастосунку, а також дізнаєтесь як вони реагують на запити клієнта." ] }, + "lecture-understanding-error-handling-and-health-checks": { + "title": "Знайомство з обробкою помилок і перевіркою", + "intro": [ + "У цих уроках ви дізнаєтесь про обробку помилок і перевірку в Express." + ] + }, "exam-back-end-development-and-apis-certification": { "title": "Екзамен з сертифікації «Back End та API»", "intro": [ @@ -7597,6 +7610,10 @@ "es-a1-learn-talking-about-colleagues": { "title": "Як говорити про колег?", "intro": ["", ""] + }, + "es-a1-practice-what-departments-do": { + "title": "Чим займаються відділи?", + "intro": ["", ""] } } },