Skip to content

Commit 3ec65ee

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#64844)
1 parent 563e487 commit 3ec65ee

20 files changed

Lines changed: 2833 additions & 2787 deletions

File tree

client/i18n/locales/chinese-traditional/intro.json

Lines changed: 67 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,6 @@
18321832
"git": "Git",
18331833
"review-relational-databases": "Relational Databases Review",
18341834
"exam-relational-databases": "Relational Databases Exam",
1835-
"introduction-to-nodejs": "Introduction to Node.js",
18361835
"nodejs-core-libraries": "Node.js Core Libraries",
18371836
"node-package-manager": "Node Package Manager",
18381837
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
@@ -6683,53 +6682,39 @@
66836682
"review-python": "Python Review",
66846683
"python-certification-exam": "Python Certification Exam"
66856684
},
6686-
"module-intros": {
6687-
"python-classes-and-objects": {
6688-
"note": "Coming Winter 2025",
6689-
"intro": [
6690-
"In this module, you will learn how to work with classes, methods, attributes and properties. Then, you will build out workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6691-
]
6692-
},
6693-
"python-object-oriented-programming": {
6694-
"note": "Coming Winter 2025",
6685+
"blocks": {
6686+
"lecture-introduction-to-python": {
6687+
"title": "Introduction to Python",
66956688
"intro": [
6696-
"In this module, you will learn about Object-oriented programming concepts like encapsulation, inheritance, polymorphism, and more. You will build out workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6689+
"In these lessons, you will learn what Python is, how to set up your development environment."
66976690
]
66986691
},
6699-
"python-linear-data-structures": {
6700-
"note": "Coming Winter 2025",
6692+
"lecture-understanding-variables-and-data-types": {
6693+
"title": "Understanding Variables and Data Types",
67016694
"intro": [
6702-
"In this module, you will learn about data structures including stacks, queues, linked lists, and more. You will build out a workshop and lab to practice these concepts and take a short quiz to test your knowledge."
6695+
"In these lessons, you will learn about variables and data types in Python."
67036696
]
67046697
},
6705-
"python-algorithms": {
6706-
"note": "Coming Winter 2025",
6707-
"intro": [
6708-
"In this module, you will learn about common algorithms including binary search, merge sort, selection sort, and more. You will build workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6709-
]
6698+
"lecture-introduction-to-python-strings": {
6699+
"title": "Introduction to Strings",
6700+
"intro": ["In these lessons, you will learn about strings in Python."]
67106701
},
6711-
"python-graphs-and-trees": {
6712-
"note": "Coming Winter 2025",
6702+
"lecture-numbers-and-mathematical-operations": {
6703+
"title": "Numbers and Mathematical Operations",
67136704
"intro": [
6714-
"In this module, you will learn about graphs in computer science as well as adjacency lists, trees, tries, and more. You will build workshops and labs to practice these concepts and take a short quiz to test your knowledge."
6705+
"In these lessons, you will learn about numbers and mathematical operations in Python."
67156706
]
67166707
},
6717-
"python-dynamic-programming": {
6718-
"note": "Coming Winter 2025",
6708+
"lecture-booleans-and-conditionals": {
6709+
"title": "Booleans and Conditionals",
67196710
"intro": [
6720-
"In this module, you will learn about dynamic programming and practice these concepts by building a fibonacci sequence lab. Then you will take a short quiz to test your knowledge."
6711+
"In these lessons, you will learn about booleans and conditionals in Python."
67216712
]
67226713
},
6723-
"python-certification-exam": {
6724-
"note": "Coming Winter 2025",
6725-
"intro": ["Pass this exam to earn your Python Certification."]
6726-
}
6727-
},
6728-
"blocks": {
6729-
"lecture-introduction-to-python": {
6730-
"title": "Introduction to Python",
6714+
"lecture-understanding-functions-and-scope": {
6715+
"title": "Understanding Functions and Scope",
67316716
"intro": [
6732-
"In these lessons, you will learn the fundamentals of Python. You'll learn about variables, data types, operators, control flow, functions, and more."
6717+
"In these lessons, you will learn about functions and scope in Python."
67336718
]
67346719
},
67356720
"workshop-caesar-cipher": {
@@ -6739,7 +6724,7 @@
67396724
]
67406725
},
67416726
"lab-rpg-character": {
6742-
"title": "Build an RPG character",
6727+
"title": "Build an RPG Character",
67436728
"intro": [
67446729
"In this lab you will practice basic python by building an RPG character."
67456730
]
@@ -7154,14 +7139,6 @@
71547139
"lab-number-guessing-game": "Build a Number Guessing Game",
71557140
"relational-databases-certification-exam": "Relational Databases Certification Exam"
71567141
},
7157-
"module-intros": {
7158-
"relational-databases-certification-exam": {
7159-
"note": "Coming Winter 2025",
7160-
"intro": [
7161-
"Pass this exam to earn your Relational Databases Certification."
7162-
]
7163-
}
7164-
},
71657142
"blocks": {
71667143
"lecture-working-with-code-editors-and-ides": {
71677144
"title": "Working with Code Editors and IDEs",
@@ -7375,7 +7352,8 @@
73757352
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
73767353
},
73777354
"modules": {
7378-
"nodejs-core-libraries": "Node.js Core Libraries",
7355+
"introduction-to-nodejs": "Introduction to Node.js",
7356+
"nodejs-core-modules": "Node.js Core Modules",
73797357
"node-package-manager": "Node Package Manager",
73807358
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
73817359
"rest-api-and-web-services": "REST API and Web Services",
@@ -7390,10 +7368,16 @@
73907368
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
73917369
},
73927370
"module-intros": {
7393-
"nodejs-core-libraries": {
7371+
"introduction-to-nodejs": {
73947372
"note": "Coming Late 2026",
73957373
"intro": [
7396-
"In this module, you will learn about common Node.js core libraries including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz."
7374+
"In this module, you will learn the basics of working with Node.js."
7375+
]
7376+
},
7377+
"nodejs-core-modules": {
7378+
"note": "Coming Late 2026",
7379+
"intro": [
7380+
"In this module, you will learn about common Node.js core modules including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz."
73977381
]
73987382
},
73997383
"node-package-manager": {
@@ -7470,6 +7454,18 @@
74707454
}
74717455
},
74727456
"blocks": {
7457+
"lecture-working-with-nodejs-and-event-driven-architecture": {
7458+
"title": "Working with NodeJS and event driven architecture",
7459+
"intro": [
7460+
"Learn about Node.js core libraries, how to install Node.js on your computer, and the advantages and disadvantages of using Node.js on the backend."
7461+
]
7462+
},
7463+
"review-node-js-intro": {
7464+
"title": "NodeJS Intro Review",
7465+
"intro": [
7466+
"Review the basics of NodeJS to prepare for the upcoming quiz."
7467+
]
7468+
},
74737469
"quiz-node-js-intro": {
74747470
"title": "NodeJS Intro Quiz",
74757471
"intro": ["Test what you have learned about NodeJS in this quiz."]
@@ -8419,6 +8415,13 @@
84198415
"In this workshop, you'll use Flexbox to build a responsive photo gallery webpage."
84208416
]
84218417
},
8418+
"lab-pricing-plans-layout": {
8419+
"title": "Design a Pricing Plans Layout Page",
8420+
"intro": [
8421+
"In this lab, you'll use flexbox to create a common three-card tier layout.",
8422+
"You'll practice aligning elements using flexbox properties like <code>flex</code>, <code>flex-grow</code>, <code>order</code>, and more."
8423+
]
8424+
},
84228425
"lab-page-of-playing-cards": {
84238426
"title": "Build a Page of Playing Cards",
84248427
"intro": [
@@ -8792,46 +8795,38 @@
87928795
"zh-a1-module-discussing-team-skills": "Discussing Team Skills"
87938796
},
87948797
"module-intros": {
8795-
"zh-a1-module-introduction-and-certification-overview": {
8796-
"note": "Coming Winter 2025",
8797-
"intro": ["PLACEHOLDER: Write the module intro here."]
8798-
},
8799-
"zh-a1-module-initials-and-finals": {
8800-
"note": "Coming Winter 2025",
8801-
"intro": ["PLACEHOLDER: Write the module intro here."]
8802-
},
8803-
"zh-a1-module-greetings-and-basic-introductions": {
8804-
"note": "Coming Winter 2025",
8805-
"intro": ["PLACEHOLDER: Write the module intro here."]
8806-
},
8807-
"zh-a1-module-asking-and-giving-basic-information": {
8808-
"note": "Coming Winter 2025",
8809-
"intro": ["PLACEHOLDER: Write the module intro here."]
8810-
},
88118798
"zh-a1-module-introducing-others": {
8812-
"note": "Coming Winter 2025",
8813-
"intro": ["PLACEHOLDER: Write the module intro here."]
8799+
"note": "Coming 2026",
8800+
"intro": [
8801+
"In this module, you will practice understanding short monologues that introduce information about other people, such as name, role, nationality, and age."
8802+
]
88148803
},
88158804
"zh-a1-module-getting-to-know-the-team": {
8816-
"note": "Coming Winter 2025",
8817-
"intro": ["PLACEHOLDER: Write the module intro here."]
8805+
"note": "Coming 2026",
8806+
"intro": [
8807+
"In this module, you will practice understanding a short conversation that asks and answers simple questions about colleagues."
8808+
]
88188809
},
88198810
"zh-a1-module-talking-about-personal-skills": {
8820-
"note": "Coming Winter 2025",
8821-
"intro": ["PLACEHOLDER: Write the module intro here."]
8811+
"note": "Coming 2026",
8812+
"intro": [
8813+
"In this module, you will practice understanding short monologues about what people can and cannot do, such as languages and work skills."
8814+
]
88228815
},
88238816
"zh-a1-module-discussing-team-skills": {
8824-
"note": "Coming Winter 2025",
8825-
"intro": ["PLACEHOLDER: Write the module intro here."]
8817+
"note": "Coming 2026",
8818+
"intro": [
8819+
"In this module, you will practice understanding a short conversation about who can do which tasks on a team and how a project starts."
8820+
]
88268821
}
88278822
},
88288823
"blocks": {
88298824
"zh-a1-learn-certification-introduction": {
88308825
"title": "Certification Introduction",
88318826
"intro": ["", ""]
88328827
},
8833-
"zh-a1-learn-single-finals": {
8834-
"title": "Single Finals",
8828+
"zh-a1-learn-simple-finals": {
8829+
"title": "Simple Finals",
88358830
"intro": ["", ""]
88368831
},
88378832
"zh-a1-learn-initials": {

client/i18n/locales/chinese-traditional/translations.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
"core-certs-heading": "推薦課程(測試版):",
209209
"learn-english-heading": "學習面向開發者的英語課程:",
210210
"learn-spanish-heading": "Learn Professional Spanish:",
211+
"learn-chinese-heading": "Learn Professional Chinese:",
211212
"professional-certs-heading": "專業認證:",
212213
"interview-prep-heading": "爲開發人員面試求職做好準備:",
213214
"legacy-curriculum-heading": "我們已存檔的課程:",
@@ -1115,6 +1116,7 @@
11151116
"issued": "發佈日期",
11161117
"fulltext": "<0>特證明</0> <1>{{user}}</1> <2>已完成</2> <3>{{title}}</3> <4>開發者認證課程,日期爲 {{time}}</4>,<5>約 {{completionTime}} 課時</5>",
11171118
"fulltextNoHours": "<0>特證明</0> <1>{{user}}</1> <2>已完成</2> <3>{{title}}</3> <4>開發者認證課程,日期爲 {{time}}</4>",
1119+
"fulltextLanguageExam": "<0>This certifies that</0> <1>{{user}}</1> <2>has successfully passed the</2> <3>{{title}}</3> <4>exam on {{time}}</4> <5>demonstrating competence in grammar, listening, and reading portions of the CEFR standards for this level based on the content covered in the curriculum.</5>",
11181120
"quincy-larson-signature": "Quincy Larson 的簽名",
11191121
"julia-liuson-signature": "Julia Liuson 的簽名",
11201122
"project": {

0 commit comments

Comments
 (0)