diff --git a/client/i18n/locales/arabic/intro.json b/client/i18n/locales/arabic/intro.json index 177722ddf3d..61ea8ac0bf3 100644 --- a/client/i18n/locales/arabic/intro.json +++ b/client/i18n/locales/arabic/intro.json @@ -1699,12 +1699,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/arabic/translations.json b/client/i18n/locales/arabic/translations.json index 4561c5188f1..36439e28f4c 100644 --- a/client/i18n/locales/arabic/translations.json +++ b/client/i18n/locales/arabic/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Before making a new post please <0>check if your question has already been answered on the forum.", "reset": "أعد الدرس ألى حالته الأولية؟", "reset-warn": "هل أنت متأكد من رغبتك في إعادة الدرس ألى حالته الأولية؟ سيتم إعادة المحرر والاختبارات إلى حالتهما الأولية.", - "reset-warn-2": "لا يمكن التراجع عن هذا", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "نصيحة: إذا كان المتصفح المصغر يغطي الكود البرمجي ، انقر واسحب لتحريكه. كذلك لا تتردد في إيقاف وتعديل التعليمات البرمجية في الفيديو في أي وقت.", "chal-preview": "معاينة التحدي", "donation-record-not-found": "Your donation record has not been found.", @@ -512,6 +512,14 @@ "link-li-6": "Click \"Link Account\" to link your Microsoft username.", "transcript-label": "Your Microsoft Transcript Link", "invalid-transcript": "Your transcript link is not correct, it should have the following form: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - check the UPPERCASE items in your link are correct." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 4e233e44f73..9de3744af00 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -1685,12 +1685,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index d47bf08b6ea..763e7f0a47b 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "在發佈新帖子之前 ,請<0>查看你的問題是否已經在論壇上被回答過。", "reset": "重置這一節課程?", "reset-warn": "你確定要重置這一節課程嗎?編輯器和測試將被重置。", - "reset-warn-2": "這個操作不可撤銷", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "注意:如果這個小瀏覽器窗口覆蓋了代碼,點擊拖動它。同時,你可以隨時暫停,在視頻中編輯代碼。", "chal-preview": "挑戰預覽", "donation-record-not-found": "未找到你的捐款記錄。", @@ -512,6 +512,14 @@ "link-li-6": "單擊“鏈接賬戶”鏈接你的微軟用戶名。", "transcript-label": "你的微軟成績單鏈接", "invalid-transcript": "你的成績單鏈接不正確,它應該有以下表格:<1>https://learn.microsoft.com/LOCALE/usERNAME/transcript/ID - 請檢查你的鏈接中的 UPPERCASE 項目是否正確。" + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 448d4fb701e..4b9f3c58061 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -1685,12 +1685,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 07689a54525..9216b78bb9d 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "在发布新帖子之前 ,请<0>查看你的问题是否已经在论坛上被回答过。", "reset": "重置这一节课程?", "reset-warn": "你确定要重置这一节课程吗?编辑器和测试将被重置。", - "reset-warn-2": "这个操作不可撤销", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "注意:如果这个小浏览器窗口覆盖了代码,点击拖动它。同时,你可以随时暂停,在视频中编辑代码。", "chal-preview": "挑战预览", "donation-record-not-found": "未找到你的捐款记录。", @@ -512,6 +512,14 @@ "link-li-6": "单击“链接账户”链接你的微软用户名。", "transcript-label": "你的微软成绩单链接", "invalid-transcript": "你的成绩单链接不正确,它应该有以下表格:<1>https://learn.microsoft.com/LOCALE/usERNAME/transcript/ID - 请检查你的链接中的 UPPERCASE 项目是否正确。" + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 4c08479bf98..79e5f00048c 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -1701,12 +1701,15 @@ "title": "Desarrollo Front End", "intro": ["marcador de posición"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Aprende HTML básico creando una página de recetas", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Página de Recetas", + "title": "Build a Recipe Page", "intro": [ "Para este laboratorio, crearás una página web con tu receta favorita." ] diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 1931fab9bd0..387f510a331 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Antes de hacer una nueva publicación por favor <0>comprueba si tu pregunta ya ha sido respondida en el foro.", "reset": "¿Restablecer esta lección?", "reset-warn": "¿Estás seguro de que deseas restablecer esta lección? Los editores y las pruebas se restablecerán.", - "reset-warn-2": "Esto no se puede deshacer", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "Sugerencia: Si el mini-navegador cubre el código, haz clic y arrastra para moverlo. Además, siéntete libre de detener y editar el código en el video en cualquier momento.", "chal-preview": "Vista previa del desafío", "donation-record-not-found": "No se ha encontrado tu historial de donaciones.", @@ -512,6 +512,14 @@ "link-li-6": "Presiona \"Vincular Cuenta\" para vincular tu nombre de usuario de Microsoft.", "transcript-label": "Tu vinculo de transcripción de Microsoft", "invalid-transcript": "Tu link de transcripción no es correcta, debería tener está forma: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - revisa si los objetos MAYÚSCULA en tu vinculo están correctos." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index aa88a636853..38e831d0389 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -1699,12 +1699,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 2e6bc2735de..4763e6bbd50 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Before making a new post please <0>check if your question has already been answered on the forum.", "reset": "Diese Lektion zurücksetzen?", "reset-warn": "Bist du dir sicher, dass du diese Lektion zurücksetzen möchtest? Die Editoren und Tests werden zurückgesetzt.", - "reset-warn-2": "Dies kann nicht rückgängig gemacht werden", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "Tipp: Wenn der Mini-Browser den Code verdeckt, kann man ihn mittels Drag-and-drop bewegen. Du kannst jederzeit stoppen und den Code im Video bearbeiten.", "chal-preview": "Herausforderungs-Vorschau", "donation-record-not-found": "Your donation record has not been found.", @@ -512,6 +512,14 @@ "link-li-6": "Click \"Link Account\" to link your Microsoft username.", "transcript-label": "Your Microsoft Transcript Link", "invalid-transcript": "Your transcript link is not correct, it should have the following form: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - check the UPPERCASE items in your link are correct." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 33099f7094f..a013a3996c3 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -1699,12 +1699,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 66d0832d4ae..c0d2eb75236 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Before making a new post please <0>check if your question has already been answered on the forum.", "reset": "Vuoi resettare questa lezione?", "reset-warn": "Sei sicuro di voler resettare questa lezione? Gli editor e i test saranno resettati.", - "reset-warn-2": "Questa operazione non potrà essere annullata", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "Suggerimento: Se il mini-browser copre il codice, fare clic e trascinalo per spostarlo. Inoltre, sentiti libero di fermare e modificare il codice nel video in qualsiasi momento.", "chal-preview": "Anteprima della sfida", "donation-record-not-found": "Your donation record has not been found.", @@ -512,6 +512,14 @@ "link-li-6": "Clicca su \"Collega Account\" per collegare il tuo nome utente Microsoft.", "transcript-label": "Your Microsoft Transcript Link", "invalid-transcript": "Your transcript link is not correct, it should have the following form: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - check the UPPERCASE items in your link are correct." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 05ba7087362..77cdd4497f7 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -1699,12 +1699,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index 0c8f07dba56..4e9cfdaf5f9 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "新しい投稿を作成する前に、<0>すでに同じ質問がフォーラムで回答されていないか確認してください。", "reset": "このレッスンをリセットしますか?", "reset-warn": "本当にこのレッスンをリセットしてもよろしいですか?エディターとテストがリセットされます。", - "reset-warn-2": "この操作は取り消すことが出来ません", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "ヒント: ミニブラウザがコードを覆ってしまう場合は、クリックとドラッグで移動させてください。また、いつでも遠慮なくビデオを停止させてコードを編集してください。", "chal-preview": "チャレンジのプレビュー", "donation-record-not-found": "寄付の履歴が見つかりませんでした。", @@ -512,6 +512,14 @@ "link-li-6": "「アカウントをリンク」をクリックして、Microsoft のユーザー名をリンクします。", "transcript-label": "Microsoft 成績証明書のリンク", "invalid-transcript": "成績証明書のリンクが正しくありません。以下の形式になっているか確認してください: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - 特に大文字で示した部分が正しいか確認してください。" + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 062115c0ab9..279db22cb8a 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -1699,12 +1699,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/korean/translations.json b/client/i18n/locales/korean/translations.json index 8588047ee34..f4c9dea4336 100644 --- a/client/i18n/locales/korean/translations.json +++ b/client/i18n/locales/korean/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Before making a new post please <0>check if your question has already been answered on the forum.", "reset": "Reset this lesson?", "reset-warn": "Are you sure you wish to reset this lesson? The editors and tests will be reset.", - "reset-warn-2": "This cannot be undone", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "Tip: If the mini-browser is covering the code, click and drag to move it. Also, feel free to stop and edit the code in the video at any time.", "chal-preview": "Challenge Preview", "donation-record-not-found": "Your donation record has not been found.", @@ -512,6 +512,14 @@ "link-li-6": "Click \"Link Account\" to link your Microsoft username.", "transcript-label": "Your Microsoft Transcript Link", "invalid-transcript": "Your transcript link is not correct, it should have the following form: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - check the UPPERCASE items in your link are correct." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 2bb5466ad1d..23791f6e879 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -1699,12 +1699,15 @@ "title": "Desenvolvimento de front-end", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Aprenda HTML básico criando uma página de receitas", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Crie um aplicativo de fotos de gatos", + "intro": [ + "O HTML é a linguagem de marcação de hipertexto e representa o conteúdo e a estrutura de uma página da web.", + "Neste workshop, você aprenderá a trabalhar com elementos básicos do HTML, como títulos, parágrafos, imagens, links e listas." + ] }, "lab-recipe-page": { - "title": "Página de receita", + "title": "Build a Recipe Page", "intro": [ "Neste laboratório, você criará uma página da web com sua receita favorita." ] @@ -1714,9 +1717,9 @@ "intro": ["", ""] }, "workshop-blog-page": { - "title": "Build a Cat Blog Page", + "title": "Crie uma página de blog sobre gatos", "intro": [ - "In this workshop, you will learn how to build an HTML only blog page using semantic elements including the main, nav, article and footer elements." + "Neste workshop, você aprenderá a criar uma página de blog em HTML usando elementos semânticos, incluindo os elemento main, nav, article e footer." ] } } diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index cceb272a7a4..24f4a447e4d 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Antes de fazer uma nova publicação, certifique-se de que sua pergunta <0>ainda não foi respondida no fórum.", "reset": "Reiniciar esta aula?", "reset-warn": "Tem certeza de que deseja reiniciar esta lição? Os editores e testes serão reiniciados.", - "reset-warn-2": "Isto não pode ser desfeito", + "reset-warn-2": "Isto não pode ser desfeito.", "scrimba-tip": "Dica: se o minibrowser estiver cobrindo o código, clique e arraste para movê-lo. Além disso, sinta-se à vontade para parar e editar o código no vídeo a qualquer momento.", "chal-preview": "Pré-visualização do desafio", "donation-record-not-found": "O registro de sua doação não foi encontrado.", @@ -512,6 +512,14 @@ "link-li-6": "Clique em \"Link Account\" (Vincular conta) para vincular o seu nome de usuário da Microsoft.", "transcript-label": "Seu link de transcrição da Microsoft", "invalid-transcript": "O link da transcrição não está correto. Ele deve ter esta aparência: <1>https://learn.microsoft.com/IDIOMA_DE_LOCALIZACAO/users/NOME_DO_USUARIO/transcript/ID - Confira os itens que aparecem em MAIÚSCULAS no seu link para ver se estão corretos." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index e2fdabf51e1..53159582e3f 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -1699,12 +1699,15 @@ "title": "Front End Development", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Learn Basic HTML by Building a Recipe Page", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Recipe Page", + "title": "Build a Recipe Page", "intro": [ "For this lab, you will create a web page of your favorite recipe." ] diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index af9f8530d69..c0fda27d6e0 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Before making a new post please <0>check if your question has already been answered on the forum.", "reset": "Anza upya somo hili?", "reset-warn": "Je, una uhakika ungependa kuanza upya somo hili? Vihariri na majaribio vitawekwa upya.", - "reset-warn-2": "Hili haliwezi kutenduliwa", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "Kidokezo: Ikiwa kivinjari kidogo kinafunika msimbo, bofya na uburute ili kuisogeza. Pia, jisikie huru kusimamisha na kuhariri msimbo katika video wakati wowote.", "chal-preview": "Hakiki Changamoto", "donation-record-not-found": "Your donation record has not been found.", @@ -512,6 +512,14 @@ "link-li-6": "Click \"Link Account\" to link your Microsoft username.", "transcript-label": "Your Microsoft Transcript Link", "invalid-transcript": "Your transcript link is not correct, it should have the following form: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - check the UPPERCASE items in your link are correct." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": { diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index b78a74b8cdc..89f29590142 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -1691,12 +1691,15 @@ "title": "Front End розробка", "intro": ["placeholder"], "blocks": { - "learn-basic-html-by-building-a-recipe-page": { - "title": "Вивчіть основи HTML, створивши сторінку з рецептами", - "intro": ["", ""] + "workshop-cat-photo-app": { + "title": "Build a Cat Photo App", + "intro": [ + "HTML stands for HyperText Markup Language and it represents the content and structure of a web page.", + "In this workshop, you will learn how to work with basic HTML elements such as headings, paragraphs, images, links, and lists." + ] }, "lab-recipe-page": { - "title": "Сторінка з рецептом", + "title": "Build a Recipe Page", "intro": [ "У цій лабораторній роботі ви створите вебсторінку з улюбленим рецептом." ] diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index bcafc2fb9f9..31986e7b4ce 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -408,7 +408,7 @@ "rsa-forum": "Перш ніж робити новий допис, будь ласка, <0>перевірте, чи на ваше запитання ще не відповіли на форумі.", "reset": "Скинути цей урок?", "reset-warn": "Ви впевнені, що хочете скинути цей урок? Редактори та тести будуть скинуті.", - "reset-warn-2": "Цю дію неможливо відмінити", + "reset-warn-2": "This cannot be undone.", "scrimba-tip": "Порада: якщо мінібраузер закриває код, то натисніть та перетягніть його у сторону. Також не соромтеся зупинятися та редагувати код у відео у будь-який час.", "chal-preview": "Попередній перегляд завдання", "donation-record-not-found": "Запис про ваш донат не знайдено.", @@ -512,6 +512,14 @@ "link-li-6": "Натисніть «Прив’язати обліковий запис», щоб прив’язати ім’я користувача Microsoft.", "transcript-label": "Посилання на стенограму Microsoft", "invalid-transcript": "Ваше посилання на стенограму невірне. Воно повинне мати такий формат: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID — перевірте, чи текст ВЕЛИКИМИ ЛІТЕРАМИ правильний." + }, + "blockType": { + "lecture": "Lecture", + "workshop": "Workshop", + "lab": "Lab", + "review": "Review", + "quiz": "Quiz", + "exam": "Exam" } }, "donate": {