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: 602d9ff222201c65d2a019f2
title: Build a Periodic Table Database
title: Criar um banco de dados da tabela periódica
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-periodic-table-database
@ -9,15 +9,15 @@ dashedName: build-a-periodic-table-database
# --description--
This is one of the required projects to earn your certification. For this project, you will create Bash a script to get information about chemical elements from a periodic table database.
Este é um dos projetos necessários para obter sua certificação. 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.
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `elements.sql` file, as well as your whole `periodic_table` folder, 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 do projeto, salve um dump (cópia) do seu banco de dados em um arquivo `elements.sql`, bem como toda a sua pasta `periodic_table` para poder concluir a etapa 2. Haverá instruções sobre como fazer isso dentro da máquina virtual.
# --notes--
Required files: `elements.sql`, and the whole `periodic_table` folder
Arquivos necessários: `elements.sql` e toda a pasta `periodic_table`
# --hints--