chore(i18n,learn): processed translations (#45123)

This commit is contained in:
camperbot
2022-02-16 22:48:09 +05:30
committed by GitHub
parent 51c8b065f5
commit c934590548
48 changed files with 515 additions and 492 deletions

View File

@ -1,6 +1,6 @@
---
id: 5f9771307d4d22b9d2b75a94
title: Build a World Cup Database
title: Criar um banco de dados da Copa do Mundo
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-world-cup-database
@ -9,15 +9,15 @@ dashedName: build-a-world-cup-database
# --description--
This is one of the required projects to earn your certification. 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.
Este é um dos projetos necessários para obter sua certificação. 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.
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `worldcup.sql` file, as well as your `insert_data.sh` and `queries.sh` files, so you can complete step 2. There will be instructions how to do that within the virtual machine.
**Importante:** depois de passar nos testes dos projetos, salve um dump (cópia) de seu banco de dados em um arquivo `worldcup.sql`, bem como seus arquivos `insert_data.sh` e `queries.sh`, para poder concluir a etapa 2. Haverá instruções sobre como fazer isso dentro da máquina virtual.
# --notes--
Required files: `worldcup.sql`, `insert_data.sh`, `queries.sh`
Arquivos necessários: `worldcup.sql`, `insert_data.sh`, `queries.sh`
# --hints--