Skip to content

Commit 5273b31

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#61422)
1 parent 06c344c commit 5273b31

File tree

10 files changed

+420
-0
lines changed

10 files changed

+420
-0
lines changed

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,12 @@
28772877
"In this project, you'll build a product landing page to market a product of your choice."
28782878
]
28792879
},
2880+
"lab-profile-lookup": {
2881+
"title": "Build a Profile Lookup",
2882+
"intro": [
2883+
"In this lab, you'll create a function that looks up profile information."
2884+
]
2885+
},
28802886
"review-css-grid": {
28812887
"title": "CSS Grid Review",
28822888
"intro": [
@@ -3228,6 +3234,12 @@
32283234
"In this lab, you will practice dividing an array into smaller arrays with the technique of your choice."
32293235
]
32303236
},
3237+
"lab-repeat-a-string": {
3238+
"title": "Build a String Repeating Function",
3239+
"intro": [
3240+
"In this lab, you will implement loops to repeat a string a specified number of times."
3241+
]
3242+
},
32313243
"review-javascript-loops": {
32323244
"title": "JavaScript Loops Review",
32333245
"intro": [
@@ -3245,6 +3257,12 @@
32453257
"In these lecture videos, you will learn more about the core JavaScript fundamentals. You will learn how a string object differs from a primitive string, the <code>toString()</code> method, conventions and common practices for naming variables, linters and formatters, closures, and much more."
32463258
]
32473259
},
3260+
"lab-largest-number-finder": {
3261+
"title": "Build the Largest Number Finder",
3262+
"intro": [
3263+
"In this lab, you will use JavaScript fundamentals to create a function that finds the largest number in each sub-array of a given array."
3264+
]
3265+
},
32483266
"lab-slice-and-splice": {
32493267
"title": "Implement the Slice and Splice Algorithm",
32503268
"intro": [
@@ -3415,6 +3433,12 @@
34153433
"Test your knowledge of DOM manipulation and click events in JavaScript with this quiz."
34163434
]
34173435
},
3436+
"workshop-planets-tablist": {
3437+
"title": "Build a Planets Tablist",
3438+
"intro": [
3439+
"In this workshop, you will build a dynamic tabbed interface that showcases facts about the planets in the solar system."
3440+
]
3441+
},
34183442
"review-js-a11y": {
34193443
"title": "JavaScript and Accessibility Review",
34203444
"intro": [
@@ -3991,6 +4015,12 @@
39914015
"In this workshop, you will learn the basics of Tailwind CSS by building out an error message component."
39924016
]
39934017
},
4018+
"workshop-tailwind-cta-component": {
4019+
"title": "Build a Taiwlind CTA Compoent",
4020+
"intro": [
4021+
"In this workshop, you will build a call to action (CTA) component using Tailwind CSS."
4022+
]
4023+
},
39944024
"lab-music-shopping-cart-page": {
39954025
"title": "Build a Music Shopping Cart Page",
39964026
"intro": [
@@ -4345,6 +4375,12 @@
43454375
"In this lab, you will implement the Luhn algorithm to validate identification numbers such as credit card numbers."
43464376
]
43474377
},
4378+
"lab-tower-of-hanoi": {
4379+
"title": "Implement the Tower of Hanoi Algorithm",
4380+
"intro": [
4381+
"In this lab, you will implement an algorithm to solve the Tower of Hanoi puzzle."
4382+
]
4383+
},
43484384
"review-searching-and-sorting-algorithms": {
43494385
"title": "Searching and Sorting Algorithms Review",
43504386
"intro": [
@@ -4591,6 +4627,12 @@
45914627
"exam-certified-full-stack-developer": {
45924628
"title": "Certified Full Stack Developer Exam",
45934629
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
4630+
},
4631+
"lab-record-collection": {
4632+
"title": "Build a Record Collection",
4633+
"intro": [
4634+
"In this lab you will build a function to manage a record collection."
4635+
]
45944636
}
45954637
}
45964638
},

