Skip to content

Commit 463437e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 145ff6c commit 463437e

27 files changed

+248
-108
lines changed

c-api/file.po

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
14+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
17-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
17+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,6 +38,14 @@ msgid ""
3838
"reporting in the interpreter; third-party code is advised to access the :mod:"
3939
"`io` APIs instead."
4040
msgstr ""
41+
"Essas APIs são uma emulação mínima da API C do Python 2 para objetos arquivo "
42+
"embutidos, que costumavam depender do suporte de E/S em buffer (:c:expr:"
43+
"`FILE*`) da biblioteca C padrão. No Python 3, arquivos e streams usam o novo "
44+
"módulo :mod:`io`, que define várias camadas sobre a E/S sem buffer de baixo "
45+
"nível do sistema operacional. As funções descritas a seguir são wrappers C "
46+
"de conveniência sobre essas novas APIs e são destinadas principalmente para "
47+
"relatórios de erros internos no interpretador; código de terceiros é "
48+
"recomendado para acessar as APIs de :mod:`io`."
4149

4250
#: ../../c-api/file.rst:22
4351
msgid ""
@@ -77,6 +85,11 @@ msgid ""
7785
"integer, which is returned as the file descriptor value. Sets an exception "
7886
"and returns ``-1`` on failure."
7987
msgstr ""
88+
"Retorna o descritor de arquivo associado a *p* como um :c:expr:`int`. Se o "
89+
"objeto for um inteiro, seu valor será retornado. Caso contrário, o método :"
90+
"meth:`~io.IOBase.fileno` do objeto será chamado se existir; o método deve "
91+
"retornar um inteiro, que é retornado como o valor do descritor de arquivo. "
92+
"Define uma exceção e retorna ``-1`` em caso de falha."
8093

8194
#: ../../c-api/file.rst:52
8295
msgid ""
@@ -113,6 +126,9 @@ msgid ""
113126
"The handler is a function of type :c:expr:`PyObject *(\\*)(PyObject *path, "
114127
"void *userData)`, where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
115128
msgstr ""
129+
"O manipulador é uma função do tipo :c:expr:`PyObject *(\\*)(PyObject *path, "
130+
"void *userData)`, sendo *path* garantido como sendo :c:type:"
131+
"`PyUnicodeObject`."
116132

117133
#: ../../c-api/file.rst:71
118134
msgid ""

c-api/list.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
88
# Livia Cavalcanti <livia.juliao@ccc.ufcg.edu.br>, 2021
9-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
16+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
18-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgstr ""
8686

8787
#: ../../c-api/list.rst:56
8888
msgid "Similar to :c:func:`PyList_Size`, but without error checking."
89-
msgstr ""
89+
msgstr "Similar a :c:func:`PyList_Size`, mas sem verificação de erro."
9090

9191
#: ../../c-api/list.rst:61
9292
msgid ""
@@ -102,7 +102,7 @@ msgstr ""
102102

103103
#: ../../c-api/list.rst:69
104104
msgid "Similar to :c:func:`PyList_GetItem`, but without error checking."
105-
msgstr ""
105+
msgstr "Similar a :c:func:`PyList_GetItem`, mas sem verificação de erro."
106106

107107
#: ../../c-api/list.rst:74
108108
msgid ""

c-api/set.po

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
87
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
98
# Vitor Buxbaum Orlandi, 2021
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
16+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
18-
"Last-Translator: Vitor Buxbaum Orlandi, 2021\n"
19-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
19+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,6 +42,16 @@ msgid ""
4242
"`PyNumber_InPlaceSubtract`, :c:func:`PyNumber_InPlaceOr`, and :c:func:"
4343
"`PyNumber_InPlaceXor`)."
4444
msgstr ""
45+
"Esta seção detalha a API pública para os objetos :class:`set` e :class:"
46+
"`frozenset`. Qualquer funcionalidade não listada abaixo é melhor acessada "
47+
"usando o protocolo de objeto abstrato (incluindo :c:func:"
48+
"`PyObject_CallMethod`, :c:func:`PyObject_RichCompareBool`, :c:func:"
49+
"`PyObject_Hash`, :c:func:`PyObject_Repr`, :c:func:`PyObject_IsTrue`, :c:func:"
50+
"`PyObject_Print` e :c:func:`PyObject_GetIter`) ou o protocolo abstrato de "
51+
"número (incluindo :c:func:`PyNumber_And`, :c:func:`PyNumber_Subtract`, :c:"
52+
"func:`PyNumber_Or`, :c:func:`PyNumber_Xor`, :c:func:`PyNumber_InPlaceAnd`, :"
53+
"c:func:`PyNumber_InPlaceSubtract`, :c:func:`PyNumber_InPlaceOr` e :c:func:"
54+
"`PyNumber_InPlaceXor`)."
4555

