diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index d83cb49408f..9a2dbf28714 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -2951,19 +2951,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3008,16 +2995,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 3831b54eb02..27028394cc2 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -2951,19 +2951,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3008,16 +2995,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index a10fd6126aa..48d041c3fdb 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -2967,19 +2967,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3024,16 +3011,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 8680fbdabe5..ea37942584d 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -2965,19 +2965,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3022,16 +3009,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 4a990480a14..762d4fe4950 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -2965,19 +2965,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3022,16 +3009,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index d4bc2f7c942..aa7475a0886 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -2965,19 +2965,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3022,16 +3009,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 753370d928f..5092a143af7 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -2965,19 +2965,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3022,16 +3009,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index d19b26014cc..e58c5ca38fc 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -2965,19 +2965,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3022,16 +3009,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 9cc8a3ef393..9849bd9eac7 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -2965,19 +2965,6 @@ "In this lab, you'll build a favorite icon toggler by utilizing JavaScript click events." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Review", - "intro": [ - "Before you're quizzed on the DOM, you should review what you've learned about it.", - "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "DOM Manipulation and Click Events with JavaScript Quiz", - "intro": [ - "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Understanding the Event Object and Event Delegation", "intro": [ @@ -3022,16 +3009,18 @@ "In this lab, you'll use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards." ] }, - "review-javascript-events": { - "title": "JavaScript Events Review", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Review", "intro": [ - "Before you're quizzed on events, you should review what you've learned.", - "Open up this page to review concepts like change events, event bubbling, and event delegation." + "Before you're quizzed on the DOM, you should review what you've learned about it.", + "Open up this page to review concepts including how to work with the DOM, Web APIs, the addEventListener() method, change events, event bubbling and more." ] }, - "quiz-javascript-events": { - "title": "JavaScript Events Quiz", - "intro": ["Test your knowledge of JavaScript events with this quiz."] + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "DOM Manipulation and Click Events with JavaScript Quiz", + "intro": [ + "Test your knowledge of DOM manipulation and click events in JavaScript with this quiz." + ] }, "lecture-debugging-techniques": { "title": "Debugging Techniques", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 6cfce711c85..d3dd4883d1c 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -2963,19 +2963,6 @@ "У цій лабораторній роботі ви створите перемикач вподобаної іконки, використовуючи подію click в JavaScript." ] }, - "review-dom-manipulation-and-click-events-with-javascript": { - "title": "Повторення маніпуляції DOM та подій Click в JavaScript", - "intro": [ - "Перш ніж перейти до тесту «DOM», повторіть основні поняття.", - "Відкрийте цю сторінку, щоб пригадати, як працювати з DOM, Web API, методом addEventListener() та багато іншого." - ] - }, - "quiz-dom-manipulation-and-click-event-with-javascript": { - "title": "Тест «Маніпуляція DOM та події Click в JavaScript»", - "intro": [ - "Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Маніпуляція DOM та події Click в JavaScript»." - ] - }, "lecture-understanding-the-event-object-and-event-delegation": { "title": "Знайомство з подіями та їх делегуванням", "intro": [ @@ -3020,17 +3007,17 @@ "У цій лабораторній роботі ви будете використовувати маніпуляцію DOM, деструктуризацію об’єктів, обробку подій та фільтрацію даних, щоб створити набір карток футбольних команд." ] }, - "review-javascript-events": { - "title": "Повторення подій в JavaScript", + "review-dom-manipulation-and-click-events-with-javascript": { + "title": "Повторення маніпуляції DOM та подій Click в JavaScript", "intro": [ - "Перш ніж перейти до тесту «Події», повторіть основні поняття.", - "Відкрийте цю сторінку, щоб пригадати події change, спливання подій та делегування подій." + "Перш ніж перейти до тесту «DOM», повторіть основні поняття.", + "Відкрийте цю сторінку, щоб пригадати, як працювати з DOM, Web API, методом addEventListener(), зміною подій та багато іншого." ] }, - "quiz-javascript-events": { - "title": "Тест «Події в JavaScript»", + "quiz-dom-manipulation-and-click-event-with-javascript": { + "title": "Тест «Маніпуляція DOM та події Click в JavaScript»", "intro": [ - "Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Події в JavaScript»." + "Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Маніпуляція DOM та події Click в JavaScript»." ] }, "lecture-debugging-techniques": { @@ -3049,7 +3036,7 @@ "title": "Повторення налагодження JavaScript", "intro": [ "Перш ніж перейти до тесту «Налагодження JavaScript», повторіть основні поняття.", - "Open up this page to review concepts including how to work with the throw statement, try...catch...finally and more." + "Відкрийте цю сторінку, щоб пригадати, як працювати з інструкцією throw, try...catch...finally та багато іншого." ] }, "quiz-debugging-javascript": { diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index d1f5ee45195..3ebf4ee68b4 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -430,7 +430,7 @@ "questions": "Запитання", "answered-mcq": "Ви не відповіли на всі запитання та/або допустились помилок.", "explanation": "Пояснення", - "transcript": "Transcript", + "transcript": "Текстова версія", "solution-link": "Посилання на розв’язок", "source-code-link": "Посилання на вихідний код", "ms-link": "Посилання Microsoft",