diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 4f2989a1f76..50d41aff02d 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -5797,24 +5797,23 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", - "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", + "data-visualization": "Data Visualization and D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." + ] + }, "data-visualization": { "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, - "typescript-fundamentals": { - "note": "Coming 2026", - "intro": [ - "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ @@ -6077,22 +6076,6 @@ "Test what you've learned about CSS Libraries and Frameworks with this quiz." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introduction to Data Visualization", - "intro": [ - "In these lessons, you will learn about basic data visualization concepts." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introduction to TypeScript", "intro": [ @@ -6188,6 +6171,22 @@ "title": "TypeScript Quiz", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introduction to Data Visualization", + "intro": [ + "In these lessons, you will learn about basic data visualization concepts." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 9c0874c9805..b2b8be8d961 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "用你的複製代碼替換這兩句。", "add-code-two": "請保留上方的 ``` 行和下方的 ``` 行", "add-code-three": "因爲它們允許你的代碼在帖子中被正確格式化。", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "用戶令牌", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 9cd1cedec56..f7373f6a381 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -5797,24 +5797,23 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", - "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", + "data-visualization": "Data Visualization and D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." + ] + }, "data-visualization": { "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, - "typescript-fundamentals": { - "note": "Coming 2026", - "intro": [ - "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ @@ -6077,22 +6076,6 @@ "Test what you've learned about CSS Libraries and Frameworks with this quiz." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introduction to Data Visualization", - "intro": [ - "In these lessons, you will learn about basic data visualization concepts." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introduction to TypeScript", "intro": [ @@ -6188,6 +6171,22 @@ "title": "TypeScript Quiz", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introduction to Data Visualization", + "intro": [ + "In these lessons, you will learn about basic data visualization concepts." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 24c31307c0e..ec53c845109 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "用你的复制代码替换这两句。", "add-code-two": "请保留上方的 ``` 行和下方的 ``` 行", "add-code-three": "因为它们允许你的代码在帖子中被正确格式化。", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "用户令牌", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index dcad5e953f3..15faf94a8f9 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -5921,24 +5921,23 @@ "performance": "Rendimiento", "testing": "Pruebas", "css-libraries-and-frameworks": "Bibliotecas y Frameworks CSS", - "data-visualization": "Visualización de Datos y D3", "typescript-fundamentals": "Fundamentos de TypeScript ", + "data-visualization": "Visualización de Datos y D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "En este módulo, serás introducido a TypeScript, que es un superconjunto de JavaScript que te permite agregar tipado estático a tu código JavaScript. Construirás varios talleres y laboratorios que te darán práctica en trabajar con genéricos, estrechamiento de tipos, TSX, y más. Luego pondrás a prueba tus conocimientos de los fundamentos de TypeScript con un breve cuestionario." + ] + }, "data-visualization": { "note": "Próximamente en 2026.", "intro": [ "En este módulo, serás introducido a la visualización de datos y aprenderás a trabajar con la biblioteca D3." ] }, - "typescript-fundamentals": { - "note": "Próximamente en 2026.", - "intro": [ - "En este módulo, serás introducido a TypeScript, que es un superconjunto de JavaScript que te permite agregar tipado estático a tu código JavaScript. Construirás varios talleres y laboratorios que te darán práctica en trabajar con genéricos, estrechamiento de tipos, TSX, y más. Luego pondrás a prueba tus conocimientos de los fundamentos de TypeScript con un breve cuestionario." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Próximamente en 2026.", "intro": [ @@ -6207,22 +6206,6 @@ "Pon a prueba lo que has aprendido sobre librerías y marcos CSS con este cuestionario." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introducción a la visualización de datos", - "intro": [ - "En estas lecciones, aprenderás sobre los conceptos básicos de visualización de datos." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introducción a TypeScript", "intro": [ @@ -6318,6 +6301,22 @@ "title": "Cuestionario de TypeScript", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introducción a la visualización de datos", + "intro": [ + "En estas lecciones, aprenderás sobre los conceptos básicos de visualización de datos." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index a4a91d5e633..79f0039f806 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "Reemplaza estas dos oraciones con tu código copiado.", "add-code-two": "Por favor, deja la línea ``` arriba y la línea ``` abajo,", "add-code-three": "porque permiten que tu código formatee correctamente en el post.", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "Token de usuario", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 5ce16862c23..f675dfa4fb1 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -5905,24 +5905,23 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", - "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", + "data-visualization": "Data Visualization and D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." + ] + }, "data-visualization": { "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, - "typescript-fundamentals": { - "note": "Coming 2026", - "intro": [ - "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ @@ -6185,22 +6184,6 @@ "Test what you've learned about CSS Libraries and Frameworks with this quiz." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introduction to Data Visualization", - "intro": [ - "In these lessons, you will learn about basic data visualization concepts." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introduction to TypeScript", "intro": [ @@ -6296,6 +6279,22 @@ "title": "TypeScript Quiz", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introduction to Data Visualization", + "intro": [ + "In these lessons, you will learn about basic data visualization concepts." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 2cbc15a49bc..0369df4afd1 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "Ersetze diese beiden Sätze durch deinen kopierten Code.", "add-code-two": "Bitte lass die ``` Zeile oben und die ``` Zeile unten stehen,", "add-code-three": "weil sie die korrekte Formatierung deines Codes im Beitrag ermöglichen.", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "Benutzer-Token", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 88a13cdc898..533ec306011 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -5905,24 +5905,23 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", - "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", + "data-visualization": "Data Visualization and D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." + ] + }, "data-visualization": { "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, - "typescript-fundamentals": { - "note": "Coming 2026", - "intro": [ - "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ @@ -6185,22 +6184,6 @@ "Test what you've learned about CSS Libraries and Frameworks with this quiz." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introduction to Data Visualization", - "intro": [ - "In these lessons, you will learn about basic data visualization concepts." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introduction to TypeScript", "intro": [ @@ -6296,6 +6279,22 @@ "title": "TypeScript Quiz", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introduction to Data Visualization", + "intro": [ + "In these lessons, you will learn about basic data visualization concepts." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index a40a7bc1375..e9458129a52 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "Sostituisci queste due frasi con il codice copiato.", "add-code-two": "Si prega di lasciare la linea ``` sopra e la linea ``` sotto,", "add-code-three": "perché consentono al codice di disporsi correttamente nel post.", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "Token Utente", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 3389ba1cd2f..819ede11abd 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -5905,24 +5905,23 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", - "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", + "data-visualization": "Data Visualization and D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." + ] + }, "data-visualization": { "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, - "typescript-fundamentals": { - "note": "Coming 2026", - "intro": [ - "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ @@ -6185,22 +6184,6 @@ "Test what you've learned about CSS Libraries and Frameworks with this quiz." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introduction to Data Visualization", - "intro": [ - "In these lessons, you will learn about basic data visualization concepts." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introduction to TypeScript", "intro": [ @@ -6296,6 +6279,22 @@ "title": "TypeScript Quiz", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introduction to Data Visualization", + "intro": [ + "In these lessons, you will learn about basic data visualization concepts." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index 95735388570..5775e1340c5 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "この 2 つの文を、コピーしたコードに置き換えてください。", "add-code-two": "投稿内でコードが適切にフォーマットされるようにするため、", "add-code-three": "上の ``` と下の ``` の行は残しておいてください。", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "ユーザートークン", diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index a1f13d21609..ebfa5cde064 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -5743,24 +5743,23 @@ "performance": "성능", "testing": "테스팅", "css-libraries-and-frameworks": "CSS 라이브러리와 프레임워크", - "data-visualization": "데이터 시각화와 D3", "typescript-fundamentals": "TypeScript 기초", + "data-visualization": "데이터 시각화와 D3", "review-front-end-libraries": "프론트엔드 라이브러리 복습", "front-end-development-libraries-certification-exam": "프론트엔드 개발 라이브러리 인증시험" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "이 모듈에서는 TypeScript를 소개합니다. TypeScript는 JavaScript의 상위집합으로 JavaScript 코드에 정적 타이핑을 추가할 수 있게 해줍니다. 제네릭, 타입 좁히기, TSX 등을 연습할 수 있는 워크숍과 실습을 만들고, 짧은 퀴즈로 TypeScript 기초 지식을 확인하세요." + ] + }, "data-visualization": { "note": "2026년 예정", "intro": [ "이 모듈에서는 데이터 시각화를 소개하고 D3 라이브러리를 다루는 방법을 배우세요." ] }, - "typescript-fundamentals": { - "note": "2026년 예정", - "intro": [ - "이 모듈에서는 TypeScript를 소개합니다. TypeScript는 JavaScript의 상위집합으로 JavaScript 코드에 정적 타이핑을 추가할 수 있게 해줍니다. 제네릭, 타입 좁히기, TSX 등을 연습할 수 있는 워크숍과 실습을 만들고, 짧은 퀴즈로 TypeScript 기초 지식을 확인하세요." - ] - }, "front-end-development-libraries-certification-exam": { "note": "2026년 예정", "intro": [ @@ -6011,20 +6010,6 @@ "이 퀴즈로 CSS 라이브러리와 프레임워크에 대해 배운 내용을 확인하세요." ] }, - "lecture-introduction-to-data-visualization": { - "title": "데이터 시각화 소개", - "intro": ["이 수업들에서 기본 데이터 시각화 개념을 배우세요."] - }, - "lab-bar-chart": { - "title": "막대 그래프 만들기", - "intro": ["이 실습에서 d3를 사용해 막대 그래프를 만드세요."] - }, - "lab-scatterplot-graph": { - "title": "산점도 그래프 만들기", - "intro": [ - "이 실습에서는 제공된 데이터셋을 사용해 d3 산점도(scatterplot) 그래프를 만드세요." - ] - }, "lecture-introduction-to-typescript": { "title": "TypeScript 소개", "intro": [ @@ -6118,6 +6103,20 @@ "title": "TypeScript 퀴즈", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "데이터 시각화 소개", + "intro": ["이 수업들에서 기본 데이터 시각화 개념을 배우세요."] + }, + "lab-bar-chart": { + "title": "막대 그래프 만들기", + "intro": ["이 실습에서 d3를 사용해 막대 그래프를 만드세요."] + }, + "lab-scatterplot-graph": { + "title": "산점도 그래프 만들기", + "intro": [ + "이 실습에서는 제공된 데이터셋을 사용해 d3 산점도(scatterplot) 그래프를 만드세요." + ] + }, "review-front-end-libraries": { "title": "프론트엔드 라이브러리 복습", "intro": [ diff --git a/client/i18n/locales/korean/translations.json b/client/i18n/locales/korean/translations.json index f6edaa6538e..fa5e1127489 100644 --- a/client/i18n/locales/korean/translations.json +++ b/client/i18n/locales/korean/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "이 두 문장을 복사한 코드로 바꾸십시오.", "add-code-two": "위의 ``` 라인과 아래의 ``` 라인을 남겨두십시오,", "add-code-three": "이들은 게시물에 코드가 올바르게 포맷되도록 합니다.", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "사용자 토큰", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 3eb890e15a4..64696dbc85c 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -5953,24 +5953,23 @@ "performance": "Desempenho", "testing": "Testes", "css-libraries-and-frameworks": "Bibliotecas e Frameworks do CSS", - "data-visualization": "Visualização de dados e D3", "typescript-fundamentals": "Fundamentos do TypeScript", + "data-visualization": "Visualização de dados e D3", "review-front-end-libraries": "Revisão sobre bibliotecas Front-end", "front-end-development-libraries-certification-exam": "Exame de Certificação de Bibliotecas de Desenvolvimento Front-End" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "Neste módulo, você será apresentado ao TypeScript, que é um superset do JavaScript que permite adicionar tipagem estática ao seu código JavaScript. Você realizará vários workshops e laboratórios que darão a você prática trabalhando com genéricos, narrowing de tipos, TSX e mais. Depois, testará seu conhecimento em fundamentos do TypeScript com um pequeno questionário." + ] + }, "data-visualization": { "note": "Próximo Lançamento: 2026", "intro": [ "Neste módulo, você conhecerá a visualização de dados e aprenderá a trabalhar com a biblioteca D3." ] }, - "typescript-fundamentals": { - "note": "Próximo Lançamento: 2026", - "intro": [ - "Neste módulo, você será apresentado ao TypeScript, que é um superset do JavaScript que permite adicionar tipagem estática ao seu código JavaScript. Você realizará vários workshops e laboratórios que darão a você prática trabalhando com genéricos, narrowing de tipos, TSX e mais. Depois, testará seu conhecimento em fundamentos do TypeScript com um pequeno questionário." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Próximo Lançamento: 2026", "intro": [ @@ -6239,24 +6238,6 @@ "Teste o que você aprendeu sobre Bibliotecas e Frameworks CSS com este questionário." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introdução à visualização de dados", - "intro": [ - "Nestas aulas, você aprenderá sobre conceitos básicos de visualização de dados." - ] - }, - "lab-bar-chart": { - "title": "Crie um Gráfico de Barras", - "intro": [ - "Neste laboratório, você usará d3 para criar um gráfico de barras." - ] - }, - "lab-scatterplot-graph": { - "title": "Crie um gráfico de dispersão", - "intro": [ - "Neste laboratório você criará um gráfico de dispersão em d3 usando um conjunto de dados fornecido." - ] - }, "lecture-introduction-to-typescript": { "title": "Introdução ao TypeScript", "intro": [ @@ -6352,6 +6333,24 @@ "title": "Questionário sobre TypeScript", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introdução à visualização de dados", + "intro": [ + "Nestas aulas, você aprenderá sobre conceitos básicos de visualização de dados." + ] + }, + "lab-bar-chart": { + "title": "Crie um Gráfico de Barras", + "intro": [ + "Neste laboratório, você usará d3 para criar um gráfico de barras." + ] + }, + "lab-scatterplot-graph": { + "title": "Crie um gráfico de dispersão", + "intro": [ + "Neste laboratório você criará um gráfico de dispersão em d3 usando um conjunto de dados fornecido." + ] + }, "review-front-end-libraries": { "title": "Revisão sobre Bibliotecas Front-end", "intro": [ diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 355c7fe39aa..fa93839b7f4 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "Substitua essas duas frases pelo código que você copiou.", "add-code-two": "Deixe as linhas com ``` acima e ``` abaixo de seu código,", "add-code-three": "pois elas permitirão a formatação adequada de seu código na publicação.", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "Token de usuário", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index e4cbdf3aff0..81f21d31a7e 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -5905,24 +5905,23 @@ "performance": "Performance", "testing": "Testing", "css-libraries-and-frameworks": "CSS Libraries and Frameworks", - "data-visualization": "Data Visualization and D3", "typescript-fundamentals": "TypeScript Fundamentals", + "data-visualization": "Data Visualization and D3", "review-front-end-libraries": "Front-End Libraries Review", "front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." + ] + }, "data-visualization": { "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, - "typescript-fundamentals": { - "note": "Coming 2026", - "intro": [ - "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Coming 2026", "intro": [ @@ -6185,22 +6184,6 @@ "Test what you've learned about CSS Libraries and Frameworks with this quiz." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Introduction to Data Visualization", - "intro": [ - "In these lessons, you will learn about basic data visualization concepts." - ] - }, - "lab-bar-chart": { - "title": "Build a Bar Chart", - "intro": ["In this lab you will use d3 to build a bar chart."] - }, - "lab-scatterplot-graph": { - "title": "Build a Scatterplot Graph", - "intro": [ - "In this lab you will create a d3 scatterplot graph using a provided dataset." - ] - }, "lecture-introduction-to-typescript": { "title": "Introduction to TypeScript", "intro": [ @@ -6296,6 +6279,22 @@ "title": "TypeScript Quiz", "intro": ["Test what you've learned on TypeScript with this quiz."] }, + "lecture-introduction-to-data-visualization": { + "title": "Introduction to Data Visualization", + "intro": [ + "In these lessons, you will learn about basic data visualization concepts." + ] + }, + "lab-bar-chart": { + "title": "Build a Bar Chart", + "intro": ["In this lab you will use d3 to build a bar chart."] + }, + "lab-scatterplot-graph": { + "title": "Build a Scatterplot Graph", + "intro": [ + "In this lab you will create a d3 scatterplot graph using a provided dataset." + ] + }, "review-front-end-libraries": { "title": "Front-End Libraries Review", "intro": [ diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index 2fa25be3148..992cb68500c 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "Badilisha sentensi hizi mbili na msimbo wako ulionakiliwa.", "add-code-two": "Tafadhali acha mstari wa ``` hapo juu na mstari wa ``` chini,", "add-code-three": "kwa sababu zinaruhusu msimbo wako kufomati vizuri kwenye chapisho.", - "git-info": "Github Link: {{gitLink}}" + "git-info": "GitHub Link: {{gitLink}}" }, "user-token": { "title": "Tokeni ya Mtumiaji", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index e28d891df44..b242d27cff9 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -5901,24 +5901,23 @@ "performance": "Продуктивність", "testing": "Тестування", "css-libraries-and-frameworks": "Бібліотеки та фреймворки CSS", - "data-visualization": "Візуалізація даних та D3", "typescript-fundamentals": "Основи TypeScript", + "data-visualization": "Візуалізація даних та D3", "review-front-end-libraries": "Повторення бібліотек Front End", "front-end-development-libraries-certification-exam": "Екзамен з сертифікації «Бібліотеки Front End»" }, "module-intros": { + "typescript-fundamentals": { + "intro": [ + "У цьому модулі ви ознайомитесь з TypeScript — розширеною версією JavaScript, яка дозволяє додавати статичну типізацію до JavaScript-коду. Ви виконаєте декілька практичних занять і лабораторних робіт, де застосуєте узагальнення, звуження типів, TSX і багато іншого. А потім перевірите отримані знання з основ TypeScript, пройшовши короткий тест." + ] + }, "data-visualization": { "note": "Очікуйте у 2026", "intro": [ "У цьому модулі ви ознайомитесь з візуалізацією даних і навчитесь працювати з бібліотекою D3." ] }, - "typescript-fundamentals": { - "note": "Очікуйте у 2026", - "intro": [ - "У цьому модулі ви ознайомитесь з TypeScript — розширеною версією JavaScript, яка дозволяє додавати статичну типізацію до JavaScript-коду. Ви виконаєте декілька практичних занять і лабораторних робіт, де застосуєте узагальнення, звуження типів, TSX і багато іншого. А потім перевірите отримані знання з основ TypeScript, пройшовши короткий тест." - ] - }, "front-end-development-libraries-certification-exam": { "note": "Очікуйте у 2026", "intro": [ @@ -6177,24 +6176,6 @@ "Перевірте, що ви дізнались про бібліотеки та фреймворки в CSS." ] }, - "lecture-introduction-to-data-visualization": { - "title": "Вступ до візуалізації даних", - "intro": [ - "У цих лекціях ви дізнаєтесь про базові поняття у візуалізації даних." - ] - }, - "lab-bar-chart": { - "title": "Створіть стовпчикову діаграму", - "intro": [ - "У цій лабораторній роботі ви будете використовувати d3, щоб створити стовпчикову діаграму." - ] - }, - "lab-scatterplot-graph": { - "title": "Створіть діаграму розсіювання", - "intro": [ - "У цій лабораторній роботі ви створите діаграму розсіювання d3, використовуючи наданий набір даних." - ] - }, "lecture-introduction-to-typescript": { "title": "Вступ до TypeScript", "intro": [ @@ -6274,9 +6255,9 @@ ] }, "workshop-build-a-football-player-card-builder": { - "title": "Build a Football Player Card Builder", + "title": "Створіть картки футбольних гравців", "intro": [ - "In this workshop, you'll learn how to work with React in TypeScript by building a football player card builder." + "У цьому практичному занятті ви навчитесь працювати з React у TypeScript, побудувавши програму для створення карток футбольних гравців." ] }, "review-typescript": { @@ -6290,6 +6271,24 @@ "title": "Тест «TypeScript»", "intro": ["Перевірте, що ви дізнались про TypeScript."] }, + "lecture-introduction-to-data-visualization": { + "title": "Вступ до візуалізації даних", + "intro": [ + "У цих лекціях ви дізнаєтесь про базові поняття у візуалізації даних." + ] + }, + "lab-bar-chart": { + "title": "Створіть стовпчикову діаграму", + "intro": [ + "У цій лабораторній роботі ви будете використовувати d3, щоб створити стовпчикову діаграму." + ] + }, + "lab-scatterplot-graph": { + "title": "Створіть діаграму розсіювання", + "intro": [ + "У цій лабораторній роботі ви створите діаграму розсіювання d3, використовуючи наданий набір даних." + ] + }, "review-front-end-libraries": { "title": "Повторення бібліотек Front End", "intro": [ diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index 8a7589f9fd0..efa6ee39e67 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -1423,7 +1423,7 @@ "add-code-one": "Замініть ці два речення своїм скопійованим кодом.", "add-code-two": "Будь ласка, залиште рядок над ``` та рядок під ```,", "add-code-three": "тому що вони дозволяють вашому коду бути правильно відформатованим у повідомленні.", - "git-info": "Посилання на Github: {{gitLink}}" + "git-info": "Посилання на GitHub: {{gitLink}}" }, "user-token": { "title": "Токен користувача",