client/i18n/locales/chinese/intro.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,12 @@
28772877
"In this project, you'll build a product landing page to market a product of your choice."
28782878
]
28792879
},
2880+
"lab-profile-lookup": {
2881+
"title": "Build a Profile Lookup",
2882+
"intro": [
2883+
"In this lab, you'll create a function that looks up profile information."
2884+
]
2885+
},
28802886
"review-css-grid": {
28812887
"title": "CSS Grid Review",
28822888
"intro": [
@@ -3228,6 +3234,12 @@
32283234
"In this lab, you will practice dividing an array into smaller arrays with the technique of your choice."
32293235
]
32303236
},
3237+
"lab-repeat-a-string": {
3238+
"title": "Build a String Repeating Function",
3239+
"intro": [
3240+
"In this lab, you will implement loops to repeat a string a specified number of times."
3241+
]
3242+
},
32313243
"review-javascript-loops": {
32323244
"title": "JavaScript Loops Review",
32333245
"intro": [
@@ -3245,6 +3257,12 @@
32453257
"In these lecture videos, you will learn more about the core JavaScript fundamentals. You will learn how a string object differs from a primitive string, the <code>toString()</code> method, conventions and common practices for naming variables, linters and formatters, closures, and much more."
32463258
]
32473259
},
3260+
"lab-largest-number-finder": {
3261+
"title": "Build the Largest Number Finder",
3262+
"intro": [
3263+
"In this lab, you will use JavaScript fundamentals to create a function that finds the largest number in each sub-array of a given array."
3264+
]
3265+
},
32483266
"lab-slice-and-splice": {
32493267
"title": "Implement the Slice and Splice Algorithm",
32503268
"intro": [
@@ -3415,6 +3433,12 @@
34153433
"Test your knowledge of DOM manipulation and click events in JavaScript with this quiz."
34163434
]
34173435
},
3436+
"workshop-planets-tablist": {
3437+
"title": "Build a Planets Tablist",
3438+
"intro": [
3439+
"In this workshop, you will build a dynamic tabbed interface that showcases facts about the planets in the solar system."
3440+
]
3441+
},
34183442
"review-js-a11y": {
34193443
"title": "JavaScript and Accessibility Review",
34203444
"intro": [
@@ -3991,6 +4015,12 @@
39914015
"In this workshop, you will learn the basics of Tailwind CSS by building out an error message component."
39924016
]
39934017
},
4018+
"workshop-tailwind-cta-component": {
4019+
"title": "Build a Taiwlind CTA Compoent",
4020+
"intro": [
4021+
"In this workshop, you will build a call to action (CTA) component using Tailwind CSS."
4022+
]
4023+
},
39944024
"lab-music-shopping-cart-page": {
39954025
"title": "Build a Music Shopping Cart Page",
39964026
"intro": [
@@ -4345,6 +4375,12 @@
43454375
"In this lab, you will implement the Luhn algorithm to validate identification numbers such as credit card numbers."
43464376
]
43474377
},
4378+
"lab-tower-of-hanoi": {
4379+
"title": "Implement the Tower of Hanoi Algorithm",
4380+
"intro": [
4381+
"In this lab, you will implement an algorithm to solve the Tower of Hanoi puzzle."
4382+
]
4383+
},
43484384
"review-searching-and-sorting-algorithms": {
43494385
"title": "Searching and Sorting Algorithms Review",
43504386
"intro": [
@@ -4591,6 +4627,12 @@
45914627
"exam-certified-full-stack-developer": {
45924628
"title": "Certified Full Stack Developer Exam",
45934629
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
4630+
},
4631+
"lab-record-collection": {
4632+
"title": "Build a Record Collection",
4633+
"intro": [
4634+
"In this lab you will build a function to manage a record collection."
4635+
]
45944636
}
45954637
}
45964638
},

client/i18n/locales/espanol/intro.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,6 +2891,12 @@
28912891
"In this project, you'll build a product landing page to market a product of your choice."
28922892
]
28932893
},
2894+
"lab-profile-lookup": {
2895+
"title": "Build a Profile Lookup",
2896+
"intro": [
2897+
"In this lab, you'll create a function that looks up profile information."
2898+
]
2899+
},
28942900
"review-css-grid": {
28952901
"title": "CSS Grid Review",
28962902
"intro": [
@@ -3242,6 +3248,12 @@
32423248
"In this lab, you will practice dividing an array into smaller arrays with the technique of your choice."
32433249
]
32443250
},
3251+
"lab-repeat-a-string": {
3252+
"title": "Build a String Repeating Function",
3253+
"intro": [
3254+
"In this lab, you will implement loops to repeat a string a specified number of times."
3255+
]
3256+
},
32453257
"review-javascript-loops": {
32463258
"title": "JavaScript Loops Review",
32473259
"intro": [
@@ -3259,6 +3271,12 @@
32593271
"In these lecture videos, you will learn more about the core JavaScript fundamentals. You will learn how a string object differs from a primitive string, the <code>toString()</code> method, conventions and common practices for naming variables, linters and formatters, closures, and much more."
32603272
]
32613273
},
3274+
"lab-largest-number-finder": {
3275+
"title": "Build the Largest Number Finder",
3276+
"intro": [
3277+
"In this lab, you will use JavaScript fundamentals to create a function that finds the largest number in each sub-array of a given array."
3278+
]
3279+
},
32623280
"lab-slice-and-splice": {
32633281
"title": "Implement the Slice and Splice Algorithm",
32643282
"intro": [
@@ -3429,6 +3447,12 @@
34293447
"Test your knowledge of DOM manipulation and click events in JavaScript with this quiz."
34303448
]
34313449
},
3450+
"workshop-planets-tablist": {
3451+
"title": "Build a Planets Tablist",
3452+
"intro": [
3453+
"In this workshop, you will build a dynamic tabbed interface that showcases facts about the planets in the solar system."
3454+
]
3455+
},
34323456
"review-js-a11y": {
34333457
"title": "JavaScript and Accessibility Review",
34343458
"intro": [
@@ -4005,6 +4029,12 @@
40054029
"In this workshop, you will learn the basics of Tailwind CSS by building out an error message component."
40064030
]
40074031
},
4032+
"workshop-tailwind-cta-component": {
4033+
"title": "Build a Taiwlind CTA Compoent",
4034+
"intro": [
4035+
"In this workshop, you will build a call to action (CTA) component using Tailwind CSS."
4036+
]
4037+
},
40084038
"lab-music-shopping-cart-page": {
40094039
"title": "Build a Music Shopping Cart Page",
40104040
"intro": [
@@ -4359,6 +4389,12 @@
43594389
"In this lab, you will implement the Luhn algorithm to validate identification numbers such as credit card numbers."
43604390
]
43614391
},
4392+
"lab-tower-of-hanoi": {
4393+
"title": "Implement the Tower of Hanoi Algorithm",
4394+
"intro": [
4395+
"In this lab, you will implement an algorithm to solve the Tower of Hanoi puzzle."
4396+
]
4397+
},
43624398
"review-searching-and-sorting-algorithms": {
43634399
"title": "Searching and Sorting Algorithms Review",
43644400
"intro": [
@@ -4605,6 +4641,12 @@
46054641
"exam-certified-full-stack-developer": {
46064642
"title": "Certified Full Stack Developer Exam",
46074643
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
4644+
},
4645+
"lab-record-collection": {
4646+
"title": "Build a Record Collection",
4647+
"intro": [
4648+
"In this lab you will build a function to manage a record collection."
4649+
]
46084650
}
46094651
}
46104652
},

