Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b70b2a3

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <[email protected]>
1 parent 9ab094f commit b70b2a3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

howto/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ msgid ""
317317
"Just like the original :class:`!Weekday` enum above, we can have a single "
318318
"selection::"
319319
msgstr ""
320-
"Assim como a enum :class: `!DiaDaSemana` original acima, podemos selecionar "
320+
"Assim como a enum :class:`!DiaDaSemana` original acima, podemos selecionar "
321321
"um item de cada vez::"
322322

323323
#: ../../howto/enum.rst:134
@@ -335,7 +335,7 @@ msgid ""
335335
"But :class:`Flag` also allows us to combine several members into a single "
336336
"variable::"
337337
msgstr ""
338-
"Porem a :class:`Flag` também nos permite combinar vários membros em uma "
338+
"Porém, a :class:`Flag` também nos permite combinar vários membros em uma "
339339
"única variável::"
340340

341341
#: ../../howto/enum.rst:141

library/turtle.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-13 15:01+0000\n"
14+
"POT-Creation-Date: 2025-06-27 14:55+0000\n"
1515
"PO-Revision-Date: 2025-05-08 05:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -158,7 +158,7 @@ msgid ""
158158
"turns 120 degrees left (anti-clockwise)::"
159159
msgstr ""
160160
"Você deverá ver (provavelmente, em uma nova janela na sua tela) uma linha "
161-
"desenhada pela tartaruga, em direção ao leste . Mude a direção da "
161+
"desenhada pela tartaruga, em direção ao leste (→) . Mude a direção da "
162162
"tartaruga, de modo que ela gire 120 graus para a esquerda (sentido anti-"
163163
"horário)::"
164164

@@ -186,7 +186,7 @@ msgid ""
186186
"directions as you steer it."
187187
msgstr ""
188188
"Observe como a tartaruga, representada por uma seta, aponta em diferentes "
189-
"direções à medida que você a dirige."
189+
"direções à medida que você a guia."
190190

191191
#: ../../library/turtle.rst:100
192192
msgid ""

potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
- 3.13.po 880 / 889 ( 98.0% translated).
190190
- 3.2.po 65 / 576 ( 11.0% translated).
191191
- 3.3.po 137 / 682 ( 20.0% translated).
192-
- 3.5.po 127 / 578 ( 21.0% translated).
192+
- 3.5.po 128 / 578 ( 22.0% translated).
193193
- 3.6.po 237 / 544 ( 43.0% translated).
194194
- 3.7.po 252 / 568 ( 44.0% translated).
195195
- changelog.po 2545 / 12427 ( 20.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.79%", "translated": 47818, "entries": 76156, "updated_at": "2025-07-05T23:31:41+00:00Z"}
1+
{"completion": "62.79%", "translated": 47819, "entries": 76156, "updated_at": "2025-07-06T23:31:23+00:00Z"}

whatsnew/3.5.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ msgstr ""
16911691

16921692
#: ../../whatsnew/3.5.rst:1174
16931693
msgid "heapq"
1694-
msgstr ""
1694+
msgstr "heapq"
16951695

16961696
#: ../../whatsnew/3.5.rst:1176
16971697
msgid ""

0 commit comments

Comments
 (0)