Skip to content

Commit 81c14d7

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent 2caa4ff commit 81c14d7

42 files changed

Lines changed: 14306 additions & 14381 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bugs.po

Lines changed: 3 additions & 6 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-10-23 14:15+0000\n"
16+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -42,12 +42,9 @@ msgstr ""
4242
#: ../../bugs.rst:11
4343
msgid ""
4444
"It can be sometimes faster to fix bugs yourself and contribute patches to "
45-
"Python as it streamlines the process and involves less people. Learn how to :"
46-
"ref:`contribute <contributing-to-python>`."
45+
"Python as it streamlines the process and involves fewer people. Learn how "
46+
"to :ref:`contribute <contributing-to-python>`."
4747
msgstr ""
48-
"Às vezes, pode ser mais rápido consertar os bugs você mesmo e contribuir com "
49-
"patches para o Python uma vez que isso agiliza o processo e envolve menos "
50-
"pessoas. Veja aqui como :ref:`contribuir <contributing-to-python>`."
5148

5249
#: ../../bugs.rst:16
5350
msgid "Documentation bugs"

c-api/float.po

Lines changed: 3 additions & 7 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-11-21 14:14+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -128,11 +128,9 @@ msgstr ""
128128

129129
#: ../../c-api/float.rst:83
130130
msgid ""
131-
"This macro expands a to constant expression of type :c:expr:`double`, that "
131+
"This macro expands to a constant expression of type :c:expr:`double`, that "
132132
"represents the positive infinity."
133133
msgstr ""
134-
"Esta macro expande uma expressão constante do tipo :c:expr:`double`, que "
135-
"representa o infinito positivo."
136134

137135
#: ../../c-api/float.rst:86
138136
msgid ""
@@ -144,11 +142,9 @@ msgstr ""
144142

145143
#: ../../c-api/float.rst:92
146144
msgid ""
147-
"This macro expands a to constant expression of type :c:expr:`double`, that "
145+
"This macro expands to a constant expression of type :c:expr:`double`, that "
148146
"represents a quiet not-a-number (qNaN) value."
149147
msgstr ""
150-
"Esta macro expande uma expressão constante do tipo :c:expr:`double`, que "
151-
"representa um valor não um número quieto (qNaN)."
152148

153149
#: ../../c-api/float.rst:95
154150
msgid ""

c-api/init.po

Lines changed: 5 additions & 11 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: 2026-01-07 14:19+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -821,16 +821,10 @@ msgstr ""
821821
msgid ""
822822
"Note that Python will do a best effort at freeing all memory allocated by "
823823
"the Python interpreter. Therefore, any C-Extension should make sure to "
824-
"correctly clean up all of the preveiously allocated PyObjects before using "
824+
"correctly clean up all of the previously allocated PyObjects before using "
825825
"them in subsequent calls to :c:func:`Py_Initialize`. Otherwise it could "
826826
"introduce vulnerabilities and incorrect behavior."
827827
msgstr ""
828-
"Observe que o Python fará o máximo possível para liberar toda a memória "
829-
"alocada pelo interpretador Python. Portanto, qualquer extensão C deve "
830-
"certificar-se de limpar corretamente todos os PyObjects alocados "
831-
"anteriormente antes de usá-los em chamadas subsequentes para :c:func:"
832-
"`Py_Initialize`. Caso contrário, isso pode introduzir vulnerabilidades e "
833-
"comportamento incorreto."
834828

835829
#: ../../c-api/init.rst:438
836830
msgid ""
@@ -2582,7 +2576,7 @@ msgstr ""
25822576

25832577
#: ../../c-api/init.rst:1595
25842578
msgid ""
2585-
"Issue a fatal error if there no :term:`attached thread state`. It cannot "
2579+
"Issue a fatal error if there is no :term:`attached thread state`. It cannot "
25862580
"return NULL."
25872581
msgstr ""
25882582

