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

This commit is contained in:
camperbot
2022-03-14 22:46:48 +05:30
committed by GitHub
parent 9a48c71ecf
commit d94177d85c
61 changed files with 592 additions and 335 deletions

View File

@ -1,6 +1,6 @@
---
id: 602da04c22201c65d2a019f4
title: Build a Number Guessing Game
title: Costruisci un gioco di indovinare il numero
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-number-guessing-game
@ -9,15 +9,15 @@ dashedName: build-a-number-guessing-game
# --description--
This is one of the required projects to earn your certification. 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.
Questo è uno dei progetti richiesti per completare la certificazione. Per questo progetto, userai Bash scripting, PostgreSQL e Git per creare un gioco di indovinare il numero che esegue nel terminale e salva le informazioni dell'utente.
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `number_guessers.sql` file, as well as your whole `number_guessing_game` folder, 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 `number_guess.sql`, così come il tuo file `number_guess.sh`, così puoi completare lo step 2. Ci saranno istruzioni su come farlo nella macchina virtuale.
# --notes--
Required files: `number_guessers.sql`, and the whole `number_guessing_game` folder
File richiesti: `number_guess.sql`, `number_guess.sh`
# --hints--