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

Skip to content

Commit 26a2b9a

Browse files
Update translations
1 parent 5b79d1f commit 26a2b9a

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

library/turtle.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,10 @@ msgid ""
518518
"of ``Turtle`` objects). You *can* use the object-oriented approach in the "
519519
"shell, but it would be more typical in a Python script."
520520
msgstr ""
521-
"Nessa abordagem, os vários comandos do módulo \"turtle\" são métodos de "
522-
"objetos (principalmente objetos de ``Turtle``). Você *pode* usar a "
523-
"abordagem orientada a <txprotected>objetos</txprotected> em console, mas ela "
524-
"seria mais típica em um script Python."
521+
"Nessa abordagem, os vários comandos do módulo turtle são métodos de objetos "
522+
"(principalmente objetos de ``Turtle``). Você *pode* usar a abordagem "
523+
"orientada a objetos em console, mas ela seria mais típica em um script "
524+
"Python."
525525

526526
#: ../../library/turtle.rst:256
527527
msgid "The example above then becomes::"
@@ -1908,10 +1908,10 @@ msgid ""
19081908
"\"auto\" and turtleshape is a polygon, that polygon is drawn with the same "
19091909
"line thickness. If no argument is given, the current pensize is returned."
19101910
msgstr ""
1911-
"Define a espessura da linha para *width* ou retorne-a. Se resizemode estiver "
1911+
"Define a espessura da linha para *width* ou retorna-a. Se resizemode estiver "
19121912
"definido como \"auto\" e a forma de tartaruga for um polígono, esse polígono "
19131913
"será desenhado com a mesma espessura de linha. Se nenhum argumento for "
1914-
"fornecido, o tamanho da pena atual será retornado."
1914+
"fornecido, o espessuda da caneta atual será retornado."
19151915

19161916
#: ../../library/turtle.rst:1044
19171917
msgid ""

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,21 +243,21 @@
243243
- windows.po 374 / 378 ( 98.0% translated).
244244

245245

246-
# whatsnew (74.78% done)
246+
# whatsnew (74.80% done)
247247

248248
- 2.3.po 327 / 387 ( 84.0% translated).
249249
- 2.4.po 266 / 319 ( 83.0% translated).
250250
- 2.5.po 384 / 452 ( 84.0% translated).
251251
- 2.6.po 537 / 626 ( 85.0% translated).
252252
- 3.0.po 192 / 212 ( 90.0% translated).
253253
- 3.1.po 114 / 132 ( 86.0% translated).
254-
- 3.10.po 537 / 550 ( 97.0% translated).
254+
- 3.10.po 539 / 550 ( 98.0% translated).
255255
- 3.2.po 65 / 576 ( 11.0% translated).
256256
- 3.3.po 137 / 682 ( 20.0% translated).
257257
- 3.5.po 125 / 578 ( 21.0% translated).
258258
- 3.6.po 237 / 544 ( 43.0% translated).
259259
- 3.7.po 252 / 568 ( 44.0% translated).
260260

261261

262-
# TOTAL (66.96% done)
262+
# TOTAL (66.97% done)
263263

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.96%", "translated": 41436, "entries": 61880, "updated_at": "2025-03-15T23:27:20+00:00Z"}
1+
{"completion": "66.97%", "translated": 41438, "entries": 61880, "updated_at": "2025-03-16T23:28:43+00:00Z"}

whatsnew/3.10.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ msgid ""
15861586
msgstr ""
15871587
":pep:`484` introduziu o conceito de apelidos de tipo, exigindo apenas que "
15881588
"fossem atribuições não anotadas de nível superior. Essa simplicidade às "
1589-
"vezes tornava difícil para os verificadores de tipo distinguir entre "
1589+
"vezes tornava difícil para os verificadores de tipo distinguirem entre "
15901590
"apelidos de tipo e atribuições comuns, especialmente quando referências "
15911591
"diretas ou tipos inválidos estavam envolvidos. Compare::"
15921592

@@ -1595,6 +1595,8 @@ msgid ""
15951595
"StrCache = 'Cache[str]' # a type alias\n"
15961596
"LOG_PREFIX = 'LOG[DEBUG]' # a module constant"
15971597
msgstr ""
1598+
"StrCache = 'Cache[str]' # um apelido de tipo\n"
1599+
"LOG_PREFIX = 'LOG[DEBUG]' # uma constante do módulo"
15981600

15991601
#: ../../whatsnew/3.10.rst:788
16001602
msgid ""
@@ -1609,6 +1611,8 @@ msgid ""
16091611
"StrCache: TypeAlias = 'Cache[str]' # a type alias\n"
16101612
"LOG_PREFIX = 'LOG[DEBUG]' # a module constant"
16111613
msgstr ""
1614+
"StrCache: TypeAlias = 'Cache[str]' # um apelido de tipo\n"
1615+
"LOG_PREFIX = 'LOG[DEBUG]' # uma constante do módulo"
16121616

16131617
#: ../../whatsnew/3.10.rst:794
16141618
msgid "See :pep:`613` for more details."
@@ -1620,7 +1624,7 @@ msgstr "(Contribuição de Mikhail Golubev em :issue:`41923`.)"
16201624

16211625
#: ../../whatsnew/3.10.rst:799
16221626
msgid "PEP 647: User-Defined Type Guards"
1623-
msgstr "PEP 647: Guardas de Tipo Definidas Pelo Usuário"
1627+
msgstr "PEP 647: guardas de tipo definidas pelo usuário"
16241628

16251629
#: ../../whatsnew/3.10.rst:801
16261630
msgid ""

0 commit comments

Comments
 (0)