@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.8\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2019-09-12 11:28 +0000\n "
17+ "POT-Creation-Date : 2019-10-31 11:48 +0000\n "
1818"PO-Revision-Date : 2017-02-16 17:33+0000\n "
1919"Last-Translator : felipe caridade <caridade500@gmail.com>, 2019\n "
2020"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -216,24 +216,17 @@ msgstr ""
216216#: ../../c-api/buffer.rst:104
217217msgid ""
218218"A new reference to the exporting object. The reference is owned by the "
219- "consumer and automatically decremented and set to * NULL* by :c:func:"
219+ "consumer and automatically decremented and set to `` NULL`` by :c:func:"
220220"`PyBuffer_Release`. The field is the equivalent of the return value of any "
221221"standard C-API function."
222222msgstr ""
223- "Uma nova referência ao objeto exportador. A referência é de propriedade do "
224- "consumidor e automaticamente diminuída e definida como *NULL* por :c:func:"
225- "`PyBuffer_Release`. O campo é o equivalente ao valor de retorno de qualquer "
226- "função C-API padrão."
227223
228224#: ../../c-api/buffer.rst:109
229225msgid ""
230226"As a special case, for *temporary* buffers that are wrapped by :c:func:"
231227"`PyMemoryView_FromBuffer` or :c:func:`PyBuffer_FillInfo` this field is "
232- "* NULL* . In general, exporting objects MUST NOT use this scheme."
228+ "`` NULL`` . In general, exporting objects MUST NOT use this scheme."
233229msgstr ""
234- "Como um caso especial, para buffers * temporários * que são envolvidos por :"
235- "c:func:`PyMemoryView_FromBuffer` ou :c:func:`PyBuffer_FillInfo` este campo é "
236- "*NULL*. Em geral, a exportação de objetos NÃO DEVE usar este esquema."
237230
238231#: ../../c-api/buffer.rst:116
239232msgid ""
@@ -270,22 +263,16 @@ msgstr ""
270263#: ../../c-api/buffer.rst:132
271264msgid ""
272265"Item size in bytes of a single element. Same as the value of :func:`struct."
273- "calcsize` called on non-NULL :c:member:`~Py_buffer.format` values."
266+ "calcsize` called on non-`` NULL`` :c:member:`~Py_buffer.format` values."
274267msgstr ""
275- "Tamanho do item em bytes de um único elemento. Igual ao valor de:func:"
276- "`struct.calcsize` chamado valores não-NULL :c:member:`~Py_buffer.format`."
277268
278269#: ../../c-api/buffer.rst:135
279270msgid ""
280271"Important exception: If a consumer requests a buffer without the :c:macro:"
281- "`PyBUF_FORMAT` flag, :c:member:`~Py_buffer.format` will be set to *NULL*, "
282- "but :c:member:`~Py_buffer.itemsize` still has the value for the original "
283- "format."
272+ "`PyBUF_FORMAT` flag, :c:member:`~Py_buffer.format` will be set to "
273+ "``NULL``, but :c:member:`~Py_buffer.itemsize` still has the value for the "
274+ "original format."
284275msgstr ""
285- "Exceção importante: se um consumidor solicitar um buffer sem a :c:macro:"
286- "`PyBUF_FORMAT` flag, :c:member:`~Py_buffer.format` será definido como "
287- "*NULL*, mas :c:member:`~Py_buffer.itemsize` ainda tem o valor para o "
288- "formato original."
289276
290277#: ../../c-api/buffer.rst:140
291278msgid ""
@@ -299,23 +286,17 @@ msgstr ""
299286
300287#: ../../c-api/buffer.rst:144
301288msgid ""
302- "If :c:member:`~Py_buffer.shape` is * NULL* as a result of a :c:macro:"
289+ "If :c:member:`~Py_buffer.shape` is `` NULL`` as a result of a :c:macro:"
303290"`PyBUF_SIMPLE` or a :c:macro:`PyBUF_WRITABLE` request, the consumer must "
304291"disregard :c:member:`~Py_buffer.itemsize` and assume ``itemsize == 1``."
305292msgstr ""
306- "Se:c:member:`~Py_buffer.shape` é *NULL* como resultado de uma :c:macro:"
307- "`PyBUF_SIMPLE` ou uma solicitação :c:macro:`PyBUF_WRITABLE`, o consumidor "
308- "deve ignorar :c:member:`~Py_buffer.itemsize` e assume ``itemsize == 1``."
309293
310294#: ../../c-api/buffer.rst:150
311295msgid ""
312296"A *NUL* terminated string in :mod:`struct` module style syntax describing "
313- "the contents of a single item. If this is * NULL* , ``\" B\" `` (unsigned bytes) "
314- "is assumed."
297+ "the contents of a single item. If this is `` NULL`` , ``\" B\" `` (unsigned "
298+ "bytes) is assumed."
315299msgstr ""
316- "A *NUL* terminou string em :mod: sintaxe de estilo de módulo `struct` "
317- "descrevendo o conteúdo de um único item. Se isso for *NULL*, ``\" B\" `` "
318- "(bytes não assinados) é assumido."
319300
320301#: ../../c-api/buffer.rst:154
321302msgid "This field is controlled by the :c:macro:`PyBUF_FORMAT` flag."
@@ -326,13 +307,8 @@ msgid ""
326307"The number of dimensions the memory represents as an n-dimensional array. If "
327308"it is ``0``, :c:member:`~Py_buffer.buf` points to a single item representing "
328309"a scalar. In this case, :c:member:`~Py_buffer.shape`, :c:member:`~Py_buffer."
329- "strides` and :c:member:`~Py_buffer.suboffsets` MUST be * NULL* ."
310+ "strides` and :c:member:`~Py_buffer.suboffsets` MUST be `` NULL`` ."
330311msgstr ""
331- "O número de dimensões que a memória representa como uma matriz n-"
332- "dimensional. Se for ``0``, :c:member:`~Py_buffer.buf` aponta para um único "
333- "item que representa um escalar. Neste caso, :c:membro:`~Py_buffer.shape`, :c:"
334- "member:`~Py_buffer.strides` e :c:member:`~Py_buffer.suboffsets DEVE ser "
335- "*NULL*."
336312
337313#: ../../c-api/buffer.rst:163
338314msgid ""
@@ -412,7 +388,7 @@ msgstr ""
412388#: ../../c-api/buffer.rst:201
413389msgid ""
414390"If all suboffsets are negative (i.e. no de-referencing is needed), then this "
415- "field must be NULL (the default value)."
391+ "field must be `` NULL`` (the default value)."
416392msgstr ""
417393
418394#: ../../c-api/buffer.rst:204
@@ -501,10 +477,8 @@ msgstr ""
501477#: ../../c-api/buffer.rst:250
502478msgid ""
503479"Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST be "
504- "filled in correctly. Otherwise, this field MUST be * NULL* ."
480+ "filled in correctly. Otherwise, this field MUST be `` NULL`` ."
505481msgstr ""
506- "Controla o campo :c:member:`~Py_buffer.format`. Se configurado, este campo "
507- "DEVE ser preenchido corretamente. Caso contrário, este campo DEVE ser *NULL*."
508482
509483#: ../../c-api/buffer.rst:254
510484msgid ""
@@ -676,12 +650,12 @@ msgid ""
676650"If ``ndim == 0``, the memory location pointed to by :c:member:`~Py_buffer."
677651"buf` is interpreted as a scalar of size :c:member:`~Py_buffer.itemsize`. In "
678652"that case, both :c:member:`~Py_buffer.shape` and :c:member:`~Py_buffer."
679- "strides` are * NULL* ."
653+ "strides` are `` NULL`` ."
680654msgstr ""
681655
682656#: ../../c-api/buffer.rst:354
683657msgid ""
684- "If :c:member:`~Py_buffer.strides` is * NULL* , the array is interpreted as a "
658+ "If :c:member:`~Py_buffer.strides` is `` NULL`` , the array is interpreted as a "
685659"standard n-dimensional C-array. Otherwise, the consumer must access an n-"
686660"dimensional array as follows:"
687661msgstr ""
@@ -711,8 +685,8 @@ msgstr ""
711685#: ../../c-api/buffer.rst:409
712686msgid ""
713687"Here is a function that returns a pointer to the element in an N-D array "
714- "pointed to by an N-dimensional index when there are both non-NULL strides "
715- "and suboffsets::"
688+ "pointed to by an N-dimensional index when there are both non-`` NULL`` "
689+ "strides and suboffsets::"
716690msgstr ""
717691
718692#: ../../c-api/buffer.rst:428
@@ -730,7 +704,7 @@ msgstr ""
730704msgid ""
731705"Send a request to *exporter* to fill in *view* as specified by *flags*. If "
732706"the exporter cannot provide a buffer of the exact type, it MUST raise :c:"
733- "data:`PyExc_BufferError`, set :c:member:`view->obj` to * NULL* and return "
707+ "data:`PyExc_BufferError`, set :c:member:`view->obj` to `` NULL`` and return "
734708"``-1``."
735709msgstr ""
736710
@@ -827,12 +801,12 @@ msgstr ""
827801msgid ""
828802"On success, set :c:member:`view->obj` to a new reference to *exporter* and "
829803"return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set :c:member:`view-"
830- ">obj` to * NULL* and return ``-1``;"
804+ ">obj` to `` NULL`` and return ``-1``;"
831805msgstr ""
832806
833807#: ../../c-api/buffer.rst:521
834808msgid ""
835809"If this function is used as part of a :ref:`getbufferproc <buffer-structs>`, "
836810"*exporter* MUST be set to the exporting object and *flags* must be passed "
837- "unmodified. Otherwise, *exporter* MUST be NULL."
811+ "unmodified. Otherwise, *exporter* MUST be `` NULL`` ."
838812msgstr ""
0 commit comments