Skip to content

Commit 087e3f7

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent fa02ef7 commit 087e3f7

Some content is hidden

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

58 files changed

+554
-168
lines changed

c-api/bool.po

Lines changed: 5 additions & 3 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: 2024-05-11 02:33+0000\n"
15+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -61,20 +61,22 @@ msgid ""
6161
"The Python ``False`` object. This object has no methods and is :term:"
6262
"`immortal`."
6363
msgstr ""
64+
"O objeto Python ``False``. Este objeto não tem métodos e é :term:`imortal`."
6465

6566
#: ../../c-api/bool.rst:31
6667
msgid ":c:data:`Py_False` is :term:`immortal`."
67-
msgstr ""
68+
msgstr ":c:data:`Py_False` é :term:`imortal`."
6869

6970
#: ../../c-api/bool.rst:37
7071
msgid ""
7172
"The Python ``True`` object. This object has no methods and is :term:"
7273
"`immortal`."
7374
msgstr ""
75+
"O objeto Python ``True``. Este objeto não tem métodos e é :term:`imortal`."
7476

7577
#: ../../c-api/bool.rst:40
7678
msgid ":c:data:`Py_True` is :term:`immortal`."
77-
msgstr ""
79+
msgstr ":c:data:`Py_True` é :term:`imortal`."
7880

7981
#: ../../c-api/bool.rst:46
8082
msgid "Return :c:data:`Py_False` from a function."

c-api/complex.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
16+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -191,10 +191,16 @@ msgid ""
191191
"Upon failure, this method returns ``-1.0``, so one should call :c:func:"
192192
"`PyErr_Occurred` to check for errors."
193193
msgstr ""
194+
"Se *op* não é um objeto de número complexo Python, mas tem um método :meth:"
195+
"`~object.__complex__`, este método será primeiro chamado para converter *op* "
196+
"em um objeto de número complexo Python. Se :meth:`!__complex__` não estiver "
197+
"definido, ele volta a chamar :c:func:`PyFloat_AsDouble` e retorna seu "
198+
"resultado. Em caso de falha, este método retorna ``-1.0``, então deve-se "
199+
"chamar :c:func:`PyErr_Occurred` para verificar se há erros."
194200

195201
#: ../../c-api/complex.rst:127 ../../c-api/complex.rst:141
196202
msgid "Use :meth:`~object.__complex__` if available."
197-
msgstr ""
203+
msgstr "Usa :meth:`~object.__complex__`, se disponível."
198204

199205
#: ../../c-api/complex.rst:132
200206
msgid "Return the imaginary part of *op* as a C :c:expr:`double`."
@@ -209,6 +215,12 @@ msgid ""
209215
"success. Upon failure, this method returns ``-1.0``, so one should call :c:"
210216
"func:`PyErr_Occurred` to check for errors."
211217
msgstr ""
218+
"Se *op* não é um objeto de número complexo Python, mas tem um método :meth:"
219+
"`~object.__complex__`, este método será primeiro chamado para converter *op* "
220+
"em um objeto de número complexo Python. Se :meth:`!__complex__` não estiver "
221+
"definido, ele volta a chamar :c:func:`PyFloat_AsDouble` e retorna ``0.0`` no "
222+
"sucesso. Em caso de falha, este método retorna ``-1.0``, então deve-se "
223+
"chamar :c:func:`PyErr_Occurred` para verificar se há erros."
212224

213225
#: ../../c-api/complex.rst:146
214226
msgid "Return the :c:type:`Py_complex` value of the complex number *op*."

c-api/none.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
8-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
15+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"MIME-Version: 1.0\n"
@@ -45,10 +45,12 @@ msgid ""
4545
"The Python ``None`` object, denoting lack of value. This object has no "
4646
"methods and is :term:`immortal`."
4747
msgstr ""
48+
"O objeto Python ``None``, denotando falta de valor. Este objeto não tem "
49+
"métodos e é :term:`imortal`."
4850

4951
#: ../../c-api/none.rst:21
5052
msgid ":c:data:`Py_None` is :term:`immortal`."
51-
msgstr ""
53+
msgstr ":c:data:`Py_None` é :term:`imortal`."
5254

