@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.13\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2024-05-24 14:15+0000\n "
16+ "POT-Creation-Date : 2024-08-09 14:15+0000\n "
1717"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1818"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
1919"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -75,27 +75,28 @@ msgstr ""
7575"Retorna um novo objeto bytearray, *o*, que implementa o :ref:`protocolo de "
7676"buffer<bufferobjects>`."
7777
78- #: ../../c-api/bytearray.rst:48
79- msgid ""
80- "Create a new bytearray object from *string* and its length, *len*. On "
81- "failure, ``NULL`` is returned."
78+ #: ../../c-api/bytearray.rst:45 ../../c-api/bytearray.rst:52
79+ #: ../../c-api/bytearray.rst:59
80+ msgid "On failure, return ``NULL`` with an exception set."
81+ msgstr ""
82+
83+ #: ../../c-api/bytearray.rst:50
84+ msgid "Create a new bytearray object from *string* and its length, *len*."
8285msgstr ""
83- "Cria um novo objeto bytearray a partir de *string* e seu comprimento, *len*. "
84- "Em caso de falha, ``NULL`` é retornado."
8586
86- #: ../../c-api/bytearray.rst:54
87+ #: ../../c-api/bytearray.rst:57
8788msgid ""
8889"Concat bytearrays *a* and *b* and return a new bytearray with the result."
8990msgstr ""
9091"Concatena os bytearrays *a* e *b* e retorna um novo bytearray com o "
9192"resultado."
9293
93- #: ../../c-api/bytearray.rst:59
94+ #: ../../c-api/bytearray.rst:64
9495msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
9596msgstr ""
9697"Retorna o tamanho de *bytearray* após verificar se há um ponteiro ``NULL``."
9798
98- #: ../../c-api/bytearray.rst:64
99+ #: ../../c-api/bytearray.rst:69
99100msgid ""
100101"Return the contents of *bytearray* as a char array after checking for a "
101102"``NULL`` pointer. The returned array always has an extra null byte appended."
@@ -104,24 +105,24 @@ msgstr ""
104105"verificar um ponteiro ``NULL``. A matriz retornada sempre tem um byte nulo "
105106"extra acrescentado."
106107
107- #: ../../c-api/bytearray.rst:71
108+ #: ../../c-api/bytearray.rst:76
108109msgid "Resize the internal buffer of *bytearray* to *len*."
109110msgstr "Redimensiona o buffer interno de *bytearray* para o tamanho *len*."
110111
111- #: ../../c-api/bytearray.rst:74
112+ #: ../../c-api/bytearray.rst:79
112113msgid "Macros"
113114msgstr "Macros"
114115
115- #: ../../c-api/bytearray.rst:76
116+ #: ../../c-api/bytearray.rst:81
116117msgid "These macros trade safety for speed and they don't check pointers."
117118msgstr ""
118119"Estas macros trocam segurança por velocidade e não verificam os ponteiros."
119120
120- #: ../../c-api/bytearray.rst:80
121+ #: ../../c-api/bytearray.rst:85
121122msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
122123msgstr "Similar a :c:func:`PyByteArray_AsString`, mas sem verificação de erro."
123124
124- #: ../../c-api/bytearray.rst:85
125+ #: ../../c-api/bytearray.rst:90
125126msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
126127msgstr "Similar a :c:func:`PyByteArray_Size`, mas sem verificação de erro."
127128
0 commit comments