Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c52752c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 28258a5 commit c52752c

File tree

236 files changed

+38809
-27616
lines changed

Some content is hidden

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

236 files changed

+38809
-27616
lines changed

c-api/apiabiversion.po

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
15-
"Project-Id-Version: Python 3.10\n"
15+
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
17+
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1919
"Last-Translator: Rafael Fontenelle <[email protected]>, 2021\n"
2020
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -183,7 +183,18 @@ msgstr ""
183183
"Assim ``3.4.1a2`` é a versão hex ``0x030401a2`` e ``3.10.0`` é a versãos hex "
184184
"``0x030a00f0``."
185185

186-
#: ../../c-api/apiabiversion.rst:62
186+
#: ../../c-api/apiabiversion.rst:61
187+
msgid "This version is also available via the symbol :data:`Py_Version`."
188+
msgstr ""
189+
190+
#: ../../c-api/apiabiversion.rst:65
191+
msgid ""
192+
"The Python runtime version number encoded in a single constant integer, with "
193+
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
194+
"Python version used at run time."
195+
msgstr ""
196+
197+
#: ../../c-api/apiabiversion.rst:71
187198
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
188199
msgstr ""
189200
"Todas as macros dadas estão definidas em :source:`Include/patchlevel.h`."

c-api/buffer.po

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#, fuzzy
1919
msgid ""
2020
msgstr ""
21-
"Project-Id-Version: Python 3.10\n"
21+
"Project-Id-Version: Python 3.11\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2022-11-04 16:29+0000\n"
23+
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
2424
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2525
"Last-Translator: Ana Carolina Dias, 2022\n"
2626
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -885,6 +885,16 @@ msgstr "Esta função falha se *len* != *src->len*."
885885

886886
#: ../../c-api/buffer.rst:504
887887
msgid ""
888+
"Copy data from *src* to *dest* buffer. Can convert between C-style and or "
889+
"Fortran-style buffers."
890+
msgstr ""
891+
892+
#: ../../c-api/buffer.rst:507
893+
msgid "``0`` is returned on success, ``-1`` on error."
894+
msgstr ""
895+
896+
#: ../../c-api/buffer.rst:511
897+
msgid ""
888898
"Fill the *strides* array with byte-strides of a :term:`contiguous` (C-style "
889899
"if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the "
890900
"given shape with the given number of bytes per element."
@@ -893,7 +903,7 @@ msgstr ""
893903
"`contiguous` (estilo C se *order* é ``'C'`` ou estilo Fortran se *order* for "
894904
"``'F'``) da forma dada com o número dado de bytes por elemento."
895905

896-
#: ../../c-api/buffer.rst:511
906+
#: ../../c-api/buffer.rst:518
897907
msgid ""
898908
"Handle buffer requests for an exporter that wants to expose *buf* of size "
899909
"*len* with writability set according to *readonly*. *buf* is interpreted as "
@@ -903,7 +913,7 @@ msgstr ""
903913
"tamanho *len* com capacidade de escrita definida de acordo com *readonly*. "
904914
"*buf* é interpretada como uma sequência de bytes sem sinal."
905915

906-
#: ../../c-api/buffer.rst:515
916+
#: ../../c-api/buffer.rst:522
907917
msgid ""
908918
"The *flags* argument indicates the request type. This function always fills "
909919
"in *view* as specified by flags, unless *buf* has been designated as read-"
@@ -913,7 +923,7 @@ msgstr ""
913923
"*view* como especificado por *flags*, a não ser que *buf* seja designado "
914924
"como apenas-leitura e :c:macro:`PyBUF_WRITABLE` esteja definido em *flags*."
915925

