Skip to content

Commit e77c31e

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com> Co-Authored-By: Marcos Moraes
1 parent 2395db5 commit e77c31e

31 files changed

Lines changed: 14724 additions & 14555 deletions

c-api/cell.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -31,7 +32,7 @@ msgstr "Objeto célula"
3132
msgid ""
3233
"\"Cell\" objects are used to implement variables referenced by multiple "
3334
"scopes. For each such variable, a cell object is created to store the value; "
34-
"the local variables of each stack frame that references the value contains a "
35+
"the local variables of each stack frame that references the value contain a "
3536
"reference to the cells from outer scopes which also use that variable. When "
3637
"the value is accessed, the value contained in the cell is used instead of "
3738
"the cell object itself. This de-referencing of the cell object requires "
@@ -41,7 +42,7 @@ msgstr ""
4142
"Objetos \"cell\" são usados para implementar variáveis referenciadas por "
4243
"múltiplos escopos. Para cada variável, um objeto célula é criado para "
4344
"armazenar o valor; as variáveis locais de cada quadro de pilha que "
44-
"referencia o valor contém uma referência para as células de escopos externos "
45+
"referencia o valor contêm uma referência para as células de escopos externos "
4546
"que também usam essa variável. Quando o valor é acessado, o valor contido na "
4647
"célula é usado em vez do próprio objeto da célula. Essa des-referência do "
4748
"objeto da célula requer suporte do código de bytes gerado; estes não são "

c-api/datetime.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -97,7 +98,7 @@ msgstr ""
9798

9899
#: ../../c-api/datetime.rst:49
99100
msgid ""
100-
"This instance of :c:type:`PyTypeObject` represents Python type for the "
101+
"This instance of :c:type:`PyTypeObject` represents the Python type for the "
101102
"difference between two datetime values; it is the same object as :class:"
102103
"`datetime.timedelta` in the Python layer."
103104
msgstr ""

c-api/descriptor.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -41,10 +42,10 @@ msgstr "O tipo de objeto para os tipos de descritores embutidos."
4142

4243
#: ../../c-api/descriptor.rst:35
4344
msgid ""
44-
"Return non-zero if the descriptor objects *descr* describes a data "
45-
"attribute, or ``0`` if it describes a method. *descr* must be a descriptor "
46-
"object; there is no error checking."
45+
"Return non-zero if the descriptor object *descr* describes a data attribute, "
46+
"or ``0`` if it describes a method. *descr* must be a descriptor object; "
47+
"there is no error checking."
4748
msgstr ""
48-
"Retorna não-zero se os objetos descritores *descr* descrevem um atributo de "
49+
"Retorna não-zero se o objeto descritor *descr* descrevem um atributo de "
4950
"dados, ou ``0`` se os mesmos descrevem um método. *descr* deve ser um objeto "
5051
"descritor; não há verificação de erros."

c-api/init_config.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-11-03 14:20+0000\n"
16+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -149,7 +149,7 @@ msgid "Set *\\*err_msg* to ``NULL`` and return ``0`` otherwise."
149149
msgstr ""
150150

151151
#: ../../c-api/init_config.rst:105
152-
msgid "An error message is an UTF-8 encoded string."
152+
msgid "An error message is a UTF-8 encoded string."
153153
msgstr ""
154154

155155
#: ../../c-api/init_config.rst:107

c-api/mapping.po

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
14+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -155,15 +155,11 @@ msgstr ""
155155

156156
#: ../../c-api/mapping.rst:105
157157
msgid ""
158-
"Exceptions which occur when this calls :meth:`~object.__getitem__` method "
159-
"are silently ignored. For proper error handling, use :c:func:"
158+
"Exceptions which occur when this calls the :meth:`~object.__getitem__` "
159+
"method are silently ignored. For proper error handling, use :c:func:"
160160
"`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` or :c:func:"
161161
"`PyObject_GetItem()` instead."
162162
msgstr ""
163-
"As exceções que ocorrem quando esse método chama :meth:`~object.__getitem__` "
164-
"são silenciosamente ignoradas. Para o tratamento adequado de erros, use :c:"
165-
"func:`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` ou :c:"
166-
"func:`PyObject_GetItem()` em vez disso."
167163

168164
#: ../../c-api/mapping.rst:113
169165
msgid ""
@@ -177,17 +173,12 @@ msgstr ""
177173

178174
#: ../../c-api/mapping.rst:119
179175
msgid ""
180-
"Exceptions that occur when this calls :meth:`~object.__getitem__` method or "
181-
"while creating the temporary :class:`str` object are silently ignored. For "
182-
"proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, :c:"
176+
"Exceptions that occur when this calls the :meth:`~object.__getitem__` method "
177+
"or while creating the temporary :class:`str` object are silently ignored. "
178+
"For proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, :c:"
183179
"func:`PyMapping_GetOptionalItemString` or :c:func:`PyMapping_GetItemString` "
184180
"instead."
185181
msgstr ""
186-
"As exceções que ocorrem quando esse método chama :meth:`~object.__getitem__` "
187-
"ou ao criar o objeto temporário :class:`str` são silenciosamente ignoradas. "
188-
"Para o tratamento adequado de erros, use :c:func:"
189-
"`PyMapping_HasKeyStringWithError`, :c:func:`PyMapping_GetOptionalItemString` "
190-
"ou :c:func:`PyMapping_GetItemString` em vez disso."
191182

