From c972d4b1747b0bbd098169bd6d202573fa281e67 Mon Sep 17 00:00:00 2001 From: camperbot Date: Fri, 16 Jun 2023 13:51:02 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#50715) --- client/i18n/locales/arabic/intro.json | 52 +++++++++++++++++++ client/i18n/locales/arabic/translations.json | 3 ++ .../locales/chinese-traditional/intro.json | 52 +++++++++++++++++++ .../chinese-traditional/translations.json | 3 ++ client/i18n/locales/chinese/intro.json | 52 +++++++++++++++++++ client/i18n/locales/chinese/translations.json | 3 ++ client/i18n/locales/espanol/intro.json | 52 +++++++++++++++++++ client/i18n/locales/espanol/translations.json | 3 ++ client/i18n/locales/german/intro.json | 52 +++++++++++++++++++ client/i18n/locales/german/translations.json | 3 ++ client/i18n/locales/italian/intro.json | 52 +++++++++++++++++++ client/i18n/locales/italian/translations.json | 3 ++ client/i18n/locales/japanese/intro.json | 52 +++++++++++++++++++ .../i18n/locales/japanese/translations.json | 3 ++ client/i18n/locales/portuguese/intro.json | 52 +++++++++++++++++++ .../i18n/locales/portuguese/translations.json | 3 ++ client/i18n/locales/swahili/intro.json | 52 +++++++++++++++++++ client/i18n/locales/swahili/translations.json | 3 ++ client/i18n/locales/ukrainian/intro.json | 52 +++++++++++++++++++ .../i18n/locales/ukrainian/translations.json | 3 ++ 20 files changed, 550 insertions(+) diff --git a/client/i18n/locales/arabic/intro.json b/client/i18n/locales/arabic/intro.json index f769bb7d3b2..42b9cc81072 100644 --- a/client/i18n/locales/arabic/intro.json +++ b/client/i18n/locales/arabic/intro.json @@ -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"], diff --git a/client/i18n/locales/arabic/translations.json b/client/i18n/locales/arabic/translations.json index 1cb9ca64941..12113b9a03f 100644 --- a/client/i18n/locales/arabic/translations.json +++ b/client/i18n/locales/arabic/translations.json @@ -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": "الواجهة الخلفية التراثية", diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index fa54cb2277e..b9af6c62548 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -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": ["佔位符"], diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 561cbb50722..b1c1c6e96b2 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -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": "舊版後端", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 006555fe21d..8064db9322b 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -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": ["占位符"], diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 5b7964f1892..c02068152e9 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -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": "旧版后端", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 93ecf9f1372..a216d4410fb 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -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"], diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index a7c8ee249ab..88dd8cf1c03 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -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", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 9a2f630c303..51bd79e8da2 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -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"], diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 0ca66d62802..58550cafd65 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -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", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 5cb7d57f00e..fbb7f1067a9 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -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"], diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 8dfef5cd509..78b89a9863e 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -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", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 81e7e58c347..d82a98587f3 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -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"], diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index 76eb8fc4ae3..f950a329df4 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -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": "(レガシー) バックエンド", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index e45ad95288d..0913ce2dd20 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -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"], diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index eb4ac42e775..5fd9d33bed5 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -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", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 3b293c1ec34..79db42fcafd 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -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"], diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index 2f40a633e9a..8f3fe05a2f1 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -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", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 669260984ce..b9d2ca2320b 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -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": ["заповнювач"], diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index 2f5c418f839..6d00872f18b 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -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",