Skip to content

Commit

Permalink
chore(i18n,client): processed translations (#55168)
Browse files Browse the repository at this point in the history
  • Loading branch information
camperbot committed Jun 12, 2024
1 parent 9fd3c0c commit 0929336
Show file tree
Hide file tree
Showing 22 changed files with 1,548 additions and 140 deletions.
140 changes: 133 additions & 7 deletions client/i18n/locales/arabic/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"intro": [
"Functional Programming is a popular approach to software development. In Functional Programming, developers organize code into smaller functions, then combine those functions to build complex programs.",
"In this spreadsheet application project, you'll learn about parsing and evaluating mathematical expressions, implementing spreadsheet functions, handling cell references, and creating interactive web interfaces. You'll learn how to dynamically update the page based on user input.",
"This project will cover concepts like the <code>map()</code> method, <code>find()</code> method, <code>parseInt()</code>, the <code>includes()</code> method."
"This project will cover concepts like the <code>map()</code>, <code>find()</code>, and <code>includes()</code> methods and the <code>parseInt()</code> function."
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
Expand Down Expand Up @@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [
"Encapsulation is a core OOP principle based on writing code that limits direct access to data.",
"In this project, you'll discover new concepts related to encapsulation, such as getters, setters, and name mangling, and you'll use them together with what you already learned to create a program that calculates a projectile trajectory."
]
},
"learn-the-bisection-method-by-finding-the-square-root-of-a-number": {
"title": "Learn the Bisection Method by Finding the Square Root of a Number",
"intro": [
Expand Down Expand Up @@ -1258,6 +1265,10 @@
"intro": [
"Put your JavaScript skills to the test by building basic functions."
]
},
"top-learn-arrays-and-loops": {
"title": "Learn Arrays and Loops",
"intro": ["Learn about arrays and loops in JavaScript."]
}
}
},
Expand Down Expand Up @@ -1451,27 +1462,39 @@
},
"learn-how-to-use-basic-programming-vocabulary-in-conversations": {
"title": "Learn How to Use Basic Programming Vocabulary in Conversations",
"intro": ["", ""]
"intro": [
"This course will present basic vocabulary related to programming. You'll learn how to ask questions related to basic programming concepts."
]
},
"learn-how-to-use-code-related-concepts-and-terms": {
"title": "Learn How to Use Code-related Concepts and Terms",
"intro": ["", ""]
"intro": [
"In this course, you will be introduced to terms related to coding and learn how to use them in conversation."
]
},
"learn-how-to-discuss-tech-trends-and-updates": {
"title": "Learn How to Discuss Tech Trends and Updates",
"intro": ["", ""]
"intro": [
"In this course, you will be introduced to some recent trends in the world of technology and learn how to discuss them in English."
]
},
"learn-how-to-help-a-coworker-troubleshoot-on-github": {
"title": "Learn How to Help a Coworker Troubleshoot on GitHub",
"intro": ["", ""]
"intro": [
"In this course, you will learn expression related to how to ask for help from a coworker as well as how to offer them some assistance."
]
},
"learn-how-to-share-your-progress-in-weekly-stand-up-meetings": {
"title": "Learn How to Share Your Progress in Weekly Stand-up Meetings",
"intro": ["", ""]
"intro": [
"This course will show you how to talk about your projects in terms of what you have already done and what you are currently doing in them."
]
},
"learn-how-to-ask-for-clarification-on-code-understanding": {
"title": "Learn How to Ask for Clarification on Code Understanding",
"intro": ["", ""]
"intro": [
"In this course, you will see how you can ask questions to clarify things which are not very clear to you in a code."
]
},
"learn-how-to-document-code-for-a-project": {
"title": "Learn How to Document Code for a Project",
Expand Down Expand Up @@ -1511,6 +1534,109 @@
}
}
},
"b1-english-for-developers": {
"title": "B1 English for Developers (Beta)",
"note": "This certification is currently in active development. While there isn't a claimable certification available for this section at the moment, one will be available soon. In the meantime, you're welcome to explore the courses we have created below.",
"intro": ["Placeholder intro"],
"blocks": {
"learn-how-to-describe-places-and-events": {
"title": "Learn How to Describe Places and Events",
"intro": [""]
},
"learn-how-to-talk-about-past-experiences": {
"title": "Learn How to Talk About Past Experiences",
"intro": ["", ""]
},
"learn-how-to-talk-about-past-activities": {
"title": "Learn How to Talk About Past Activities",
"intro": ["", ""]
},
"learn-present-perfect-while-talking-about-accessibility": {
"title": "Learn Present Perfect while Talking About Accessibility",
"intro": ["", ""]
},
"learn-how-to-plan-future-events": {
"title": "Learn How to Plan Future Events",
"intro": ["", ""]
},
"learn-future-continuous-while-describing-actions": {
"title": "Learn Future Continuous while Describing Actions",
"intro": ["", ""]
},
"learn-how-to-use-conditionals": {
"title": "Learn How to Use Conditionals",
"intro": ["", ""]
},
"learn-how-to-share-feedback": {
"title": "Learn How to Share Feedback",
"intro": ["", ""]
},
"learn-how-to-share-your-opinion": {
"title": "Learn How to Share Your Opinion",
"intro": ["", ""]
},
"learn-how-to-express-agreement": {
"title": "Learn How to Express Agreement",
"intro": ["", ""]
},
"learn-how-to-express-disagreement": {
"title": "Learn How to Express Disagreement",
"intro": ["", ""]
},
"learn-how-to-express-concerns": {
"title": "Learn How to Express Concerns",
"intro": ["", ""]
},
"learn-how-to-express-decisions-based-on-comparisons": {
"title": "Learn How to Express Decisions Based on Comparisons",
"intro": ["", ""]
},
"learn-how-to-use-modal-verbs": {
"title": "Learn How to Use Modal Verbs",
"intro": ["", ""]
},
"learn-how-to-manage-a-conversation": {
"title": "Learn How to Manage a Conversation",
"intro": ["", ""]
},
"learn-how-to-clarify-misunderstandings": {
"title": "Learn How to Clarify Misunderstandings",
"intro": ["", ""]
},
"learn-about-speculation-and-requests": {
"title": "Learn About Speculation and Requests",
"intro": ["", ""]
},
"learn-about-adverbial-phrases": {
"title": "Learn About Adverbial Phrases",
"intro": ["", ""]
},
"learn-how-to-use-adjectives-in-conversations": {
"title": "Learn How to Use Adjectives in Conversations",
"intro": ["", ""]
},
"learn-determiners-and-advanced-use-of-articles": {
"title": "Learn Determiners and Advanced Use of Articles",
"intro": ["", ""]
},
"learn-how-to-use-reported-speech": {
"title": "Learn How to Use Reported Speech",
"intro": ["", ""]
},
"learn-how-to-use-prepositions-according-to-context": {
"title": "Learn How to Use Prepositions According to Context",
"intro": ["", ""]
},
"learn-how-to-talk-about-numbers-with-a-coworker": {
"title": "Learn How to Talk About Numbers with a Coworker",
"intro": ["", ""]
},
"learn-common-phrasal-verbs-and-idioms": {
"title": "Learn Common Phrasal Verbs and Idioms",
"intro": ["", ""]
}
}
},
"rosetta-code": {
"title": "Rosetta Code",
"intro": [
Expand Down
4 changes: 3 additions & 1 deletion client/i18n/locales/arabic/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
"welcome-stock": "نحن نرحب بتبرعاتك للأسهم. يرجى إرسال بريد إلكتروني مباشر إلى Quincy ويمكنه مساعدتك في ذلك، ومشاركة تفاصيل حساب الوساطة الخاص بالمؤسسة الخيرية: Quincy@freecodecamp.org.",
"how-receipt": "هل يمكنني الحصول على إيصال تبرع حتى يمكنني خصم تبرعي من ضرائبي؟",
"just-forward": "بالتأكيد. فقط أرسل الإيصال من معاملتك إلى donors@freecodecamp.org، أخبرنا بأنك تريد إيصال وأي تعليمات خاصة قد تكون لديك، وسنرد مع إيصال لك.",
"how-update": "لقد قمت بإعداد تبرع شهري، ولكن أحتاج إلى تحديث أو إيقاف تكرار ذلك شهريا. كيف يمكنني القيام بذلك؟",
"how-update": "I set up a monthly donation, but I need to update or stop the monthly recurrence. How can I do this?",
"take-care-of-this": "فقط قم بإرسال واحد من إيصالاتك الشهرية للتبرع إلى donors@freecodecamp.org و أخبرنا بما تريد منا أن نفعل. سنعتني بهذا من أجلك ونرسل لك تأكيدات.",
"anything-else": "هل هناك أي شيء آخر يمكنني معرفته حول التبرع إلى freeCodeCamp.org؟",
"other-support": "إذا كانت هناك طريقة أخرى غير مدرجة هنا ترغب بها في دعم منظمتنا الخيرية ومهمتها، أو إذا كان لديك أي أسئلة على الإطلاق، فيرجى إرسال بريد إلكتروني إلى Quincy على العنوان quincy@freecodecamp.org.",
Expand Down Expand Up @@ -993,6 +993,8 @@
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft Certification",
"A2 English for Developers": "A2 English for Developers",
"a2-english-for-developers": "A2 English for Developers Certification",
"B1 English for Developers": "B1 English for Developers",
"b1-english-for-developers": "B1 English for Developers Certification",
"Legacy Front End": "الواجهة الأمامية التراثية",
"legacy-front-end": "Legacy Front End Certification",
"Legacy Back End": "الواجهة الخلفية التراثية",
Expand Down
140 changes: 133 additions & 7 deletions client/i18n/locales/chinese-traditional/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"intro": [
"函數式編程是一種流行的軟件開發方法。在函數式編程中,開發人員將代碼組織成更小的函數,然後將這些函數組合起來構建複雜的程序。",
"在這個電子表格應用程序項目中,你將學習如何解析和計算數學表達式、實現電子表格功能、處理單元格引用以及創建交互式 Web 界面。你將學習如何根據用戶輸入動態更新頁面。",
"這個項目將涵蓋各種概念,如 <code>map()</code> 方法、 <code>find()</code> method、<code>parseInt()</code><code>includes()</code> 方法。"
"This project will cover concepts like the <code>map()</code>, <code>find()</code>, and <code>includes()</code> methods and the <code>parseInt()</code> function."
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
Expand Down Expand Up @@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [
"Encapsulation is a core OOP principle based on writing code that limits direct access to data.",
"In this project, you'll discover new concepts related to encapsulation, such as getters, setters, and name mangling, and you'll use them together with what you already learned to create a program that calculates a projectile trajectory."
]
},
"learn-the-bisection-method-by-finding-the-square-root-of-a-number": {
"title": "Learn the Bisection Method by Finding the Square Root of a Number",
"intro": [
Expand Down Expand Up @@ -1252,6 +1259,10 @@
"top-basic-function-projects": {
"title": "基礎函數項目",
"intro": ["通過構建基本函數來測試你的 JavaScript 技能。"]
},
"top-learn-arrays-and-loops": {
"title": "Learn Arrays and Loops",
"intro": ["Learn about arrays and loops in JavaScript."]
}
}
},
Expand Down Expand Up @@ -1443,27 +1454,39 @@
},
"learn-how-to-use-basic-programming-vocabulary-in-conversations": {
"title": "學習如何在對話中使用基本編程詞彙",
"intro": ["", ""]
"intro": [
"This course will present basic vocabulary related to programming. You'll learn how to ask questions related to basic programming concepts."
]
},
"learn-how-to-use-code-related-concepts-and-terms": {
"title": "學習如何使用代碼相關的概念和術語",
"intro": ["", ""]
"intro": [
"In this course, you will be introduced to terms related to coding and learn how to use them in conversation."
]
},
"learn-how-to-discuss-tech-trends-and-updates": {
"title": "學習如何談論技術趨勢和更新",
"intro": ["", ""]
"intro": [
"In this course, you will be introduced to some recent trends in the world of technology and learn how to discuss them in English."
]
},
"learn-how-to-help-a-coworker-troubleshoot-on-github": {
"title": "學習如何在 GitHub 上幫助同事解決問題",
"intro": ["", ""]
"intro": [
"In this course, you will learn expression related to how to ask for help from a coworker as well as how to offer them some assistance."
]
},
"learn-how-to-share-your-progress-in-weekly-stand-up-meetings": {
"title": "學習如何在每週站立會議上分享你的進展",
"intro": ["", ""]
"intro": [
"This course will show you how to talk about your projects in terms of what you have already done and what you are currently doing in them."
]
},
"learn-how-to-ask-for-clarification-on-code-understanding": {
"title": "學習如何要求澄清對代碼的理解",
"intro": ["", ""]
"intro": [
"In this course, you will see how you can ask questions to clarify things which are not very clear to you in a code."
]
},
"learn-how-to-document-code-for-a-project": {
"title": "學習如何爲項目寫代碼文檔",
Expand Down Expand Up @@ -1503,6 +1526,109 @@
}
}
},
"b1-english-for-developers": {
"title": "B1 English for Developers (Beta)",
"note": "This certification is currently in active development. While there isn't a claimable certification available for this section at the moment, one will be available soon. In the meantime, you're welcome to explore the courses we have created below.",
"intro": ["Placeholder intro"],
"blocks": {
"learn-how-to-describe-places-and-events": {
"title": "Learn How to Describe Places and Events",
"intro": [""]
},
"learn-how-to-talk-about-past-experiences": {
"title": "Learn How to Talk About Past Experiences",
"intro": ["", ""]
},
"learn-how-to-talk-about-past-activities": {
"title": "Learn How to Talk About Past Activities",
"intro": ["", ""]
},
"learn-present-perfect-while-talking-about-accessibility": {
"title": "Learn Present Perfect while Talking About Accessibility",
"intro": ["", ""]
},
"learn-how-to-plan-future-events": {
"title": "Learn How to Plan Future Events",
"intro": ["", ""]
},
"learn-future-continuous-while-describing-actions": {
"title": "Learn Future Continuous while Describing Actions",
"intro": ["", ""]
},
"learn-how-to-use-conditionals": {
"title": "Learn How to Use Conditionals",
"intro": ["", ""]
},
"learn-how-to-share-feedback": {
"title": "Learn How to Share Feedback",
"intro": ["", ""]
},
"learn-how-to-share-your-opinion": {
"title": "Learn How to Share Your Opinion",
"intro": ["", ""]
},
"learn-how-to-express-agreement": {
"title": "Learn How to Express Agreement",
"intro": ["", ""]
},
"learn-how-to-express-disagreement": {
"title": "Learn How to Express Disagreement",
"intro": ["", ""]
},
"learn-how-to-express-concerns": {
"title": "Learn How to Express Concerns",
"intro": ["", ""]
},
"learn-how-to-express-decisions-based-on-comparisons": {
"title": "Learn How to Express Decisions Based on Comparisons",
"intro": ["", ""]
},
"learn-how-to-use-modal-verbs": {
"title": "Learn How to Use Modal Verbs",
"intro": ["", ""]
},
"learn-how-to-manage-a-conversation": {
"title": "Learn How to Manage a Conversation",
"intro": ["", ""]
},
"learn-how-to-clarify-misunderstandings": {
"title": "Learn How to Clarify Misunderstandings",
"intro": ["", ""]
},
"learn-about-speculation-and-requests": {
"title": "Learn About Speculation and Requests",
"intro": ["", ""]
},
"learn-about-adverbial-phrases": {
"title": "Learn About Adverbial Phrases",
"intro": ["", ""]
},
"learn-how-to-use-adjectives-in-conversations": {
"title": "Learn How to Use Adjectives in Conversations",
"intro": ["", ""]
},
"learn-determiners-and-advanced-use-of-articles": {
"title": "Learn Determiners and Advanced Use of Articles",
"intro": ["", ""]
},
"learn-how-to-use-reported-speech": {
"title": "Learn How to Use Reported Speech",
"intro": ["", ""]
},
"learn-how-to-use-prepositions-according-to-context": {
"title": "Learn How to Use Prepositions According to Context",
"intro": ["", ""]
},
"learn-how-to-talk-about-numbers-with-a-coworker": {
"title": "Learn How to Talk About Numbers with a Coworker",
"intro": ["", ""]
},
"learn-common-phrasal-verbs-and-idioms": {
"title": "Learn Common Phrasal Verbs and Idioms",
"intro": ["", ""]
}
}
},
"rosetta-code": {
"title": "羅塞塔代碼",
"intro": [
Expand Down
Loading

0 comments on commit 0929336

Please sign in to comment.