4656
#: ../../c-api/set.rst:29
4757
msgid ""
@@ -54,6 +64,15 @@ msgid ""
5464
"All access should be done through the documented API rather than by "
5565
"manipulating the values in the structure."
5666
msgstr ""
67+
"Este subtipo de :c:type:`PyObject` é usado para manter os dados internos "
68+
"para ambos os objetos :class:`set` e :class:`frozenset`. É como um :c:type:"
69+
"`PyDictObject` em que tem um tamanho fixo para conjuntos pequenos (muito "
70+
"parecido com o armazenamento de tupla) e apontará para um bloco de memória "
71+
"de tamanho variável separado para conjuntos de tamanho médio e grande (muito "
72+
"parecido com lista armazenamento). Nenhum dos campos desta estrutura deve "
73+
"ser considerado público e todos estão sujeitos a alterações. Todo o acesso "
74+
"deve ser feito por meio da API documentada, em vez de manipular os valores "
75+
"na estrutura."
5776

5877
#: ../../c-api/set.rst:40
5978
msgid ""
@@ -205,6 +224,14 @@ msgid ""
205224
"grow. Raise a :exc:`SystemError` if *set* is not an instance of :class:"
206225
"`set` or its subtype."
207226
msgstr ""
227+
"Adiciona *key* a uma instância de :class:`set`. Também funciona com "
228+
"instâncias de :class:`frozenset` (como :c:func:`PyTuple_SetItem`, ele pode "
229+
"ser usado para preencher os valores de novos conjuntos de congelamentos "
230+
"antes que eles sejam expostos a outro código). Retorna ``0`` em caso de "
231+
"sucesso ou ``-1`` em caso de falha. Levanta um :exc:`TypeError` se a *key* "
232+
"não for hasheável. Levanta uma :exc:`MemoryError` se não houver espaço para "
233+
"crescer. Levanta uma :exc:`SystemError` se *set* não for uma instância de :"
234+
"class:`set` ou seu subtipo."
208235

209236
#: ../../c-api/set.rst:142
210237
msgid ""

c-api/tuple.po

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
87
# Marco Rougeth <marco@rougeth.com>, 2021
98
# Welington Carlos <wcarlos3@gmail.com>, 2021
109
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
1110
# Juliana Karoline <julianaklulo@gmail.com>, 2021
1211
# Alexandre B A Villares, 2021
1312
# Vitor Buxbaum Orlandi, 2021
13+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.11\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
20+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
22-
"Last-Translator: Vitor Buxbaum Orlandi, 2021\n"
23-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
22+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
23+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2424
"teams/5390/pt_BR/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -149,6 +149,10 @@ msgid ""
149149
"`PyTuple_SetItem`, does *not* discard a reference to any item that is being "
150150
"replaced; any reference in the tuple at position *pos* will be leaked."
151151
msgstr ""
152+
"Esta função \"rouba\" uma referência para *o* e, ao contrário de :c:func:"
153+
"`PyTuple_SetItem`, *não* descarta uma referência para nenhum item que esteja "
154+
"sendo substituído; qualquer referência na tupla na posição *pos* será "
155+
"perdida."
152156

153157
#: ../../c-api/tuple.rst:102
154158
msgid ""
@@ -285,6 +289,11 @@ msgid ""
285289
"`fields` array of the :c:type:`PyStructSequence_Desc` determines which field "
286290
"of the struct sequence is described."
287291
msgstr ""
292+
"Descreve um campo de uma sequência de estrutura. Como uma sequência de "
293+
"estrutura é modelada como uma tupla, todos os campos são digitados como :c:"
294+
"expr:`PyObject*`. O índice no vetor :attr:`fields` do :c:type:"
295+
"`PyStructSequence_Desc` determina qual campo da sequência de estrutura é "
296+
"descrito."
288297

289298
#: ../../c-api/tuple.rst:171
290299
msgid ""
@@ -345,3 +354,5 @@ msgid ""
345354
"Similar to :c:func:`PyStructSequence_SetItem`, but implemented as a static "
346355
"inlined function."
347356
msgstr ""
357+
"Similar a :c:func:`PyStructSequence_SetItem`, mas implementada como uma "
358+
"função inline estática."

