10000 Update translations from Transifex · python/python-docs-pt-br@e3c9b61 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3c9b61

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent fc9a360 commit e3c9b61

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

library/turtle.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
1414
# And Past <andrepgs@gmail.com>, 2023
1515
# FolkDigital - Soluções em Internet, 2023
1616
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
17+
# Adorilson Bezerra <adorilson@gmail.com>, 2024
1718
#
1819
#, fuzzy
1920
msgid ""
2021
msgstr ""
2122
"Project-Id-Version: Python 3.12\n"
2223
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2024-01-05 14:14+0000\n"
24+
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
2425
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
25-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
26+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2627
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2728
"teams/5390/pt_BR/)\n"
2829
"MIME-Version: 1.0\n"
@@ -357,13 +358,13 @@ msgid ""
357358
"and over again becomes tedious, use for example ``import turtle as t`` "
358359
"instead.)"
359360
msgstr ""
360-
"A solução é usar o identificador/domínio do próprio módulo ``import "
361-
"turtle``sem o asterisco no final da importação - assim a chamada do objeto/"
362-
"função ``fd()`` torna-se ``turtle.fd()``, da mesma forma como ``width()`` "
363-
"torna-se ``turtle.width()`` e assim por diante. (Se digitar \"turtle\" "
364-
"várias vezes se tornar tedioso, use ``import turtle as t``, por exemplo, "
365-
"para fornecer um apelido mais conciso e objetivo ao identificador/domínio "
366-
"dentro do seu código)."
361+
"A solução é usar o identificador/domínio do próprio módulo ``import turtle`` "
362+
"sem o asterisco no final da importação - assim a chamada do objeto/função "
363+
"``fd()`` torna-se ``turtle.fd()``, da mesma forma como ``width()`` torna-se "
364+
"``turtle.width()`` e assim por diante. (Se digitar \"turtle\" várias vezes "
365+
"se tornar tedioso, use ``import turtle as t``, por exemplo, para fornecer um "
366+
"apelido mais conciso e objetivo ao identificador/domínio dentro do seu "
367+
"código)."
367368

368369
#: ../../library/turtle.rst:218
369370
msgid "Use turtle graphics in a script"

0 commit comments

Comments
 (0)
0