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

This commit is contained in:
freeCodeCamp's Camper Bot
2026-03-18 18:49:23 +05:30
committed by GitHub
parent 32f20a1ba9
commit 1a50527694
20 changed files with 20486 additions and 454 deletions
File diff suppressed because it is too large Load Diff
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "更多登錄方式",
"sign-in-with-google": "使用 Google 登錄",
"go-to-dcc-today": "訪問今天的編程挑戰",
"go-to-dcc-archive": "訪問每日編程挑戰存檔"
"go-to-dcc-archive": "訪問每日編程挑戰存檔",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "每日編程挑戰",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "開發者 A2 英語",
"a2-english-for-developers-cert": "A2 開發者英語認證(測試版)",
"b1-english-for-developers": "開發者 B1 英語",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "更多登录方式",
"sign-in-with-google": "使用 Google 登录",
"go-to-dcc-today": "访问今天的编程挑战",
"go-to-dcc-archive": "访问每日编程挑战存档"
"go-to-dcc-archive": "访问每日编程挑战存档",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "每日编程挑战",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "开发者 A2 英语",
"a2-english-for-developers-cert": "A2 开发者英语认证(测试版)",
"b1-english-for-developers": "开发者 B1 英语",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "Más formas de iniciar sesión",
"sign-in-with-google": "Iniciar sesión con Google",
"go-to-dcc-today": "Ir al desafío de hoy",
"go-to-dcc-archive": "Ir al archivo de desafíos"
"go-to-dcc-archive": "Ir al archivo de desafíos",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Coding Challenge Díario",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "Inglés A2 para Desarrolladores",
"a2-english-for-developers-cert": "Exámen de certificación (Beta) A2 de inglês para desarrolladores",
"b1-english-for-developers": "B1 Inglés para Desarrolladores",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "More ways to sign in",
"sign-in-with-google": "Sign in with Google",
"go-to-dcc-today": "Go to Today's Challenge",
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive"
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Daily Coding Challenges",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
"b1-english-for-developers": "B1 English for Developers",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "More ways to sign in",
"sign-in-with-google": "Sign in with Google",
"go-to-dcc-today": "Go to Today's Challenge",
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive"
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Daily Coding Challenges",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
"b1-english-for-developers": "B1 English for Developers",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "More ways to sign in",
"sign-in-with-google": "Sign in with Google",
"go-to-dcc-today": "Go to Today's Challenge",
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive"
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Daily Coding Challenges",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "開発者のための A2 レベル英語",
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
"b1-english-for-developers": "開発者のための B1 レベル英語",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "More ways to sign in",
"sign-in-with-google": "Sign in with Google",
"go-to-dcc-today": "Go to Today's Challenge",
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive"
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Daily Coding Challenges",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
"b1-english-for-developers": "B1 English for Developers",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "Mais maneiras de fazer login",
"sign-in-with-google": "Faça login com o Google",
"go-to-dcc-today": "Vá para o desafio diário",
"go-to-dcc-archive": "Vá para o arquivo do desafio de código diário"
"go-to-dcc-archive": "Vá para o arquivo do desafio de código diário",
"outline": "Resumo"
},
"daily-coding-challenges": {
"title": "Desafios de código diário",
@@ -518,7 +519,7 @@
"ms-link": "Link da Microsoft",
"submit-and-go": "Enviar e ir para o meu próximo desafio",
"congratulations": "Parabéns, o código passou. Envie o código para continuar.",
"congratulations-code-passes": "Congratulations. Your code passes.",
"congratulations-code-passes": "Parabéns. Seu código passou.",
"i-completed": "Já completei este desafio",
"example-code": "Exemplo de código",
"test-output": "O resultado do seu código vai aparecer aqui",
@@ -556,7 +557,7 @@
"contact-support-mistake": "Se você acha que houve um erro, entre em contato conosco pelo e-mail donors@freecodecamp.org",
"editor-tabs": {
"code": "Código",
"tests": "Tests:",
"tests": "Testes:",
"restart": "Reiniciar",
"restart-step": "Reiniciar etapa",
"console": "Console",
@@ -1276,9 +1277,10 @@
"foundational-c-sharp-with-microsoft-cert": "Certificação de Fundamentos de C# com a Microsoft",
"learn-python-for-beginners": "Aprenda Python para iniciantes",
"introduction-to-algorithms-and-data-structures": "Introdução a Algoritmos e Estruturas de Dados",
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-rag-mcp-fundamentals": "Aprenda os Fundamentos de RAG e MCP",
"introduction-to-precalculus": "Introdução ao Pré-cálculo",
"learn-prompting-fundamentals": "Aprenda os Fundamentos de Prompting",
"learn-oop-with-python": "Aprenda POO com Python",
"a2-english-for-developers": "A2 Inglês para Desenvolvedores",
"a2-english-for-developers-cert": "Certificação de Inglês A2 para Desenvolvedores (Beta)",
"b1-english-for-developers": "B1 Inglês para Desenvolvedores",
@@ -1315,12 +1317,42 @@
"information-security-and-quality-assurance-cert": "Certificação de segurança da informação e garantia da qualidade edição antiga",
"full-stack": "Full Stack edição antiga",
"full-stack-cert": "Certificação Full Stack edição antiga",
"introduction-to-bash": "Introduction to Bash",
"introduction-to-sql-and-postgresql": "Introduction to SQL and PostgreSQL",
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-bash": "Introdução ao Bash",
"introduction-to-sql-and-postgresql": "Introdução ao SQL e PostgreSQL",
"learn-bash-scripting": "Aprenda Scripts Bash",
"learn-sql-and-bash": "Aprenda SQL e Bash",
"introduction-to-nano": "Introdução ao Nano",
"introduction-to-git-and-github": "Introdução ao Git e GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introdução a Variáveis e Strings em JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introdução a Booleanos e Números em JavaScript",
"introduction-functions-in-javascript": "Introdução a Funções em JavaScript",
"introduction-to-arrays-in-javascript": "Introdução a Arrays em JavaScript",
"introduction-to-objects-in-javascript": "Introdução a Objetos em JavaScript",
"introduction-to-loops-in-javascript": "Introdução a Laços em JavaScript",
"javascript-fundamentals-review": "Revisão dos Fundamentos do JavaScript",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introdução a Funções de Ordem Superior e Callbacks em JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Aprenda Manipulação do DOM e Eventos com JavaScript",
"introduction-to-javascript-and-accessibility": "Introdução ao JavaScript e Acessibilidade",
"learn-javascript-debugging": "Aprenda Depuração em JavaScript",
"learn-basic-regex-with-javascript": "Aprenda Expressões Regulares Básicas com JavaScript",
"introduction-to-dates-in-javascript": "Introdução a Datas em JavaScript",
"learn-audio-and-video-events-with-javascript": "Aprenda Eventos de Áudio e Vídeo com JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introdução a Mapas e Conjuntos em JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Aprenda localStorage e Operações CRUD com JavaScript",
"introduction-to-javascript-classes": "Introdução às Classes em JavaScript",
"learn-recursion-with-javascript": "Aprenda Recursão com JavaScript",
"introduction-to-functional-programming-with-javascript": "Introdução à Programação Funcional com JavaScript",
"introduction-to-asynchronous-javascript": "Introdução ao JavaScript Assíncrono",
"introduction-to-python-basics": "Introdução aos Conceitos Básicos de Python",
"learn-python-loops-and-sequences": "Aprenda Laços e Sequências em Python",
"learn-python-dictionaries-and-sets": "Aprenda Dicionários e Conjuntos em Python",
"learn-error-handling-in-python": "Aprenda Tratamento de Erros em Python",
"learn-python-classes-and-objects": "Aprenda Classes e Objetos em Python",
"introduction-to-oop-in-python": "Introdução à POO em Python",
"introduction-to-linear-data-structures-in-python": "Introdução a Estruturas de Dados Lineares em Python",
"learn-algorithms-in-python": "Aprenda Algoritmos em Python",
"learn-graphs-and-trees-in-python": "Aprenda Grafos e Árvores em Python",
"learn-dynamic-programming-in-python": "Aprenda Programação Dinâmica em Python"
}
},
"certification-card": {
@@ -1474,11 +1506,11 @@
"computer-fundamentals": "Fundamentos de Computação",
"computer-science": "Ciência da Computação",
"math": "Math",
"databases": "Databases",
"databases": "Bancos de dados",
"bash": "Bash",
"git": "Git",
"editors": "Editors",
"ai": "AI"
"editors": "Editores",
"ai": "IA"
}
}
}
File diff suppressed because it is too large Load Diff
+34 -2
View File
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "More ways to sign in",
"sign-in-with-google": "Sign in with Google",
"go-to-dcc-today": "Go to Today's Challenge",
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive"
"go-to-dcc-archive": "Go to Daily Coding Challenge Archive",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Daily Coding Challenges",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Learn Prompting Fundamentals",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
"b1-english-for-developers": "B1 English for Developers",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Learn Bash Scripting",
"learn-sql-and-bash": "Learn SQL and Bash",
"introduction-to-nano": "Introduction to Nano",
"introduction-to-git-and-github": "Introduction to Git and GitHub"
"introduction-to-git-and-github": "Introduction to Git and GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {
File diff suppressed because it is too large Load Diff
@@ -121,7 +121,8 @@
"more-ways-to-sign-in": "Більше способів увійти",
"sign-in-with-google": "Увійти через Google",
"go-to-dcc-today": "Перейти до сьогоднішнього завдання",
"go-to-dcc-archive": "Перейти до архіву завдань з програмування"
"go-to-dcc-archive": "Перейти до архіву завдань з програмування",
"outline": "Outline"
},
"daily-coding-challenges": {
"title": "Щоденні завдання з програмування",
@@ -1279,6 +1280,7 @@
"learn-rag-mcp-fundamentals": "Learn RAG and MCP Fundamentals",
"introduction-to-precalculus": "Introduction to Precalculus",
"learn-prompting-fundamentals": "Знайомство з промптами",
"learn-oop-with-python": "Learn OOP with Python",
"a2-english-for-developers": "Англійська мова A2 для розробників",
"a2-english-for-developers-cert": "Сертифікація «Англійська мова A2 для розробників (бета)»",
"b1-english-for-developers": "Англійська мова B1 для розробників",
@@ -1320,7 +1322,37 @@
"learn-bash-scripting": "Вивчення скриптів Bash",
"learn-sql-and-bash": "Вивчення SQL та Bash",
"introduction-to-nano": "Вступ до Nano",
"introduction-to-git-and-github": "Вступ до Git та GitHub"
"introduction-to-git-and-github": "Вступ до Git та GitHub",
"introduction-to-variables-and-strings-in-javascript": "Introduction to Variables and Strings in JavaScript",
"introduction-to-booleans-and-numbers-in-javascript": "Introduction to Booleans and Numbers in JavaScript",
"introduction-functions-in-javascript": "Introduction to Functions in JavaScript",
"introduction-to-arrays-in-javascript": "Introduction to Arrays in JavaScript",
"introduction-to-objects-in-javascript": "Introduction to Objects in JavaScript",
"introduction-to-loops-in-javascript": "Introduction to Loops in JavaScript",
"javascript-fundamentals-review": "JavaScript Fundamentals Review",
"introduction-to-higher-order-functions-and-callbacks-in-javascript": "Introduction to Higher-Order Functions and Callbacks in JavaScript",
"learn-dom-manipulation-and-events-with-javascript": "Learn DOM Manipulation and Events with JavaScript",
"introduction-to-javascript-and-accessibility": "Introduction to JavaScript and Accessibility",
"learn-javascript-debugging": "Learn JavaScript Debugging",
"learn-basic-regex-with-javascript": "Learn Basic Regex with JavaScript",
"introduction-to-dates-in-javascript": "Introduction to Dates in JavaScript",
"learn-audio-and-video-events-with-javascript": "Learn Audio and Video Events with JavaScript",
"introduction-to-maps-and-sets-in-javascript": "Introduction to Maps and Sets in JavaScript",
"learn-localstorage-and-crud-operations-with-javascript": "Learn localStorage and CRUD Operations with JavaScript",
"introduction-to-javascript-classes": "Introduction to JavaScript Classes",
"learn-recursion-with-javascript": "Learn Recursion with JavaScript",
"introduction-to-functional-programming-with-javascript": "Introduction to Functional Programming with JavaScript",
"introduction-to-asynchronous-javascript": "Introduction to Asynchronous JavaScript",
"introduction-to-python-basics": "Introduction to Python Basics",
"learn-python-loops-and-sequences": "Learn Python Loops and Sequences",
"learn-python-dictionaries-and-sets": "Learn Python Dictionaries and Sets",
"learn-error-handling-in-python": "Learn Error Handling in Python",
"learn-python-classes-and-objects": "Learn Python Classes and Objects",
"introduction-to-oop-in-python": "Introduction to OOP in Python",
"introduction-to-linear-data-structures-in-python": "Introduction to Linear Data Structures in Python",
"learn-algorithms-in-python": "Learn Algorithms in Python",
"learn-graphs-and-trees-in-python": "Learn Graphs and Trees in Python",
"learn-dynamic-programming-in-python": "Learn Dynamic Programming in Python"
}
},
"certification-card": {