From 701d4cf8da1ea083cf2f9158b09a0b408cbecaf8 Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Tue, 10 Feb 2026 01:51:11 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#65788) --- client/i18n/locales/chinese-traditional/intro.json | 12 ++++++++++++ .../locales/chinese-traditional/translations.json | 3 +-- client/i18n/locales/chinese/intro.json | 12 ++++++++++++ client/i18n/locales/chinese/translations.json | 3 +-- client/i18n/locales/espanol/intro.json | 12 ++++++++++++ client/i18n/locales/espanol/translations.json | 3 +-- client/i18n/locales/german/intro.json | 12 ++++++++++++ client/i18n/locales/german/translations.json | 3 +-- client/i18n/locales/italian/intro.json | 12 ++++++++++++ client/i18n/locales/italian/translations.json | 3 +-- client/i18n/locales/japanese/intro.json | 12 ++++++++++++ client/i18n/locales/japanese/translations.json | 3 +-- client/i18n/locales/korean/intro.json | 12 ++++++++++++ client/i18n/locales/korean/translations.json | 3 +-- client/i18n/locales/portuguese/intro.json | 12 ++++++++++++ client/i18n/locales/portuguese/translations.json | 3 +-- client/i18n/locales/swahili/intro.json | 12 ++++++++++++ client/i18n/locales/swahili/translations.json | 3 +-- client/i18n/locales/ukrainian/intro.json | 12 ++++++++++++ client/i18n/locales/ukrainian/translations.json | 3 +-- 20 files changed, 130 insertions(+), 20 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index db2bf819685..d1c732a7cd2 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -3144,6 +3144,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3655,6 +3661,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 57273d3601d..901e66f5ed0 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -205,7 +205,7 @@ "cta": "立即開始學習(免費)" }, "certification-heading": "獲得以下免費認證:", - "core-certs-heading": "推薦課程(測試版):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "學習面向開發者的英語課程:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "試試我們的測試版課程:", "upcoming-heading": "即將推出的課程:", "catalog-heading": "探索我們的目錄:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "常見問題:", "faqs": [ diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 35bf98336f7..ebb90218a40 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -3144,6 +3144,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3655,6 +3661,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index d9ce898b57a..449d730ee69 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -205,7 +205,7 @@ "cta": "立即开始学习(免费)" }, "certification-heading": "获得以下免费认证:", - "core-certs-heading": "推荐课程(测试版):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "学习面向开发者的英语课程:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "试试我们的测试版课程:", "upcoming-heading": "即将推出的课程:", "catalog-heading": "探索我们的目录:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "常见问题:", "faqs": [ diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index f0675a345b0..36cc23a1696 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -3174,6 +3174,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3695,6 +3701,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Entendiendo Funciones y Ámbito", "intro": [ diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 0aa0f5f3fd7..5c8cf39f95a 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -205,7 +205,7 @@ "cta": "Comienza a aprender ahora (es gratis)" }, "certification-heading": "Obtén certificaciones verificadas gratuitas en:", - "core-certs-heading": "Programa de estudios recomendado (aún en beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Aprende Inglés para Desarolladores:", "learn-spanish-heading": "Aprende Español profesional A1:", "learn-chinese-heading": "Aprende Chino Professional:", @@ -215,7 +215,6 @@ "next-heading": "Pruebe nuestro plan de estudios beta:", "upcoming-heading": "Próximo plan de estudio:", "catalog-heading": "Explora nuestro Catálogo:", - "fsd-restructure-note": "Si estabas trabajando previamente en nuestro currículo de Desarrollador Full Stack Certificado, no te preocupes: tu progreso está guardado. Lo hemos dividido en certificaciones más pequeñas que puedes obtener a lo largo de tu recorrido.", "archive-link": "¿Buscas cursos antiguos? Consulta <0>nuestra página de archivo.", "faq": "Preguntas frecuentes:", "faqs": [ diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 5feeecf224f..5f85d4dd12a 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -3158,6 +3158,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3669,6 +3675,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 5f84d7f7f62..4831d5e67e9 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -205,7 +205,7 @@ "cta": "Start Learning Now (it's free)" }, "certification-heading": "Erlange kostenlos verifizierte Zertifizierungen in:", - "core-certs-heading": "Recommended curriculum (still in beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Learn English for Developers:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "Try our beta curriculum:", "upcoming-heading": "Upcoming curriculum:", "catalog-heading": "Explore our Catalog:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "Frequently asked questions:", "faqs": [ diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 5c8bd02e80e..0a3ba7661f5 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -3158,6 +3158,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3669,6 +3675,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 5bd6328798c..ce01bbac1ec 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -205,7 +205,7 @@ "cta": "Start Learning Now (it's free)" }, "certification-heading": "Ottieni certificazioni verificate gratuite in:", - "core-certs-heading": "Recommended curriculum (still in beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Learn English for Developers:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "Try our beta curriculum:", "upcoming-heading": "Upcoming curriculum:", "catalog-heading": "Explore our Catalog:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "Domande frequenti:", "faqs": [ diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 43ee930c88c..8ef921f9810 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -3158,6 +3158,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3669,6 +3675,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index 7405491ef88..632dab930c9 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -205,7 +205,7 @@ "cta": "今すぐ学習を始める (無料)" }, "certification-heading": "以下の検証機能付き認定証を無料で取得できます。", - "core-certs-heading": "Recommended curriculum (still in beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "開発の現場で使う英語を学ぶ:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "ベータ版カリキュラムを試す:", "upcoming-heading": "公開予定カリキュラム:", "catalog-heading": "Explore our Catalog:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "よくある質問:", "faqs": [ diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 3bafb130b0a..deb3bb7eaae 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -3158,6 +3158,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3669,6 +3675,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/korean/translations.json b/client/i18n/locales/korean/translations.json index ae105530fe1..03a4b25bab8 100644 --- a/client/i18n/locales/korean/translations.json +++ b/client/i18n/locales/korean/translations.json @@ -205,7 +205,7 @@ "cta": "Start Learning Now (it's free)" }, "certification-heading": "Earn free verified certifications in:", - "core-certs-heading": "Recommended curriculum (still in beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Learn English for Developers:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "Try our beta curriculum:", "upcoming-heading": "Upcoming curriculum:", "catalog-heading": "Explore our Catalog:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "Frequently asked questions:", "faqs": [ diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 7cbe753aa56..c556e547a1d 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -3174,6 +3174,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3695,6 +3701,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Entendendo funções e escopo", "intro": [ diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 4bff5eee247..11a35a868d8 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -205,7 +205,7 @@ "cta": "Comece a aprender agora (é grátis)" }, "certification-heading": "Ganhe certificações verificadas gratuitas em:", - "core-certs-heading": "Currículo recomendado (ainda em beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Aprenda inglês para desenvolvedores:", "learn-spanish-heading": "Aprenda Espanhol Profissional:", "learn-chinese-heading": "Aprenda chinês profissional:", @@ -215,7 +215,6 @@ "next-heading": "Experimente nosso currículo beta:", "upcoming-heading": "Próximo currículo:", "catalog-heading": "Explore nosso catálogo:", - "fsd-restructure-note": "Se você estava trabalhando anteriormente em nosso currículo de Desenvolvedor Full Stack Certificado, não se preocupe - o progresso foi salvo. Dividimos em certificações menores que você pode alcançar ao longo de sua jornada.", "archive-link": "Procurando por um curso mais antigo? Confira <0>nossa página de arquivos.", "faq": "Perguntas frequentes:", "faqs": [ diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index f968e594ce4..252ce277af0 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -3158,6 +3158,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3669,6 +3675,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index d67b9db1613..80d79fe224a 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -205,7 +205,7 @@ "cta": "Start Learning Now (it's free)" }, "certification-heading": "Pata vyeti vilivyoidhinishwa bila malipo katika:", - "core-certs-heading": "Recommended curriculum (still in beta):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Learn English for Developers:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "Try our beta curriculum:", "upcoming-heading": "Upcoming curriculum:", "catalog-heading": "Explore our Catalog:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "Maswali yanayoulizwa mara kwa mara:", "faqs": [ diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 1b167925893..2061bcc0fff 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -3144,6 +3144,12 @@ "These lessons cover algorithm implementations, time and space complexity analysis, and the divide and conquer programming paradigm." ] }, + "lab-bubble-sort-algorithm": { + "title": "Implement the Bubble Sort Algorithm", + "intro": [ + "In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order." + ] + }, "lecture-understanding-graphs-and-trees-js": { "title": "Understanding Graphs and Trees", "intro": [ @@ -3655,6 +3661,12 @@ "In this workshop, you will practice how to use booleans and conditional statements in Python by building a movie ticket booking calculator." ] }, + "lab-travel-weather-planner": { + "title": "Build a Travel Weather Planner", + "intro": [ + "In this lab, you will build a travel weather planner using conditionals." + ] + }, "lecture-understanding-functions-and-scope": { "title": "Understanding Functions and Scope", "intro": [ diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index d32ad0146a9..c84ea79ea1f 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -205,7 +205,7 @@ "cta": "Розпочати навчання (безоплатно)" }, "certification-heading": "Отримайте безоплатні підтверджені сертифікації в:", - "core-certs-heading": "Рекомендована програма (бета-версія):", + "core-certs-heading": "Recommended curriculum:", "learn-english-heading": "Вивчайте англійську мову для розробників:", "learn-spanish-heading": "Learn Professional Spanish:", "learn-chinese-heading": "Learn Professional Chinese:", @@ -215,7 +215,6 @@ "next-heading": "Спробуйте бета-версію навчальної програми:", "upcoming-heading": "Майбутня навчальна програма:", "catalog-heading": "Ознайомтесь з нашим каталогом:", - "fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.", "archive-link": "Looking for older coursework? Check out <0>our archive page.", "faq": "Часті питання:", "faqs": [