1414#, fuzzy
1515msgid ""
1616msgstr ""
17- "Project-Id-Version : Python 3.11 \n "
17+ "Project-Id-Version : Python 3.12 \n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2023-05-08 19:31 +0000\n "
19+ "POT-Creation-Date : 2023-05-26 14:12 +0000\n "
2020"PO-Revision-Date : 2021-06-28 00:47+0000\n "
2121"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
2222"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -105,148 +105,148 @@ msgstr ""
105105"devem ser tipos C e devem corresponder exatamente aos caracteres de formato "
106106"na string *format*. Os seguintes formatos de caracteres são permitidos:"
107107
108- #: ../../c-api/bytes.rst:68
108+ #: ../../c-api/bytes.rst:65
109109msgid "Format Characters"
110110msgstr "Caracteres Formatados"
111111
112- #: ../../c-api/bytes.rst:68
112+ #: ../../c-api/bytes.rst:65
113113msgid "Type"
114114msgstr "Tipo"
115115
116- #: ../../c-api/bytes.rst:68
116+ #: ../../c-api/bytes.rst:65
117117msgid "Comment"
118118msgstr "Comentário"
119119
120- #: ../../c-api/bytes.rst:70
120+ #: ../../c-api/bytes.rst:67
121121msgid ":attr:`%%`"
122122msgstr ":attr:`%%`"
123123
124- #: ../../c-api/bytes.rst:70
124+ #: ../../c-api/bytes.rst:67
125125msgid "*n/a*"
126126msgstr "*n/d*"
127127
128- #: ../../c-api/bytes.rst:70
128+ #: ../../c-api/bytes.rst:67
129129msgid "The literal % character."
130130msgstr "O caractere literal %."
131131
132- #: ../../c-api/bytes.rst:72
132+ #: ../../c-api/bytes.rst:69
133133msgid ":attr:`%c`"
134134msgstr ":attr:`%c`"
135135
136- #: ../../c-api/bytes.rst:72 ../../c-api/bytes.rst:75 ../../c-api/bytes.rst:93
137- #: ../../c-api/bytes.rst:96
136+ #: ../../c-api/bytes.rst:69 ../../c-api/bytes.rst:72 ../../c-api/bytes.rst:90
137+ #: ../../c-api/bytes.rst:93
138138msgid "int"
139139msgstr "int"
140140
141- #: ../../c-api/bytes.rst:72
141+ #: ../../c-api/bytes.rst:69
142142msgid "A single byte, represented as a C int."
143143msgstr "Um único byte, representado como um C int."
144144
145- #: ../../c-api/bytes.rst:75
145+ #: ../../c-api/bytes.rst:72
146146msgid ":attr:`%d`"
147147msgstr ":attr:`%d`"
148148
149- #: ../../c-api/bytes.rst:75
149+ #: ../../c-api/bytes.rst:72
150150msgid "Equivalent to ``printf(\" %d\" )``. [1]_"
151151msgstr "Equivalente a ``printf(\" %d\" )``. [1]_"
152152
153- #: ../../c-api/bytes.rst:78
153+ #: ../../c-api/bytes.rst:75
154154msgid ":attr:`%u`"
155155msgstr ":attr:`%u`"
156156
157- #: ../../c-api/bytes.rst:78
157+ #: ../../c-api/bytes.rst:75
158158msgid "unsigned int"
159159msgstr "unsigned int"
160160
161- #: ../../c-api/bytes.rst:78
161+ #: ../../c-api/bytes.rst:75
162162msgid "Equivalent to ``printf(\" %u\" )``. [1]_"
163163msgstr "Equivalente a ``printf(\" %u\" )``. [1]_"
164164
165- #: ../../c-api/bytes.rst:81
165+ #: ../../c-api/bytes.rst:78
166166msgid ":attr:`%ld`"
167167msgstr ":attr:`%ld`"
168168
169- #: ../../c-api/bytes.rst:81
169+ #: ../../c-api/bytes.rst:78
170170msgid "long"
171171msgstr "long"
172172
173- #: ../../c-api/bytes.rst:81
173+ #: ../../c-api/bytes.rst:78
174174msgid "Equivalent to ``printf(\" %ld\" )``. [1]_"
175175msgstr "Equivalente a ``printf(\" %ld\" )``. [1]_"
176176
177- #: ../../c-api/bytes.rst:84
177+ #: ../../c-api/bytes.rst:81
178178msgid ":attr:`%lu`"
179179msgstr ":attr:`%lu`"
180180
181- #: ../../c-api/bytes.rst:84
181+ #: ../../c-api/bytes.rst:81
182182msgid "unsigned long"
183183msgstr "unsigned long"
184184
185- #: ../../c-api/bytes.rst:84
185+ #: ../../c-api/bytes.rst:81
186186msgid "Equivalent to ``printf(\" %lu\" )``. [1]_"
187187msgstr "Equivalente a ``printf(\" %lu\" )``. [1]_"
188188
189- #: ../../c-api/bytes.rst:87
189+ #: ../../c-api/bytes.rst:84
190190msgid ":attr:`%zd`"
191191msgstr ":attr:`%zd`"
192192
193- #: ../../c-api/bytes.rst:87
193+ #: ../../c-api/bytes.rst:84
194194msgid ":c:type:`\\ Py_ssize_t`"
195195msgstr ":c:type:`\\ Py_ssize_t`"
196196
197- #: ../../c-api/bytes.rst:87
197+ #: ../../c-api/bytes.rst:84
198198msgid "Equivalent to ``printf(\" %zd\" )``. [1]_"
199199msgstr "Equivalente a ``printf(\" %zd\" )``. [1]_"
200200
201- #: ../../c-api/bytes.rst:90
201+ #: ../../c-api/bytes.rst:87
202202msgid ":attr:`%zu`"
203203msgstr ":attr:`%zu`"
204204
205- #: ../../c-api/bytes.rst:90
205+ #: ../../c-api/bytes.rst:87
206206msgid "size_t"
207207msgstr "size_t"
208208
209- #: ../../c-api/bytes.rst:90
209+ #: ../../c-api/bytes.rst:87
210210msgid "Equivalent to ``printf(\" %zu\" )``. [1]_"
211211msgstr "Equivalente a ``printf(\" %zu\" )``. [1]_"
212212
213- #: ../../c-api/bytes.rst:93
213+ #: ../../c-api/bytes.rst:90
214214msgid ":attr:`%i`"
215215msgstr ":attr:`%i`"
216216
217- #: ../../c-api/bytes.rst:93
217+ #: ../../c-api/bytes.rst:90
218218msgid "Equivalent to ``printf(\" %i\" )``. [1]_"
219219msgstr "Equivalente a ``printf(\" %i\" )``. [1]_"
220220
221- #: ../../c-api/bytes.rst:96
221+ #: ../../c-api/bytes.rst:93
222222msgid ":attr:`%x`"
223223msgstr ":attr:`%x`"
224224
225- #: ../../c-api/bytes.rst:96
225+ #: ../../c-api/bytes.rst:93
226226msgid "Equivalent to ``printf(\" %x\" )``. [1]_"
227227msgstr "Equivalente a ``printf(\" %x\" )``. [1]_"
228228
229- #: ../../c-api/bytes.rst:99
229+ #: ../../c-api/bytes.rst:96
230230msgid ":attr:`%s`"
231231msgstr ":attr:`%s`"
232232
233- #: ../../c-api/bytes.rst:99
233+ #: ../../c-api/bytes.rst:96
234234msgid "const char\\ *"
235235msgstr "const char\\ *"
236236
237- #: ../../c-api/bytes.rst:99
237+ #: ../../c-api/bytes.rst:96
238238msgid "A null-terminated C character array."
239239msgstr "Uma matriz de caracteres C com terminação nula."
240240
241- #: ../../c-api/bytes.rst:102
241+ #: ../../c-api/bytes.rst:99
242242msgid ":attr:`%p`"
243243msgstr ":attr:`%p`"
244244
245- #: ../../c-api/bytes.rst:102
245+ #: ../../c-api/bytes.rst:99
246246msgid "const void\\ *"
247247msgstr "const void\\ *"
248248
249- #: ../../c-api/bytes.rst:102
249+ #: ../../c-api/bytes.rst:99
250250msgid ""
251251"The hex representation of a C pointer. Mostly equivalent to "
252252"``printf(\" %p\" )`` except that it is guaranteed to start with the literal "
@@ -256,7 +256,7 @@ msgstr ""
256256"``printf(\" %p\" )`` exceto que é garantido que comece com o literal ``0x`` "
257257"independentemente do que o ``printf`` da plataforma ceda."
258258
259- #: ../../c-api/bytes.rst:111
259+ #: ../../c-api/bytes.rst:108
260260msgid ""
261261"An unrecognized format character causes all the rest of the format string to "
262262"be copied as-is to the result object, and any extra arguments discarded."
@@ -265,39 +265,39 @@ msgstr ""
265265"de formato seja copiado como é para o objeto resultante e todos os "
266266"argumentos extras sejam descartados."
267267
268- #: ../../c-api/bytes.rst:114
268+ #: ../../c-api/bytes.rst:111
269269msgid ""
270270"For integer specifiers (d, u, ld, lu, zd, zu, i, x): the 0-conversion flag "
271271"has effect even when a precision is given."
272272msgstr ""
273273"Para especificadores de número inteiro (d, u, ld, lu, zd, zu, i, x): o "
274274"sinalizador de conversão 0 tem efeito mesmo quando uma precisão é fornecida."
275275
276- #: ../../c-api/bytes.rst:120
276+ #: ../../c-api/bytes.rst:117
277277msgid ""
278278"Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two "
279279"arguments."
280280msgstr ""
281281"Idêntico a :c:func:`PyBytes_FromFormat` exceto que é preciso exatamente dois "
282282"argumentos."
283283
284- #: ../../c-api/bytes.rst:126
284+ #: ../../c-api/bytes.rst:123
285285msgid ""
286286"Return the bytes representation of object *o* that implements the buffer "
287287"protocol."
288288msgstr ""
289289"Retorna a representação de bytes do objeto *o* que implementa o protocolo de "
290290"buffer."
291291
292- #: ../../c-api/bytes.rst:132
292+ #: ../../c-api/bytes.rst:129
293293msgid "Return the length of the bytes in bytes object *o*."
294294msgstr "Retorna o comprimento dos bytes em objeto bytes *o*."
295295
296- #: ../../c-api/bytes.rst:137
296+ #: ../../c-api/bytes.rst:134
297297msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
298298msgstr "Similar a :c:func:`PyBytes_Size`, mas sem verificação de erro."
299299
300- #: ../../c-api/bytes.rst:142
300+ #: ../../c-api/bytes.rst:139
301301msgid ""
302302"Return a pointer to the contents of *o*. The pointer refers to the internal "
303303"buffer of *o*, which consists of ``len(o) + 1`` bytes. The last byte in the "
@@ -315,19 +315,19 @@ msgstr ""
315315"desalocado. Se *o* não é um objeto de bytes, :c:func:`PyBytes_AsString` "
316316"retorna ``NULL`` e levanta :exc:`TypeError`."
317317
318- #: ../../c-api/bytes.rst:154
318+ #: ../../c-api/bytes.rst:151
319319msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
320320msgstr "Similar a :c:func:`PyBytes_AsString`, mas sem verificação de erro."
321321
322- #: ../../c-api/bytes.rst:159
322+ #: ../../c-api/bytes.rst:156
323323msgid ""
324324"Return the null-terminated contents of the object *obj* through the output "
325325"variables *buffer* and *length*."
326326msgstr ""
327327"Retorna os conteúdos terminados nulos do objeto *obj* através das variáveis "
328328"de saída *buffer* e *length*."
329329
330- #: ../../c-api/bytes.rst:162
330+ #: ../../c-api/bytes.rst:159
331331msgid ""
332332"If *length* is ``NULL``, the bytes object may not contain embedded null "
333333"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
@@ -337,7 +337,7 @@ msgstr ""
337337"incorporados; se isso acontecer, a função retornará ``-1`` e a :exc:"
338338"`ValueError` será levantado."
339339
340- #: ../../c-api/bytes.rst:166
340+ #: ../../c-api/bytes.rst:163
341341msgid ""
342342"The buffer refers to an internal buffer of *obj*, which includes an "
343343"additional null byte at the end (not counted in *length*). The data must "
@@ -353,15 +353,15 @@ msgstr ""
353353"Se *obj* não é um objeto bytes, :c:func:`PyBytes_AsStringAndSize` retorna "
354354"``-1`` e levanta :exc:`TypeError`."
355355
356- #: ../../c-api/bytes.rst:173
356+ #: ../../c-api/bytes.rst:170
357357msgid ""
358358"Previously, :exc:`TypeError` was raised when embedded null bytes were "
359359"encountered in the bytes object."
360360msgstr ""
361361"Anteriormente :exc:`TypeError` era levantado quando os bytes nulos "
362362"incorporados eram encontrados no objeto bytes."
363363
364- #: ../../c-api/bytes.rst:180
364+ #: ../../c-api/bytes.rst:177
365365msgid ""
366366"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
367367"appended to *bytes*; the caller will own the new reference. The reference "
@@ -376,7 +376,7 @@ msgstr ""
376376"valor de *\\ *bytes* será definido como ``NULL``; a exceção apropriada será "
377377"definida."
378378
379- #: ../../c-api/bytes.rst:189
379+ #: ../../c-api/bytes.rst:186
380380msgid ""
381381"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
382382"appended to *bytes*. This version decrements the reference count of "
@@ -386,7 +386,7 @@ msgstr ""
386386"anexado a *bytes*. Esta versão diminui a contagem de referências de "
387387"*newpart*."
388388
389- #: ../../c-api/bytes.rst:196
389+ #: ../../c-api/bytes.rst:193
390390msgid ""
391391"A way to resize a bytes object even though it is \" immutable\" . Only use "
392392"this to build up a brand new bytes object; don't use this if the bytes may "
0 commit comments