From db655b8f15d310daa9ef968a4871a43a968c1f86 Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Mon, 22 Apr 2024 19:24:30 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#54483) --- client/i18n/locales/arabic/intro.json | 7 +++++++ client/i18n/locales/chinese-traditional/intro.json | 7 +++++++ client/i18n/locales/chinese/intro.json | 7 +++++++ client/i18n/locales/espanol/intro.json | 7 +++++++ client/i18n/locales/german/intro.json | 7 +++++++ client/i18n/locales/italian/intro.json | 7 +++++++ client/i18n/locales/japanese/intro.json | 7 +++++++ client/i18n/locales/korean/intro.json | 7 +++++++ client/i18n/locales/portuguese/intro.json | 7 +++++++ client/i18n/locales/swahili/intro.json | 7 +++++++ client/i18n/locales/ukrainian/intro.json | 11 +++++++++-- client/i18n/locales/ukrainian/translations.json | 2 +- 12 files changed, 80 insertions(+), 3 deletions(-) diff --git a/client/i18n/locales/arabic/intro.json b/client/i18n/locales/arabic/intro.json index c44a37b777d..cc432c5fd3c 100644 --- a/client/i18n/locales/arabic/intro.json +++ b/client/i18n/locales/arabic/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 145d514be02..6c2914388b0 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -458,6 +458,13 @@ "遞歸是一種編程概念,即函數調用自身。這可以將複雜的問題簡化爲更簡單的子問題,直到它們變得簡單易解。", "在這個項目中,你將使用 JavaScript 創建一個十進制到二進制的轉換器。你將學習遞歸的基本概念,探索調用棧,並通過動畫直觀地展示遞歸過程。" ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 1491e5dfb59..54da2828169 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -458,6 +458,13 @@ "递归是一种编程概念,即函数调用自身。这可以将复杂的问题简化为更简单的子问题,直到它们变得简单易解。", "在这个项目中,你将使用 JavaScript 创建一个十进制到二进制的转换器。你将学习递归的基本概念,探索调用栈,并通过动画直观地展示递归过程。" ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 8f2f896faad..5a7a667a787 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 973ebaa4b83..8d837d561e5 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 76887b8e0c9..ccbbe21ca18 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 7e89ac9dc66..de974a05082 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 1832b77060d..44588eb2be2 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 3a454bc0cc6..b935da0add2 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 9684e153863..814981d8df7 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -458,6 +458,13 @@ "Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.", "In this project, you’ll build a decimal-to-binary converter using JavaScript. You’ll learn the fundamental concepts of recursion, explore the call stack, and build out a visual representation of the recursion process through an animation." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Learn Introductory JavaScript by Building a Pyramid Generator", + "intro": [ + "JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.", + "In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Pyramid Generator. You'll learn how to work with arrays, strings, functions, loops, if/else statements, and more." + ] } } }, diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 08ad729ba60..30280377178 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -458,6 +458,13 @@ "Рекурсія — це таке поняття в програмуванні, коли функція викликає сама себе. Це може перетворити складне завдання на декілька менших простіших завдань, допоки вони не стануть зрозумілими.", "У цьому проєкті ви побудуєте конвертер десяткових чисел в бінарні за допомогою JavaScript. Ви вивчите основні поняття рекурсії, дослідите стек викликів та побудуєте візуальне представлення процесу рекурсії через анімацію." ] + }, + "learn-introductory-javascript-by-building-a-pyramid-generator": { + "title": "Вивчіть основи JavaScript, створивши генератор пірамід", + "intro": [ + "JavaScript — це потужна скриптова мова, яку використовують, щоб зробити вебсайти інтерактивними. Це одна з основних технологій в мережі (разом з HTML та CSS), яка підтримується всіма сучасними браузерами.", + "У цьому практичному проєкті ви вивчите основні поняття програмування на JavaScript, створивши власний генератор пірамід. Ви навчитеся працювати з масивами, рядками, функціями, циклами, інструкціями if/else тощо." + ] } } }, @@ -1193,8 +1200,8 @@ ] }, "top-learn-function-basics": { - "title": "Learn Function Basics", - "intro": ["Learn about functions in JavaScript."] + "title": "Вивчіть основи функцій", + "intro": ["Дізнайтесь про функції в JavaScript."] } } }, diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index f76dcabdeb4..eee8620ff53 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -97,7 +97,7 @@ "donate-now": "Задонатити", "confirm-amount": "Підтвердити суму", "skip-advertisement": "Пропустити оголошення", - "play-scene": "Press Play" + "play-scene": "Натисніть «Відтворити»" }, "landing": { "big-heading-1": "Вчіться програмувати безоплатно.",