distributing/index.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
87
# Hildeberto Abreu Magalhães <hildeberto@gmail.com>, 2021
98
# Ruan Aragão <ruanaragao2@gmail.com>, 2021
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
16+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
18-
"Last-Translator: Ruan Aragão <ruanaragao2@gmail.com>, 2021\n"
19-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
19+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -91,6 +91,9 @@ msgid ""
9191
"the `Python Package Index <https://pypi.org>`__ is a public repository of "
9292
"open source licensed packages made available for use by other Python users"
9393
msgstr ""
94+
"`Python Package Index <https://pypi.org>`__ é um repositório público de "
95+
"pacotes licenciados como código aberto e disponíveis para uso de outros "
96+
"usuários Python"
9497

9598
#: ../../distributing/index.rst:37
9699
msgid ""
@@ -236,6 +239,8 @@ msgid ""
236239
"For POSIX users (including macOS and Linux users), these instructions assume "
237240
"the use of a :term:`virtual environment`."
238241
msgstr ""
242+
"Para usuários POSIX (incluindo usuários macOS e Linux), essas instruções "
243+
"assumem o uso de um :term:`ambiente virtual`."
239244

240245
#: ../../distributing/index.rst:107
241246
msgid ""
@@ -276,7 +281,7 @@ msgstr "`Compilando e empacotando o projeto`_"
276281

277282
#: ../../distributing/index.rst:130
278283
msgid "`Uploading the project to the Python Package Index`_"
279-
msgstr ""
284+
msgstr "`Enviando o projeto para o Python Package Index`_"
280285

281286
#: ../../distributing/index.rst:131
282287
msgid "`The .pypirc file`_"
@@ -300,7 +305,7 @@ msgstr "Não é um tema fácil, mas aqui estão algumas dicas:"
300305

301306
#: ../../distributing/index.rst:153
302307
msgid "check the Python Package Index to see if the name is already in use"
303-
msgstr ""
308+
msgstr "verifique o \"Python Package Index\" para ver se o nome já está em uso"
304309

305310
#: ../../distributing/index.rst:154
306311
msgid ""

extending/index.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
14+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
17-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
17+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -82,6 +82,12 @@ msgid ""
8282
"swig.org>`_ and `Numba <https://numba.pydata.org/>`_ offer both simpler and "
8383
"more sophisticated approaches to creating C and C++ extensions for Python."
8484
msgstr ""
85+
"Esse guia cobre apenas as ferramentas básicas para a criação de extensões "
86+
"fornecidas como parte desta versão do CPython. Ferramentas de terceiros como "
87+
"`Cython <https://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, "
88+
"`SWIG <https://www.swig.org>`_ e `Numba <https://numba.pydata.org/>`_ "
89+
"oferecem abordagens mais simples e sofisticadas para criar extensões C e C++ "
90+
"para Python."
8591

8692
#: ../../extending/index.rst:40
8793
msgid ""

library/2to3.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
99
# Octavio von Sydow <ocvs00@gmail.com>, 2021
1010
# Loyanne Cristine <loyanne.cristine@gmail.com>, 2022
11-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
11+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.11\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
20-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
21-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
20+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
21+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2222
"teams/5390/pt_BR/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -29,7 +29,7 @@ msgstr ""
2929

3030
#: ../../library/2to3.rst:4
3131
msgid "2to3 --- Automated Python 2 to 3 code translation"
32-
msgstr ""
32+
msgstr "2to3 --- Tradução Automatizada de Código Python 2 para 3"
3333

3434
#: ../../library/2to3.rst:8
3535
msgid ""
@@ -53,6 +53,10 @@ msgid ""
5353
"Python 3.11 (raising :exc:`DeprecationWarning`). The ``2to3`` tool is part "
5454
"of that. It will be removed in Python 3.13."
5555
msgstr ""
56+
"O módulo ``lib2to3`` foi marcado como pendente para descontinuação no Python "
57+
"3.9 (levantando :exc:`PendingDeprecationWarning` na importação) e totalmente "
58+
"descontinuado no Python 3.11 (levantando :exc:`DeprecationWarning`). A "
59+
"ferramenta ``2to3`` faz parte disso. Ele será removido no Python 3.13."
5660

5761
#: ../../library/2to3.rst:23
5862
msgid "Using 2to3"
@@ -782,7 +786,7 @@ msgstr ""
782786

783787
#: ../../library/2to3.rst:460
784788
msgid ":mod:`lib2to3` --- 2to3's library"
785-
msgstr ""
789+
msgstr ":mod:`lib2to3` --- biblioteca do 2to3"
786790

787791
#: ../../library/2to3.rst:469
788792
msgid "**Source code:** :source:`Lib/lib2to3/`"

0 commit comments

Comments
 (0)