Skip to content

Commit 29e7c3a

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent ed90a29 commit 29e7c3a

File tree

183 files changed

+30588
-27762
lines changed

Some content is hidden

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

183 files changed

+30588
-27762
lines changed

c-api/arg.po

Lines changed: 156 additions & 224 deletions
Large diffs are not rendered by default.

c-api/bytes.po

Lines changed: 54 additions & 54 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.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
109109
msgid "Format Characters"
110110
msgstr "Caracteres Formatados"
111111

112-
#: ../../c-api/bytes.rst:68
112+
#: ../../c-api/bytes.rst:65
113113
msgid "Type"
114114
msgstr "Tipo"
115115

116-
#: ../../c-api/bytes.rst:68
116+
#: ../../c-api/bytes.rst:65
117117
msgid "Comment"
118118
msgstr "Comentário"
119119

120-
#: ../../c-api/bytes.rst:70
120+
#: ../../c-api/bytes.rst:67
121121
msgid ":attr:`%%`"
122122
msgstr ":attr:`%%`"
123123

124-
#: ../../c-api/bytes.rst:70
124+
#: ../../c-api/bytes.rst:67
125125
msgid "*n/a*"
126126
msgstr "*n/d*"
127127

128-
#: ../../c-api/bytes.rst:70
128+
#: ../../c-api/bytes.rst:67
129129
msgid "The literal % character."
130130
msgstr "O caractere literal %."
131131

132-
#: ../../c-api/bytes.rst:72
132+
#: ../../c-api/bytes.rst:69
133133
msgid ":attr:`%c`"
134134
msgstr ":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
138138
msgid "int"
139139
msgstr "int"
140140

141-
#: ../../c-api/bytes.rst:72
141+
#: ../../c-api/bytes.rst:69
142142
msgid "A single byte, represented as a C int."
143143
msgstr "Um único byte, representado como um C int."
144144

145-
#: ../../c-api/bytes.rst:75
145+
#: ../../c-api/bytes.rst:72
146146
msgid ":attr:`%d`"
147147
msgstr ":attr:`%d`"
148148

149-
#: ../../c-api/bytes.rst:75
149+
#: ../../c-api/bytes.rst:72
150150
msgid "Equivalent to ``printf(\"%d\")``. [1]_"
151151
msgstr "Equivalente a ``printf(\"%d\")``. [1]_"
152152

153-
#: ../../c-api/bytes.rst:78
153+
#: ../../c-api/bytes.rst:75
154154
msgid ":attr:`%u`"
155155
msgstr ":attr:`%u`"
156156

157-
#: ../../c-api/bytes.rst:78
157+
#: ../../c-api/bytes.rst:75
158158
msgid "unsigned int"
159159
msgstr "unsigned int"
160160

161-
#: ../../c-api/bytes.rst:78
161+
#: ../../c-api/bytes.rst:75
162162
msgid "Equivalent to ``printf(\"%u\")``. [1]_"
163163
msgstr "Equivalente a ``printf(\"%u\")``. [1]_"
164164

165-
#: ../../c-api/bytes.rst:81
165+
#: ../../c-api/bytes.rst:78
166166
msgid ":attr:`%ld`"
167167
msgstr ":attr:`%ld`"
168168

169-
#: ../../c-api/bytes.rst:81
169+
#: ../../c-api/bytes.rst:78
170170
msgid "long"
171171
msgstr "long"
172172

173-
#: ../../c-api/bytes.rst:81
173+
#: ../../c-api/bytes.rst:78
174174
msgid "Equivalent to ``printf(\"%ld\")``. [1]_"
175175
msgstr "Equivalente a ``printf(\"%ld\")``. [1]_"
176176

177-
#: ../../c-api/bytes.rst:84
177+
#: ../../c-api/bytes.rst:81
178178
msgid ":attr:`%lu`"
179179
msgstr ":attr:`%lu`"
180180

181-
#: ../../c-api/bytes.rst:84
181+
#: ../../c-api/bytes.rst:81
182182
msgid "unsigned long"
183183
msgstr "unsigned long"
184184

185-
#: ../../c-api/bytes.rst:84
185+
#: ../../c-api/bytes.rst:81
186186
msgid "Equivalent to ``printf(\"%lu\")``. [1]_"
187187
msgstr "Equivalente a ``printf(\"%lu\")``. [1]_"
188188

189-
#: ../../c-api/bytes.rst:87
189+
#: ../../c-api/bytes.rst:84
190190
msgid ":attr:`%zd`"
191191
msgstr ":attr:`%zd`"
192192