916-
#: ../../c-api/buffer.rst:519
926+
#: ../../c-api/buffer.rst:526
917927
msgid ""
918928
"On success, set ``view->obj`` to a new reference to *exporter* and return 0. "
919929
"Otherwise, raise :c:data:`PyExc_BufferError`, set ``view->obj`` to ``NULL`` "
@@ -923,7 +933,7 @@ msgstr ""
923933
"*exporter* e retorne 0. Caso contrário, levante :c:data:`PyExc_BufferError`, "
924934
"defina ``view->obj`` para ``NULL`` e retorne ``-1``;"
925935

926-
#: ../../c-api/buffer.rst:523
936+
#: ../../c-api/buffer.rst:530
927937
msgid ""
928938
"If this function is used as part of a :ref:`getbufferproc <buffer-structs>`, "
929939
"*exporter* MUST be set to the exporting object and *flags* must be passed "

c-api/bytearray.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
14-
"Project-Id-Version: Python 3.10\n"
14+
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
16+
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: msilvavieira, 2021\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -118,9 +118,9 @@ msgstr ""
118118
"Estas macros trocam segurança por velocidade e não verificam os ponteiros."
119119

120120
#: ../../c-api/bytearray.rst:80
121-
msgid "Macro version of :c:func:`PyByteArray_AsString`."
122-
msgstr "Versão macro de :c:func:`PyByteArray_AsString`."
121+
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
122+
msgstr ""
123123

124124
#: ../../c-api/bytearray.rst:85
125-
msgid "Macro version of :c:func:`PyByteArray_Size`."
126-
msgstr "Versão macro de :c:func:`PyByteArray_Size`."
125+
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
126+
msgstr ""

c-api/bytes.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
17-
"Project-Id-Version: Python 3.10\n"
17+
"Project-Id-Version: Python 3.11\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
19+
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2121
"Last-Translator: Adorilson Bezerra <[email protected]>, 2022\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -294,8 +294,8 @@ msgid "Return the length of the bytes in bytes object *o*."
294294
msgstr "Retorna o comprimento dos bytes em objeto bytes *o*."
295295

296296
#: ../../c-api/bytes.rst:137
297-
msgid "Macro form of :c:func:`PyBytes_Size` but without error checking."
298-
msgstr "Forma macro de :c:func:`PyBytes_Size`, mas sem verificação de erro."
297+
msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
298+
msgstr ""
299299

300300
#: ../../c-api/bytes.rst:142
301301
msgid ""
@@ -316,9 +316,8 @@ msgstr ""
316316
"retorna ``NULL`` e levanta :exc:`TypeError`."
317317

318318
#: ../../c-api/bytes.rst:154
319-
msgid "Macro form of :c:func:`PyBytes_AsString` but without error checking."
319+
msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
320320
msgstr ""
321-
"Forma de macro de :c:func:`PyBytes_AsString`, mas sem verificação de erro."
322321

323322
#: ../../c-api/bytes.rst:159
324323
msgid ""

c-api/call.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
77
# Claudio Rogerio Carvalho Filho <[email protected]>, 2021
88
# Alexandre B A Villares, 2021
99
# Renan Lopes <[email protected]>, 2021
10-
# Mozart Mozart, 2022
1110
# Rafael Fontenelle <[email protected]>, 2022
1211
# Flávio Neves, 2022
12+
# Ana Carolina Dias, 2022
13+
# Mozart Mozart, 2022
1314
#
1415
#, fuzzy
1516
msgid ""
1617
msgstr ""
17-
"Project-Id-Version: Python 3.10\n"
18+
"Project-Id-Version: Python 3.11\n"
1819
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-11-04 16:29+0000\n"
20+
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
2021
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
21-
"Last-Translator: Flávio Neves, 2022\n"
22+
"Last-Translator: Mozart Mozart, 2022\n"
2223
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2324
"teams/5390/pt_BR/)\n"
2425
"MIME-Version: 1.0\n"
@@ -76,6 +77,8 @@ msgid ""
7677
"To call an object, use :c:func:`PyObject_Call` or another :ref:`call API "
7778
"<capi-call>`."
7879
msgstr ""
80+
"Para chamar um objeto, use :c:func:`PyObject_Call` ou outra :ref:`call API "
81+
"<capi-call>`."
7982

