Skip to content

Commit 7920b08

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent aa7f341 commit 7920b08

Some content is hidden

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

99 files changed

+2609
-3049
lines changed

c-api/arg.po

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.12\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2023-05-26 14:12+0000\n"
23+
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
2424
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2525
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
2626
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -854,17 +854,11 @@ msgstr ""
854854
#: ../../c-api/arg.rst:345
855855
msgid ""
856856
"It is possible to pass \"long\" integers (integers whose value exceeds the "
857-
"platform's :const:`LONG_MAX`) however no proper range checking is done --- "
857+
"platform's :c:macro:`LONG_MAX`) however no proper range checking is done --- "
858858
"the most significant bits are silently truncated when the receiving field is "
859859
"too small to receive the value (actually, the semantics are inherited from "
860860
"downcasts in C --- your mileage may vary)."
861861
msgstr ""
862-
"É possível passar inteiros \"long\" (inteiros em que o valor excede a "
863-
"constante da plataforma :const:`LONG_MAX`) contudo nenhuma checagem de "
864-
"intervalo é propriamente feita --- os bits mais significativos são "
865-
"silenciosamente truncados quando o campo de recebimento é muito pequeno para "
866-
"receber o valor (na verdade, a semântica é herdada de downcasts no C --- seu "
867-
"raio de ação pode variar)."
868862

869863
#: ../../c-api/arg.rst:351
870864
msgid ""
@@ -1064,7 +1058,7 @@ msgstr ""
10641058
msgid ""
10651059
"A simpler form of parameter retrieval which does not use a format string to "
10661060
"specify the types of the arguments. Functions which use this method to "
1067-
"retrieve their parameters should be declared as :const:`METH_VARARGS` in "
1061+
"retrieve their parameters should be declared as :c:macro:`METH_VARARGS` in "
10681062
"function or method tables. The tuple containing the actual parameters "
10691063
"should be passed as *args*; it must actually be a tuple. The length of the "
10701064
"tuple must be at least *min* and no more than *max*; *min* and *max* may be "
@@ -1077,21 +1071,6 @@ msgid ""
10771071
"a tuple or contains the wrong number of elements; an exception will be set "
10781072
"if there was a failure."
10791073
msgstr ""
1080-
"Uma forma mais simples de recuperação de parâmetro que não usa uma string de "
1081-
"formato para especificar os tipos de argumentos. Funções que usam este "
1082-
"método para recuperar seus parâmetros devem ser declaradas como :const:"
1083-
"`METH_VARARGS` em tabelas de função ou método. A tupla contendo os "
1084-
"parâmetros reais deve ser passada como *args*; deve realmente ser uma tupla. "
1085-
"O comprimento da tupla deve ser de pelo menos *min* e não mais do que *max*; "
1086-
"*min* e *max* podem ser iguais. Argumentos adicionais devem ser passados "
1087-
"para a função, cada um dos quais deve ser um ponteiro para uma variável :c:"
1088-
"expr:`PyObject*`; eles serão preenchidos com os valores de *args*; eles "
1089-
"conterão :term:`referências emprestadas <borrowed reference>`. As variáveis "
1090-
"que correspondem a parâmetros opcionais não fornecidos por *args* não serão "
1091-
"preenchidas; estes devem ser inicializados pelo chamador. Esta função "
1092-
"retorna verdadeiro em caso de sucesso e falso se *args* não for uma tupla ou "
1093-
"contiver o número incorreto de elementos; uma exceção será definida se "
1094-
"houver uma falha."
10951074

10961075
#: ../../c-api/arg.rst:471
10971076
msgid ""

c-api/call.po

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.12\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2023-05-26 14:12+0000\n"
21+
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -124,11 +124,11 @@ msgstr ""
124124

125125
#: ../../c-api/call.rst:62
126126
msgid ""
127-
"The :const:`Py_TPFLAGS_HAVE_VECTORCALL` flag is now removed from a class "
127+
"The :c:macro:`Py_TPFLAGS_HAVE_VECTORCALL` flag is now removed from a class "
128128
"when the class's :py:meth:`~object.__call__` method is reassigned. (This "
129129
"internally sets :c:member:`~PyTypeObject.tp_call` only, and thus may make it "
130130
"behave differently than the vectorcall function.) In earlier Python "
131-
"versions, vectorcall should only be used with :const:`immutable "
131+
"versions, vectorcall should only be used with :c:macro:`immutable "
132132
"<Py_TPFLAGS_IMMUTABLETYPE>` or static types."
133133
msgstr ""
134134

@@ -146,17 +146,12 @@ msgstr ""
146146

