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

Co-authored-by: Ilenia M <nethleen@gmail.com>
This commit is contained in:
freeCodeCamp's Camper Bot
2024-06-26 14:46:51 -05:00
committed by GitHub
parent d4d0450fd9
commit 00b251b891
22 changed files with 72 additions and 50 deletions
+1 -1
View File
@@ -410,7 +410,7 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Learn Intermediate Algorithmic Thinking by Building a Dice Game",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
+4 -2
View File
@@ -100,7 +100,8 @@
"update-card": "Update your card",
"donate-now": "Donate Now",
"confirm-amount": "Confirm amount",
"play-scene": "Press Play"
"play-scene": "Press Play",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "تعلم البرمجة - مجاناً.",
@@ -871,7 +872,8 @@
"own-work-url": "تذكر أن تقدم عملك الخاص.",
"publicly-visible-url": "تذكر أن ترسل عنوان URL للتطبيق متاح للجميع.",
"ms-learn-link": "Please use a valid Microsoft Learn trophy link.",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "المدير التنفيذي، freeCodeCamp.org",
@@ -410,11 +410,11 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "通過創建骰子游戲學習中級算法思維",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"算法思維包括將複雜問題分解爲一連串定義明確、循序漸進的指令的能力。",
"在這個骰子游戲項目中,你將學習如何管理遊戲狀態、實現擲骰子的遊戲邏輯、記分以及應用各種組合的規則。",
"這個項目涵蓋事件處理、數組操作、條件邏輯以及根據遊戲狀態動態更新用戶界面等概念。"
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
"This project covers concepts such as event handling, array manipulation, conditional logic, and updating the user interface dynamically based on game state."
]
},
"learn-intermediate-oop-by-building-a-platformer-game": {
@@ -100,7 +100,8 @@
"update-card": "更新你的卡片",
"donate-now": "立即捐款",
"confirm-amount": "確認金額",
"play-scene": "點擊播放"
"play-scene": "點擊播放",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "免費學習編程",
@@ -871,7 +872,8 @@
"own-work-url": "記住要提交你自己的作業",
"publicly-visible-url": "記得要提交一個公開可見的app URL",
"ms-learn-link": "請使用有效的 Microsoft Learn 獎盃鏈接。",
"path-url": "你可能想要提交根路徑,即 https://example.com,而不是 https://example.com/path。"
"path-url": "你可能想要提交根路徑,即 https://example.com,而不是 https://example.com/path。",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "執行董事,freeCodeCamp.org",
+4 -4
View File
@@ -410,11 +410,11 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "通过创建骰子游戏学习中级算法思维",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"算法思维包括将复杂问题分解为一连串定义明确、循序渐进的指令的能力。",
"在这个骰子游戏项目中,你将学习如何管理游戏状态、实现掷骰子的游戏逻辑、记分以及应用各种组合的规则。",
"这个项目涵盖事件处理、数组操作、条件逻辑以及根据游戏状态动态更新用户界面等概念。"
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
"This project covers concepts such as event handling, array manipulation, conditional logic, and updating the user interface dynamically based on game state."
]
},
"learn-intermediate-oop-by-building-a-platformer-game": {
@@ -100,7 +100,8 @@
"update-card": "更新你的卡片",
"donate-now": "立即捐款",
"confirm-amount": "确认金额",
"play-scene": "点击播放"
"play-scene": "点击播放",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "免费学习编程",
@@ -871,7 +872,8 @@
"own-work-url": "记住要提交你自己的作业",
"publicly-visible-url": "记得要提交一个公开可见的app URL",
"ms-learn-link": "请使用有效的 Microsoft Learn 奖杯链接。",
"path-url": "你可能想要提交根路径,即 https://example.com,而不是 https://example.com/path。"
"path-url": "你可能想要提交根路径,即 https://example.com,而不是 https://example.com/path。",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "执行董事,freeCodeCamp.org",
+1 -1
View File
@@ -410,7 +410,7 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Learn Intermediate Algorithmic Thinking by Building a Dice Game",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
@@ -100,7 +100,8 @@
"update-card": "Update your card",
"donate-now": "Donate Now",
"confirm-amount": "Confirm amount",
"play-scene": "Press Play"
"play-scene": "Press Play",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "Aprende a programar gratis.",
@@ -871,7 +872,8 @@
"own-work-url": "Recuerda enviar tu propio trabajo.",
"publicly-visible-url": "Recuerda enviar una URL de aplicación visible públicamente.",
"ms-learn-link": "Please use a valid Microsoft Learn trophy link.",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Director Ejecutivo, freeCodeCamp.org",
+1 -1
View File
@@ -410,7 +410,7 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Learn Intermediate Algorithmic Thinking by Building a Dice Game",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
+4 -2
View File
@@ -100,7 +100,8 @@
"update-card": "Update your card",
"donate-now": "Donate Now",
"confirm-amount": "Confirm amount",
"play-scene": "Press Play"
"play-scene": "Press Play",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "Lerne zu programmieren — kostenlos.",
@@ -871,7 +872,8 @@
"own-work-url": "Denke daran, deine eigene Arbeit einzureichen.",
"publicly-visible-url": "Denke daran, eine öffentlich sichtbare App-URL einzureichen.",
"ms-learn-link": "Please use a valid Microsoft Learn trophy link.",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Geschäftsführender Direktor, freeCodeCamp.org",
+4 -4
View File
@@ -410,11 +410,11 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Learn Intermediate Algorithmic Thinking by Building a Dice Game",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Il pensiero algoritmico comporta la capacità di suddividere i problemi complessi in una serie di istruzioni sequenziali ben definite.",
"In questo progetto di un gioco di dadi, imparerai come gestire lo stato del gioco, implementare la logica di gioco per il lancio dei dadi, segnare il punteggio e applicare le regole per varie combinazioni.",
"Questo progetto tratta concetti come gestione di eventi, manipolazione di array, logica condizionale e aggiornamento dinamico dell'interfaccia utente in base allo stato del gioco."
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
"This project covers concepts such as event handling, array manipulation, conditional logic, and updating the user interface dynamically based on game state."
]
},
"learn-intermediate-oop-by-building-a-platformer-game": {
@@ -100,7 +100,8 @@
"update-card": "Update your card",
"donate-now": "Donate Now",
"confirm-amount": "Confirm amount",
"play-scene": "Press Play"
"play-scene": "Press Play",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "Impara a programmare — gratis.",
@@ -871,7 +872,8 @@
"own-work-url": "Ricordati di inviare il tuo lavoro.",
"publicly-visible-url": "Ricorda di inviare un URL dell'app visibile pubblicamente.",
"ms-learn-link": "Please use a valid Microsoft Learn trophy link.",
"path-url": "Probabilmente vuoi inviare il percorso root, ovvero https://example.com, non https://example.com/percorso"
"path-url": "Probabilmente vuoi inviare il percorso root, ovvero https://example.com, non https://example.com/percorso",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Direttore esecutivo, freeCodeCamp.org",
+1 -1
View File
@@ -410,7 +410,7 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "中級アルゴリズム的思考の学習: ダイスゲームを作成する",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
@@ -100,7 +100,8 @@
"update-card": "カード情報を更新",
"donate-now": "寄付する",
"confirm-amount": "金額を選択",
"play-scene": "再生"
"play-scene": "再生",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "プログラミングを無料で学ぶ。",
@@ -871,7 +872,8 @@
"own-work-url": "あなた自身の作品を提出してください。",
"publicly-visible-url": "公開されたアプリの URL を提出してください。",
"ms-learn-link": "有効な Microsoft Learn トロフィーのリンクを使用してください。",
"path-url": "プロジェクトルートのパスを入力しているか確認してください。多くの場合 https://example.com/path ではなく https://example.com のような形式です。"
"path-url": "プロジェクトルートのパスを入力しているか確認してください。多くの場合 https://example.com/path ではなく https://example.com のような形式です。",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "freeCodeCamp.org エグゼクティブ・ディレクター",
+1 -1
View File
@@ -410,7 +410,7 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Learn Intermediate Algorithmic Thinking by Building a Dice Game",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
+4 -2
View File
@@ -100,7 +100,8 @@
"update-card": "Update your card",
"donate-now": "Donate Now",
"confirm-amount": "Confirm amount",
"play-scene": "Press Play"
"play-scene": "Press Play",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "Learn to code — for free.",
@@ -871,7 +872,8 @@
"own-work-url": "Remember to submit your own work.",
"publicly-visible-url": "Remember to submit a publicly visible app URL.",
"ms-learn-link": "Please use a valid Microsoft Learn trophy link.",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Executive Director, freeCodeCamp.org",
+4 -4
View File
@@ -410,11 +410,11 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Aprenda raciocínio algorítmico intermediário criando um jogo de dados",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Raciocínio algorítmico implica a capacidade de dividir problemas complexos em uma sequência de instruções passo a passo e bem definidas.",
"Neste projeto de jogo de dados, você aprenderá como gerenciar o estado do jogo, implementar a lógica do jogo para rolar os dados, manter a pontuação e aplicar as regras para várias combinações.",
"O projeto aborda conceitos como manipulação de eventos, manipulação de arrays, lógica condicional e atualização dinâmica da interface de usuário baseada no estado do jogo."
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
"This project covers concepts such as event handling, array manipulation, conditional logic, and updating the user interface dynamically based on game state."
]
},
"learn-intermediate-oop-by-building-a-platformer-game": {
@@ -100,7 +100,8 @@
"update-card": "Atualize seu cartão",
"donate-now": "Doe agora",
"confirm-amount": "Confirmar o valor",
"play-scene": "Pressione Play"
"play-scene": "Pressione Play",
"closed-caption": "Versão legendada"
},
"landing": {
"big-heading-1": "Aprenda a programar — de graça.",
@@ -871,7 +872,8 @@
"own-work-url": "Lembre-se de enviar o seu próprio trabalho.",
"publicly-visible-url": "Lembre-se de enviar o URL de um aplicativo publicamente visível.",
"ms-learn-link": "Use um link de troféu válido do Microsoft Learn.",
"path-url": "Você provavelmente vai querer enviar o caminho raiz, ou seja, https://example.com em vez de https://example.com/path"
"path-url": "Você provavelmente vai querer enviar o caminho raiz, ou seja, https://example.com em vez de https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Diretor executivo, freeCodeCamp.org",
+1 -1
View File
@@ -410,7 +410,7 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Learn Intermediate Algorithmic Thinking by Building a Dice Game",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
@@ -100,7 +100,8 @@
"update-card": "Update your card",
"donate-now": "Donate Now",
"confirm-amount": "Confirm amount",
"play-scene": "Press Play"
"play-scene": "Press Play",
"closed-caption": "Closed caption"
},
"landing": {
"big-heading-1": "Jifunze kuandika code - bila malipo.",
@@ -871,7 +872,8 @@
"own-work-url": "Kumbuka kuwasilisha kazi yako mwenyewe.",
"publicly-visible-url": "Kumbuka kuwasilisha URL ya programu inayoonekana hadharani.",
"ms-learn-link": "Tafadhali tumia kiungo halali cha kombe la Microsoft Learn.",
"path-url": "Labda unataka kuwasilisha njia ya mizizi yaani https://example.com, sio https://example.com/path"
"path-url": "Labda unataka kuwasilisha njia ya mizizi yaani https://example.com, sio https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Mkurugenzi Mtendaji, freeCodeCamp.org",
+6 -6
View File
@@ -410,11 +410,11 @@
]
},
"review-algorithmic-thinking-by-building-a-dice-game": {
"title": "Вивчіть проміжне алгоритмічне мислення, створивши гру з кубиками",
"title": "Review Algorithmic Thinking by Building a Dice Game",
"intro": [
"Алгоритмічне мислення передбачає здатність розбивати складні завдання на чітко визначені кроки.",
"У проєкті зі створення гри з кубиками ви дізнаєтесь, як керувати станом гри, реалізувати логіку гри для кидання кубиків, зберігати бали та застосовувати правила для різних комбінацій.",
"Цей проєкт охоплює обробку подій, маніпулювання масивами, умовну логіку та динамічне оновлення інтерфейсу користувача на основі стану гри."
"Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.",
"In this Dice game project, youll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.",
"This project covers concepts such as event handling, array manipulation, conditional logic, and updating the user interface dynamically based on game state."
]
},
"learn-intermediate-oop-by-building-a-platformer-game": {
@@ -1270,9 +1270,9 @@
"intro": ["Дізнайтесь про масиви та цикли в JavaScript."]
},
"top-learn-to-solve-problems-and-understand-errors": {
"title": "Learn to Solve Problems and Understand Errors",
"title": "Навчіться розв’язувати проблеми та розуміти помилки",
"intro": [
"Learn how to solve problems and understand errors in JavaScript."
"Дізнайтесь, як розв’язувати проблеми та розуміти помилки в JavaScript."
]
}
}
@@ -100,7 +100,8 @@
"update-card": "Оновити картку",
"donate-now": "Задонатити",
"confirm-amount": "Підтвердити суму",
"play-scene": "Натисніть «Відтворити»"
"play-scene": "Натисніть «Відтворити»",
"closed-caption": "Приховані субтитри"
},
"landing": {
"big-heading-1": "Вчіться програмувати безоплатно.",
@@ -871,7 +872,8 @@
"own-work-url": "Не забудьте відправити власну роботу.",
"publicly-visible-url": "Не забудьте відправити загальнодоступну URL-адресу застосунку.",
"ms-learn-link": "Використайте дійсне трофейне посилання Microsoft Learn.",
"path-url": "Можливо, ви хочете надіслати кореневий шлях, тобто https://example.com, а не https://example.com/path"
"path-url": "Можливо, ви хочете надіслати кореневий шлях, тобто https://example.com, а не https://example.com/path",
"source-code-link-required": "Remember to submit the link to your source code."
},
"certification": {
"executive": "Виконавчий директор, freeCodeCamp.org",