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: 5f1a4ef5d5d6b5ab580fc6ae
title: Build a Celestial Bodies Database
title: Criar um banco de dados de corpos celestiais
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-celestial-bodies-database
@@ -9,15 +9,15 @@ dashedName: build-a-celestial-bodies-database
# --description--
This is one of the required projects to earn your certification. For this project, you will build a database of celestial bodies using PostgreSQL.
Este é um dos projetos necessários para obter sua certificação. Para este projeto, você vai construir um banco de dados de corpos celestiais usando PostgreSQL.
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `universe.sql` file so you can complete step 2. There will be instructions how to do that within the virtual machine.
**Importante:** depois de passar em todos os testes de projetos, salve um dump (cópia) de seu banco de dados em um arquivo `universe.sql` para poder completar a etapa 2. Haverá instruções sobre como fazer isso dentro da máquina virtual.
# --notes--
Required files: `universe.sql`
Arquivos necessários: `universe.sql`
# --hints--