Skip to content

Commit 3c813b7

Browse files
authored
Update README.md
Don't know if this file is useful. But it has the first translation.
1 parent 4f39763 commit 3c813b7

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

pt/installation/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
# If you're doing the tutorial at home
1+
# Se você está lendo o tutorial em casa
22

3-
If you're doing the tutorial at home, not at one of the [Django Girls events](https://djangogirls.org/events/), you can completely skip this chapter now and go straight to the [How the Internet works?](../how_the_internet_works/README.md) chapter.
3+
Se você est lendo o tutorial em casa, e não em um [evento Django Girls](https://djangogirls.org/events/), você pode pular esse capítulo por completo agora e ir direto para o capítulo [Como a Internet funciona?](../how_the_internet_works/README.md).
44

5-
This is because we cover these things in the whole tutorial anyway, and this is just an additional page that gathers all of the installation instructions in one place. The Django Girls event includes one "Installation evening" where we install everything so we don't need to bother with it during the workshop, so this is useful for us.
5+
A razão disso é porque nós simplesmente cobrimos essas coisas por todo o tutorial, e essa é apenas uma página adicional que reune todas as instruções de instalação em um lugar apenas. O envento Django Girls inclui um "Final de Tarde para Instalação" onde nós instalamos tudo para que não seja necessário nos preocuparmos com isso durante o workshop, então isso é útil para nós.
66

7-
If you find it useful, you can follow through this chapter too. But if you want to start learning things before installing a bunch of stuff on your computer, skip this chapter and we will explain the installation part to you later on.
7+
Se você achar isso útil, você pode seguir adiante nesse capítulo também. Mas se você quiser começar a aprender as coisas antes de instalar um monte de coisas em seu computador, pule ess capítulo e nós iremos explicar a parte sobre instalação para você mais tarde.
88

9-
Good luck!
9+
Boa Sorte!
1010

11-
# Installation
12-
In the workshop you will be building a blog, and there are a few setup tasks in the tutorial which would be good to work through beforehand so that you are ready to start coding on the day.
11+
# Instalação
12+
No workshop você irá construir um blog, e existem algumas etapas de configuração no tutorial que seria bom trabalharmos antecipadamente para que você esteja pronto para escrever código no dia do workshop.
1313

1414
<!--sec data-title="Chromebook setup (if you're using one)"
1515
data-id="chromebook_setup" data-collapse=true ces-->
1616
{% include "/chromebook_setup/instructions.md" %}
1717
<!--endsec-->
1818

19-
# Install Python
19+
# Instale o Python
2020
{% include "/python_installation/instructions.md" %}
2121

22-
# Set up virtualenv and install Django
22+
# Configure um ambiente virtual e instale o Django
2323
{% include "/django_installation/instructions.md" %}
2424

25-
# Install a code editor
25+
# Instale um editor de código
2626
{% include "/code_editor/instructions.md" %}
2727

28-
# Install Git
28+
# Instale o Git
2929
{% include "/deploy/install_git.md" %}
3030

31-
# Create a GitHub account
32-
Go to [GitHub.com](https://www.github.com) and sign up for a new, free user account.
31+
# Crie uma conta no GitHub
32+
Vá até o [GitHub.com](https://www.github.com) e registre ("sign up") uma conta de usuário nova e grátis.
3333

34-
# Create a PythonAnywhere account
34+
# Crie uma conta PythonAnywhere
3535
{% include "/deploy/signup_pythonanywhere.md" %}
3636

3737

38-
# Start reading
38+
# Começe a leitura
3939

40-
Congratulations, you are all set up and ready to go! If you still have some time before the workshop, it would be useful to start reading a few of the beginning chapters:
40+
Parabéns, você está com tudo preparado para seguir adiante! Se você ainda tiver um tempo livre antes do workshop, seria bom começar a leitura dos capítulos iniciais:
4141

42-
* [How the internet works](../how_the_internet_works/README.md)
42+
* [Como a INternet funciona](../how_the_internet_works/README.md)
4343

44-
* [Introduction to the command line](../intro_to_command_line/README.md)
44+
* [Introdução a linha de comando](../intro_to_command_line/README.md)
4545

46-
* [Introduction to Python](../python_introduction/README.md)
46+
* [Introdução ao Python](../python_introduction/README.md)
4747

4848
* [What is Django?](../django/README.md)
4949

5050

51-
# Enjoy the workshop!
51+
# Aproveite o workshop!
5252

53-
When you begin the workshop, you'll be able to go straight to [Your first Django project!](../django_start_project/README.md) because you already covered the material in the earlier chapters.
53+
Qunado você começar o workshop, você será capaz de ir direto para [Seu primeiro projeto Django!](../django_start_project/README.md) porque você já percorreu o material dos capítulos iniciais.

0 commit comments

Comments
 (0)