5355
#: ../../c-api/none.rst:26
5456
msgid "Return :c:data:`Py_None` from a function."

library/asyncio.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
17+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1919
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -40,7 +40,7 @@ msgstr "Guias e tutoriais"
4040

4141
#: ../../library/asyncio.rst:2
4242
msgid ":mod:`!asyncio` --- Asynchronous I/O"
43-
msgstr ""
43+
msgstr ":mod:`!asyncio` --- E/S assíncrona"
4444

4545
#: ../../library/asyncio.rst-1
4646
msgid "Hello World!"
@@ -149,6 +149,8 @@ msgid ""
149149
"This module does not work or is not available on WebAssembly. See :ref:`wasm-"
150150
"availability` for more information."
151151
msgstr ""
152+
"Este módulo não funciona ou não está disponível em WebAssembly. Veja :ref:"
153+
"`wasm-availability` para mais informações."
152154

153155
#: ../../library/asyncio.rst:79
154156
msgid "Reference"

library/bz2.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# i17obot <i17obot@rougeth.com>, 2021
8-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
15+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"MIME-Version: 1.0\n"
@@ -26,7 +26,7 @@ msgstr ""
2626

2727
#: ../../library/bz2.rst:2
2828
msgid ":mod:`!bz2` --- Support for :program:`bzip2` compression"
29-
msgstr ""
29+
msgstr ":mod:`!bz2` --- Suporte para compressão :program:`bzip2`"
3030

3131
#: ../../library/bz2.rst:12
3232
msgid "**Source code:** :source:`Lib/bz2.py`"
@@ -204,7 +204,7 @@ msgstr ""
204204

205205
#: ../../library/bz2.rst:94
206206
msgid ":class:`BZ2File` also provides the following methods and attributes:"
207-
msgstr ""
207+
msgstr ":class:`BZ2File` também fornece os seguintes métodos e atributos:"
208208

209209
#: ../../library/bz2.rst:98
210210
msgid ""
@@ -269,13 +269,15 @@ msgstr "Retorna o número de bytes lidos (0 para EOF)."
269269

270270
#: ../../library/bz2.rst:153
271271
msgid "``'rb'`` for reading and ``'wb'`` for writing."
272-
msgstr ""
272+
msgstr "``'rb'`` para leitura e ``'wb'`` para escrita."
273273

274274
#: ../../library/bz2.rst:159
275275
msgid ""
276276
"The bzip2 file name. Equivalent to the :attr:`~io.FileIO.name` attribute of "
277277
"the underlying :term:`file object`."
278278
msgstr ""
279+
"O nome do arquivo bzip2. Equivalente ao atributo :attr:`~io.FileIO.name` do :"
280+
"term:`objeto arquivo` subjacente."
279281

280282
#: ../../library/bz2.rst:165
281283
msgid "Support for the :keyword:`with` statement was added."

library/collections.po

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
# João Porfirio, 2022
1414
# Hildeberto Abreu Magalhães <hildeberto@gmail.com>, 2022
1515
# Jader Oliveira, 2022
16-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
16+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1717
#
1818
#, fuzzy
1919
msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.13\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
23+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
2424
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
25-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
25+
"Last-Translator: Rafael Fontenelle <rffontenelle@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"
@@ -34,7 +34,7 @@ msgstr ""
3434

3535
#: ../../library/collections.rst:2
3636
msgid ":mod:`!collections` --- Container datatypes"
37-
msgstr ""
37+
msgstr ":mod:`!collections` --- Tipos de dados de contêineres"
3838

3939
#: ../../library/collections.rst:10
4040
msgid "**Source code:** :source:`Lib/collections/__init__.py`"
@@ -85,7 +85,7 @@ msgstr ":class:`Counter`"
8585

8686
#: ../../library/collections.rst:28
8787
msgid "dict subclass for counting :term:`hashable` objects"
88-
msgstr ""
88+
msgstr "subclasse de dict para contar objetos :term:`hasheáveis <hasheável>`"
8989