8083
#: ../../c-api/call.rst:36
8184
msgid "The Vectorcall Protocol"
@@ -125,6 +128,10 @@ msgid ""
125128
"args tuple and kwargs dict anyway, then there is no point in implementing "
126129
"vectorcall."
127130
msgstr ""
131+
"Uma classe não deve implementar chamadas de vetores se for mais lento que "
132+
"*tp_call*. Por exemplo, se o chamador precisa converter os argumentos para "
133+
"uma tupla args e um dicionário kwargs de qualquer forma, então não é "
134+
"necessário implementar chamada de vetor."
128135

129136
#: ../../c-api/call.rst:65
130137
msgid ""
@@ -134,6 +141,11 @@ msgid ""
134141
"*vectorcallfunc* appears. This is a pointer to a function with the following "
135142
"signature:"
136143
msgstr ""
144+
"Classes podem implementar o protocolo de chamada de vetor ativando a flag :"
145+
"const:`Py_TPFLAGS_HAVE_VECTORCALL` e configurando :c:member:`~PyTypeObject."
146+
"tp_vectorcall_offset` para o offset dentro da estrutura do objeto onde uma "
147+
"*vectorcallfunc* aparece. Este é um ponteiro para uma função com a seguinte "
148+
"assinatura:"
137149

138150
#: ../../c-api/call.rst:73
139151
msgid "*callable* is the object being called."
@@ -142,13 +154,15 @@ msgstr "*callable* é o objeto sendo chamado."
142154
#: ../../c-api/call.rst:75
143155
msgid ""
144156
"*args* is a C array consisting of the positional arguments followed by the"
145-
msgstr ""
157+
msgstr "*args* é um array C formado pelos argumentos posicionais seguidos de"
146158

147159
#: ../../c-api/call.rst:75
148160
msgid ""
149161
"values of the keyword arguments. This can be *NULL* if there are no "
150162
"arguments."
151163
msgstr ""
164+
"valores dos argumentos nomeados. Este pode ser *NULL* se não existirem "
165+
"argumentos."
152166

153167
#: ../../c-api/call.rst:79
154168
msgid "*nargsf* is the number of positional arguments plus possibly the"

c-api/capsule.po

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
13-
"Project-Id-Version: Python 3.10\n"
13+
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2022-11-04 16:29+0000\n"
15+
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Claudio Rogerio Carvalho Filho <[email protected]>, "
1818
"2021\n"
@@ -186,27 +186,22 @@ msgid ""
186186
"Import a pointer to a C object from a capsule attribute in a module. The "
187187
"*name* parameter should specify the full name to the attribute, as in "
188188
"``module.attribute``. The *name* stored in the capsule must match this "
189-
"string exactly. If *no_block* is true, import the module without blocking "
190-
"(using :c:func:`PyImport_ImportModuleNoBlock`). If *no_block* is false, "
191-
"import the module conventionally (using :c:func:`PyImport_ImportModule`)."
189+
"string exactly."
192190
msgstr ""
193-
"Importa um ponteiro para um objeto C de um atributo capsule em um módulo. O "
194-
"parâmetro *name* deve especificar o nome completo do atributo, como em "
195-
"``module.attribute``. O *nome* armazenado na cápsula deve corresponder "
196-
"exatamente a essa sequência. Se *no_block* for verdadeiro, importa o módulo "
197-
"sem bloquear (usando :c:func:`PyImport_ImportModuleNoBlock`). Se *no_block* "
198-
"for falso, importa o módulo convencionalmente (usando :c:func:"
199-
"`PyImport_ImportModule`)."
200191

201-
#: ../../c-api/capsule.rst:110
192+
#: ../../c-api/capsule.rst:108
202193
msgid ""
203194
"Return the capsule's internal *pointer* on success. On failure, set an "
204195
"exception and return ``NULL``."
205196
msgstr ""
206197
"Retorna o ponteiro interno *pointer* da cápsula com sucesso. Em caso de "
207198
"falha, define uma exceção e retorna ``NULL``."
208199

