mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(i18n,client): processed translations (#50715)
This commit is contained in:
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Example Certification",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Question",
|
||||
"solution-link": "رابط الحل",
|
||||
"github-link": "رابط Github",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "أرسل وانتقل إلى التحدي التالي",
|
||||
"congratulations": "تهانينا، نجح كودك. قدّم كودك للمتابعة.",
|
||||
"i-completed": "لقد أكملت هذا التحدي",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "مشاريع تعلم الآله باستخدام Python",
|
||||
"College Algebra with Python": "College Algebra with Python",
|
||||
"college-algebra-with-python-v8": "College Algebra with Python Certification",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "الواجهة الأمامية التراثية",
|
||||
"legacy-front-end": "شهادة الواجهة الأمامية التراثية",
|
||||
"Legacy Back End": "الواجهة الخلفية التراثية",
|
||||
|
||||
@@ -999,6 +999,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "示例認證",
|
||||
"intro": ["佔位符"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "問題",
|
||||
"solution-link": "解決方案鏈接",
|
||||
"github-link": "GitHub 鏈接",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "提交併訪問下一個挑戰",
|
||||
"congratulations": "恭喜,你的代碼已通過。請提交你的代碼以繼續。",
|
||||
"i-completed": "我已經完成這個挑戰",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Python 和機器學習認證",
|
||||
"College Algebra with Python": "Python 和大學代數",
|
||||
"college-algebra-with-python-v8": "Python 和大學代數認證",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "舊版前端",
|
||||
"legacy-front-end": "前端認證",
|
||||
"Legacy Back End": "舊版後端",
|
||||
|
||||
@@ -999,6 +999,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "示例认证",
|
||||
"intro": ["占位符"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "问题",
|
||||
"solution-link": "解决方案链接",
|
||||
"github-link": "GitHub 链接",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "提交并访问下一个挑战",
|
||||
"congratulations": "恭喜,你的代码已通过。请提交你的代码以继续。",
|
||||
"i-completed": "我已经完成这个挑战",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Python 和机器学习认证",
|
||||
"College Algebra with Python": "Python 和大学代数",
|
||||
"college-algebra-with-python-v8": "Python 和大学代数认证",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "旧版前端",
|
||||
"legacy-front-end": "前端认证",
|
||||
"Legacy Back End": "旧版后端",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Example Certification",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Pregunta",
|
||||
"solution-link": "Enlace a la solución",
|
||||
"github-link": "Enlace de GitHub",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "Enviar y pasar a mi siguiente desafío",
|
||||
"congratulations": "Felicidades, tu código ha sido aprobado. Envía tu código para continuar.",
|
||||
"i-completed": "He completado este desafío",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
|
||||
"College Algebra with Python": "College Algebra with Python",
|
||||
"college-algebra-with-python-v8": "College Algebra with Python Certification",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Front End Certification",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Example Certification",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Question",
|
||||
"solution-link": "Lösungs-Link",
|
||||
"github-link": "GitHub Link",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "Absenden und zur nächsten Herausforderung gehen",
|
||||
"congratulations": "Glückwunsch, dein Code hat bestanden. Sende deinen Code ein, um fortzufahren.",
|
||||
"i-completed": "Ich habe diese Herausforderung abgeschlossen",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
|
||||
"College Algebra with Python": "College Algebra with Python",
|
||||
"college-algebra-with-python-v8": "College Algebra with Python Certification",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Front End Certification",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Example Certification",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Domande",
|
||||
"solution-link": "Link alla soluzione",
|
||||
"github-link": "Link GitHub",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "Invia e vai alla prossima sfida",
|
||||
"congratulations": "Congratulazioni, hai superato i test. Invia in tuo codice per continuare.",
|
||||
"i-completed": "Ho completato questa sfida",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Certificazione Machine Learning con Python",
|
||||
"College Algebra with Python": "Algebra Universitaria con Python",
|
||||
"college-algebra-with-python-v8": "Certificazione di Algebra Universitaria con Python",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "Front End Legacy",
|
||||
"legacy-front-end": "Certificazione Front End",
|
||||
"Legacy Back End": "Back End Legacy",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Example Certification",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "問題",
|
||||
"solution-link": "回答のリンク",
|
||||
"github-link": "GitHub のリンク",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "提出して次のチャレンジに進む",
|
||||
"congratulations": "おめでとうございます、合格です。次に進むにはコードを提出してください。",
|
||||
"i-completed": "このチャレンジを完了しました",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Python を用いた機械学習認定証",
|
||||
"College Algebra with Python": "Python を用いた代数学",
|
||||
"college-algebra-with-python-v8": "Python を用いた代数学認定証",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "(レガシー) フロントエンド",
|
||||
"legacy-front-end": "フロントエンド認定証",
|
||||
"Legacy Back End": "(レガシー) バックエンド",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Certificação de exemplo",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Questão",
|
||||
"solution-link": "Link da solução",
|
||||
"github-link": "Link do GitHub",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "Enviar e ir para o meu próximo desafio",
|
||||
"congratulations": "Parabéns, o código passou. Envie o código para continuar.",
|
||||
"i-completed": "Já completei este desafio",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Certificação de aprendizagem de máquina com Python",
|
||||
"College Algebra with Python": "Álgebra para o ensino superior com Python",
|
||||
"college-algebra-with-python-v8": "Certificação de Álgebra do ensino superior com Python",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "Front-end legado",
|
||||
"legacy-front-end": "Certificação de front-end",
|
||||
"Legacy Back End": "Back-end legado",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Example Certification",
|
||||
"intro": ["placeholder"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Question",
|
||||
"solution-link": "Solution Link",
|
||||
"github-link": "GitHub Link",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "Submit and go to my next challenge",
|
||||
"congratulations": "Congratulations, your code passes. Submit your code to continue.",
|
||||
"i-completed": "I've completed this challenge",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
|
||||
"College Algebra with Python": "College Algebra with Python",
|
||||
"college-algebra-with-python-v8": "College Algebra with Python Certification",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "Legacy Front End",
|
||||
"legacy-front-end": "Front End Certification",
|
||||
"Legacy Back End": "Legacy Back End",
|
||||
|
||||
@@ -1003,6 +1003,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft": {
|
||||
"title": "Foundational C# with Microsoft",
|
||||
"intro": [
|
||||
"This course offers a comprehensive introduction to C# programming, covering its core concepts, syntax, and practical application in software development.",
|
||||
"Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.",
|
||||
"By the end of this course, you will have gained the practical skills and knowledge needed to confidently leverage C# for building robust and scalable applications"
|
||||
],
|
||||
"blocks": {
|
||||
"write-your-first-code-using-c-sharp": {
|
||||
"title": "Write Your First Code Using C#",
|
||||
"intro": [
|
||||
"Begin your journey by learning to write your first code using C#. Develop a strong foundation as you explore the fundamentals and syntax of the language, setting the stage for your programming adventures."
|
||||
]
|
||||
},
|
||||
"create-and-run-simple-c-sharp-console-applications": {
|
||||
"title": "Create and Run Simple C# Console Applications",
|
||||
"intro": [
|
||||
"Master the art of creating and running simple C# console applications. Dive into the world of console-based programming, where you will gain hands-on experience executing your code and seeing it in action."
|
||||
]
|
||||
},
|
||||
"add-logic-to-c-sharp-console-applications": {
|
||||
"title": "Add Logic to C# Console Applications",
|
||||
"intro": [
|
||||
"Unlock the power of logic in C# console applications. Learn how to add logic and decision-making capabilities to your code, enabling your applications to make dynamic choices and respond intelligently to different scenarios."
|
||||
]
|
||||
},
|
||||
"work-with-variable-data-in-c-sharp-console-applications": {
|
||||
"title": "Work with Variable Data in C# Console Applications",
|
||||
"intro": [
|
||||
"Discover the versatility of variable data in C# console applications. Harness the ability to store and manipulate different types of data, such as numbers and text, as you delve into the essential concepts of variables and data handling."
|
||||
]
|
||||
},
|
||||
"create-methods-in-c-sharp-console-applications": {
|
||||
"title": "Create Methods in C# Console Applications",
|
||||
"intro": [
|
||||
"Take your C# console applications to the next level by mastering the art of creating methods. Learn how to organize and modularize your code, making it more manageable, reusable, and efficient."
|
||||
]
|
||||
},
|
||||
"debug-c-sharp-console-applications": {
|
||||
"title": "Debug C# Console Applications",
|
||||
"intro": [
|
||||
"Sharpen your troubleshooting skills as you dive into the world of debugging C# console applications. Gain the ability to identify and fix issues in your code, ensuring your applications run smoothly and deliver the desired results."
|
||||
]
|
||||
},
|
||||
"foundational-c-sharp-with-microsoft-certification-exam": {
|
||||
"title": "Foundational C# with Microsoft Certification Exam",
|
||||
"intro": [
|
||||
"Use what you've learned to pass the exam to earn your Foundational C# with Microsoft Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"example-certification": {
|
||||
"title": "Зразкова сертифікація",
|
||||
"intro": ["заповнювач"],
|
||||
|
||||
@@ -342,6 +342,7 @@
|
||||
"question": "Запитання",
|
||||
"solution-link": "Посилання на рішення",
|
||||
"github-link": "Посилання на GitHub",
|
||||
"ms-link": "Microsoft Link",
|
||||
"submit-and-go": "Відправити та перейти до наступного завдання",
|
||||
"congratulations": "Вітаємо, ваш код проходить. Відправте свій код, щоб продовжити.",
|
||||
"i-completed": "Я виконав(-ла) це завдання",
|
||||
@@ -796,6 +797,8 @@
|
||||
"machine-learning-with-python-v7": "Сертифікація «Машинне навчання з Python»",
|
||||
"College Algebra with Python": "Алгебра з Python",
|
||||
"college-algebra-with-python-v8": "Сертифікація «Алгебра з Python»",
|
||||
"Foundational C# with Microsoft": "Foundational C# with Microsft",
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
|
||||
"Legacy Front End": "Застарілий Front End",
|
||||
"legacy-front-end": "Сертифікація «Front End»",
|
||||
"Legacy Back End": "Застарілий Back End",
|
||||
|
||||
Reference in New Issue
Block a user