192183
#: ../../c-api/mapping.rst:129
193184
msgid ""

c-api/marshal.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -151,15 +152,15 @@ msgid ""
151152
"assumes that no further objects will be read from the file, allowing it to "
152153
"aggressively load file data into memory so that the de-serialization can "
153154
"operate from data in memory rather than reading a byte at a time from the "
154-
"file. Only use these variant if you are certain that you won't be reading "
155+
"file. Only use this variant if you are certain that you won't be reading "
155156
"anything else from the file."
156157
msgstr ""
157158
"Retorna um objeto Python do fluxo de dados em um :c:expr:`FILE*` aberto para "
158159
"leitura. Diferentemente de :c:func:`PyMarshal_ReadObjectFromFile`, essa "
159160
"função presume que nenhum objeto adicional será lido do arquivo, permitindo "
160161
"que ela carregue agressivamente os dados do arquivo na memória, para que a "
161162
"desserialização possa operar a partir de dados na memória em vez de ler um "
162-
"byte por vez do arquivo. Use essas variantes apenas se tiver certeza de que "
163+
"byte por vez do arquivo. Use essa variante apenas se tiver certeza de que "
163164
"não estará lendo mais nada do arquivo."
164165

165166
#: ../../c-api/marshal.rst:94

c-api/memory.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-29 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Gustavo Reis, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -157,8 +157,8 @@ msgid ""
157157
"allocation strategies and are optimized for different purposes. The specific "
158158
"details on how every domain allocates memory or what internal functions each "
159159
"domain calls is considered an implementation detail, but for debugging "
160-
"purposes a simplified table can be found at :ref:`here <default-memory-"
161-
"allocators>`. The APIs used to allocate and free a block of memory must be "
160+
"purposes a simplified table can be found at :ref:`default-memory-"
161+
"allocators`. The APIs used to allocate and free a block of memory must be "
162162
"from the same domain. For example, :c:func:`PyMem_Free` must be used to free "
163163
"memory allocated using :c:func:`PyMem_Malloc`."
164164
msgstr ""

c-api/module.po

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
98
#
109
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: Python 3.14\n"
1413
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1615
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
16+
"Last-Translator: python-doc bot, 2025\n"
1817
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1918
"teams/5390/pt_BR/)\n"
2019
"MIME-Version: 1.0\n"
@@ -148,12 +147,9 @@ msgstr ""
148147
#: ../../c-api/module.rst:105
149148
msgid ""
150149
"On error, return ``NULL`` with an exception set. Use :c:func:"
151-
"`PyErr_Occurred` to tell this case apart from a mising :c:type:`!"
150+
"`PyErr_Occurred` to tell this case apart from a missing :c:type:`!"
152151
"PyModuleDef`."
153152
msgstr ""
154-
"Em caso de erro, retorne ``NULL`` com uma exceção definida. Use :c:func:"
155-
"`PyErr_Occurred` para diferenciar este caso de um :c:type:`!PyModuleDef` "
156-
"ausente."
157153

158154
#: ../../c-api/module.rst:116
159155
msgid ""

c-api/monitoring.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -210,10 +211,10 @@ msgstr "Gerenciando o Estado de um Monitoramento"
210211
#: ../../c-api/monitoring.rst:138
211212
msgid ""
212213
"Monitoring states can be managed with the help of monitoring scopes. A scope "
213-
"would typically correspond to a python function."
214+
"would typically correspond to a Python function."
214215
msgstr ""
215216
"Estados de monitoramento podem ser gerenciados com a ajuda de escopos de "
216-
"monitoramento. Um escopo corresponderia tipicamente a um função python."
217+
"monitoramento. Um escopo corresponderia tipicamente a um função Python."
217218

218219
#: ../../c-api/monitoring.rst:143
219220
msgid ""

c-api/object.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -180,11 +180,8 @@ msgstr ""
180180
msgid ""
181181
"Flag to be used with multiple functions that print the object (like :c:func:"
182182
"`PyObject_Print` and :c:func:`PyFile_WriteObject`). If passed, these "
183-
"function would use the :func:`str` of the object instead of the :func:`repr`."
183+
"functions use the :func:`str` of the object instead of the :func:`repr`."
184184
msgstr ""
185-
"Sinaliza a ser usado com múltiplas funções que imprimem o objeto (como :c:"
186-
"func:`PyObject_Print` e :c:func:`PyFile_WriteObject`). Se passada, esta "
187-
"função usaria o :func:`str` do objeto em vez do :func:`repr`."
188185

189186
#: ../../c-api/object.rst:82
190187
msgid ""

0 commit comments

Comments
 (0)