From 2cd40de90c16373d35a75263e68faa41b666e2f8 Mon Sep 17 00:00:00 2001 From: camperbot Date: Mon, 11 Dec 2023 21:04:47 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#52522) --- client/i18n/locales/arabic/intro.json | 7 +++++++ client/i18n/locales/arabic/translations.json | 2 ++ client/i18n/locales/chinese-traditional/intro.json | 7 +++++++ client/i18n/locales/chinese-traditional/translations.json | 2 ++ client/i18n/locales/chinese/intro.json | 7 +++++++ client/i18n/locales/chinese/translations.json | 2 ++ client/i18n/locales/espanol/intro.json | 7 +++++++ client/i18n/locales/espanol/translations.json | 2 ++ client/i18n/locales/german/intro.json | 7 +++++++ client/i18n/locales/german/translations.json | 2 ++ client/i18n/locales/italian/intro.json | 7 +++++++ client/i18n/locales/italian/translations.json | 2 ++ client/i18n/locales/japanese/intro.json | 7 +++++++ client/i18n/locales/japanese/translations.json | 2 ++ client/i18n/locales/portuguese/intro.json | 7 +++++++ client/i18n/locales/portuguese/translations.json | 2 ++ client/i18n/locales/swahili/intro.json | 7 +++++++ client/i18n/locales/swahili/translations.json | 2 ++ client/i18n/locales/ukrainian/intro.json | 7 +++++++ client/i18n/locales/ukrainian/translations.json | 2 ++ 20 files changed, 90 insertions(+) diff --git a/client/i18n/locales/arabic/intro.json b/client/i18n/locales/arabic/intro.json index ca0eb2749d2..57728311b38 100644 --- a/client/i18n/locales/arabic/intro.json +++ b/client/i18n/locales/arabic/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/arabic/translations.json b/client/i18n/locales/arabic/translations.json index 036fbe2b360..1d55da887e6 100644 --- a/client/i18n/locales/arabic/translations.json +++ b/client/i18n/locales/arabic/translations.json @@ -30,6 +30,7 @@ "sign-out": "تسجيل الخروج", "curriculum": "المنهج الدراسي", "contribute": "Contribute", + "podcast": "Podcast", "forum": "المنتدى", "radio": "radio", "profile": "الملف الشخصي", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Donate now to help us develop new courses on emerging tools and programming concepts.", "progress-modal-cta-9": "Donate now to support our math for developers curriculum.", "progress-modal-cta-10": "Donate now to help us develop free professional programming certifications for all.", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "ممتاز، لقد انتهيت لتوك من {{block}}.", "credit-card": "بطاقة ائتمان", diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 21f16a4ecd4..564160efa4d 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index a165a479443..eb4ae36d1ec 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -30,6 +30,7 @@ "sign-out": "退出", "curriculum": "課程", "contribute": "Contribute", + "podcast": "Podcast", "forum": "論壇", "radio": "電臺", "profile": "個人資料", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "現在捐贈以幫助我們爲不斷涌現的工具和編程概念開發新課程。", "progress-modal-cta-9": "現在捐贈以支持我們的面向開發者的數學課程。", "progress-modal-cta-10": "現在捐贈以幫助我們爲所有人開發免費的專業編程認證。", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "很棒,你已完成 {{block}}。", "credit-card": "信用卡", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index d738ffec8a3..148fece6e43 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index b111888e87b..ea448600cf2 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -30,6 +30,7 @@ "sign-out": "退出", "curriculum": "课程", "contribute": "Contribute", + "podcast": "Podcast", "forum": "论坛", "radio": "电台", "profile": "个人资料", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "现在捐赠以帮助我们为不断涌现的工具和编程概念开发新课程。", "progress-modal-cta-9": "现在捐赠以支持我们的面向开发者的数学课程。", "progress-modal-cta-10": "现在捐赠以帮助我们为所有人开发免费的专业编程认证。", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "很棒,你已完成 {{block}}。", "credit-card": "信用卡", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 9bb96fd3afe..cf63fbf7e0d 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 91ee8f211af..61cce5e4a7e 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -30,6 +30,7 @@ "sign-out": "Cerrar sesión", "curriculum": "Currículo", "contribute": "Contribuir", + "podcast": "Podcast", "forum": "Foro", "radio": "Radio", "profile": "Perfil", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Dona ahora para ayudarnos a desarrollar nuevos cursos sobre herramientas emergentes y conceptos de programación.", "progress-modal-cta-9": "Donar ahora para apoyar nuestro plan de estudios de matemáticas para los desarrolladores.", "progress-modal-cta-10": "Dona ahora para ayudarnos a desarrollar certificaciones profesionales gratuitas para todos.", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "Bien hecho. Acabas de completar {{block}}.", "credit-card": "Tarjeta de crédito", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index d9de89ad41d..cdccb38a230 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 3334f62945d..6a3542aef9b 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -30,6 +30,7 @@ "sign-out": "Abmelden", "curriculum": "Curriculum", "contribute": "Contribute", + "podcast": "Podcast", "forum": "Forum", "radio": "Radio", "profile": "Profil", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Donate now to help us develop new courses on emerging tools and programming concepts.", "progress-modal-cta-9": "Donate now to support our math for developers curriculum.", "progress-modal-cta-10": "Donate now to help us develop free professional programming certifications for all.", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "Großartig. Du hast soeben {{block}} abgeschlossen.", "credit-card": "Kreditkarte", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 82027834763..3034fcbf92e 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 9d4760827c7..c366472ea13 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -30,6 +30,7 @@ "sign-out": "Esci", "curriculum": "Curriculum", "contribute": "Contribuisci", + "podcast": "Podcast", "forum": "Forum", "radio": "Radio", "profile": "Profilo", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Dona ora per aiutarci a sviluppare nuovi corsi su strumenti e concetti di programmazione emergenti.", "progress-modal-cta-9": "Dona ora per supportare il nostro curriculum di matematica per sviluppatori.", "progress-modal-cta-10": "Dona ora per aiutarci a sviluppare certificazioni di programmazione professionale gratuite per tutti.", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "Ben fatto. Hai appena completato {{block}}.", "credit-card": "Carta di credito", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 295ccb1c485..2ae8cc988e6 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index baeeea57dc5..32c315af2ac 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -30,6 +30,7 @@ "sign-out": "サインアウト", "curriculum": "カリキュラム", "contribute": "コントリビューション", + "podcast": "Podcast", "forum": "フォーラム", "radio": "ラジオ", "profile": "プロフィール", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "寄付を通して、新しいツールやコンセプトに対応する新講座の開発をご支援ください。", "progress-modal-cta-9": "寄付を通して、開発者のための数学講座の作成をご支援ください。", "progress-modal-cta-10": "寄付を通して、無料で誰もが利用できる、専門的なプログラミング認定証の開発をご支援ください。", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "おめでとうございます。「{{block}}」を完了しました。", "credit-card": "クレジットカード", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index a4c8d5b125f..70c334796e0 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -422,6 +422,13 @@ "Trabalhar com datas em JavaScript pode ser ao mesmo tempo poderoso e desafiador. Neste projeto, ao navegar através de vários métodos, formatos e fusos horários, você aprenderá a trabalhar com o objeto Date do JavaScript, incluindo os seus métodos e propriedades, e aprenderá a formatar datas de maneira eficaz.", "Este projeto cobrirá conceitos como os métodos: getDate(), getMonth() e getFullYear()." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Aprenda programação assíncrona criando uma tabela de lideres do fórum do fCC", + "intro": [ + "Trabalhar com programação assíncrona é um fundamental em JavaScript. Neste projeto, você ganhará proficiência em conceitos de programação assíncrona criando uma tabela de liderança do fórum do freeCodeCamp.", + "Este projeto cobrirá a Fetch API, promises, async/await e a instrução try... catch." + ] } } }, diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 02fae003ae8..a2443a7d752 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -30,6 +30,7 @@ "sign-out": "Encerrar sessão", "curriculum": "Currículo", "contribute": "Contribua", + "podcast": "Podcast", "forum": "Fórum", "radio": "Rádio", "profile": "Perfil", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Doe agora para nos ajudar a desenvolver novos cursos sobre ferramentas emergentes e conceitos de programação.", "progress-modal-cta-9": "Doe agora para apoiar o nosso currículo de matemática para desenvolvedores.", "progress-modal-cta-10": "Doe agora para nos ajudar a desenvolver certificações de programação profissional gratuitas para todos.", + "help-us-reach-goal": "Doe agora para ajudar nossa instituição beneficente a atingir nosso objetivo de chegar a 10.000 apoiadores mensais até 2024.", "help-us-develop": "Ajude-nos a desenvolver certificações de programação profissional gratuitas para todos.", "nicely-done": "Bom trabalho. Você acabou de completar {{block}}.", "credit-card": "Cartão de crédito", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 632f8893eb0..88c0fe2a1ac 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -422,6 +422,13 @@ "Working with dates in JavaScript can be both powerful and challenging, as you navigate through various methods, formats, and time zones. In this project you will learn how to work with the JavaScript Date object, including its methods and properties, and learn how to format dates effectively.", "This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index 9661b118223..bd22067b88a 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -30,6 +30,7 @@ "sign-out": "Ondoka", "curriculum": "Mtaala", "contribute": "Changia", + "podcast": "Podcast", "forum": "Jukwaa", "radio": "Redio", "profile": "Wasifu", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Changia sasa ili utusaidie kukuza kozi mpya za zana zinazoibuka na dhana za upangaji.", "progress-modal-cta-9": "Changia sasa ili kusaidia mtaala wetu wa hesabu kwa wasanidi programu.", "progress-modal-cta-10": "Changia sasa ili utusaidie kutengeneza uidhinishaji wa programu za kitaalamu bila malipo kwa wote.", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Help us develop free professional programming certifications for all.", "nicely-done": "Imefanywa vizuri. Umekamilisha {{block}}.", "credit-card": "Kadi ya Mkopo", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 073ca584e8f..0673be9f059 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -422,6 +422,13 @@ "Працюючи з датами в JavaScript, ви можете зіткнутися з викликами, оскільки вам доведеться орієнтуватися у різних методах, форматах і часових поясах. У цьому проєкті ви дізнаєтесь, як працювати з об’єктом Date в JavaScript, включно з його методами та властивостями, а також навчитеся форматувати дати.", "Цей проєкт охоплює такі поняття, як методи getDate(), getMonth() та getFullYear()." ] + }, + "learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard": { + "title": "Learn Asynchronous Programming by Building an fCC Forum Leaderboard", + "intro": [ + "Working with asynchronous programming is a core fundamental of JavaScript. In this project, you will gain proficiency in asynchronous concepts by building a freeCodeCamp forum leaderboard.", + "This project will cover the Fetch API, promises, Async/Await, and the try...catch statement." + ] } } }, diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index e35c9501753..4fbaaf51ea0 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -30,6 +30,7 @@ "sign-out": "Вийти", "curriculum": "Навчальна програма", "contribute": "Зробити внесок", + "podcast": "Подкаст", "forum": "Форум", "radio": "Радіо", "profile": "Профіль", @@ -494,6 +495,7 @@ "progress-modal-cta-8": "Зробіть внесок зараз, щоб допомогти нам розробити нові курси з нових інструментів та понять у програмуванні.", "progress-modal-cta-9": "Зробіть внесок зараз, щоб підтримати нашу навчальну програму з математики для розробників.", "progress-modal-cta-10": "Зробіть внесок зараз, щоб допомогти нам розробити безоплатні сертифікації з програмування.", + "help-us-reach-goal": "Donate now to help our charity reach our goal of 10,000 monthly supporters by 2024.", "help-us-develop": "Допоможіть нам розробити безоплатні сертифікації з програмування.", "nicely-done": "Чудово. Ви щойно завершили {{block}}.", "credit-card": "Кредитна картка",