client/i18n/locales/german/intro.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,6 +2891,12 @@
28912891
"In this project, you'll build a product landing page to market a product of your choice."
28922892
]
28932893
},
2894+
"lab-profile-lookup": {
2895+
"title": "Build a Profile Lookup",
2896+
"intro": [
2897+
"In this lab, you'll create a function that looks up profile information."
2898+
]
2899+
},
28942900
"review-css-grid": {
28952901
"title": "CSS Grid Review",
28962902
"intro": [
@@ -3242,6 +3248,12 @@
32423248
"In this lab, you will practice dividing an array into smaller arrays with the technique of your choice."
32433249
]
32443250
},
3251+
"lab-repeat-a-string": {
3252+
"title": "Build a String Repeating Function",
3253+
"intro": [
3254+
"In this lab, you will implement loops to repeat a string a specified number of times."
3255+
]
3256+
},
32453257
"review-javascript-loops": {
32463258
"title": "JavaScript Loops Review",
32473259
"intro": [
@@ -3259,6 +3271,12 @@
32593271
"In these lecture videos, you will learn more about the core JavaScript fundamentals. You will learn how a string object differs from a primitive string, the <code>toString()</code> method, conventions and common practices for naming variables, linters and formatters, closures, and much more."
32603272
]
32613273
},
3274+
"lab-largest-number-finder": {
3275+
"title": "Build the Largest Number Finder",
3276+
"intro": [
3277+
"In this lab, you will use JavaScript fundamentals to create a function that finds the largest number in each sub-array of a given array."
3278+
]
3279+
},
32623280
"lab-slice-and-splice": {
32633281
"title": "Implement the Slice and Splice Algorithm",
32643282
"intro": [
@@ -3429,6 +3447,12 @@
34293447
"Test your knowledge of DOM manipulation and click events in JavaScript with this quiz."
34303448
]
34313449
},
3450+
"workshop-planets-tablist": {
3451+
"title": "Build a Planets Tablist",
3452+
"intro": [
3453+
"In this workshop, you will build a dynamic tabbed interface that showcases facts about the planets in the solar system."
3454+
]
3455+
},
34323456
"review-js-a11y": {
34333457
"title": "JavaScript and Accessibility Review",
34343458
"intro": [
@@ -4005,6 +4029,12 @@
40054029
"In this workshop, you will learn the basics of Tailwind CSS by building out an error message component."
40064030
]
40074031
},
4032+
"workshop-tailwind-cta-component": {
4033+
"title": "Build a Taiwlind CTA Compoent",
4034+
"intro": [
4035+
"In this workshop, you will build a call to action (CTA) component using Tailwind CSS."
4036+
]
4037+
},
40084038
"lab-music-shopping-cart-page": {
40094039
"title": "Build a Music Shopping Cart Page",
40104040
"intro": [
@@ -4359,6 +4389,12 @@
43594389
"In this lab, you will implement the Luhn algorithm to validate identification numbers such as credit card numbers."
43604390
]
43614391
},
4392+
"lab-tower-of-hanoi": {
4393+
"title": "Implement the Tower of Hanoi Algorithm",
4394+
"intro": [
4395+
"In this lab, you will implement an algorithm to solve the Tower of Hanoi puzzle."
4396+
]
4397+
},
43624398
"review-searching-and-sorting-algorithms": {
43634399
"title": "Searching and Sorting Algorithms Review",
43644400
"intro": [
@@ -4605,6 +4641,12 @@
46054641
"exam-certified-full-stack-developer": {
46064642
"title": "Certified Full Stack Developer Exam",
46074643
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
4644+
},
4645+
"lab-record-collection": {
4646+
"title": "Build a Record Collection",
4647+
"intro": [
4648+
"In this lab you will build a function to manage a record collection."
4649+
]
46084650
}
46094651
}
46104652
},

0 commit comments

Comments
 (0)