Skip to content

Commit 85a6ccf

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent b4b2073 commit 85a6ccf

File tree

6 files changed

+28
-10
lines changed

6 files changed

+28
-10
lines changed

glossary.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Vinicius Gubiani Ferreira <[email protected]>, 2021
1313
# yyyyyyyan <[email protected]>, 2021
1414
# David Macedo, 2022
15-
# Adorilson Bezerra <[email protected]>, 2024
1615
# Rafael Fontenelle <[email protected]>, 2024
16+
# Adorilson Bezerra <[email protected]>, 2024
1717
#
1818
#, fuzzy
1919
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222
"Report-Msgid-Bugs-To: \n"
2323
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
2424
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
25-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
25+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2626
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2727
"teams/5390/pt_BR/)\n"
2828
"MIME-Version: 1.0\n"
@@ -1055,7 +1055,7 @@ msgstr ""
10551055

10561056
#: ../../glossary.rst:440
10571057
msgid "free threading"
1058-
msgstr ""
1058+
msgstr "threads sem bloqueios"
10591059

10601060
#: ../../glossary.rst:442
10611061
msgid ""
@@ -1064,6 +1064,10 @@ msgid ""
10641064
"term:`global interpreter lock` which allows only one thread to execute "
10651065
"Python bytecode at a time. See :pep:`703`."
10661066
msgstr ""
1067+
"Um modelo de threads onde múltiplas threads podem simultaneamente executar "
1068+
"bytecode Python no mesmo interpretador. Isso está em contraste com o :term:"
1069+
"`bloqueio global do interpretador` que permite apenas uma thread por vez "
1070+
"executar bytecode Python. Veja :pep:`703`."
10671071

10681072
#: ../../glossary.rst:446
10691073
msgid "function"

library/exceptions.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# Vinicius Gubiani Ferreira <[email protected]>, 2023
1010
# Marco Rougeth <[email protected]>, 2023
1111
# Patricia Mortada, 2023
12-
# Adorilson Bezerra <[email protected]>, 2024
1312
# Leandro Cavalcante Damascena <[email protected]>, 2024
1413
# Rafael Fontenelle <[email protected]>, 2024
14+
# Adorilson Bezerra <[email protected]>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
2222
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
23-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
23+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
2626
"MIME-Version: 1.0\n"
@@ -1589,6 +1589,10 @@ msgid ""
15891589
"override it in order to make :meth:`subgroup` and :meth:`split` return "
15901590
"instances of the subclass rather than :exc:`ExceptionGroup`."
15911591
msgstr ""
1592+
"Este método é usado por :meth:`subgroup` e :meth:`split`, que são usados em "
1593+
"vários contextos para dividir um grupo de exceções. Uma subclasse precisa "
1594+
"substituí-la para fazer com que :meth:`subgroup` e :meth:`split` retorne "
1595+
"instâncias da subclasse em vez de :exc:`ExceptionGroup`."
15921596

15931597
#: ../../library/exceptions.rst:998
15941598
msgid ""

library/zipfile.po

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

982982
#: ../../library/zipfile.rst:594
983983
msgid "Previously, ``is_symlink`` would unconditionally return ``False``."
984-
msgstr ""
984+
msgstr "Anteriormente, ``is_symlink`` retornava ``False`` incondicionalmente."
985985

986986
#: ../../library/zipfile.rst:599
987987
msgid ""

tutorial/classes.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Claudio Rogerio Carvalho Filho <[email protected]>, 2021
1010
# msilvavieira, 2021
1111
# guilhermegouw <[email protected]>, 2021
12-
# Adorilson Bezerra <[email protected]>, 2024
1312
# Rafael Fontenelle <[email protected]>, 2024
13+
# Adorilson Bezerra <[email protected]>, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
22-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
22+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2424
"teams/5390/pt_BR/)\n"
2525
"MIME-Version: 1.0\n"
@@ -632,6 +632,8 @@ msgid ""
632632
"The other kind of instance attribute reference is a *method*. A method is a "
633633
"function that \"belongs to\" an object."
634634
msgstr ""
635+
"O outro tipo de referência a um atributo de instância é um *método*. Um "
636+
"método é uma função que \"pertence a\" um objeto."
635637

636638
#: ../../tutorial/classes.rst:345
637639
msgid ""

tutorial/inputoutput.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Adson Rodrigues <[email protected]>, 2021
1010
# Clara Matos, 2022
1111
# Marco Rougeth <[email protected]>, 2023
12-
# Adorilson Bezerra <[email protected]>, 2023
1312
# Rafael Fontenelle <[email protected]>, 2024
13+
# Adorilson Bezerra <[email protected]>, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
22-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
22+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2424
"teams/5390/pt_BR/)\n"
2525
"MIME-Version: 1.0\n"
@@ -366,6 +366,10 @@ msgid ""
366366
"*values*. This operation is commonly known as string interpolation. For "
367367
"example::"
368368
msgstr ""
369+
"O operador % (módulo) também pode ser usado para formatação de string. Dado "
370+
"``formato % valores`` (onde *formato* é uma string), as instâncias de ``%`` "
371+
"em ``formato`` serã substituídas por zero ou mais elementos de ``valores``. "
372+
"Essa operação é conhecida como interpolação de string. Por exemplo::"
369373

370374
#: ../../tutorial/inputoutput.rst:293
371375
msgid ""

whatsnew/3.12.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,6 +2883,10 @@ msgid ""
28832883
"return True. Prefer explicit ``len(elem)`` or ``elem is not None`` tests "
28842884
"instead."
28852885
msgstr ""
2886+
":mod:`xml.etree.ElementTree`: testar o valor verdade de um :class:`xml.etree."
2887+
"ElementTree.Element` está descontinuado. Em um lançamento futuro isso sempre "
2888+
"retornará True. Em vez disso, prefira os testes explícitos ``len(elem)`` ou "
2889+
"``elem is not None``."
28862890

28872891
#: ../../whatsnew/3.12.rst:1473
28882892
msgid ""

0 commit comments

Comments
 (0)