mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
chore(i18n,client): processed translations (#62410)
This commit is contained in:
parent
c7a8b183d3
commit
d690ff13ab
@ -2285,6 +2285,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3486,6 +3492,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3559,6 +3571,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3584,6 +3602,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3732,6 +3756,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4503,9 +4533,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4696,7 +4728,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "下載 freeCodeCamp 考試環境應用程序",
|
||||
"explanation": "要獲得認證,你必須參加考試以檢驗對所學知識的掌握程度。參加考試完全免費。",
|
||||
"version": "我們的應用程序的最新版本是:{{version}}。",
|
||||
|
||||
@ -2285,6 +2285,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3486,6 +3492,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3559,6 +3571,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3584,6 +3602,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3732,6 +3756,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4503,9 +4533,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4696,7 +4728,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "下载 freeCodeCamp 考试环境应用程序",
|
||||
"explanation": "要获得认证,你必须参加考试以检验对所学知识的掌握程度。参加考试完全免费。",
|
||||
"version": "我们的应用程序的最新版本是:{{version}}。",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Download the freeCodeCamp Exam Environment App",
|
||||
"explanation": "To earn a certification, you must take an exam to test your understanding of the material you have learned. Taking the exam is absolutely free of charge.",
|
||||
"version": "The latest version of our app is: {{version}}.",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Download the freeCodeCamp Exam Environment App",
|
||||
"explanation": "To earn a certification, you must take an exam to test your understanding of the material you have learned. Taking the exam is absolutely free of charge.",
|
||||
"version": "The latest version of our app is: {{version}}.",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Download the freeCodeCamp Exam Environment App",
|
||||
"explanation": "To earn a certification, you must take an exam to test your understanding of the material you have learned. Taking the exam is absolutely free of charge.",
|
||||
"version": "The latest version of our app is: {{version}}.",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Download the freeCodeCamp Exam Environment App",
|
||||
"explanation": "To earn a certification, you must take an exam to test your understanding of the material you have learned. Taking the exam is absolutely free of charge.",
|
||||
"version": "The latest version of our app is: {{version}}.",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Download the freeCodeCamp Exam Environment App",
|
||||
"explanation": "To earn a certification, you must take an exam to test your understanding of the material you have learned. Taking the exam is absolutely free of charge.",
|
||||
"version": "The latest version of our app is: {{version}}.",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Faça o download do aplicativo de exame gratuito do freeCodeCamp",
|
||||
"explanation": "Para obter uma certificação, você deve fazer um exame para testar sua compreensão do material que você aprendeu. Fazer o exame é absolutamente gratuito.",
|
||||
"version": "A versão mais recente do nosso aplicativo é: {{version}}.",
|
||||
|
||||
@ -2299,6 +2299,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Working with Accessible Tables and Forms",
|
||||
"intro": [
|
||||
@ -3500,6 +3506,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3573,6 +3585,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "JavaScript Higher Order Functions Review",
|
||||
"intro": [
|
||||
@ -3598,6 +3616,12 @@
|
||||
"In this workshop, you will build a storytelling app that will allow you to list different stories based on genre."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Build a Favorite Icon Toggler",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"title": "Build a RegEx Sandbox",
|
||||
"intro": ["In this lab you'll build a regex sandbox."]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4517,9 +4547,11 @@
|
||||
"title": "Classes and Objects",
|
||||
"intro": ["Learn about Classes and Objects in these lectures."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Build a Budget App",
|
||||
@ -4710,7 +4742,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Build a Depth First Search",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Download the freeCodeCamp Exam Environment App",
|
||||
"explanation": "To earn a certification, you must take an exam to test your understanding of the material you have learned. Taking the exam is absolutely free of charge.",
|
||||
"version": "The latest version of our app is: {{version}}.",
|
||||
|
||||
@ -2285,6 +2285,12 @@
|
||||
"In these lectures, 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."
|
||||
]
|
||||
},
|
||||
"workshop-debug-coding-journey-blog-page": {
|
||||
"title": "Debug a Coding Journey Blog Page",
|
||||
"intro": [
|
||||
"In this workshop, you will debug and fix accessibility errors in a coding blog page."
|
||||
]
|
||||
},
|
||||
"lecture-accessible-tables-forms": {
|
||||
"title": "Робота з доступними таблицями і формами",
|
||||
"intro": [
|
||||
@ -3496,6 +3502,12 @@
|
||||
"In this lab, you will convert special characters in a string to their corresponding HTML entities."
|
||||
]
|
||||
},
|
||||
"lab-odd-fibonacci-sum-calculator": {
|
||||
"title": "Build an Odd Fibonacci Sum Calculator",
|
||||
"intro": [
|
||||
"In this lab you will build an odd Fibonacci sum calculator that takes a number and returns the sum of all odd Fibonacci numbers that are less than or equal to that number."
|
||||
]
|
||||
},
|
||||
"lab-optional-arguments-sum-function": {
|
||||
"title": "Build an Optional Arguments Sum Function",
|
||||
"intro": [
|
||||
@ -3569,6 +3581,12 @@
|
||||
"In this lab you will create a function that can flatten deeply nested arrays, handling any level of nesting without using built-in flat methods."
|
||||
]
|
||||
},
|
||||
"lab-all-true-property-validator": {
|
||||
"title": "Build an All-True Property Validator",
|
||||
"intro": [
|
||||
"In this lab you will build a function that checks if all objects in an array have a truthy value for a specific property."
|
||||
]
|
||||
},
|
||||
"review-javascript-higher-order-functions": {
|
||||
"title": "Повторення функцій вищого порядку в JavaScript",
|
||||
"intro": [
|
||||
@ -3594,6 +3612,12 @@
|
||||
"У цьому практичному занятті ви створите застосунок з оповіданнями, що дозволить відтворювати їхній список за жанром."
|
||||
]
|
||||
},
|
||||
"workshop-emoji-reactor": {
|
||||
"title": "Build an Emoji Reactor",
|
||||
"intro": [
|
||||
"In this workshop, you will build an emoji reactor to practice <code>querySelector</code> and <code>querySelectorAll</code>."
|
||||
]
|
||||
},
|
||||
"lab-favorite-icon-toggler": {
|
||||
"title": "Створіть перемикач вподобаної іконки",
|
||||
"intro": [
|
||||
@ -3746,6 +3770,12 @@
|
||||
"У цій лабораторній роботі ви створите пісочницю для регулярних виразів."
|
||||
]
|
||||
},
|
||||
"lab-spinal-case-converter": {
|
||||
"title": "Implement a Spinal Case Converter",
|
||||
"intro": [
|
||||
"In this lab, you will create a function that converts a given string to spinal case which is a style of writing where all letters are lowercase and separated by hyphens."
|
||||
]
|
||||
},
|
||||
"lab-pig-latin": {
|
||||
"title": "Implement a Pig Latin Translator",
|
||||
"intro": [
|
||||
@ -4503,9 +4533,11 @@
|
||||
"title": "Класи та об’єкти",
|
||||
"intro": ["У цих відеолекціях ви дізнаєтесь про класи та об’єкти."]
|
||||
},
|
||||
"workshop-placeholder-classes-and-objects": {
|
||||
"title": "Placeholder - waiting for title",
|
||||
"intro": [""]
|
||||
"workshop-musical-instrument-inventory": {
|
||||
"title": "Build a Musical Instrument Inventory",
|
||||
"intro": [
|
||||
"In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory."
|
||||
]
|
||||
},
|
||||
"lab-budget-app": {
|
||||
"title": "Створіть застосунок для ведення бюджету",
|
||||
@ -4692,7 +4724,13 @@
|
||||
"intro": [""]
|
||||
},
|
||||
"lab-depth-first-search": {
|
||||
"title": "Створіть алгоритм пошуку в глибину",
|
||||
"title": "Implement the Depth-First Search Algorithm",
|
||||
"intro": [
|
||||
"In this lab, you will implement the Depth-First Search Algorithm."
|
||||
]
|
||||
},
|
||||
"lab-n-queens-problem": {
|
||||
"title": "",
|
||||
"intro": [""]
|
||||
},
|
||||
"review-graphs-and-trees": {
|
||||
|
||||
@ -380,6 +380,14 @@
|
||||
}
|
||||
},
|
||||
"exam": {
|
||||
"attempts": "Attempts",
|
||||
"no-attempts-yet": "No attempts yet",
|
||||
"date-taken": "Date Taken",
|
||||
"score": "Score",
|
||||
"status": "Status",
|
||||
"pending": "Pending",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"download-header": "Завантажте застосунок для екзаменів freeCodeCamp",
|
||||
"explanation": "Щоб отримати сертифікацію, потрібно скласти екзамен з метою перевірки отриманих знань. Екзамен абсолютно безоплатний.",
|
||||
"version": "Найновіша версія застосунку: {{version}}.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user