Skip to content

Commit 427de77

Browse files
vilmaciovilmacio22
and
vilmacio22
authored
[PT-BR] Portuguese Translation v2.0 (trekhleb#16)
* main README.md updated * Adds README.pt-BR.md * [FIX] pt-BR Translate Co-authored-by: vilmacio22 <[email protected]>
1 parent e6c8cfd commit 427de77

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.pt-BR.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> Essa é uma coleção de scripts Python dividida em [tópicos](#índice) que contém
66
exemplos de código com explicações, diferentes usos e links para outras leituras.
77

8-
_Ler em_ [_English_](README.md)
8+
_Ler em_ [_English_](README.md).
99

1010
É um **playground** porque você pode fazer alterações no código para ver como ele se comporta,
1111
além de [testá-lo](#testando-o-código) usando asserções. Também é possível
@@ -63,7 +63,7 @@ funciona e para saber se está escrito corretamente.
6363
- [O que é Python](src/getting_started/what_is_python.md)
6464
- [Sintaxe Python](src/getting_started/python_syntax.md)
6565
- [Variáveis](src/getting_started/test_variables.py)
66-
2. **Operators**
66+
2. **Operadores**
6767
- [Operadores Aritméticos](src/operators/test_arithmetic.py) (`+`, `-`, `*`, `/`, `//`, `%`, `**`)
6868
- [Operadores Bitwise](src/operators/test_bitwise.py) (`&`, `|`, `^`, `>>`, `<<`, `~`)
6969
- [Operadores de Atribuição](src/operators/test_assigment.py) (`=`, `+=`, `-=`, `/=`, `//=` etc.)
@@ -121,9 +121,9 @@ funciona e para saber se está escrito corretamente.
121121
- [Serialization](src/standard_libraries/test_json.py) (biblioteca `json`)
122122
- [File Wildcards](src/standard_libraries/test_glob.py) (biblioteca `glob`)
123123
- [String Pattern Matching](src/standard_libraries/test_re.py) (biblioteca `re`)
124-
- [Mathematics](src/standard_libraries/test_math.py) (bibliotecas `math`, `random` e `statistics`)
124+
- [Matemática](src/standard_libraries/test_math.py) (bibliotecas `math`, `random` e `statistics`)
125125
- [Tempo e Datas](src/standard_libraries/test_datetime.py) (biblioteca `datetime`)
126-
- [Compressão de dados](src/standard_libraries/test_zlib.py) (biblioteca `zlib`)
126+
- [Comprimindo Dados](src/standard_libraries/test_zlib.py) (biblioteca `zlib`)
127127

128128
## Pré-requisitos
129129

@@ -209,3 +209,7 @@ flake8 ./src --statistics --show-source --count
209209
```
210210

211211
[Saber mais sobre Flake8](http://flake8.pycqa.org/en/latest/)
212+
213+
---
214+
215+
Traduzido por [vilmacio22](https://github.com/vilmacio22).

0 commit comments

Comments
 (0)