mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(i18n,client): processed translations (#67447)
This commit is contained in:
committed by
GitHub
parent
21b8619aa2
commit
eb482c8695
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user