@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.13\n "
15
15
"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 "
17
17
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
18
18
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
19
19
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -75,27 +75,28 @@ msgstr ""
75
75
"Retorna um novo objeto bytearray, *o*, que implementa o :ref:`protocolo de "
76
76
"buffer<bufferobjects>`."
77
77
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*."
82
85
msgstr ""
83
- "Cria um novo objeto bytearray a partir de *string* e seu comprimento, *len*. "
84
- "Em caso de falha, ``NULL`` é retornado."
85
86
86
- #: ../../c-api/bytearray.rst:54
87
+ #: ../../c-api/bytearray.rst:57
87
88
msgid ""
88
89
"Concat bytearrays *a* and *b* and return a new bytearray with the result."
89
90
msgstr ""
90
91
"Concatena os bytearrays *a* e *b* e retorna um novo bytearray com o "
91
92
"resultado."
92
93
93
- #: ../../c-api/bytearray.rst:59
94
+ #: ../../c-api/bytearray.rst:64
94
95
msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
95
96
msgstr ""
96
97
"Retorna o tamanho de *bytearray* após verificar se há um ponteiro ``NULL``."
97
98
98
- #: ../../c-api/bytearray.rst:64
99
+ #: ../../c-api/bytearray.rst:69
99
100
msgid ""
100
101
"Return the contents of *bytearray* as a char array after checking for a "
101
102
"``NULL`` pointer. The returned array always has an extra null byte appended."
@@ -104,24 +105,24 @@ msgstr ""
104
105
"verificar um ponteiro ``NULL``. A matriz retornada sempre tem um byte nulo "
105
106
"extra acrescentado."
106
107
107
- #: ../../c-api/bytearray.rst:71
108
+ #: ../../c-api/bytearray.rst:76
108
109
msgid "Resize the internal buffer of *bytearray* to *len*."
109
110
msgstr "Redimensiona o buffer interno de *bytearray* para o tamanho *len*."
<
8000
code>110 111
111
- #: ../../c-api/bytearray.rst:74
112
+ #: ../../c-api/bytearray.rst:79
112
113
msgid "Macros"
113
114
msgstr "Macros"
114
115
115
- #: ../../c-api/bytearray.rst:76
116
+ #: ../../c-api/bytearray.rst:81
116
117
msgid "These macros trade safety for speed and they don't check pointers."
117
118
msgstr ""
118
119
"Estas macros trocam segurança por velocidade e não verificam os ponteiros."
119
120
120
- #: ../../c-api/bytearray.rst:80
121
+ #: ../../c-api/bytearray.rst:85
121
122
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
122
123
msgstr "Similar a :c:func:`PyByteArray_AsString`, mas sem verificação de erro."
123
124
124
- #: ../../c-api/bytearray.rst:85
125
+ #: ../../c-api/bytearray.rst:90
125
126
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
126
127
msgstr "Similar a :c:func:`PyByteArray_Size`, mas sem verificação de erro."
127
128
0 commit comments