From 27c2dacc465def67aaa903b90a128e0c8d80b09a Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Thu, 21 Aug 2025 12:58:26 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#61892) --- client/i18n/locales/chinese-traditional/intro.json | 6 ++++++ client/i18n/locales/chinese/intro.json | 6 ++++++ client/i18n/locales/espanol/intro.json | 6 ++++++ client/i18n/locales/german/intro.json | 6 ++++++ client/i18n/locales/italian/intro.json | 6 ++++++ client/i18n/locales/japanese/intro.json | 6 ++++++ client/i18n/locales/korean/intro.json | 6 ++++++ client/i18n/locales/portuguese/intro.json | 6 ++++++ client/i18n/locales/swahili/intro.json | 6 ++++++ client/i18n/locales/ukrainian/intro.json | 6 ++++++ 10 files changed, 60 insertions(+) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index a507e14e84e..4f93eed52f3 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -4770,6 +4770,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 8660eaddecf..8bfb5edd21d 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -4770,6 +4770,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index d06fc2acfc6..12c8f97f70c 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 9ae7a71df93..8ebba91f16d 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index d9b9c189c4a..58c885b00ab 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index f416cf2353c..14d8e086081 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 23a76073dbe..dfbe707a2d2 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index bb06f7f67ad..c5ec76b13a0 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 04db3fd8459..22daf3e6aba 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -4784,6 +4784,12 @@ "title": "Certified Full Stack Developer Exam", "intro": ["Pass this exam to become a Certified Full Stack Developer."] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [ diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 984725a8aff..c14007a96be 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -4766,6 +4766,12 @@ "Складіть цей екзамен, щоб стати сертифікованим Full Stack розробником." ] }, + "lab-golf-score-translator": { + "title": "Build a Golf Score Translator", + "intro": [ + "For this lab, you will use array methods to translate golf scores into their nickname." + ] + }, "lab-record-collection": { "title": "Build a Record Collection", "intro": [