@@ -3276,7 +3270,7 @@ msgid ""
32763270
"exception becomes set within the frame being executed. The effect of this "
32773271
"is that as exception propagation causes the Python stack to unwind, the "
32783272
"callback is called upon return to each frame as the exception propagates. "
3279-
"Only trace functions receives these events; they are not needed by the "
3273+
"Only trace functions receive these events; they are not needed by the "
32803274
"profiler."
32813275
msgstr ""
32823276

@@ -3412,7 +3406,7 @@ msgstr ""
34123406

34133407
#: ../../c-api/init.rst:2294
34143408
msgid ""
3415-
"Not that tracer functions **must not** create Python objects inside or "
3409+
"Note that tracer functions **must not** create Python objects inside or "
34163410
"otherwise the call will be re-entrant. The tracer also **must not** clear "
34173411
"any existing exception or set an exception. A :term:`thread state` will be "
34183412
"active every time the tracer function is called."

c-api/init_config.po

Lines changed: 5 additions & 9 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-29 14:13+0000\n"
16+
"POT-Creation-Date: 2026-02-17 14:41+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/"
@@ -1090,19 +1090,15 @@ msgstr "Visibilidade:"
10901090

10911091
#: ../../c-api/init_config.rst:547
10921092
msgid ""
1093-
"Public: Can by get by :c:func:`PyConfig_Get` and set by :c:func:"
1093+
"Public: Can be retrieved by :c:func:`PyConfig_Get` and set by :c:func:"
10941094
"`PyConfig_Set`."
10951095
msgstr ""
1096-
"Pública: Pode ser obtido por :c:func:`PyConfig_Get` e definido por :c:func:"
1097-
"`PyConfig_Set`."
10981096

10991097
#: ../../c-api/init_config.rst:549
11001098
msgid ""
1101-
"Read-only: Can by get by :c:func:`PyConfig_Get`, but cannot be set by :c:"
1102-
"func:`PyConfig_Set`."
1099+
"Read-only: Can be retrieved by :c:func:`PyConfig_Get`, but cannot be set by :"
1100+
"c:func:`PyConfig_Set`."
11031101
msgstr ""
1104-
"Somente leitura: Pode ser obtido por :c:func:`PyConfig_Get`, mas não pode "
1105-
"ser definido por :c:func:`PyConfig_Set`."
11061102

11071103
#: ../../c-api/init_config.rst:554
11081104
msgid "Runtime Python configuration API"
@@ -1988,7 +1984,7 @@ msgstr "Libera memória de configuração."
19881984
msgid ""
19891985
"Most ``PyConfig`` methods :ref:`preinitialize Python <c-preinit>` if needed. "
19901986
"In that case, the Python preinitialization configuration (:c:type:"
1991-
"`PyPreConfig`) in based on the :c:type:`PyConfig`. If configuration fields "
1987+
"`PyPreConfig`) is based on the :c:type:`PyConfig`. If configuration fields "
19921988
"which are in common with :c:type:`PyPreConfig` are tuned, they must be set "
19931989
"before calling a :c:type:`PyConfig` method:"
19941990
msgstr ""

c-api/intro.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: 2026-02-07 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -351,7 +351,7 @@ msgid "General utility macros"
351351
msgstr ""
352352

353353
#: ../../c-api/intro.rst:183
354-
msgid "The following macros common tasks not specific to Python."
354+
msgid "The following macros are for common tasks not specific to Python."
355355
msgstr ""
356356

357357
#: ../../c-api/intro.rst:187
@@ -495,7 +495,7 @@ msgstr ""
495495

496496
#: ../../c-api/intro.rst:280
497497
msgid ""
498-
"A use for ``Py_UNREACHABLE()`` is following a call a function that never "
498+
"A use for ``Py_UNREACHABLE()`` is following a call to a function that never "
499499
"returns but that is not declared ``_Noreturn``."
500500
msgstr ""
501501

c-api/structures.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-19 14:14+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -553,7 +553,7 @@ msgstr ""
553553
#: ../../c-api/structures.rst:410
554554
msgid ""
555555
"These two constants are not used to indicate the calling convention but the "
556-
"binding when use with methods of classes. These may not be used for "
556+
"binding when used with methods of classes. These may not be used for "
557557
"functions defined for modules. At most one of these flags may be set for "
558558
"any given method."
559559
msgstr ""