147147
#: ../../c-api/call.rst:74
148148
msgid ""
149-
"Classes can implement the vectorcall protocol by enabling the :const:"
149+
"Classes can implement the vectorcall protocol by enabling the :c:macro:"
150150
"`Py_TPFLAGS_HAVE_VECTORCALL` flag and setting :c:member:`~PyTypeObject."
151151
"tp_vectorcall_offset` to the offset inside the object structure where a "
152152
"*vectorcallfunc* appears. This is a pointer to a function with the following "
153153
"signature:"
154154
msgstr ""
155-
"Classes podem implementar o protocolo vectorcall ativando o sinalizador :"
156-
"const:`Py_TPFLAGS_HAVE_VECTORCALL` e configurando :c:member:`~PyTypeObject."
157-
"tp_vectorcall_offset` para o offset dentro da estrutura do objeto onde uma "
158-
"*vectorcallfunc* aparece. Este é um ponteiro para uma função com a seguinte "
159-
"assinatura:"
160155

161156
#: ../../c-api/call.rst:82
162157
msgid "*callable* is the object being called."
@@ -181,11 +176,9 @@ msgstr "*nargsf* é o número de argumentos posicionais somado á possível"
181176

182177
#: ../../c-api/call.rst:87
183178
msgid ""
184-
":const:`PY_VECTORCALL_ARGUMENTS_OFFSET` flag. To get the actual number of "
179+
":c:macro:`PY_VECTORCALL_ARGUMENTS_OFFSET` flag. To get the actual number of "
185180
"positional arguments from *nargsf*, use :c:func:`PyVectorcall_NARGS`."
186181
msgstr ""
187-
"Sinalizador :const:`PY_VECTORCALL_ARGUMENTS_OFFSET`. Para obter o número "
188-
"real de argumentos posicionais de *nargsf*, use :c:func:`PyVectorcall_NARGS`."
189182

190183
#: ../../c-api/call.rst:94
191184
msgid "*kwnames* is a tuple containing the names of the keyword arguments;"
@@ -224,14 +217,10 @@ msgstr ""
224217
#: ../../c-api/call.rst:106
225218
msgid ""
226219
"Whenever they can do so cheaply (without additional allocation), callers are "
227-
"encouraged to use :const:`PY_VECTORCALL_ARGUMENTS_OFFSET`. Doing so will "
220+
"encouraged to use :c:macro:`PY_VECTORCALL_ARGUMENTS_OFFSET`. Doing so will "
228221
"allow callables such as bound methods to make their onward calls (which "
229222
"include a prepended *self* argument) very efficiently."
230223
msgstr ""
231-
"Sempre que podem realizar a um custo tão baixo (sem alocações adicionais), "
232-
"invocadores são encorajados a usar :const:`PY_VECTORCALL_ARGUMENTS_OFFSET`. "
233-
"Isso permitirá invocados como métodos vinculados a instâncias fazerem suas "
234-
"próprias invocações (o que inclui um argumento *self*) muito eficientemente."
235224

236225
#: ../../c-api/call.rst:111
237226
msgid ""
@@ -339,13 +328,9 @@ msgstr ""
339328
msgid ""
340329
"This is a specialized function, intended to be put in the :c:member:"
341330
"`~PyTypeObject.tp_call` slot or be used in an implementation of ``tp_call``. "
342-
"It does not check the :const:`Py_TPFLAGS_HAVE_VECTORCALL` flag and it does "
331+
"It does not check the :c:macro:`Py_TPFLAGS_HAVE_VECTORCALL` flag and it does "
343332
"not fall back to ``tp_call``."
344333
msgstr ""
345-
"Esta é uma função especializada, feita para ser colocada no slot :c:member:"
346-
"`~PyTypeObject.tp_call` ou usada em uma implementação de ``tp_call``. Ela "
347-
"não verifica o sinalizador :const:`Py_TPFLAGS_HAVE_VECTORCALL` e não retorna "
348-
"para ``tp_call``."
349334

350335
#: ../../c-api/call.rst:186
351336
msgid "Object Calling API"
@@ -696,28 +681,17 @@ msgid ""
696681
"method is given as a Python string *name*. The object whose method is called "
697682
"is *args[0]*, and the *args* array starting at *args[1]* represents the "
698683
"arguments of the call. There must be at least one positional argument. "
699-
"*nargsf* is the number of positional arguments including *args[0]*, plus :"
700-
"const:`PY_VECTORCALL_ARGUMENTS_OFFSET` if the value of ``args[0]`` may "
684+
"*nargsf* is the number of positional arguments including *args[0]*, plus :c:"
685+
"macro:`PY_VECTORCALL_ARGUMENTS_OFFSET` if the value of ``args[0]`` may "
701686
"temporarily be changed. Keyword arguments can be passed just like in :c:func:"
702687
"`PyObject_Vectorcall`."
703688
msgstr ""
704-
"Chama um método usando a convenção de chamada vectorcall. O nome do método é "
705-
"dado como uma string Python *name*. O objeto cujo método é chamado é "
706-
"*args[0]*, e o array *args* começando em *args[1]* representa os argumentos "
707-
"da chamada. Deve haver pelo menos um argumento posicional. *nargsf* é o "
708-
"número de argumentos posicionais incluindo *args[0]*, mais :const:"
709-
"`PY_VECTORCALL_ARGUMENTS_OFFSET` se o valor de ``args[0]`` puder ser "
710-
"alterado temporariamente. Argumentos nomeados podem ser passados como em :c:"
711-
"func:`PyObject_Vectorcall`."
712689

