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

This commit is contained in:
camperbot
2022-03-04 19:46:29 +05:30
committed by GitHub
parent e24c8abc7f
commit 3d3972f2dd
113 changed files with 1394 additions and 1111 deletions

View File

@ -1,6 +1,6 @@
---
id: 5f1a4ef5d5d6b5ab580fc6ae
title: Build a Celestial Bodies Database
title: Crea un Database di Corpi Celesti
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.
Questo è uno dei progetti richiesti per completare la certificazione. Per questo progetto, costruirai un database di corpi celesti 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:** Dopo che passi tutti i test, salva un dump del tuo database nel file `universe.sql` così puoi completare lo step 2. Ci saranno istruzioni su come farlo nella macchina virtuale.
# --notes--
Required files: `universe.sql`
File richiesti: `universe.sql`
# --hints--