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

Skip to content

Commit 4713c2b

Browse files
Update translations
1 parent 43776e2 commit 4713c2b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

library/turtle.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 15:28+0000\n"
14+
"POT-Creation-Date: 2025-03-07 15:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -416,10 +416,10 @@ msgid ""
416416
"of ``Turtle`` objects). You *can* use the object-oriented approach in the "
417417
"shell, but it would be more typical in a Python script."
418418
msgstr ""
419-
"Nessa abordagem, os vários comandos do módulo \"turtle\" são métodos de "
420-
"objetos (principalmente objetos de ``Turtle``). Você *pode* usar a "
421-
"abordagem orientada a <txprotected>objetos</txprotected> em console, mas ela "
422-
"seria mais típica em um script Python."
419+
"Nessa abordagem, os vários comandos do módulo turtle são métodos de objetos "
420+
"(principalmente objetos de ``Turtle``). Você *pode* usar a abordagem "
421+
"orientada a objetos em console, mas ela seria mais típica em um script "
422+
"Python."
423423

424424
#: ../../library/turtle.rst:256
425425
msgid "The example above then becomes::"
@@ -1295,10 +1295,10 @@ msgid ""
12951295
"\"auto\" and turtleshape is a polygon, that polygon is drawn with the same "
12961296
"line thickness. If no argument is given, the current pensize is returned."
12971297
msgstr ""
1298-
"Define a espessura da linha para *width* ou retorne-a. Se resizemode estiver "
1298+
"Define a espessura da linha para *width* ou retorna-a. Se resizemode estiver "
12991299
"definido como \"auto\" e a forma de tartaruga for um polígono, esse polígono "
13001300
"será desenhado com a mesma espessura de linha. Se nenhum argumento for "
1301-
"fornecido, o tamanho da pena atual será retornado."
1301+
"fornecido, o espessuda da caneta atual será retornado."
13021302

13031303
#: ../../library/turtle.rst:1023
13041304
msgid "a dictionary with some or all of the below listed keys"

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.39%", "translated": 37042, "entries": 55794, "updated_at": "2025-03-15T23:37:18+00:00Z"}
1+
{"completion": "66.39%", "translated": 37042, "entries": 55794, "updated_at": "2025-03-16T23:38:50+00:00Z"}

whatsnew/3.10.po

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

@@ -1013,7 +1013,7 @@ msgstr "(Contribuição de Mikhail Golubev em :issue:`41923`.)"
10131013

10141014
#: ../../whatsnew/3.10.rst:798
10151015
msgid "PEP 647: User-Defined Type Guards"
1016-
msgstr "PEP 647: Guardas de Tipo Definidas Pelo Usuário"
1016+
msgstr "PEP 647: guardas de tipo definidas pelo usuário"
10171017

10181018
#: ../../whatsnew/3.10.rst:800
10191019
msgid ""

0 commit comments

Comments
 (0)