713690
#: ../../c-api/call.rst:399
714691
msgid ""
715-
"If the object has the :const:`Py_TPFLAGS_METHOD_DESCRIPTOR` feature, this "
692+
"If the object has the :c:macro:`Py_TPFLAGS_METHOD_DESCRIPTOR` feature, this "
716693
"will call the unbound method object with the full *args* vector as arguments."
717694
msgstr ""
718-
"Se o objeto tem o recurso :const:`Py_TPFLAGS_METHOD_DESCRIPTOR`, isso irá "
719-
"chamar o objeto de método não vinculado com o vetor *args* inteiro como "
720-
"argumentos."
721695

722696
#: ../../c-api/call.rst:410
723697
msgid "Call Support API"

c-api/complex.po

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-07-07 14:14+0000\n"
16+
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Marco Rougeth <marco@rougeth.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -110,10 +110,8 @@ msgstr ""
110110
#: ../../c-api/complex.rst:66
111111
msgid ""
112112
"If *divisor* is null, this method returns zero and sets :c:data:`errno` to :"
113-
"c:data:`EDOM`."
113+
"c:macro:`EDOM`."
114114
msgstr ""
115-
"Se *divisor* é nulo, este método retorna zero e define :c:data:`errno` para :"
116-
"c:data:`EDOM`."
117115

118116
#: ../../c-api/complex.rst:72
119117
msgid ""
@@ -126,10 +124,8 @@ msgstr ""
126124
#: ../../c-api/complex.rst:75
127125
msgid ""
128126
"If *num* is null and *exp* is not a positive real number, this method "
129-
"returns zero and sets :c:data:`errno` to :c:data:`EDOM`."
127+
"returns zero and sets :c:data:`errno` to :c:macro:`EDOM`."
130128
msgstr ""
131-
"Se *num* for nulo e *exp* não for um número real positivo, este método "
132-
"retorna zero e define :c:data:`errno` para :c:data:`EDOM`."
133129

134130
#: ../../c-api/complex.rst:80
135131
msgid "Complex Numbers as Python Objects"

c-api/exceptions.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.12\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2023-06-23 14:14+0000\n"
24+
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
2525
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
2626
"Last-Translator: Leonardo Rodrigues da Costa, 2023\n"
2727
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -260,7 +260,7 @@ msgid ""
260260
"constructs a tuple object whose first item is the integer :c:data:`errno` "
261261
"value and whose second item is the corresponding error message (gotten from :"
262262
"c:func:`strerror`), and then calls ``PyErr_SetObject(type, object)``. On "
263-
"Unix, when the :c:data:`errno` value is :const:`EINTR`, indicating an "
263+
"Unix, when the :c:data:`errno` value is :c:macro:`EINTR`, indicating an "
264264
"interrupted system call, this calls :c:func:`PyErr_CheckSignals`, and if "
265265
"that set the error indicator, leaves it set to that. The function always "
266266
"returns ``NULL``, so a wrapper function around a system call can write "
@@ -715,14 +715,14 @@ msgstr ""
715715

716716
#: ../../c-api/exceptions.rst:634
717717
msgid ""
718-
"The default Python signal handler for :const:`SIGINT` raises the :exc:"
718+
"The default Python signal handler for :c:macro:`SIGINT` raises the :exc:"
719719
"`KeyboardInterrupt` exception."
720720
msgstr ""
721721

722722
#: ../../c-api/exceptions.rst:645
723723
msgid ""
724-
"Simulate the effect of a :const:`SIGINT` signal arriving. This is equivalent "
725-
"to ``PyErr_SetInterruptEx(SIGINT)``."
724+
"Simulate the effect of a :c:macro:`SIGINT` signal arriving. This is "
725+
"equivalent to ``PyErr_SetInterruptEx(SIGINT)``."
726726
msgstr ""
727727

728728
#: ../../c-api/exceptions.rst:649 ../../c-api/exceptions.rst:676
@@ -748,8 +748,8 @@ msgstr ""
748748

749749
#: ../../c-api/exceptions.rst:668
750750
msgid ""
751-
"If the given signal isn't handled by Python (it was set to :data:`signal."
752-
"SIG_DFL` or :data:`signal.SIG_IGN`), it will be ignored."
751+
"If the given signal isn't handled by Python (it was set to :py:const:`signal."
752+
"SIG_DFL` or :py:const:`signal.SIG_IGN`), it will be ignored."
753753
msgstr ""
754754

