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

This commit is contained in:
camperbot
2022-02-19 20:16:49 +05:30
committed by GitHub
parent 4c86ecb6d8
commit b9f34f0667
9 changed files with 87 additions and 87 deletions

View File

@ -426,11 +426,11 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "關係型數據庫", "title": "Relational Database",
"intro": [ "intro": [
"對於這些課程,你將使用真正的開發者工具和軟件,包括 VS CodePostgreSQL Linux / Unix 命令行,來完成交互式教程和構建項目。", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Next, you will learn how to create and work with relational databases using PostgreSQL, a database management system, and SQL, the language of these databases.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Finally, you will learn Git, the version control system, an essential tool of every developer." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
@ -513,14 +513,14 @@
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Learn Relational Databases by Building a Mario Database", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"Relational databases organize data into tables that are linked together through relationships.", "A relational database organizes data into tables that are linked together through relationships.",
"In this 165 lesson course, you will learn the basics of relational databases by creating a PostgreSQL database filled with video game characters." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Learn SQL by Building a Student Database: Part 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"SQL, or Structured Query Language, is the language for communicating with relational databases.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },

View File

@ -426,11 +426,11 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "关系型数据库", "title": "Relational Database",
"intro": [ "intro": [
"对于这些课程,你将使用真正的开发者工具和软件,包括 VS CodePostgreSQL Linux / Unix 命令行,来完成交互式教程和构建项目。", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Next, you will learn how to create and work with relational databases using PostgreSQL, a database management system, and SQL, the language of these databases.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Finally, you will learn Git, the version control system, an essential tool of every developer." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
@ -513,14 +513,14 @@
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Learn Relational Databases by Building a Mario Database", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"Relational databases organize data into tables that are linked together through relationships.", "A relational database organizes data into tables that are linked together through relationships.",
"In this 165 lesson course, you will learn the basics of relational databases by creating a PostgreSQL database filled with video game characters." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Learn SQL by Building a Student Database: Part 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"SQL, or Structured Query Language, is the language for communicating with relational databases.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },

View File

@ -426,11 +426,11 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "Bases de Datos Relacionales", "title": "Relational Database",
"intro": [ "intro": [
"Para estos cursos, utilizarás herramientas y software de desarrollador reales, incluyendo VS Code, PostgreSQL y la línea de comandos de Linux / Unix para completar tutoriales interactivos y crear proyectos.", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Next, you will learn how to create and work with relational databases using PostgreSQL, a database management system, and SQL, the language of these databases.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Finally, you will learn Git, the version control system, an essential tool of every developer." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
@ -513,14 +513,14 @@
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Learn Relational Databases by Building a Mario Database", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"Relational databases organize data into tables that are linked together through relationships.", "A relational database organizes data into tables that are linked together through relationships.",
"In this 165 lesson course, you will learn the basics of relational databases by creating a PostgreSQL database filled with video game characters." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Learn SQL by Building a Student Database: Part 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"SQL, or Structured Query Language, is the language for communicating with relational databases.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },

View File

@ -426,11 +426,11 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "Database relazionali", "title": "Relational Database",
"intro": [ "intro": [
"Per questi corsi, utilizzerai strumenti e software per veri sviluppatori tra cui VS Code, PostgreSQL, e la riga di comando Linux / Unix per completare i tutorial interattivi e costruire progetti.", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Next, you will learn how to create and work with relational databases using PostgreSQL, a database management system, and SQL, the language of these databases.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Finally, you will learn Git, the version control system, an essential tool of every developer." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
@ -513,14 +513,14 @@
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Learn Relational Databases by Building a Mario Database", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"Relational databases organize data into tables that are linked together through relationships.", "A relational database organizes data into tables that are linked together through relationships.",
"In this 165 lesson course, you will learn the basics of relational databases by creating a PostgreSQL database filled with video game characters." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Learn SQL by Building a Student Database: Part 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"SQL, or Structured Query Language, is the language for communicating with relational databases.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },

View File

@ -426,11 +426,11 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "リレーショナルデータベース", "title": "Relational Database",
"intro": [ "intro": [
"このコースでは、VS CodePostgreSQL、そして Linux / Unix コマンドラインを含む本格的な開発者ツールとソフトウェアを使用して、インタラクティブなチュートリアルを完了し、プロジェクトを構築します。", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Next, you will learn how to create and work with relational databases using PostgreSQL, a database management system, and SQL, the language of these databases.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Finally, you will learn Git, the version control system, an essential tool of every developer." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
@ -513,14 +513,14 @@
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Learn Relational Databases by Building a Mario Database", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"Relational databases organize data into tables that are linked together through relationships.", "A relational database organizes data into tables that are linked together through relationships.",
"In this 165 lesson course, you will learn the basics of relational databases by creating a PostgreSQL database filled with video game characters." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Learn SQL by Building a Student Database: Part 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"SQL, or Structured Query Language, is the language for communicating with relational databases.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },

View File

@ -260,7 +260,7 @@
"upcoming-lessons": "近日公開のレッスン", "upcoming-lessons": "近日公開のレッスン",
"learn": "学習", "learn": "学習",
"add-subtitles": "字幕の改善や追加を支援する", "add-subtitles": "字幕の改善や追加を支援する",
"wrong-answer": "申し訳ありませんが、それは正しい答えではありません。別の答えを試してみてください。", "wrong-answer": "残念、正しい答えではありません。もう一度挑戦してみましょう。",
"check-answer": "以下のボタンをクリックして解答を確認してください。", "check-answer": "以下のボタンをクリックして解答を確認してください。",
"solution-link": "回答のリンク", "solution-link": "回答のリンク",
"github-link": "GitHub のリンク", "github-link": "GitHub のリンク",

View File

@ -426,109 +426,109 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "Bancos de dados relacionais", "title": "Relational Database",
"intro": [ "intro": [
"Para estes cursos, você usará ferramentas e software reais de desenvolvedor, incluindo o VS Code, PostgreSQL e a linha de comando do Linux/Unix para completar tutoriais interativos e criar projetos.", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"Estes cursos começam com comandos básicos do Bash. Usando o terminal, você aprenderá tudo, de navegar e manipular um sistema de arquivos e fazer scripts no Bash, até usos mais avançados.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Depois, você aprenderá a criar e trabalhar com bancos de dados relacionados usando o PostgreSQL, um sistema de gerenciamento de banco de dados, e o SQL, a linguagem destes bancos de dados.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Por fim, você aprenderá o Git, o sistema de controle de versão, uma ferramenta essencial de cada desenvolvedor." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
"build-a-celestial-bodies-database-project": { "build-a-celestial-bodies-database-project": {
"title": "Banco de dados de corpos celestiais", "title": "Celestial Bodies Database",
"intro": [ "intro": [
"Este é um dos projetos necessários para obter sua certificação.", "This is one of the required projects to earn your certification.",
"Para este projeto, você vai construir um banco de dados de corpos celestiais usando PostgreSQL." "For this project, you will build a database of celestial bodies using PostgreSQL."
] ]
}, },
"build-a-number-guessing-game-project": { "build-a-number-guessing-game-project": {
"title": "Jogo de adivinhação de números", "title": "Number Guessing Game",
"intro": [ "intro": [
"Este é um dos projetos necessários para obter sua certificação.", "This is one of the required projects to earn your certification.",
"Para este projeto, você usará scripts de Bash, PostgreSQL e o Git para criar um jogo de sugestões de números que será executado no terminal e que gravará as informações de usuários." "For this project, you will use Bash scripting, PostgreSQL, and Git to create a number guessing game that runs in the terminal and saves user information."
] ]
}, },
"build-a-periodic-table-database-project": { "build-a-periodic-table-database-project": {
"title": "Banco de dados da tabela periódica", "title": "Periodic Table Database",
"intro": [ "intro": [
"Este é um dos projetos necessários para obter sua certificação.", "This is one of the required projects to earn your certification.",
"Para este projeto, você criará um script no Bash para obter informações sobre elementos químicos de um banco de dados de tabela periódica." "For this project, you will create Bash a script to get information about chemical elements from a periodic table database."
] ]
}, },
"build-a-salon-appointment-scheduler-project": { "build-a-salon-appointment-scheduler-project": {
"title": "Agendador de compromissos do salão de beleza", "title": "Salon Appointment Scheduler",
"intro": [ "intro": [
"Este é um dos projetos necessários para obter sua certificação.", "This is one of the required projects to earn your certification.",
"Para este projeto, você criará um programa de bash interativo que utiliza PostgreSQL para acompanhar os clientes e horários marcados em seu salão." "For this project, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon."
] ]
}, },
"build-a-world-cup-database-project": { "build-a-world-cup-database-project": {
"title": "Banco de dados da Copa do Mundo", "title": "World Cup Database",
"intro": [ "intro": [
"Este é um dos projetos necessários para obter sua certificação.", "This is one of the required projects to earn your certification.",
"Para este projeto, você criará um script do Bash que insere informações de jogos da Copa do Mundo no PostgreSQL. Depois, você vai consultar o banco de dados para obter estatísticas úteis." "For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics."
] ]
}, },
"learn-advanced-bash-by-building-a-kitty-ipsum-translator": { "learn-advanced-bash-by-building-a-kitty-ipsum-translator": {
"title": "Aprenda Bash avançado construindo um tradutor de Kitty Ipsum", "title": "Learn Advanced Bash by Building a Kitty Ipsum Translator",
"intro": [ "intro": [
"Há mais comandos do Bash do que você imagina.", "There's more to Bash commands than you might think.",
"Neste curso de 140 aulas, você aprenderá alguns comandos mais complexos e detalhes de como funcionam os comandos." "In this 140 lesson course, you will learn some more complex commands, and the details of how commands work."
] ]
}, },
"learn-bash-and-sql-by-building-a-bike-rental-shop": { "learn-bash-and-sql-by-building-a-bike-rental-shop": {
"title": "Aprenda Bash e SQL criando uma loja de aluguel de bicicletas", "title": "Learn Bash and SQL by Building a Bike Rental Shop",
"intro": [ "intro": [
"Neste curso intermediário, você vai construir um programa de Bash interativo que armazena informações de aluguel para sua loja de aluguel de bicicletas utilizando PostgreSQL." "In this 210 lesson course, you will build an interactive Bash program that stores rental information for your bike rental shop using PostgreSQL."
] ]
}, },
"learn-bash-by-building-a-boilerplate": { "learn-bash-by-building-a-boilerplate": {
"title": "Aprenda Bash criando um boilerplate", "title": "Learn Bash by Building a Boilerplate",
"intro": [ "intro": [
"O terminal permite que você envie comandos de texto para o seu computador que podem manipular o sistema de arquivos, executar programas, automatizar tarefas e muito mais.", "The terminal allows you to send text commands to your computer that can manipulate the file system, run programs, automate tasks, and much more.",
"Neste curso de 170 aulas, você aprenderá comandos básicos criando o boilerplate de um site usando apenas a linha de comando." "In this 170 lesson course, you will learn basic commands by creating a website boilerplate using only the command line."
] ]
}, },
"learn-bash-scripting-by-building-five-programs": { "learn-bash-scripting-by-building-five-programs": {
"title": "Aprenda Bash Scripting desenvolvendo cinco programas", "title": "Learn Bash Scripting by Building Five Programs",
"intro": [ "intro": [
"Os scripts do Bash combinam comandos de terminal e lógica em programas que podem executar ou automatizar tarefas e muito mais.", "Bash scripts combine terminal commands and logic into programs that can execute or automate tasks, and much more.",
"Neste curso de 220 aulas, você aprenderá mais comandos do terminal e como usá-los dentro de scripts do Bash, criando cinco programas pequenos." "In this 220 lesson course, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs."
] ]
}, },
"learn-git-by-building-an-sql-reference-object": { "learn-git-by-building-an-sql-reference-object": {
"title": "Aprenda Git criando um objeto de referência SQL", "title": "Learn Git by Building and SQL Reference Object",
"intro": [ "intro": [
"O Git é um sistema de controle de versão que mantém o controle de todas as alterações feitas em sua base de código.", "Git is a version control system that keeps track of all the changes you make to your codebase.",
"Neste curso de 240 aulas, você aprenderá como o Git mantém o controle do seu código, criando um objeto que contém comandos SQL comumente usados." "In this 240 lesson course, you will learn how Git keeps track of your code by creating an object containing commonly used SQL commands."
] ]
}, },
"learn-nano-by-building-a-castle": { "learn-nano-by-building-a-castle": {
"title": "Aprenda Nano criando um castelo", "title": "Learn Nano by Building a Castle",
"intro": [ "intro": [
"O Nano é um programa que permite editar arquivos diretamente no terminal.", "Nano is a program that allows you to edit files right in the terminal.",
"Neste curso de 40 aulas, você aprenderá a editar arquivos no terminal com o nano e construirá um castelo." "In this 40 lesson course, you will learn how to edit files in the terminal with Nano while building a castle."
] ]
}, },
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Aprenda bancos de dados relacionais criando um banco de dados sobre Mario", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"As bases de dados relacionais organizam dados em tabelas que são ligadas entre si através de relações.", "A relational database organizes data into tables that are linked together through relationships.",
"Neste curso de 165 aulas, você aprenderá o essencial sobre bancos de dados relacionais, criando um banco de dados PostgreSQL com vários personagens de videogame." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Aprenda SQL criando um banco de dados de alunos: Parte 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"O SQL, ou linguagem de consulta estruturada, é a linguagem de comunicação com bancos de dados relacionais.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"Neste curso de 140 aulas, você criará um script do Bash que utiliza SQL para inserir informações sobre seus alunos de ciência da computação no PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },
"learn-sql-by-building-a-student-database-part-2": { "learn-sql-by-building-a-student-database-part-2": {
"title": "Aprenda SQL criando um banco de dados de alunos: Parte 2", "title": "Learn SQL by Building a Student Database: Part 2",
"intro": [ "intro": [
"Comandos join do SQL são usados para combinar informações de várias tabelas em um banco de dados relacional", "SQL join commands are used to combine information from multiple tables in a relational database",
"Neste curso de 140 aulas, você completará seu banco de dados de alunos, mergulhando mais fundo nos comandos SQL." "In this 140 lesson course, you will complete your student database while diving deeper into SQL commands."
] ]
} }
} }

View File

@ -467,7 +467,7 @@
"previous-page": "Voltar à página anterior", "previous-page": "Voltar à página anterior",
"next-page": "Ir para a próxima página", "next-page": "Ir para a próxima página",
"last-page": "Ir para a última página", "last-page": "Ir para a última página",
"primary-nav": "primary", "primary-nav": "primário",
"breadcrumb-nav": "breadcrumb" "breadcrumb-nav": "breadcrumb"
}, },
"flash": { "flash": {
@ -524,8 +524,8 @@
"token-created": "Você criou com sucesso um novo token.", "token-created": "Você criou com sucesso um novo token.",
"token-deleted": "Seu token foi excluído.", "token-deleted": "Seu token foi excluído.",
"complete-project-first": "Você precisa completar o projeto primeiro.", "complete-project-first": "Você precisa completar o projeto primeiro.",
"local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.", "local-code-save-error": "Opa, seu código não salvou, o armazenamento local do seu navegador pode estar cheio.",
"local-code-saved": "Saved! Your code was saved to your browser's local storage." "local-code-saved": "Salvo! Seu código foi salvo no armazenamento local do seu navegador."
}, },
"validation": { "validation": {
"max-characters": "Há um limite máximo de 288 caracteres, você tem {{charsLeft}} restante(s)", "max-characters": "Há um limite máximo de 288 caracteres, você tem {{charsLeft}} restante(s)",
@ -553,7 +553,7 @@
"heading-legacy-full-stack": "Como parte desta certificação de full-stack legada, {{user}} completou as seguintes certificações:", "heading-legacy-full-stack": "Como parte desta certificação de full-stack legada, {{user}} completou as seguintes certificações:",
"heading": "Como parte da certificação, {{user}} concluiu os seguintes projetos e passou em todos os testes:", "heading": "Como parte da certificação, {{user}} concluiu os seguintes projetos e passou em todos os testes:",
"solution": "solução", "solution": "solução",
"no-solution": "error displaying solution, email support@freeCodeCamp.org to get help.", "no-solution": "erro exibindo a solução, envie um e-mail para support@freeCodeCamp.org para obter ajuda.",
"source": "fonte", "source": "fonte",
"footnote": "Se você suspeitar que algum destes projetos viola a <2>política de honestidade acadêmica</2>, <5>reporte isto à nossa equipe</5>.", "footnote": "Se você suspeitar que algum destes projetos viola a <2>política de honestidade acadêmica</2>, <5>reporte isto à nossa equipe</5>.",
"title": { "title": {

View File

@ -426,11 +426,11 @@
} }
}, },
"relational-database": { "relational-database": {
"title": "Реляційна база даних", "title": "Relational Database",
"intro": [ "intro": [
"Для цих курсів ви будете використовувати реальні інструменти розробника та програмне забезпечення, включаючи VS-код, PostgreSQL, і командний рядок Linux / Unix для завершення інтерактивних уроків і створення проєктів.", "For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.",
"These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.", "These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.",
"Next, you will learn how to create and work with relational databases using PostgreSQL, a database management system, and SQL, the language of these databases.", "Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.",
"Finally, you will learn Git, the version control system, an essential tool of every developer." "Finally, you will learn Git, the version control system, an essential tool of every developer."
], ],
"blocks": { "blocks": {
@ -513,14 +513,14 @@
"learn-relational-databases-by-building-a-mario-database": { "learn-relational-databases-by-building-a-mario-database": {
"title": "Learn Relational Databases by Building a Mario Database", "title": "Learn Relational Databases by Building a Mario Database",
"intro": [ "intro": [
"Relational databases organize data into tables that are linked together through relationships.", "A relational database organizes data into tables that are linked together through relationships.",
"In this 165 lesson course, you will learn the basics of relational databases by creating a PostgreSQL database filled with video game characters." "In this 165 lesson course, you will learn the basics of a relational database by creating a PostgreSQL database filled with video game characters."
] ]
}, },
"learn-sql-by-building-a-student-database-part-1": { "learn-sql-by-building-a-student-database-part-1": {
"title": "Learn SQL by Building a Student Database: Part 1", "title": "Learn SQL by Building a Student Database: Part 1",
"intro": [ "intro": [
"SQL, or Structured Query Language, is the language for communicating with relational databases.", "SQL, or Structured Query Language, is the language for communicating with a relational database.",
"In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL." "In this 140 lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL."
] ]
}, },