chore(i18n,client): processed translations (#53229)

This commit is contained in:
camperbot
2024-01-17 18:56:53 +05:30
committed by GitHub
parent 3e2c74000d
commit 003f3c3f56
12 changed files with 44 additions and 44 deletions
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "تعلم المزيد عن Selectors Pseudo في CSS عن طريق بناء كشف ميزانية",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"يمكنك استخدام CSS pseudo selectors لتغيير عناصر HTML محددة.",
"في هذه الدورة، ستبني ميزانية عامة باستخدام المنتقات الزائفة pseudo selectors. سوف تتعلم كيفية تغيير تصميم عنصر ما عندما تحوم فوقه بماوسك، وتفعيل أحداث أخرى على صفحتك الويب."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "通過創建資產負債表學習有關 CSS 僞選擇器的更多信息",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"你可以使用 CSS 僞選擇器來更改特定的 HTML 元素。",
"在本課程中,你將使用僞選擇器創建資產負債表。你將學習如何在將鼠標懸停在元素上時更改其樣式,並觸發網頁上的其他事件。"
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "通过创建资产负债表学习有关 CSS 伪选择器的更多信息",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"你可以使用 CSS 伪选择器来更改特定的 HTML 元素。",
"在本课程中,你将使用伪选择器创建资产负债表。你将学习如何在将鼠标悬停在元素上时更改其样式,并触发网页上的其他事件。"
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "Aprenda más sobre los pseudo selectores CSS construyendo un balance financiero",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"Puede utilizar pseudoselectores CSS para cambiar elementos HTML específicos.",
"En este curso, construirás un balance usando pseudo selectores. Aprenderás a cambiar el estilo de un elemento al pasar el ratón por encima y a activar otros eventos en tu página web."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "Erfahre mehr über CSS-Pseudoselektoren, indem du eine Bilanz erstellst",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"Du kannst CSS-Pseudoselektoren verwenden, um bestimmte HTML-Elemente zu ändern.",
"In diesem Kurs erstellst du eine Bilanz mit Pseudoselektoren. Du lernst, wie du den Stil eines Elements änderst, wenn du mit der Maus darüber fährst, und wie du andere Ereignisse auf deiner Webseite auslösen kannst."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "Impara di più sugli pseudo selettori CSS costruendo un foglio di bilancio",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"Puoi usare gli pseudo selettori CSS per cambiare specifici elementi HTML.",
"In questo corso, costruirai un foglio di bilancio usando gli pseudo selettori. Imparerai come cambiare lo stile di un elemento quando ci passi sopra il mouse, e attivare altri eventi sulla tua pagina."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "CSS 疑似セレクターの学習: バランスシートを作成する",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"CSS の疑似セレクターを用いて、特定の HTML 要素を変化させることができます。",
"このコースでは、疑似セレクターを用いてバランスシート (貸借対照表) を作成します。ウェブページ上でマウスポインタを要素の上に合わせた時に要素のスタイルを変更する方法や、他のイベントを起こす方法を学習します。"
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "現代的な JavaScript メソッドの学習: サッカーチームカードを作成する",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "フェッチとプロミスの学習: freeCodeCamp 著者ページを作成する",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "リスト内包表記の学習: ケース変換プログラムを作成する",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
@@ -244,7 +244,7 @@
"internet": "他サービスのリンク",
"portfolio": "ポートフォリオ設定",
"privacy": "プライバシー設定",
"personal-info": "個人情報"
"personal-info": "ユーザー情報"
},
"danger": {
"heading": "危険な操作",
@@ -704,7 +704,7 @@
"not-authorized": "このルートへのアクセス権限がありません",
"could-not-find": "お探しのページが見つかりませんでした。ご確認の上もう一度お試しください。",
"wrong-updating": "アカウント情報の更新中に問題が発生しました。ご確認の上もう一度お試しください。",
"updated-about-me": "個人情報を更新しました",
"updated-about-me": "ユーザー情報を更新しました",
"updated-socials": "他サービスのリンクを更新しました",
"updated-sound": "サウンド設定を更新しました",
"updated-themes": "テーマを更新しました",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "Saiba mais sobre os pseudosseletores em CSS criando uma folha de saldo",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"Você pode usar pseudosseletores em CSS para alterar elementos HTML específicos.",
"Neste curso, você criará uma folha de balanço usando pseudosseletores. Você aprenderá como alterar o estilo de um elemento ao passar o mouse sobre ele e acionar outros eventos em sua página da web."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "Pata Maelezo Zaidi Kuhusu CSS Pseudo Selectors Kwa Kuunda Balance Sheet",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"Unaweza kutumia CSS pseudo selectors kubadilisha vipengee mahususi vya HTML.",
"Katika kozi hii, utaunda laha kwa kutumia pseudo selectors. Utajifunza jinsi ya kubadilisha mtindo wa kipengele unapoelea juu yake kwa kutumia kipanya chako, na kuanzisha matukio mengine kwenye ukurasa wako wa tovuti."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Learn Modern JavaScript Methods By Building Football Team Cards",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"One common aspect of building web applications: processing datasets, and then outputting information to the screen. In this sports team cards project, you'll learn how to work with DOM manipulation, object destructuring, event handling, and data filtering.",
"This project will cover concepts like switch statements, default parameters, <code>Object.freeze()</code>, the <code>map()</code> method, and more."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Learn Fetch and Promises By Building an fCC Authors Page",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Learn Python List Comprehension By Building a Case Converter Program",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"List Comprehension is a way to construct a new Python list from an iterable types: lists, tuples, and strings. All without using a for loop or the `.append()` list method.",
"In this project, you'll write a program that takes a string formatted in Camel Case or Pascal Case, then converts it into Snake Case.",
+4 -4
View File
@@ -194,7 +194,7 @@
]
},
"learn-more-about-css-pseudo-selectors-by-building-a-balance-sheet": {
"title": "Вивчіть більше про псевдоселектори CSS, створивши бухгалтерський баланс",
"title": "Learn More About CSS Pseudo Selectors by Building A Balance Sheet",
"intro": [
"Ви можете використовувати псевдоселектори CSS, щоб змінити певні елементи HTML.",
"У цьому курсі ви побудуєте бухгалтерський баланс за допомогою псевдоселекторів. Ви дізнаєтеся як змінити стиль елемента, коли ви наводите на нього курсор, та запускати інші події на своїй вебсторінці."
@@ -366,7 +366,7 @@
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
"title": "Вивчіть сучасні методи JavaScript, створивши карточки футбольних команд",
"title": "Learn Modern JavaScript Methods by Building Football Team Cards",
"intro": [
"Один із загальних аспектів створення вебзастосунків — обробка наборів даних та виведення інформації на екран. У проєкті з картками спортивних команд ви дізнаєтесь, як працювати з маніпулюванням DOM, деструктуризацією об’єктів, обробкою подій та фільтрацією даних.",
"Цей проєкт охопить такі поняття, як інструкція switch, параметри за замовчуванням, <code>Object.freeze()</code>, метод <code>map()</code> тощо."
@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "Вивчіть фетч та проміси, створивши сторінку автора fCC",
"title": "Learn Fetch and Promises by Building an fCC Authors Page",
"intro": [
"Один із загальних аспектів веброзробки, якого потрібно навчитись — отримувати дані від зовнішнього API, а потім працювати з асинхронним JavaScript.",
"Цей проєкт зі сторінкою авторів freeCodeCamp покаже, як використовувати метод fetch, а потім оновити DOM, щоб відтворити отримані дані.",
@@ -770,7 +770,7 @@
]
},
"learn-list-comprehension-by-building-a-case-converter-program": {
"title": "Вивчіть спискові вирази Python, створивши програму для зміни регістру",
"title": "Learn Python List Comprehension by Building a Case Converter Program",
"intro": [
"Спискові вирази — це спосіб створення нового списку Python з ітерабельних типів (списків, кортежів і рядків) без використання циклу for або методу списку .append().",
"У цьому проєкті ви напишете програму, яка приймає рядок у верхньому або нижньому верблюдячому регістрі, а потім перетворює його у зміїний регістр.",
@@ -372,7 +372,7 @@
"running-tests": "// запущені тести",
"tests-completed": "// виконані тести",
"console-output": "// вивід консолі",
"syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.",
"syntax-error": "У коді виникла помилка ще до того, як запустились тести. Будь ласка, виправте це і спробуйте знову.",
"sign-in-save": "Увійдіть, щоб зберегти свій прогрес",
"download-solution": "Завантажити розв’язок",
"download-results": "Завантажити результати",
@@ -582,7 +582,7 @@
"support-benefits-1": "Жодних спливаючих повідомлень про донати",
"support-benefits-2": "Ви отримаєте значок донора",
"support-benefits-3": "Зображення профілю міститиме золоте гало навколо",
"support-benefits-4": "You'll gain access to special Supporter Discord channels - <0>join our Discord</0> and use the <1>/supporter</1> command to get access",
"support-benefits-4": "Ви отримаєте доступ до спеціальних каналів підтримки на дискорді: <0>приєднайтесь до нашого дискорду</0> та використайте команду <1>/supporter</1>, щоб отримати доступ",
"support-benefits-5": "Та багато іншого у 2024 році",
"exclusive-features": "Ось список ваших переваг як донора:",
"current-initiatives-title": "Поточні ініціативи:",