c-api/veryhigh.po

Lines changed: 3 additions & 9 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-11-25 14:15+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -330,14 +330,8 @@ msgid ""
330330
"objects *globals* and *locals* with the compiler flags specified by "
331331
"*flags*. *globals* must be a dictionary; *locals* can be any object that "
332332
"implements the mapping protocol. The parameter *start* specifies the start "
333-
"symbol and must one of the :ref:`available start symbols <start-symbols>`."
334-
msgstr ""
335-
"Execut o código-fonte Python de *str* no contexto especificado pelos objetos "
336-
"*globals* e *locals* com os sinalizadores do compilador especificados por "
337-
"*flags*. *globals* deve ser um dicionário; *locals* pode ser qualquer objeto "
338-
"que implemente o protocolo de mapeamento. O parâmetro *start* especifica o "
339-
"símbolo inicial e deve ser um dos :ref:`símbolos iniciais disponíveis <start-"
340-
"symbols>`."
333+
"symbol and must be one of the :ref:`available start symbols <start-symbols>`."
334+
msgstr ""
341335

342336
#: ../../c-api/veryhigh.rst:196
343337
msgid ""

deprecations/index.po

Lines changed: 2 additions & 6 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: 2026-02-09 14:46+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -173,14 +173,10 @@ msgstr ":mod:`threading`:"
173173
#: ../../deprecations/pending-removal-in-3.15.rst:65
174174
msgid ""
175175
":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
176-
"arguments has been deprecated since Python 3.14, as the Python version does "
176+
"arguments has been deprecated since Python 3.14, as the Python version does "
177177
"not permit any arguments, but the C version allows any number of positional "
178178
"or keyword arguments, ignoring every argument."
179179
msgstr ""
180-
":func:`~threading.RLock` não aceitará argumentos no Python 3.15. A passagem "
181-
"quaisquer argumentos foi descontinuada desde o Python 3.14, pois a versão "
182-
"Python não permite nenhum argumento, mas a versão C permite qualquer número "
183-
"de argumentos posicionais ou nomeados, ignorando todos os argumentos."
184180

185181
#: ../../deprecations/pending-removal-in-3.15.rst:71
186182
msgid ":mod:`types`:"

deprecations/pending-removal-in-3.15.po

Lines changed: 2 additions & 6 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+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/"
@@ -163,14 +163,10 @@ msgstr ":mod:`threading`:"
163163
#: ../../deprecations/pending-removal-in-3.15.rst:65
164164
msgid ""
165165
":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
166-
"arguments has been deprecated since Python 3.14, as the Python version does "
166+
"arguments has been deprecated since Python 3.14, as the Python version does "
167167
"not permit any arguments, but the C version allows any number of positional "
168168
"or keyword arguments, ignoring every argument."
169169
msgstr ""
170-
":func:`~threading.RLock` não aceitará argumentos no Python 3.15. A passagem "
171-
"quaisquer argumentos foi descontinuada desde o Python 3.14, pois a versão "
172-
"Python não permite nenhum argumento, mas a versão C permite qualquer número "
173-
"de argumentos posicionais ou nomeados, ignorando todos os argumentos."
174170

175171
#: ../../deprecations/pending-removal-in-3.15.rst:71
176172
msgid ":mod:`types`:"

glossary.po

Lines changed: 3 additions & 3 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: 2026-02-11 14:49+0000\n"
16+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3256,8 +3256,8 @@ msgstr "condição de corrida"
32563256

32573257
#: ../../glossary.rst:1362
32583258
msgid ""
3259-
"A condition of a program where the its behavior depends on the relative "
3260-
"timing or ordering of events, particularly in multi-threaded programs. Race "
3259+
"A condition of a program where the behavior depends on the relative timing "
3260+
"or ordering of events, particularly in multi-threaded programs. Race "
32613261
"conditions can lead to :term:`non-deterministic` behavior and bugs that are "
32623262
"difficult to reproduce. A :term:`data race` is a specific type of race "
32633263
"condition involving unsynchronized access to shared memory. The :term:"

0 commit comments

Comments
 (0)