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

Skip to content

Commit 0733ef2

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <[email protected]>
1 parent ddbc3dc commit 0733ef2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
14+
"POT-Creation-Date: 2025-06-27 15:31+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -140,7 +140,7 @@ msgid ""
140140
"turns 120 degrees left (anti-clockwise)::"
141141
msgstr ""
142142
"Você deverá ver (provavelmente, em uma nova janela na sua tela) uma linha "
143-
"desenhada pela tartaruga, em direção ao leste . Mude a direção da "
143+
"desenhada pela tartaruga, em direção ao leste (→) . Mude a direção da "
144144
"tartaruga, de modo que ela gire 120 graus para a esquerda (sentido anti-"
145145
"horário)::"
146146

@@ -168,7 +168,7 @@ msgid ""
168168
"directions as you steer it."
169169
msgstr ""
170170
"Observe como a tartaruga, representada por uma seta, aponta em diferentes "
171-
"direções à medida que você a dirige."
171+
"direções à medida que você a guia."
172172

173173
#: ../../library/turtle.rst:91
174174
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
- windows.po 374 / 378 ( 98.0% translated).
232232

233233

234-
# whatsnew (74.90% done)
234+
# whatsnew (74.91% done)
235235

236236
- 2.3.po 327 / 387 ( 84.0% translated).
237237
- 2.4.po 266 / 319 ( 83.0% translated).
@@ -242,7 +242,7 @@
242242
- 3.12.po 836 / 842 ( 99.0% translated).
243243
- 3.2.po 65 / 576 ( 11.0% translated).
244244
- 3.3.po 137 / 682 ( 20.0% translated).
245-
- 3.5.po 127 / 578 ( 21.0% translated).
245+
- 3.5.po 128 / 578 ( 22.0% translated).
246246
- 3.6.po 237 / 544 ( 43.0% translated).
247247
- 3.7.po 252 / 568 ( 44.0% translated).
248248

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "69.42%", "translated": 43046, "entries": 62011, "updated_at": "2025-07-05T23:40:24+00:00Z"}
1+
{"completion": "69.42%", "translated": 43047, "entries": 62011, "updated_at": "2025-07-06T23:40:00+00:00Z"}

whatsnew/3.5.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-13 15:39+0000\n"
14+
"POT-Creation-Date: 2025-07-04 15:41+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -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)