Skip to content

Commit 4bc6a8f

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <[email protected]>
1 parent 821895a commit 4bc6a8f

File tree

20 files changed

+140
-47
lines changed

20 files changed

+140
-47
lines changed

c-api/buffer.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-09 14:58+0000\n"
15+
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -523,6 +523,8 @@ msgstr ""
523523
#: ../../c-api/buffer.rst:266
524524
msgid "This is a :term:`soft deprecated` alias to :c:macro:`PyBUF_WRITABLE`."
525525
msgstr ""
526+
"Este é um apelido :term:`suavemente descontinuado` para :c:macro:"
527+
"`PyBUF_WRITABLE`."
526528

527529
#: ../../c-api/buffer.rst:270
528530
msgid ""

c-api/capsule.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-07 15:30+0000\n"
15+
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -57,6 +57,8 @@ msgid ""
5757
"The type object corresponding to capsule objects. This is the same object "
5858
"as :class:`types.CapsuleType` in the Python layer."
5959
msgstr ""
60+
"O objeto de tipo correspondente aos objetos cápsula. Este é o mesmo objeto "
61+
"que :class:`types.CapsuleType` na camada Python."
6062

6163
#: ../../c-api/capsule.rst:33
6264
msgid "The type of a destructor callback for a capsule. Defined as::"

c-api/concrete.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <[email protected]>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"
@@ -99,7 +100,7 @@ msgstr "Outros Objetos"
99100

100101
#: ../../c-api/concrete.rst:122
101102
msgid "C API for extension modules"
102-
msgstr ""
103+
msgstr "API C para módulos de extensão"
103104

104105
#: ../../c-api/concrete.rst:43 ../../c-api/concrete.rst:58
105106
#: ../../c-api/concrete.rst:80

c-api/dict.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-07 15:30+0000\n"
15+
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -363,7 +363,7 @@ msgstr ""
363363

364364
#: ../../c-api/dict.rst:250
365365
msgid "Similar to :c:func:`PyDict_Size`, but without error checking."
366-
msgstr ""
366+
msgstr "Similar a :c:func:`PyDict_Size`, mas sem verificação de erro."
367367

368368
#: ../../c-api/dict.rst:255
369369
msgid ""

c-api/exceptions.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,8 @@ msgid ""
17081708
"This function returns ``0`` on success, and returns ``-1`` with an exception "
17091709
"set on failure."
17101710
msgstr ""
1711+
"Esta função retorna ``0`` em caso de sucesso e retorna ``-1`` com uma "
1712+
"exceção definida em caso de falha."
17111713

17121714
#: ../../c-api/exceptions.rst:1286
17131715
msgid "Write the traceback *tb* into the file *f*."

c-api/function.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,17 @@ msgid ""
163163
"Set the keyword-only argument default values of the function object *op*. "
164164
"*defaults* must be a dictionary of keyword-only arguments or ``Py_None``."
165165
msgstr ""
166+
"Define os valores padrão dos argumentos somente-nomeados do objeto função "
167+
"*op*. *defaults* deve ser um dicionário de argumentos somente-nomeados ou "
168+
"``Py_None``."
166169

167170
#: ../../c-api/function.rst:110
168171
msgid ""
169172
"This function returns ``0`` on success, and returns ``-1`` with an exception "
170173
"set on failure."
171174
msgstr ""
175+
"Esta função retorna ``0`` em caso de sucesso e retorna ``-1`` com uma "
176+
"exceção definida em caso de falha."
172177

173178
#: ../../c-api/function.rst:116
174179
msgid ""

c-api/memoryview.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <[email protected]>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-07 15:30+0000\n"
15+
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"
@@ -42,6 +43,8 @@ msgid ""
4243
"This instance of :c:type:`PyTypeObject` represents the Python memoryview "
4344
"type. This is the same object as :class:`memoryview` in the Python layer."
4445
msgstr ""
46+
"Esta instância de :c:type:`PyTypeObject` representa o tipo memoryview "
47+
"Python. Este é o mesmo objeto que :class:`memoryview` na camada Python."
4548

4649
#: ../../c-api/memoryview.rst:24
4750
msgid ""

c-api/weakref.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <[email protected]>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"
@@ -53,12 +54,16 @@ msgid ""
5354
"Return non-zero if *ob* is a reference object or a subclass of the reference "
5455
"type. This function always succeeds."
5556
msgstr ""
57+
"Retorna não zero se *ob* for um objeto referência ou uma subclasse do tipo "
58+
"de referência. Esta função sempre tem sucesso."
5659

5760
#: ../../c-api/weakref.rst:28
5861
msgid ""
5962
"Return non-zero if *ob* is a reference object, but not a subclass of the "
6063
"reference type. This function always succeeds."
6164
msgstr ""
65+
"Retorna não zero se *ob* for um objeto referência, mas não uma subclasse do "
66+
"tipo de referência. Esta função sempre tem sucesso."
6267

6368
#: ../../c-api/weakref.rst:34
6469
msgid ""

library/argparse.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-07 15:30+0000\n"
15+
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -4136,6 +4136,10 @@ msgid ""
41364136
"are called for the same argument, the last default set for an argument is "
41374137
"used::"
41384138
msgstr ""
4139+
"Observe que os valores padrão podem ser definidos tanto no nível do "
4140+
"analisador sintático usando :meth:`set_defaults` quanto no nível do "
4141+
"argumento usando :meth:`add_argument`. Se ambos forem chamados para o mesmo "
4142+
"argumento, o último valor padrão definido para o argumento será usado."
41394143

41404144
#: ../../library/argparse.rst:1972
41414145
msgid ""

library/asyncio-subprocess.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <[email protected]>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-07 15:30+0000\n"
15+
"POT-Creation-Date: 2025-11-11 15:06+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"
@@ -174,6 +175,8 @@ msgid ""
174175
"If the process object is garbage collected while the process is still "
175176
"running, the child process will be killed."
176177
msgstr ""
178+
"Se o objeto do processo for coletado pelo coletor de lixo enquanto o "
179+
"processo ainda estiver em execução, o processo filho será finalizado."
177180

178181
#: ../../library/asyncio-subprocess.rst:82
179182
#: ../../library/asyncio-subprocess.rst:113

0 commit comments

Comments
 (0)