209-
#: ../../c-api/capsule.rst:116
200+
#: ../../c-api/capsule.rst:111
201+
msgid "*no_block* has no effect anymore."
202+
msgstr ""
203+
204+
#: ../../c-api/capsule.rst:117
210205
msgid ""
211206
"Determines whether or not *capsule* is a valid capsule. A valid capsule is "
212207
"non-``NULL``, passes :c:func:`PyCapsule_CheckExact`, has a non-``NULL`` "
@@ -220,7 +215,7 @@ msgstr ""
220215
"parâmetro *name*. (Consulte :c:func:`PyCapsule_GetPointer` para obter "
221216
"informações sobre como os nomes das cápsulas são comparados.)"
222217

223-
#: ../../c-api/capsule.rst:122
218+
#: ../../c-api/capsule.rst:123
224219
msgid ""
225220
"In other words, if :c:func:`PyCapsule_IsValid` returns a true value, calls "
226221
"to any of the accessors (any function starting with :c:func:`PyCapsule_Get`) "
@@ -230,31 +225,31 @@ msgstr ""
230225
"verdadeiro, as chamadas para qualquer um dos acessadores (qualquer função "
231226
"que comece com :c:func:`PyCapsule_Get`) terão êxito garantido."
232227

233-
#: ../../c-api/capsule.rst:126
228+
#: ../../c-api/capsule.rst:127
234229
msgid ""
235230
"Return a nonzero value if the object is valid and matches the name passed "
236231
"in. Return ``0`` otherwise. This function will not fail."
237232
msgstr ""
238233
"Retorna um valor diferente de zero se o objeto for válido e corresponder ao "
239234
"nome passado. Retorna ``0`` caso contrário. Esta função não falhará."
240235

241-
#: ../../c-api/capsule.rst:132
236+
#: ../../c-api/capsule.rst:133
242237
msgid "Set the context pointer inside *capsule* to *context*."
243238
msgstr "Define o ponteiro de contexto dentro de *capsule* para *context*."
244239

245-
#: ../../c-api/capsule.rst:134 ../../c-api/capsule.rst:141
246-
#: ../../c-api/capsule.rst:150 ../../c-api/capsule.rst:158
240+
#: ../../c-api/capsule.rst:135 ../../c-api/capsule.rst:142
241+
#: ../../c-api/capsule.rst:151 ../../c-api/capsule.rst:159
247242
msgid ""
248243
"Return ``0`` on success. Return nonzero and set an exception on failure."
249244
msgstr ""
250245
"Retorna ``0`` em caso de sucesso. Retorna diferente de zero e define uma "
251246
"exceção em caso de falha."
252247

253-
#: ../../c-api/capsule.rst:139
248+
#: ../../c-api/capsule.rst:140
254249
msgid "Set the destructor inside *capsule* to *destructor*."
255250
msgstr "Define o destrutor dentro de *capsule* para *destructor*."
256251

257-
#: ../../c-api/capsule.rst:146
252+
#: ../../c-api/capsule.rst:147
258253
msgid ""
259254
"Set the name inside *capsule* to *name*. If non-``NULL``, the name must "
260255
"outlive the capsule. If the previous *name* stored in the capsule was not "
@@ -264,7 +259,7 @@ msgstr ""
264259
"deve sobreviver à cápsula. Se o *name* anterior armazenado na cápsula não "
265260
"era ``NULL``, nenhuma tentativa será feita para liberá-lo."
266261

267-
#: ../../c-api/capsule.rst:155
262+
#: ../../c-api/capsule.rst:156
268263
msgid ""
269264
"Set the void pointer inside *capsule* to *pointer*. The pointer may not be "
270265
"``NULL``."

0 commit comments

Comments
 (0)