9090
#: ../../library/collections.rst:29
9191
msgid ":class:`OrderedDict`"
@@ -318,6 +318,10 @@ msgid ""
318318
"whether writes and other mutations apply only to the first mapping or to any "
319319
"mapping in the chain."
320320
msgstr ""
321+
"A `receita de Contextos Aninhados <https://code.activestate.com/"
322+
"recipes/577434-nested-contexts-a-chain-of-mapping-objects/>`_ possui opções "
323+
"para controlar se escritas e outras mutações se aplicam a apenas o primeiro "
324+
"mapeamento ou para qualquer mapeamento na cadeia."
321325

322326
#: ../../library/collections.rst:141
323327
msgid ""
@@ -390,6 +394,12 @@ msgid ""
390394
"integer value including zero or negative counts. The :class:`Counter` class "
391395
"is similar to bags or multisets in other languages."
392396
msgstr ""
397+
"Um :class:`Counter` é uma subclasse de :class:`dict` subclass para contagem "
398+
"de objetos :term:`hasheáveis <hasheável>`. É uma coleção na qual elementos "
399+
"são armazenados como chaves de dicionário e suas contagens são armazenadas "
400+
"como valores de dicionário. Contagens podem ser qualquer valor inteiro "
401+
"incluindo zero e contagens negativas. A classe :class:`Counter` é similar a "
402+
"sacos ou multiconjuntos em outras linguagens."
393403

394404
#: ../../library/collections.rst:251
395405
msgid ""
@@ -424,6 +434,11 @@ msgid ""
424434
"encountered in the left operand and then by the order encountered in the "
425435
"right operand."
426436
msgstr ""
437+
"Como uma subclasse de :class:`dict`, :class:`Counter` herda a capacidade de "
438+
"lembrar a ordem de inserção. Operações matemáticas em objetos *Counter* "
439+
"também preservam ordem. Os resultados são ordenados de acordo com o momento "
440+
"que um elemento é encontrado pela primeira vez no operando da esquerda e, em "
441+
"seguida, pela ordem encontrada no operando da direita."
427442

428443
#: ../../library/collections.rst:280
429444
msgid ""
@@ -693,6 +708,12 @@ msgid ""
693708
"safe, memory efficient appends and pops from either side of the deque with "
694709
"approximately the same *O*\\ (1) performance in either direction."
695710
msgstr ""
711+
"Deques são uma generalização de pilhas e filas (o nome é pronunciado "
712+
"\"deck\" e é abreviação de \"double-ended queue\", e conhecida como \"fila "
713+
"duplamente terminada\" em português). O Deques oferece suporte para "
714+
"acréscimos e retiradas seguros para thread e eficientes em uso memória de "
715+
"ambos os lados do deque com aproximadamente o mesmo desempenho *O*\\ (1) em "
716+
"qualquer direção."
696717

697718
#: ../../library/collections.rst:463
698719
msgid ""
@@ -701,6 +722,11 @@ msgid ""
701722
"for ``pop(0)`` and ``insert(0, v)`` operations which change both the size "
702723
"and position of the underlying data representation."
703724
msgstr ""
725+
"Embora os objetos :class:`list` ofereçam suporte a operações semelhantes, "
726+
"eles são otimizados para operações rápidas de comprimento fixo e sujeitam em "
727+
"custos de movimentação de memória *O*\\ (*n*) para as operações ``pop(0)`` e "
728+
"``insert(0, v)`` que alteram o tamanho e a posição da representação de dados "
729+
"subjacente."
704730

705731
#: ../../library/collections.rst:469
706732
msgid ""
@@ -848,6 +874,12 @@ msgid ""
848874
"slows to *O*\\ (*n*) in the middle. For fast random access, use lists "
849875
"instead."
850876
msgstr ""
877+
"Além do acima, deques oferece suporte a iteração, serialização com pickle, "
878+
"``len(d)``, ``reversed(d)``, ``copy.copy(d)``, ``copy.deepcopy(d)`` e teste "
879+
"de associação com o operador :keyword:`in` e referências subscritas, como "
880+
"``d[0]`` para acessar o primeiro elemento. O acesso indexado é *O*\\ (1) em "
881+
"ambas as extremidades, mas diminui para *O*\\ (*n*) no meio. Para acesso "
882+
"aleatório rápido, use listas."
851883

