chore(i18n,client): processed translations (#57596)

This commit is contained in:
freeCodeCamp's Camper Bot
2024-12-18 20:44:15 +05:30
committed by GitHub
parent 31446d57b8
commit cd1f138524
20 changed files with 327 additions and 223 deletions

View File

@@ -1696,7 +1696,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1704,6 +1705,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1721,6 +1724,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1742,12 +1746,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1762,7 +1769,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1782,7 +1789,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1794,7 +1801,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1806,7 +1813,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1825,7 +1832,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1857,7 +1864,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1876,7 +1883,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1894,7 +1903,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1913,7 +1922,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "爲開發人員面試求職做好準備:",
"legacy-curriculum-heading": "探索我們的舊版課程:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "即將推出的課程:",
"faq": "常見問題:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "完成下面的兩個步驟來完成這一挑戰。",
"runs-in-vm": "該項目在虛擬機中運行,完成在那裏描述的用戶故事,獲取所有測試並通過它們以完成步驟 1。",
"completed": "已完成",
"not-completed": "Not completed",
"not-started": "未開始",
"test": "測試",
"sorry-try-again": "抱歉,你的代碼未通過,再試一次。",

View File

@@ -1696,7 +1696,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1704,6 +1705,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1721,6 +1724,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1742,12 +1746,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1762,7 +1769,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1782,7 +1789,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1794,7 +1801,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1806,7 +1813,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1825,7 +1832,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1857,7 +1864,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1876,7 +1883,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1894,7 +1903,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1913,7 +1922,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "为开发人员面试求职做好准备:",
"legacy-curriculum-heading": "探索我们的旧版课程:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "即将推出的课程:",
"faq": "常见问题:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "完成下面的两个步骤来完成这一挑战。",
"runs-in-vm": "该项目在虚拟机中运行,完成在那里描述的用户故事,获取所有测试并通过它们以完成步骤 1。",
"completed": "已完成",
"not-completed": "Not completed",
"not-started": "未开始",
"test": "测试",
"sorry-try-again": "抱歉,你的代码未通过,再试一次。",

View File

@@ -1712,7 +1712,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1720,6 +1721,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1737,6 +1740,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1758,12 +1762,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1778,7 +1785,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1798,7 +1805,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1810,7 +1817,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1822,7 +1829,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1841,7 +1848,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1873,7 +1880,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1892,7 +1899,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1910,7 +1919,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1929,7 +1938,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Prepárate para la búsqueda de empleo en la entrevista de desarrollador:",
"legacy-curriculum-heading": "Explora nuestro Plan de Estudios Legado:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "Próximo plan de estudio:",
"faq": "Preguntas frecuentes:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Completa los dos pasos a continuación para terminar el desafío.",
"runs-in-vm": "El proyecto se ejecuta en una máquina virtual, completa las historias de usuario descritas en ella y consigue que todas las pruebas pasen hasta el paso 1.",
"completed": "Completado",
"not-completed": "Not completed",
"not-started": "Sin iniciar",
"test": "Prueba",
"sorry-try-again": "Lo sentimos, tu código no pasa. Inténtalo de nuevo.",

View File

@@ -1710,7 +1710,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1718,6 +1719,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1735,6 +1738,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1756,12 +1760,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1776,7 +1783,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1796,7 +1803,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1808,7 +1815,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1820,7 +1827,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1839,7 +1846,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1871,7 +1878,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1890,7 +1897,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1908,7 +1917,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1927,7 +1936,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Prepare for the developer interview job search:",
"legacy-curriculum-heading": "Explore our Legacy Curriculum:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "Upcoming curriculum:",
"faq": "Frequently asked questions:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Schließe beide Schritte unten ab, um die Aufgabe zu beenden.",
"runs-in-vm": "Das Projekt läuft in einer virtuellen Maschine. Vervollständige die dort beschriebenen User Stories und bestehe alle Tests, um Schritt 1 abzuschließen.",
"completed": "Abgeschlossen",
"not-completed": "Not completed",
"not-started": "Nicht gestartet",
"test": "Test",
"sorry-try-again": "Tut mir leid, dein Code funktioniert nicht. Versuche es noch einmal.",

View File

@@ -1710,7 +1710,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1718,6 +1719,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1735,6 +1738,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1756,12 +1760,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1776,7 +1783,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1796,7 +1803,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1808,7 +1815,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1820,7 +1827,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1839,7 +1846,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1871,7 +1878,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1890,7 +1897,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1908,7 +1917,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1927,7 +1936,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Preparati per la ricerca di colloqui di lavoro da sviluppatore:",
"legacy-curriculum-heading": "Explore our Legacy Curriculum:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "Upcoming curriculum:",
"faq": "Domande frequenti:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Completa entrambi gli step qua sotto per finire la sfida.",
"runs-in-vm": "Il progetto esegue in una macchina virtuale, completa le user story descritte lì dentro e fai passare tutti i test per finire lo step 1.",
"completed": "Completato",
"not-completed": "Not completed",
"not-started": "Non iniziato",
"test": "Test",
"sorry-try-again": "Il tuo codice non è corretto. Riprova.",

View File

@@ -1710,7 +1710,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1718,6 +1719,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1735,6 +1738,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1756,12 +1760,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1776,7 +1783,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1796,7 +1803,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1808,7 +1815,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1820,7 +1827,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1839,7 +1846,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1871,7 +1878,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1890,7 +1897,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1908,7 +1917,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1927,7 +1936,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -147,7 +147,7 @@
},
{
"title": "無償教育",
"description": "Learn from our charity and save money on your education. This is made possible by the generous support of our monthly donors."
"description": "当チャリティで学ぶことで、学習費用を節約できます。マンスリーサポーターの皆さんによる寄付のおかげで、全教材が無料で提供されています。"
},
{
"title": "幅広い認定講座",
@@ -166,7 +166,8 @@
"professional-certs-heading": "プロフェッショナル認定証を無料で取得:",
"interview-prep-heading": "就職活動・技術面接に備える:",
"legacy-curriculum-heading": "旧カリキュラムを見る:",
"next-heading": "Try our beta curriculum:",
"next-heading": "ベータ版カリキュラムを試す:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "公開予定カリキュラム:",
"faq": "よくある質問:",
"faqs": [
@@ -239,8 +240,8 @@
"sound-mode": "これは快適なアコースティックギターの音をウェブサイトの至る所へ追加します。エディターにタイプしたり、チャレンジを完了したり、認定証を請求したり、その他いろいろなことをする度に音のフィードバックを受け取ります。",
"sound-volume": "キャンプファイアモードの音量:",
"scrollbar-width": "エディターのスクロールバーの幅",
"reset-editor-layout-tooltip": "Reset the editor layout to its default state",
"reset-editor-layout": "Reset Editor Layout",
"reset-editor-layout-tooltip": "エディターのレイアウトをデフォルトに戻す",
"reset-editor-layout": "エディターレイアウトをリセット",
"shortcuts-explained": "チャレンジの画面で、ESC キーを押した後、? キーを押すと、利用可能なショートカットキーの一覧が表示されます。",
"username": {
"contains invalid characters": "ユーザー名 \"{{username}}\" に無効な文字が含まれています",
@@ -349,7 +350,7 @@
"donated": "freeCodeCamp コミュニティに寄付した",
"projects": "プロジェクト",
"stats": "統計",
"activity": "Activity",
"activity": "アクティビティ",
"timeline": "タイムライン",
"none-completed": "完了したチャレンジがありません。",
"get-started": "ここから始めましょう。",
@@ -505,6 +506,7 @@
"complete-both-steps": "チャレンジを終えるには、以下 2 つのステップを完了させてください。",
"runs-in-vm": "このプロジェクトは仮想マシン内で動作します。ステップ 1 を完了するには、そこに書かれたユーザーストーリーを実装し、すべてのテストが成功するようにしてください。",
"completed": "完了",
"not-completed": "Not completed",
"not-started": "未着手",
"test": "テスト",
"sorry-try-again": "残念ながら、テストが通りませんでした。もう一度挑戦しましょう。",
@@ -749,7 +751,7 @@
"result-list": "検索結果"
},
"misc": {
"coming-soon": "Coming Soon",
"coming-soon": "近日公開",
"offline": "オフラインのようです。進捗が保存されない可能性があります。",
"server-offline": "サーバーに接続できませんでした。進捗状況が保存されなかった可能性があります。このメッセージが引き続き表示される場合は<0>サポート</0>までご連絡ください。",
"unsubscribed": "購読解除が完了しました",
@@ -900,7 +902,7 @@
"invalid-update-flag": "禁止されたリソースにアクセスしようとしています。正当なリクエストの場合、https://forum.freecodecamp.org でサポートを依頼してください。",
"generate-exam-error": "試験の準備中にエラーが発生しました。",
"cert-not-found": "この認定証は存在しません。({{certSlug}})",
"reset-editor-layout": "Your editor layout has been reset.",
"reset-editor-layout": "エディターレイアウトがリセットされました。",
"ms": {
"transcript": {
"link-err-1": "リクエストに Microsoft の成績証明書の URL を含めてください。",
@@ -961,8 +963,8 @@
"issued": "発行日",
"fulltext": "<0>{{time}}</0> <1>{{user}}</1> <2>が</2> <3>{{title}}</3> <4>開発者認定講座を修了したことを証明します。</4> <5>(約 {{completionTime}} 時間相当)</5>",
"fulltextNoHours": "<0>{{time}}</0> <1>{{user}}</1> <2>が</2> <3>{{title}}</3> <4>開発者認定講座を修了したことを証明します。</4>",
"quincy-larson-signature": "Quincy Larson's Signature",
"julia-liuson-signature": "Julia Liuson's Signature",
"quincy-larson-signature": "Quincy Larson の署名",
"julia-liuson-signature": "Julia Liuson の署名",
"project": {
"heading-legacy-full-stack": "レガシーフルスタック認定講座の一環として、{{user}} は以下の認定講座を修了しました:",
"heading-exam": "この認定講座の一環として、{{user}} は以下の試験に合格しました: ",
@@ -1049,50 +1051,50 @@
}
},
"title": {
"responsive-web-design": "Responsive Web Design",
"responsive-web-design-cert": "Responsive Web Design Certification",
"javascript-algorithms-and-data-structures": "Legacy JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures Certification",
"javascript-algorithms-and-data-structures-v8": "JavaScript Algorithms and Data Structures (Beta)",
"javascript-algorithms-and-data-structures-v8-cert": "JavaScript Algorithms and Data Structures (Beta) Certification",
"front-end-development-libraries": "Front End Development Libraries",
"front-end-development-libraries-cert": "Front End Development Libraries Certification",
"data-visualization": "Data Visualization",
"data-visualization-cert": "Data Visualization Certification",
"relational-database-v8": "Relational Database",
"relational-database-v8-cert": "Relational Database Certification",
"back-end-development-and-apis": "Back End Development and APIs",
"back-end-development-and-apis-cert": "Back End Development and APIs Certification",
"quality-assurance-v7": "Quality Assurance",
"quality-assurance-v7-cert": "Quality Assurance Certification",
"scientific-computing-with-python-v7": "Scientific Computing with Python",
"scientific-computing-with-python-v7-cert": "Scientific Computing with Python Certification",
"data-analysis-with-python-v7": "Data Analysis with Python",
"data-analysis-with-python-v7-cert": "Data Analysis with Python Certification",
"information-security-v7": "Information Security",
"information-security-v7-cert": "Information Security Certification",
"machine-learning-with-python-v7": "Machine Learning with Python",
"machine-learning-with-python-v7-cert": "Machine Learning with Python Certification",
"college-algebra-with-python-v8": "College Algebra with Python",
"college-algebra-with-python-v8-cert": "College Algebra with Python Certification",
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft",
"foundational-c-sharp-with-microsoft-cert": "Foundational C# with Microsoft Certification",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification",
"b1-english-for-developers": "B1 English for Developers",
"b1-english-for-developers-cert": "B1 English for Developers Certification",
"full-stack-developer-v9": "Full Stack Developer",
"full-stack-developer-v9-cert": "Full Stack Developer Certification",
"legacy-front-end": "Legacy Front End",
"legacy-front-end-cert": "Legacy Front End Certification",
"legacy-back-end": "Legacy Back End",
"legacy-back-end-cert": "Legacy Back End Certification",
"legacy-data-visualization": "Legacy Data Visualization",
"legacy-data-visualization-cert": "Legacy Data Visualization Certification",
"information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification",
"full-stack": "Legacy Full Stack",
"full-stack-cert": "Legacy Full Stack Certification"
"responsive-web-design": "レスポンシブウェブデザイン",
"responsive-web-design-cert": "レスポンシブウェブデザイン認定証",
"javascript-algorithms-and-data-structures": " JavaScript アルゴリズムとデータ構造",
"javascript-algorithms-and-data-structures-cert": " JavaScript アルゴリズムとデータ構造認定証",
"javascript-algorithms-and-data-structures-v8": "JavaScript アルゴリズムとデータ構造 (ベータ版)",
"javascript-algorithms-and-data-structures-v8-cert": "JavaScript アルゴリズムとデータ構造 (ベータ版) 認定証",
"front-end-development-libraries": "フロントエンド開発ライブラリ",
"front-end-development-libraries-cert": "フロントエンド開発ライブラリ認定証",
"data-visualization": "データ可視化",
"data-visualization-cert": "データ可視化認定証",
"relational-database-v8": "リレーショナルデータベース",
"relational-database-v8-cert": "リレーショナルデータベース認定証",
"back-end-development-and-apis": "バックエンド開発と API",
"back-end-development-and-apis-cert": "バックエンド開発と API 認定証",
"quality-assurance-v7": "品質保証",
"quality-assurance-v7-cert": "品質保証認定証",
"scientific-computing-with-python-v7": "Python を用いた科学計算",
"scientific-computing-with-python-v7-cert": "Python を用いた科学計算認定証",
"data-analysis-with-python-v7": "Python を用いたデータ分析",
"data-analysis-with-python-v7-cert": "Python を用いたデータ分析認定証",
"information-security-v7": "情報セキュリティ",
"information-security-v7-cert": "情報セキュリティ認定証",
"machine-learning-with-python-v7": "Python を用いた機械学習",
"machine-learning-with-python-v7-cert": "Python を用いた機械学習認定証",
"college-algebra-with-python-v8": "Python を用いた代数学",
"college-algebra-with-python-v8-cert": "Python を用いた代数学認定証",
"foundational-c-sharp-with-microsoft": "Microsoft 連携・基礎 C#",
"foundational-c-sharp-with-microsoft-cert": "Microsoft 連携・基礎 C# 認定証",
"a2-english-for-developers": "開発者のための A2 レベル英語",
"a2-english-for-developers-cert": "開発者のための A2 レベル英語認定証",
"b1-english-for-developers": "開発者のための B1 レベル英語",
"b1-english-for-developers-cert": "開発者のための B1 レベル英語認定証",
"full-stack-developer-v9": "フルスタック開発者",
"full-stack-developer-v9-cert": "フルスタック開発者認定証",
"legacy-front-end": "旧フロントエンド",
"legacy-front-end-cert": "旧フロントエンド認定証",
"legacy-back-end": "旧バックエンド",
"legacy-back-end-cert": "旧バックエンド認定証",
"legacy-data-visualization": "旧データ可視化",
"legacy-data-visualization-cert": "旧データ可視化認定証",
"information-security-and-quality-assurance": "旧情報セキュリティと品質保証",
"information-security-and-quality-assurance-cert": "旧情報セキュリティと品質保証認定証",
"full-stack": "旧フルスタック",
"full-stack-cert": "旧フルスタック認定証"
}
},
"certification-card": {

View File

@@ -1710,7 +1710,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1718,6 +1719,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1735,6 +1738,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1756,12 +1760,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1776,7 +1783,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1796,7 +1803,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1808,7 +1815,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1820,7 +1827,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1839,7 +1846,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1871,7 +1878,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1890,7 +1897,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1908,7 +1917,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1927,7 +1936,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Prepare for the developer interview job search:",
"legacy-curriculum-heading": "Explore our Legacy Curriculum:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "Upcoming curriculum:",
"faq": "Frequently asked questions:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Complete both steps below to finish the challenge.",
"runs-in-vm": "The project runs in a virtual machine, complete the user stories described in there and get all the tests to pass to finish step 1.",
"completed": "Completed",
"not-completed": "Not completed",
"not-started": "Not started",
"test": "Test",
"sorry-try-again": "Sorry, your code does not pass. Try again.",

View File

@@ -1710,7 +1710,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1718,6 +1719,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1735,6 +1738,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1756,12 +1760,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1776,7 +1783,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1796,7 +1803,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1808,7 +1815,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1820,7 +1827,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1839,7 +1846,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1871,7 +1878,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1890,7 +1897,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1908,7 +1917,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1927,7 +1936,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Prepare-se para desenvolvedor em sua procura por emprego:",
"legacy-curriculum-heading": "Explore nosso currículo antigo:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "Próximo currículo:",
"faq": "Perguntas frequentes:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Complete as duas etapas abaixo para terminar o desafio.",
"runs-in-vm": "O projeto é executado em uma máquina virtual. Complete as histórias de usuários descritas lá e passe em todos os testes para concluir a etapa 1.",
"completed": "Concluído",
"not-completed": "Not completed",
"not-started": "Não iniciado",
"test": "Teste",
"sorry-try-again": "Desculpe, seu código não passou nos testes. Tente novamente.",

View File

@@ -1710,7 +1710,8 @@
"frontend-libraries": "Front End Libraries",
"relational-databases": "Relational Databases",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Getting Started with freeCodeCamp",
@@ -1718,6 +1719,8 @@
"semantic-html": "Semantic HTML",
"html-forms-and-tables": "Forms and Tables",
"html-and-accessibility": "Accessibility",
"review-html": "HTML Review",
"exam-html": "HTML Exam",
"computer-basics": "Computer Basics",
"basic-css": "Basic CSS",
"design-for-developers": "Design",
@@ -1735,6 +1738,7 @@
"css-variables": "Variables",
"css-grid": "Grid",
"css-animations": "Animations",
"exam-css": "CSS Exam",
"code-editors": "Code Editors",
"javascript-variables-and-strings": "Variables and Strings",
"javascript-booleans-and-numbers": "Booleans and Numbers",
@@ -1756,12 +1760,15 @@
"recursion": "Recursion",
"functional-programming": "Functional Programming",
"asynchronous-javascript": "Asynchronous JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "React Fundamentals",
"react-state-hooks-and-routing": "React State, Hooks, and Routing",
"performance": "Performance",
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
"testing": "Testing",
"typescript-fundamentals": "TypeScript Fundamentals",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL and Bash",
"git": "Git",
"security-and-privacy": "Security and Privacy"
@@ -1776,7 +1783,7 @@
"lecture-what-is-html": {
"title": "What is HTML?",
"intro": [
"In this lecture video, you will be introduced to HTML (HyperText Markup Language) which is a markup language for creating web pages.",
"In this lecture video, you will be introduced to HTML (HyperText Markup Language), a markup language for creating web pages.",
"You will learn about HTML's role on the web, the basic syntax, and what HTML attributes are."
]
},
@@ -1796,7 +1803,7 @@
"lecture-html-fundamentals": {
"title": "HTML Fundamentals",
"intro": [
"In these lecture videos, you will learn about HTML fundamentals like the <code>id</code> and <code>class</code> attributes, as well as the <code>div</code> and <code>span</code> elements, HTML entities, and more."
"In these lecture videos, you will learn about HTML fundamentals like the <code>div</code> and <code>span</code> elements, <code>id</code> and <code>class</code> attributes, the HTML boilerplate, HTML entities, and more."
]
},
"lab-travel-agency-page": {
@@ -1808,7 +1815,7 @@
"lecture-working-with-media": {
"title": "Working with Media",
"intro": [
"In these lecture videos, you will learn how to work with the <code>audio</code> and <code>video</code> elements as well as with SVG's and more."
"In these lecture videos, you will learn how to work with media assets like the <code>audio</code> and <code>video</code> elements, SVGs, how to optimize them, and more."
]
},
"lab-video-compilation-page": {
@@ -1820,7 +1827,7 @@
"lecture-working-with-links": {
"title": "Working with Links",
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
"In these lecture videos, you will learn about links, the <code>target</code> attribute, different link states, absolute, and relative paths, and more."
]
},
"review-basic-html": {
@@ -1839,7 +1846,7 @@
"lecture-importance-of-semantic-html": {
"title": "Importance of Semantic HTML",
"intro": [
"In these lecture videos, you will learn about semantic HTML and the importance of using it."
"In these lecture videos, you will learn about semantic HTML and why you should care about it, semantic elements, how semantic HTML differs from presentational HTML, and more."
]
},
"workshop-blog-page": {
@@ -1871,7 +1878,7 @@
"lecture-working-with-forms": {
"title": "Working with Forms",
"intro": [
"In these lecture videos, you will learn about working with forms in HTML."
"In these lecture videos, you will learn about forms, the role of labels, inputs and buttons in creating forms, client-side form validation, and form states."
]
},
"workshop-hotel-feedback-form": {
@@ -1890,7 +1897,9 @@
},
"lecture-working-with-tables": {
"title": "Working with Tables",
"intro": ["In these lecture videos, you will learn about HTML tables."]
"intro": [
"In these lecture videos, you will learn about HTML tables, how to create them, and when to use them."
]
},
"workshop-final-exams-table": {
"title": "Build a Final Exams Table",
@@ -1908,7 +1917,7 @@
"lecture-working-with-html-tools": {
"title": "Working with HTML Tools",
"intro": [
"In these lecture videos, you will learn about working with HTML tools."
"In these lecture videos, you will learn about HTML tools and how they let you write better code. These tools include HTML validators, DOM Inspector, and the browser developer tools."
]
},
"review-html-tables-and-forms": {
@@ -1927,7 +1936,7 @@
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Importance of Accessibility and Good HTML Structure",
"intro": [
"In these lecture videos, you will learn about importance of accessibility and using good HTML structure."
"In these lecture videos, you will learn about accessibility and its importance, assistive tools for people with disabilities, HTML attributes that let you create inclusive websites, accessibility best practices, and much more."
]
},
"lab-checkout-page": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Prepare for the developer interview job search:",
"legacy-curriculum-heading": "Explore our Legacy Curriculum:",
"next-heading": "Try our beta curriculum:",
"next-english-heading": "Try our latest English curriculum:",
"upcoming-heading": "Upcoming curriculum:",
"faq": "Maswali yanayoulizwa mara kwa mara:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Kamilisha hatua zote mbili hapa chini ili kumaliza changamoto.",
"runs-in-vm": "Mradi unaendeshwa kwa mashine virtual, kamilisha mazoezi za watumiaji zilizofafanuliwa hapo na upate majaribio yote ya kupita ili kumaliza hatua ya 1.",
"completed": "Imekamilika",
"not-completed": "Not completed",
"not-started": "Haujaanza",
"test": "Jaribio",
"sorry-try-again": "Samahani, msimbo wako haupiti. Jaribu tena.",

View File

@@ -1561,34 +1561,28 @@
"b1-english-for-developers": {
"title": "Англійська мова рівня B1 для розробників (бета-версія)",
"intro": [
"In this English for Developers Curriculum, you'll learn the essentials of English communication. This will follow the B1 level of the Common European Framework of Reference (CEFR). And we've focused on vocabulary that is particularly useful for developers.",
"It will help you strengthen your foundational skills while introducing more complex grammar and usage. You'll learn how to describe places and things, share past experiences, and confidently use tenses like Present Perfect and Future. Practical communication strategies are included as well, such as managing conversations, expressing opinions, and building agreement or disagreement in discussions.",
"You'll also focus on applying these skills in professional and technical settings. You'll practice vocabulary and phrases essential for developers, such as describing code, participating in stand-up meetings, and discussing tech trends. Advanced topics include conditionals, comparative structures, and conversation management, so you can prepare for real-world interactions in the tech industry.",
"This entire B1-level curriculum includes 73 different dialogues. Each is designed to build your vocabulary and boost your confidence when speaking in a professional tech setting."
"У цьому курсі з вивчення англійської мови для розробників ви опануєте основи англійської комунікації. Курс створено відповідно до загальноєвропейських рекомендацій з мовної освіти рівня B1 (CEFR). Ми зосередилися на словниковому запасі, що є особливо корисним для розробників.",
"Курс допоможе зміцнити базові знання, одночасно ознайомлюючи із більш складною граматикою та використанням. Ви навчитесь описувати місця та речі, ділитися досвідом і впевнено використовувати часи, серед яких теперішній доконаний та простий майбутній. А також отримаєте практичні поради: як вести розмову, ділитись думкою та висловлювати згоду чи незгоду.",
"Основний фокус на застосуванні цих навичок у професійній та технологічній галузях. Ви будете практикувати словниковий запас і фрази, важливі для розробників: як описувати код, брати участь у зустрічах і обговорювати технологічні тенденції. До складніших тем належать умовні речення, порівняльні конструкції та підтримка розмови, щоб підготувати вас до реальних взаємодій у технологічній індустрії.",
"Весь курс рівня B1 складається з 73 різних діалогів. Кожен з них створений для того, щоб розширити ваш словниковий запас та підвищити впевненість під час спілкування в професійному середовищі."
],
"blocks": {
"learn-how-to-describe-places-and-events": {
"title": "Дізнайтесь, як описувати місця і події",
"intro": [
"This course will show you ways of talking about places and events conversationally."
]
"intro": ["У цьому курсі ви навчитеся говорити про місця та події."]
},
"learn-how-to-talk-about-past-experiences": {
"title": "Дізнайтесь, як говорити про досвід",
"intro": [
"In this course, you will learn how to share experiences that you had in the past."
]
"intro": ["У цьому курсі ви навчитеся ділитись власним досвідом."]
},
"learn-how-to-talk-about-past-activities": {
"title": "Дізнайтесь, як говорити про дії з минулого",
"intro": [
"In this course, you will learn how talk about things that you did."
]
"intro": ["У цьому курсі ви навчитеся говорити про речі, які зробили."]
},
"learn-present-perfect-while-talking-about-accessibility": {
"title": "Дізнайтесь про теперішній доконаний час, говорячи про доступність",
"intro": [
"In this course, you will learn to use the Present Perfect structure and learn a bit more about accessibility."
"У цьому курсі ви навчитеся використовувати теперішній доконаний час і трішки дізнаєтесь про доступність."
]
},
"learn-how-to-plan-future-events": {
@@ -1702,7 +1696,8 @@
"frontend-libraries": "Бібліотеки для front end",
"relational-databases": "Реляційні бази даних",
"backend-javascript": "Backend JavaScript",
"python": "Python"
"python": "Python",
"exam-certified-full-stack-developer": "Certified Full Stack Developer Exam"
},
"modules": {
"getting-started-with-freecodecamp": "Початок роботи з freeCodeCamp",
@@ -1710,6 +1705,8 @@
"semantic-html": "Семантичний HTML",
"html-forms-and-tables": "Форми та таблиці",
"html-and-accessibility": "Доступність",
"review-html": "Повторення HTML",
"exam-html": "HTML Exam",
"computer-basics": "Основи комп’ютера",
"basic-css": "Основи CSS",
"design-for-developers": "Дизайн",
@@ -1727,6 +1724,7 @@
"css-variables": "Змінні",
"css-grid": "Сітка",
"css-animations": "Анімації",
"exam-css": "CSS Exam",
"code-editors": "Редактори коду",
"javascript-variables-and-strings": "Змінні та рядки",
"javascript-booleans-and-numbers": "Булеві значення та числа",
@@ -1748,12 +1746,15 @@
"recursion": "Рекурсія",
"functional-programming": "Функціональне програмування",
"asynchronous-javascript": "Асинхронний JavaScript",
"exam-javascript": "JavaScript Exam",
"react-fundamentals": "Основи React",
"react-state-hooks-and-routing": "Стани, хуки та маршрутизація в React",
"performance": "Продуктивність",
"css-libraries-and-frameworks": "Бібліотеки та фреймворки CSS",
"testing": "Тестування",
"typescript-fundamentals": "Основи TypeScript",
"review-front-end-libraries": "Front End Libraries Review",
"exam-front-end-libraries": "Front End Libraries Exam",
"sql-and-bash": "SQL та Bash",
"git": "Git",
"security-and-privacy": "Безпека та приватність"
@@ -1788,7 +1789,7 @@
"lecture-html-fundamentals": {
"title": "Основи HTML",
"intro": [
"У цих відеолекціях ви дізнаєтесь про основи HTML, серед яких атрибути <code>id</code> й <code>class</code>, елементи <code>div</code> й <code>span</code>, об’єкти HTML та багато іншого."
"У цих відеолекціях ви дізнаєтесь про основи HTML, серед яких елементи <code>div</code> та <code>span</code>, атрибути <code>id</code> та <code>class</code>, шаблонний код HTML тощо."
]
},
"lab-travel-agency-page": {
@@ -1800,7 +1801,7 @@
"lecture-working-with-media": {
"title": "Робота з медіа",
"intro": [
"У цих відеолекціях ви дізнаєтесь, як працювати з елементами <code>audio</code> й <code>video</code>, а також із SVG, та багато іншого."
"У цих відеолекціях ви дізнаєтесь, як працювати з цифровими активами (наприклад, елементами <code>audio</code> та <code>video</code>), SVG, як їх оптимізувати тощо."
]
},
"lab-video-compilation-page": {
@@ -1812,7 +1813,7 @@
"lecture-working-with-links": {
"title": "Робота з посиланнями",
"intro": [
"У цих відеолекціях ви дізнаєтесь про різні значення атрибута <code>target</code>, абсолютні й відносні посилання та різні стани посилань."
"У цих відеолекціях ви дізнаєтесь про посилання, атрибут <code>target</code>, різні стани посилань, абсолютний і відносний шлях тощо."
]
},
"review-basic-html": {
@@ -1831,7 +1832,7 @@
"lecture-importance-of-semantic-html": {
"title": "Важливість семантичного HTML",
"intro": [
"У цих відеолекціях ви дізнаєтесь про семантичний HTML та важливість його використання."
"У цих відеолекціях ви дізнаєтесь про семантичний HTML та чому ним варто цікавитись, а також про семантичні елементи, різницю між семантичним і презентаційним HTML та багато іншого."
]
},
"workshop-blog-page": {
@@ -1863,7 +1864,7 @@
"lecture-working-with-forms": {
"title": "Робота з формами",
"intro": [
"У цих відеолекціях ви дізнаєтесь, як працювати з формами в HTML."
"У цих відеолекціях ви дізнаєтесь про форми, важливість міток, полів введення і кнопок, валідацію форми зі сторони клієнта та стани форм."
]
},
"workshop-hotel-feedback-form": {
@@ -1882,7 +1883,9 @@
},
"lecture-working-with-tables": {
"title": "Робота з таблицями",
"intro": ["У цих відеолекціях ви дізнаєтесь про таблиці в HTML."]
"intro": [
"У цих відеолекціях ви дізнаєтесь про таблиці в HTML, включно з їхнім створенням і використанням."
]
},
"workshop-final-exams-table": {
"title": "Створіть таблицю з кінцевими екзаменами",
@@ -1900,26 +1903,26 @@
"lecture-working-with-html-tools": {
"title": "Робота з інструментами HTML",
"intro": [
"У цих відеолекціях ви дізнаєтесь, як працювати з інструментами HTML."
"У цих відеолекціях ви дізнаєтесь про інструменти HTML, які допомагають писати кращий код. До цих інструментів належать валідатори HTML, інспектор DOM та інструменти розробника браузера."
]
},
"review-html-tables-and-forms": {
"title": "Повторення таблиць та форм в HTML",
"intro": [
"Before you are quizzed on HTML forms, tables and tools, you first need to review the concepts.",
"Open up this page to review the <code>table</code>, <code>input</code>, and <code>button</code> elements as well as commonly used tools like the HTML validator and more."
"Перш ніж перейти до тесту «Форми, таблиці та інструменти в HTML», повторіть основні поняття.",
"Відкрийте цю сторінку, щоб пригадати елементи <code>table</code>, <code>input</code> та <code>button</code>, а також поширені інструменти (серед яких валідатор HTML) та багато іншого."
]
},
"quiz-html-tables-and-forms": {
"title": "Тест «Таблиці та форми в HTML»",
"intro": [
"The following quiz will test your knowledge of HTML tables, forms and commonly used HTML tools."
"Цей тест перевірить, наскільки добре ви засвоїли матеріал з теми «Форми, таблиці та інструменти в HTML»."
]
},
"lecture-importance-of-accessibility-and-good-html-structure": {
"title": "Важливість доступності та хорошої структури HTML",
"intro": [
"У цих відеолекціях ви дізнаєтесь про важливість доступності та хорошої структури в HTML."
"У цих відеолекціях ви дізнаєтесь про доступність та її важливість, допоміжні технології для людей з порушеннями, атрибути HTML для створення інклюзивних вебсайтів, найкращі практики й багато іншого."
]
},
"lab-checkout-page": {
@@ -2616,7 +2619,7 @@
"lab-fortune-teller": {
"title": "Створіть генератор передбачень",
"intro": [
"In this lab, you will build a fortune teller by randomly selecting a fortune from the available fortunes."
"У цій лабораторній роботі ви створите генератор передбачень, де користувач випадково обиратиме передбачення зі всіх доступних."
]
},
"lecture-working-with-numbers-and-common-number-methods": {
@@ -3028,9 +3031,9 @@
]
},
"lab-customer-complaint-form": {
"title": "Build a Customer Complaint Form",
"title": "Створіть форму для скарг",
"intro": [
"For this lab, you will use JavaScript to validate a customer complaint form."
"У цій лабораторній роботі ви будете працювати над формою для скарг від клієнтів, використовуючи JavaScript."
]
},
"review-form-validation-with-javascript": {
@@ -3234,9 +3237,9 @@
]
},
"lab-sorting-visualizer": {
"title": "Build a Sorting Visualizer",
"title": "Створіть візуалізатор сортування",
"intro": [
"For this lab, you will use JavaScript to visualize the steps that the Bubble Sort algorithm takes to reorder an array of integers."
"У цій лабораторній роботі ви будете використовувати JavaScript, щоб візуалізувати кроки алгоритму сортування бульбашкою, необхідні для впорядкування масиву цілих чисел."
]
},
"review-javascript-functional-programming": {
@@ -3318,9 +3321,9 @@
]
},
"workshop-reusable-profile-card-component": {
"title": "Build a Reusable Profile Card Component",
"title": "Створіть картку профілю",
"intro": [
"In this workshop, you will learn how to work with props by building a reusable profile card component."
"У цьому практичному занятті ви дізнаєтесь, як працювати з пропсами, створивши картку профілю, доступну для повторного використання."
]
},
"lab-mood-board": {

View File

@@ -167,6 +167,7 @@
"interview-prep-heading": "Підготуйтесь до посади розробника:",
"legacy-curriculum-heading": "Перегляньте застарілу навчальну програму:",
"next-heading": "Спробуйте бета-версію навчальної програми:",
"next-english-heading": "Спробуйте нову навчальну програму:",
"upcoming-heading": "Майбутня навчальна програма:",
"faq": "Часті питання:",
"faqs": [
@@ -505,6 +506,7 @@
"complete-both-steps": "Виконайте обидва кроки, щоб закінчити завдання.",
"runs-in-vm": "Проєкт виконується на віртуальній машині; виконайте описані там історії користувачів та пройдіть всі тести, щоб завершити крок 1.",
"completed": "Виконано",
"not-completed": "Не завершено",
"not-started": "Не розпочато",
"test": "Тест",
"sorry-try-again": "На жаль, ваш код не працює. Спробуйте ще раз.",
@@ -749,7 +751,7 @@
"result-list": "Результати пошуку"
},
"misc": {
"coming-soon": "Coming Soon",
"coming-soon": "Зовсім скоро",
"offline": "Схоже, що ви не підключені до мережі, тому не зможете зберегти свій прогрес",
"server-offline": "Сервер не відповідає, ваш прогрес може не зберегтись. Будь ласка, зв’яжіться з <0>підтримкою</0>, якщо помилка не зникне",
"unsubscribed": "Підписку успішно скасовано",
@@ -961,8 +963,8 @@
"issued": "Виданий",
"fulltext": "<0>Цей сертифікат засвідчує, що</0> <1>{{user}}</1> <2>успішно закінчив(-ла) сертифікацію</2> <3>«{{title}}»</3> <4>{{time}},</4> <5>виконавши приблизно {{completionTime}} год навчання</5>",
"fulltextNoHours": "<0>Цей сертифікат підтверджує, що</0> <1>{{user}}</1> <2>успішно завершив(-ла) сертифікацію</2> <3>{{title}}</3> <4>{{time}}</4>",
"quincy-larson-signature": "Quincy Larson's Signature",
"julia-liuson-signature": "Julia Liuson's Signature",
"quincy-larson-signature": "Підпис Квінсі Ларсона",
"julia-liuson-signature": "Підпис Джулії Люсон",
"project": {
"heading-legacy-full-stack": "В рамках сертифікації програмного забезпечення повного циклу {{user}} отримав(-ла) такі сертифікації:",
"heading-exam": "{{user}} склав(-ла) екзамен в рамках цієї сертифікації: ",
@@ -1049,50 +1051,50 @@
}
},
"title": {
"responsive-web-design": "Responsive Web Design",
"responsive-web-design-cert": "Responsive Web Design Certification",
"javascript-algorithms-and-data-structures": "Legacy JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures Certification",
"javascript-algorithms-and-data-structures-v8": "JavaScript Algorithms and Data Structures (Beta)",
"javascript-algorithms-and-data-structures-v8-cert": "JavaScript Algorithms and Data Structures (Beta) Certification",
"front-end-development-libraries": "Front End Development Libraries",
"front-end-development-libraries-cert": "Front End Development Libraries Certification",
"data-visualization": "Data Visualization",
"data-visualization-cert": "Data Visualization Certification",
"relational-database-v8": "Relational Database",
"relational-database-v8-cert": "Relational Database Certification",
"back-end-development-and-apis": "Back End Development and APIs",
"back-end-development-and-apis-cert": "Back End Development and APIs Certification",
"quality-assurance-v7": "Quality Assurance",
"quality-assurance-v7-cert": "Quality Assurance Certification",
"scientific-computing-with-python-v7": "Scientific Computing with Python",
"scientific-computing-with-python-v7-cert": "Scientific Computing with Python Certification",
"data-analysis-with-python-v7": "Data Analysis with Python",
"data-analysis-with-python-v7-cert": "Data Analysis with Python Certification",
"information-security-v7": "Information Security",
"information-security-v7-cert": "Information Security Certification",
"machine-learning-with-python-v7": "Machine Learning with Python",
"machine-learning-with-python-v7-cert": "Machine Learning with Python Certification",
"college-algebra-with-python-v8": "College Algebra with Python",
"college-algebra-with-python-v8-cert": "College Algebra with Python Certification",
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft",
"foundational-c-sharp-with-microsoft-cert": "Foundational C# with Microsoft Certification",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification",
"b1-english-for-developers": "B1 English for Developers",
"b1-english-for-developers-cert": "B1 English for Developers Certification",
"full-stack-developer-v9": "Full Stack Developer",
"full-stack-developer-v9-cert": "Full Stack Developer Certification",
"legacy-front-end": "Legacy Front End",
"legacy-front-end-cert": "Legacy Front End Certification",
"legacy-back-end": "Legacy Back End",
"legacy-back-end-cert": "Legacy Back End Certification",
"legacy-data-visualization": "Legacy Data Visualization",
"legacy-data-visualization-cert": "Legacy Data Visualization Certification",
"information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification",
"full-stack": "Legacy Full Stack",
"full-stack-cert": "Legacy Full Stack Certification"
"responsive-web-design": "Адаптивний вебдизайн",
"responsive-web-design-cert": "Сертифікація «Адаптивний вебдизайн»",
"javascript-algorithms-and-data-structures": "Алгоритми та структури даних JavaScript (стара версія)",
"javascript-algorithms-and-data-structures-cert": "Сертифікація «Алгоритми та структури даних JavaScript» (стара версія)",
"javascript-algorithms-and-data-structures-v8": "Алгоритми та структури даних JavaScript (бета-версія)",
"javascript-algorithms-and-data-structures-v8-cert": "Сертифікація «Алгоритми та структури даних JavaScript» (бета-версія)",
"front-end-development-libraries": "Бібліотеки Front End",
"front-end-development-libraries-cert": "Сертифікація «Бібліотеки Front End»",
"data-visualization": "Візуалізація даних",
"data-visualization-cert": "Сертифікація «Візуалізація даних»",
"relational-database-v8": "Реляційна база даних",
"relational-database-v8-cert": "Сертифікація «Реляційна база даних»",
"back-end-development-and-apis": "Розробка Back End та API",
"back-end-development-and-apis-cert": "Сертифікація «Розробка Back End та API»",
"quality-assurance-v7": "Забезпечення якості",
"quality-assurance-v7-cert": "Сертифікація «Забезпечення якості»",
"scientific-computing-with-python-v7": "Наукові обчислення з Python",
"scientific-computing-with-python-v7-cert": "Сертифікація «Наукові обчислення з Python»",
"data-analysis-with-python-v7": "Аналіз даних з Python",
"data-analysis-with-python-v7-cert": "Сертифікація «Аналіз даних з Python»",
"information-security-v7": "Інформаційна безпека",
"information-security-v7-cert": "Сертифікація «Інформаційна безпека»",
"machine-learning-with-python-v7": "Машинне навчання з Python",
"machine-learning-with-python-v7-cert": "Сертифікація «Машинне навчання з Python»",
"college-algebra-with-python-v8": "Алгебра з Python",
"college-algebra-with-python-v8-cert": "Сертифікація «Алгебра з Python»",
"foundational-c-sharp-with-microsoft": "Основи C# з Microsoft",
"foundational-c-sharp-with-microsoft-cert": "Сертифікація «Основи C# з Microsoft»",
"a2-english-for-developers": "Англійська мова A2 для розробників",
"a2-english-for-developers-cert": "Сертифікація «Англійська мова A2 для розробників»",
"b1-english-for-developers": "Англійська мова B1 для розробників",
"b1-english-for-developers-cert": "Сертифікація «Англійська мова B1 для розробників»",
"full-stack-developer-v9": "Full Stack розробник",
"full-stack-developer-v9-cert": "Сертифікація «Full Stack розробник»",
"legacy-front-end": "Front End (стара версія)",
"legacy-front-end-cert": "Сертифікація «Front End» (стара версія)",
"legacy-back-end": "Back End (стара версія)",
"legacy-back-end-cert": "Сертифікація «Back End» (стара версія)",
"legacy-data-visualization": "Візуалізація даних (стара версія)",
"legacy-data-visualization-cert": "Сертифікація «Візуалізація даних» (стара версія)",
"information-security-and-quality-assurance": "Інформаційна безпека та забезпечення якості (стара версія)",
"information-security-and-quality-assurance-cert": "Сертифікація «Інформаційна безпека та забезпечення якості» (стара версія)",
"full-stack": "Full Stack (стара версія)",
"full-stack-cert": "Сертифікація «Full Stack» (стара версія)"
}
},
"certification-card": {