755755
#: ../../c-api/exceptions.rst:671
@@ -848,7 +848,7 @@ msgstr ""
848848

849849
#: ../../c-api/exceptions.rst:757
850850
msgid ""
851-
"Return the cause (either an exception instance, or :const:`None`, set by "
851+
"Return the cause (either an exception instance, or ``None``, set by "
852852
"``raise ... from ...``) associated with the exception as a new reference, as "
853853
"accessible from Python through :attr:`__cause__`."
854854
msgstr ""
@@ -857,7 +857,7 @@ msgstr ""
857857
msgid ""
858858
"Set the cause associated with the exception to *cause*. Use ``NULL`` to "
859859
"clear it. There is no type check to make sure that *cause* is either an "
860-
"exception instance or :const:`None`. This steals a reference to *cause*."
860+
"exception instance or ``None``. This steals a reference to *cause*."
861861
msgstr ""
862862

863863
#: ../../c-api/exceptions.rst:768
@@ -979,9 +979,9 @@ msgstr ""
979979

980980
#: ../../c-api/exceptions.rst:877
981981
msgid ""
982-
"If :const:`USE_STACKCHECK` is defined, this function checks if the OS stack "
983-
"overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it sets a :"
984-
"exc:`MemoryError` and returns a nonzero value."
982+
"If :c:macro:`USE_STACKCHECK` is defined, this function checks if the OS "
983+
"stack overflowed using :c:func:`PyOS_CheckStack`. In this is the case, it "
984+
"sets a :exc:`MemoryError` and returns a nonzero value."
985985
msgstr ""
986986

987987
#: ../../c-api/exceptions.rst:881

c-api/file.po

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
14+
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -176,14 +176,10 @@ msgstr ""
176176
#: ../../c-api/file.rst:95
177177
msgid ""
178178
"Write object *obj* to file object *p*. The only supported flag for *flags* "
179-
"is :const:`Py_PRINT_RAW`; if given, the :func:`str` of the object is written "
180-
"instead of the :func:`repr`. Return ``0`` on success or ``-1`` on failure; "
181-
"the appropriate exception will be set."
182-
msgstr ""
183-
"Escreve o objeto *obj* no objeto arquivo *p*. O único sinalizador suportado "
184-
"para *flags* é :const:`Py_PRINT_RAW`; se fornecido, o :func:`str` do objeto "
185-
"é escrito em vez de :func:`repr`. Retorna ``0`` em caso de sucesso ou ``-1`` "
186-
"em caso de falha; a exceção apropriada será definida."
179+
"is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is "
180+
"written instead of the :func:`repr`. Return ``0`` on success or ``-1`` on "
181+
"failure; the appropriate exception will be set."
182+
msgstr ""
187183

188184
#: ../../c-api/file.rst:103
189185
msgid ""

c-api/float.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-07 14:14+0000\n"
14+
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -155,9 +155,9 @@ msgid ""
155155
"The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an :c:expr:"
156156
"`int` argument, non-zero if you want the bytes string in little-endian "
157157
"format (exponent last, at ``p+1``, ``p+3``, or ``p+6`` ``p+7``), zero if you "
158-
"want big-endian format (exponent first, at *p*). The :c:data:`PY_BIG_ENDIAN` "
159-
"constant can be used to use the native endian: it is equal to ``1`` on big "
160-
"endian processor, or ``0`` on little endian processor."
158+
"want big-endian format (exponent first, at *p*). The :c:macro:"
159+
"`PY_BIG_ENDIAN` constant can be used to use the native endian: it is equal "
160+
"to ``1`` on big endian processor, or ``0`` on little endian processor."
161161
msgstr ""
162162

163163
#: ../../c-api/float.rst:116
@@ -199,9 +199,9 @@ msgid ""
199199
"The unpack routines read 2, 4 or 8 bytes, starting at *p*. *le* is an :c:"
200200
"expr:`int` argument, non-zero if the bytes string is in little-endian format "
201201
"(exponent last, at ``p+1``, ``p+3`` or ``p+6`` and ``p+7``), zero if big-"
202-
"endian (exponent first, at *p*). The :c:data:`PY_BIG_ENDIAN` constant can be "
203-
"used to use the native endian: it is equal to ``1`` on big endian processor, "
204-
"or ``0`` on little endian processor."
202+
"endian (exponent first, at *p*). The :c:macro:`PY_BIG_ENDIAN` constant can "
203+
"be used to use the native endian: it is equal to ``1`` on big endian "
204+
"processor, or ``0`` on little endian processor."
205205
msgstr ""
206206

207207
#: ../../c-api/float.rst:147

0 commit comments

Comments
 (0)