852884
#: ../../library/collections.rst:591
853885
msgid ""
@@ -997,6 +1029,10 @@ msgid ""
9971029
"class:`dict` class when the requested key is not found; whatever it returns "
9981030
"or raises is then returned or raised by :meth:`~object.__getitem__`."
9991031
msgstr ""
1032+
"Este método é chamado pelo método :meth:`~object.__getitem__` da classe :"
1033+
"class:`dict` quando a chave solicitada não é encontrada; tudo o que ele "
1034+
"retorna ou levanta é então retornado ou levantado por :meth:`~object."
1035+
"__getitem__`."
10001036

10011037
#: ../../library/collections.rst:750
10021038
msgid ""
@@ -1005,10 +1041,15 @@ msgid ""
10051041
"dictionaries, return ``None`` as a default rather than using :attr:"
10061042
"`default_factory`."
10071043
msgstr ""
1044+
"Observe que :meth:`__missing__` *não* é chamado para nenhuma operação além "
1045+
"de :meth:`~object.__getitem__`. Isso significa que :meth:`get` irá, como "
1046+
"dicionários normais, retornar ``None`` como padrão ao invés de usar :attr:"
1047+
"`default_factory`."
10081048

10091049
#: ../../library/collections.rst:756
10101050
msgid ":class:`defaultdict` objects support the following instance variable:"
1011-
msgstr "Objetos :class:`defaultdict` permitem a seguinte variável instanciada:"
1051+
msgstr ""
1052+
"Objetos :class:`defaultdict` permitem a seguinte variável de instância:"
10121053

10131054
#: ../../library/collections.rst:761
10141055
msgid ""

library/compileall.po

Lines changed: 7 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: 2024-05-11 02:33+0000\n"
15+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -26,7 +26,7 @@ msgstr ""
2626

2727
#: ../../library/compileall.rst:2
2828
msgid ":mod:`!compileall` --- Byte-compile Python libraries"
29-
msgstr ""
29+
msgstr ":mod:`!compileall` --- Compilar bibliotecas do Python para bytecode"
3030

3131
#: ../../library/compileall.rst:7
3232
msgid "**Source code:** :source:`Lib/compileall.py`"
@@ -56,6 +56,8 @@ msgid ""
5656
"This module does not work or is not available on WebAssembly. See :ref:`wasm-"
5757
"availability` for more information."
5858
msgstr ""
59+
"Este módulo não funciona ou não está disponível em WebAssembly. Veja :ref:"
60+
"`wasm-availability` para mais informações."
5961

6062
#: ../../library/compileall.rst:22
6163
msgid "Command-line use"
@@ -173,6 +175,8 @@ msgid ""
173175
"Use *N* workers to compile the files within the given directory. If ``0`` is "
174176
"used, then the result of :func:`os.process_cpu_count()` will be used."
175177
msgstr ""
178+
"Use *N* workers para compilar os arquivos dentro do diretório especificado. "
179+
"Se ``0`` for usado, o resultado de :func:`os.process_cpu_count()` será usado."
176180

177181
#: ../../library/compileall.rst:98
178182
msgid ""
@@ -448,6 +452,7 @@ msgstr "O parâmetro *invalidation_mode* foi adicionado."
448452
msgid ""
449453
"The *invalidation_mode* parameter's default value is updated to ``None``."
450454
msgstr ""
455+
"O valor padrão do parâmetro *invalidation_mode* é atualizado para ``None``."
451456

452457
#: ../../library/compileall.rst:231
453458
msgid "Setting *workers* to 0 now chooses the optimal number of cores."

library/concurrent.futures.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.13\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
20+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
2222
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -64,6 +64,8 @@ msgid ""
6464
"This module does not work or is not available on WebAssembly. See :ref:`wasm-"
6565
"availability` for more information."
6666
msgstr ""
67+
"Este módulo não funciona ou não está disponível em WebAssembly. Veja :ref:"
68+
"`wasm-availability` para mais informações."
6769

6870
#: ../../library/concurrent.futures.rst:25
6971
msgid "Executor Objects"

0 commit comments

Comments
 (0)