193-
#: ../../c-api/bytes.rst:87
193+
#: ../../c-api/bytes.rst:84
194194
msgid ":c:type:`\\ Py_ssize_t`"
195195
msgstr ":c:type:`\\ Py_ssize_t`"
196196

197-
#: ../../c-api/bytes.rst:87
197+
#: ../../c-api/bytes.rst:84
198198
msgid "Equivalent to ``printf(\"%zd\")``. [1]_"
199199
msgstr "Equivalente a ``printf(\"%zd\")``. [1]_"
200200

201-
#: ../../c-api/bytes.rst:90
201+
#: ../../c-api/bytes.rst:87
202202
msgid ":attr:`%zu`"
203203
msgstr ":attr:`%zu`"
204204

205-
#: ../../c-api/bytes.rst:90
205+
#: ../../c-api/bytes.rst:87
206206
msgid "size_t"
207207
msgstr "size_t"
208208

209-
#: ../../c-api/bytes.rst:90
209+
#: ../../c-api/bytes.rst:87
210210
msgid "Equivalent to ``printf(\"%zu\")``. [1]_"
211211
msgstr "Equivalente a ``printf(\"%zu\")``. [1]_"
212212

213-
#: ../../c-api/bytes.rst:93
213+
#: ../../c-api/bytes.rst:90
214214
msgid ":attr:`%i`"
215215
msgstr ":attr:`%i`"
216216

217-
#: ../../c-api/bytes.rst:93
217+
#: ../../c-api/bytes.rst:90
218218
msgid "Equivalent to ``printf(\"%i\")``. [1]_"
219219
msgstr "Equivalente a ``printf(\"%i\")``. [1]_"
220220

221-
#: ../../c-api/bytes.rst:96
221+
#: ../../c-api/bytes.rst:93
222222
msgid ":attr:`%x`"
223223
msgstr ":attr:`%x`"
224224

225-
#: ../../c-api/bytes.rst:96
225+
#: ../../c-api/bytes.rst:93
226226
msgid "Equivalent to ``printf(\"%x\")``. [1]_"
227227
msgstr "Equivalente a ``printf(\"%x\")``. [1]_"
228228

229-
#: ../../c-api/bytes.rst:99
229+
#: ../../c-api/bytes.rst:96
230230
msgid ":attr:`%s`"
231231
msgstr ":attr:`%s`"
232232

233-
#: ../../c-api/bytes.rst:99
233+
#: ../../c-api/bytes.rst:96
234234
msgid "const char\\*"
235235
msgstr "const char\\*"
236236

237-
#: ../../c-api/bytes.rst:99
237+
#: ../../c-api/bytes.rst:96
238238
msgid "A null-terminated C character array."
239239
msgstr "Uma matriz de caracteres C com terminação nula."
240240

241-
#: ../../c-api/bytes.rst:102
241+
#: ../../c-api/bytes.rst:99
242242
msgid ":attr:`%p`"
243243
msgstr ":attr:`%p`"
244244

245-
#: ../../c-api/bytes.rst:102
245+
#: ../../c-api/bytes.rst:99
246246
msgid "const void\\*"
247247
msgstr "const void\\*"
248248

249-
#: ../../c-api/bytes.rst:102
249+
#: ../../c-api/bytes.rst:99
250250
msgid ""
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
260260
msgid ""
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
269269
msgid ""
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."
272272
msgstr ""
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
277277
msgid ""
278278
"Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two "
279279
"arguments."
280280
msgstr ""
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
285285
msgid ""
286286
"Return the bytes representation of object *o* that implements the buffer "
287287
"protocol."
288288
msgstr ""
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
293293
msgid "Return the length of the bytes in bytes object *o*."
294294
msgstr "Retorna o comprimento dos bytes em objeto bytes *o*."
295295

296-
#: ../../c-api/bytes.rst:137
296+
#: ../../c-api/bytes.rst:134
297297
msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
298298
msgstr "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
301301
msgid ""
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
319319
msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
320320
msgstr "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
323323
msgid ""
324324
"Return the null-terminated contents of the object *obj* through the output "
325325
"variables *buffer* and *length*."
326326
msgstr ""
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
331331
msgid ""
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
341341
msgid ""
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
357357
msgid ""
358358
"Previously, :exc:`TypeError` was raised when embedded null bytes were "
359359
"encountered in the bytes object."
360360
msgstr ""
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
365365
msgid ""
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
380380
msgid ""
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
390390
msgid ""
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

Comments
 (0)