Skip to content

Commit d5bff68

Browse files
Update translation
1 parent 54ed1b1 commit d5bff68

10 files changed

Lines changed: 15405 additions & 15410 deletions

File tree

deprecations/index.po

Lines changed: 58 additions & 62 deletions
Large diffs are not rendered by default.

deprecations/pending-removal-in-future.po

Lines changed: 58 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date: 2026-02-09 14:46+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -124,10 +124,6 @@ msgstr ""
124124
"de :class:`complex`."
125125

126126
#: ../../deprecations/pending-removal-in-future.rst:38
127-
msgid "Delegation of ``int()`` to ``__trunc__()`` method."
128-
msgstr "Delegação do método ``int()`` para o ``__trunc__()``."
129-
130-
#: ../../deprecations/pending-removal-in-future.rst:39
131127
msgid ""
132128
"Passing a complex number as the *real* or *imag* argument in the :func:"
133129
"`complex` constructor is now deprecated; it should only be passed as a "
@@ -139,7 +135,7 @@ msgstr ""
139135
"único argumento posicional. (Contribuição de Serhiy Storchaka em :gh:"
140136
"`109218`.)"
141137

142-
#: ../../deprecations/pending-removal-in-future.rst:44
138+
#: ../../deprecations/pending-removal-in-future.rst:43
143139
msgid ""
144140
":mod:`calendar`: ``calendar.January`` and ``calendar.February`` constants "
145141
"are deprecated and replaced by :data:`calendar.JANUARY` and :data:`calendar."
@@ -149,98 +145,98 @@ msgstr ""
149145
"foram descontinuadas e substituídas por :data:`calendar.JANUARY` e :data:"
150146
"`calendar.FEBRUARY`. (Contribuição de Prince Roshan em :gh:`103636`.)"
151147

152-
#: ../../deprecations/pending-removal-in-future.rst:49
148+
#: ../../deprecations/pending-removal-in-future.rst:48
153149
msgid ""
154150
":mod:`codecs`: use :func:`open` instead of :func:`codecs.open`. (:gh:"
155151
"`133038`)"
156152
msgstr ""
157153
":mod:`codecs`: use :func:`open` em vez de :func:`codecs.open`. (:gh:`133038`)"
158154

159-
#: ../../deprecations/pending-removal-in-future.rst:51
155+
#: ../../deprecations/pending-removal-in-future.rst:50
160156
msgid ""
161157
":attr:`codeobject.co_lnotab`: use the :meth:`codeobject.co_lines` method "
162158
"instead."
163159
msgstr ""
164160
":attr:`codeobject.co_lnotab`: use o método :meth:`codeobject.co_lines`."
165161

166-
#: ../../deprecations/pending-removal-in-future.rst:54
162+
#: ../../deprecations/pending-removal-in-future.rst:53
167163
msgid ":mod:`datetime`:"
168164
msgstr ":mod:`datetime`:"
169165

170-
#: ../../deprecations/pending-removal-in-future.rst:56
166+
#: ../../deprecations/pending-removal-in-future.rst:55
171167
msgid ""
172168
":meth:`~datetime.datetime.utcnow`: use ``datetime.datetime.now(tz=datetime."
173169
"UTC)``."
174170
msgstr ""
175171
":meth:`~datetime.datetime.utcnow`: use ``datetime.datetime.now(tz=datetime."
176172
"UTC)``."
177173

178-
#: ../../deprecations/pending-removal-in-future.rst:58
174+
#: ../../deprecations/pending-removal-in-future.rst:57
179175
msgid ""
180176
":meth:`~datetime.datetime.utcfromtimestamp`: use ``datetime.datetime."
181177
"fromtimestamp(timestamp, tz=datetime.UTC)``."
182178
msgstr ""
183179
":meth:`~datetime.datetime.utcfromtimestamp`: use ``datetime.datetime."
184180
"fromtimestamp(timestamp, tz=datetime.UTC)``."
185181

186-
#: ../../deprecations/pending-removal-in-future.rst:61
182+
#: ../../deprecations/pending-removal-in-future.rst:60
187183
msgid ":mod:`gettext`: Plural value must be an integer."
188184
msgstr ":mod:`gettext`: O valor de plural deve ser um número inteiro."
189185

190-
#: ../../deprecations/pending-removal-in-future.rst:63
186+
#: ../../deprecations/pending-removal-in-future.rst:62
191187
msgid ":mod:`importlib`:"
192188
msgstr ":mod:`importlib`:"
193189

194-
#: ../../deprecations/pending-removal-in-future.rst:65
190+
#: ../../deprecations/pending-removal-in-future.rst:64
195191
msgid ""
196192
":func:`~importlib.util.cache_from_source` *debug_override* parameter is "
197193
"deprecated: use the *optimization* parameter instead."
198194
msgstr ""
199195
"O parâmetro *debug_override* de :func:`~importlib.util.cache_from_source` "
200196
"foi descontinuado: em vez disso, use o parâmetro *optimization*."
201197

202-
#: ../../deprecations/pending-removal-in-future.rst:68
198+
#: ../../deprecations/pending-removal-in-future.rst:67
203199
msgid ":mod:`importlib.metadata`:"
204200
msgstr ":mod:`importlib.metadata`:"
205201

206-
#: ../../deprecations/pending-removal-in-future.rst:70
202+
#: ../../deprecations/pending-removal-in-future.rst:69
207203
msgid "``EntryPoints`` tuple interface."
208204
msgstr "Interface de tupla ``EntryPoints``."
209205

210-
#: ../../deprecations/pending-removal-in-future.rst:71
206+
#: ../../deprecations/pending-removal-in-future.rst:70
211207
msgid "Implicit ``None`` on return values."
212208
msgstr "``None`` implícito nos valores de retorno."
213209

214-
#: ../../deprecations/pending-removal-in-future.rst:73
210+
#: ../../deprecations/pending-removal-in-future.rst:72
215211
msgid ""
216212
":mod:`logging`: the ``warn()`` method has been deprecated since Python 3.3, "
217213
"use :meth:`~logging.warning` instead."
218214
msgstr ""
219215
":mod:`logging`: o método ``warn()`` foi descontinuado desde o Python 3.3, "
220216
"use :meth:`~logging.warning`."
221217

222-
#: ../../deprecations/pending-removal-in-future.rst:76
218+
#: ../../deprecations/pending-removal-in-future.rst:75
223219
msgid ""
224220
":mod:`mailbox`: Use of StringIO input and text mode is deprecated, use "
225221
"BytesIO and binary mode instead."
226222
msgstr ""
227223
":mod:`mailbox`: O uso da entrada StringIO e do modo de texto foi "
228224
"descontinuado; em vez disso, use BytesIO e o modo binário."
229225

230-
#: ../../deprecations/pending-removal-in-future.rst:79
226+
#: ../../deprecations/pending-removal-in-future.rst:78
231227
msgid ""
232228
":mod:`os`: Calling :func:`os.register_at_fork` in multi-threaded process."
233229
msgstr ":mod:`os`: Chamar :func:`os.register_at_fork` em processo multithread."
234230

235-
#: ../../deprecations/pending-removal-in-future.rst:81
231+
#: ../../deprecations/pending-removal-in-future.rst:80
236232
msgid ""
237233
":class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is "
238234
"deprecated, use an exception instance."
239235
msgstr ""
240236
":class:`!pydoc.ErrorDuringImport`: Um valor de tupla para o parâmetro "
241237
"*exc_info* foi descontinuado, use uma instância de exceção."
242238

243-
#: ../../deprecations/pending-removal-in-future.rst:84
239+
#: ../../deprecations/pending-removal-in-future.rst:83
244240
msgid ""
245241
":mod:`re`: More strict rules are now applied for numerical group references "
246242
"and group names in regular expressions. Only sequence of ASCII digits is "
@@ -255,122 +251,122 @@ msgstr ""
255251
"apenas letras e dígitos ASCII e sublinhado. (Contribuição de Serhiy "
256252
"Storchaka em :gh:`91760`.)"
257253

258-
#: ../../deprecations/pending-removal-in-future.rst:91
254+
#: ../../deprecations/pending-removal-in-future.rst:90
259255
msgid ""
260256
":mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules."
261257
msgstr ""
262258
"Módulos :mod:`!sre_compile`, :mod:`!sre_constants` e :mod:`!sre_parse`."
263259

264-
#: ../../deprecations/pending-removal-in-future.rst:93
260+
#: ../../deprecations/pending-removal-in-future.rst:92
265261
msgid ""
266262
":mod:`shutil`: :func:`~shutil.rmtree`'s *onerror* parameter is deprecated in "
267263
"Python 3.12; use the *onexc* parameter instead."
268264
msgstr ""
269265
":mod:`shutil`: O parâmetro *onerror* de :func:`~shutil.rmtree` foi "
270266
"descontinuado no Python 3.12; use o parâmetro *onexc*."
271267

272-
#: ../../deprecations/pending-removal-in-future.rst:96
268+
#: ../../deprecations/pending-removal-in-future.rst:95
273269
msgid ":mod:`ssl` options and protocols:"
274270
msgstr "Protocolos e opções de :mod:`ssl`"
275271

276-
#: ../../deprecations/pending-removal-in-future.rst:98
272+
#: ../../deprecations/pending-removal-in-future.rst:97
277273
msgid ":class:`ssl.SSLContext` without protocol argument is deprecated."
278274
msgstr ":class:`ssl.SSLContext` sem argumento de protocolo foi descontinuado."
279275

280-
#: ../../deprecations/pending-removal-in-future.rst:99
276+
#: ../../deprecations/pending-removal-in-future.rst:98
281277
msgid ""
282278
":class:`ssl.SSLContext`: :meth:`~ssl.SSLContext.set_npn_protocols` and :meth:"
283279
"`!selected_npn_protocol` are deprecated: use ALPN instead."
284280
msgstr ""
285281
":class:`ssl.SSLContext`: :meth:`~ssl.SSLContext.set_npn_protocols` e :meth:`!"
286282
"selected_npn_protocol` foram descontinuados: use ALPN."
287283

288-
#: ../../deprecations/pending-removal-in-future.rst:102
284+
#: ../../deprecations/pending-removal-in-future.rst:101
289285
msgid "``ssl.OP_NO_SSL*`` options"
290286
msgstr "Opções de ``ssl.OP_NO_SSL*``"
291287

292-
#: ../../deprecations/pending-removal-in-future.rst:103
288+
#: ../../deprecations/pending-removal-in-future.rst:102
293289
msgid "``ssl.OP_NO_TLS*`` options"
294290
msgstr "Opções de ``ssl.OP_NO_TLS*``"
295291

296-
#: ../../deprecations/pending-removal-in-future.rst:104
292+
#: ../../deprecations/pending-removal-in-future.rst:103
297293
msgid "``ssl.PROTOCOL_SSLv3``"
298294
msgstr "``ssl.PROTOCOL_SSLv3``"
299295

300-
#: ../../deprecations/pending-removal-in-future.rst:105
296+
#: ../../deprecations/pending-removal-in-future.rst:104
301297
msgid "``ssl.PROTOCOL_TLS``"
302298
msgstr "``ssl.PROTOCOL_TLS``"
303299

304-
#: ../../deprecations/pending-removal-in-future.rst:106
300+
#: ../../deprecations/pending-removal-in-future.rst:105
305301
msgid "``ssl.PROTOCOL_TLSv1``"
306302
msgstr "``ssl.PROTOCOL_TLSv1``"
307303

308-
#: ../../deprecations/pending-removal-in-future.rst:107
304+
#: ../../deprecations/pending-removal-in-future.rst:106
309305
msgid "``ssl.PROTOCOL_TLSv1_1``"
310306
msgstr "``ssl.PROTOCOL_TLSv1_1``"
311307

312-
#: ../../deprecations/pending-removal-in-future.rst:108
308+
#: ../../deprecations/pending-removal-in-future.rst:107
313309
msgid "``ssl.PROTOCOL_TLSv1_2``"
314310
msgstr "``ssl.PROTOCOL_TLSv1_2``"
315311

316-
#: ../../deprecations/pending-removal-in-future.rst:109
312+
#: ../../deprecations/pending-removal-in-future.rst:108
317313
msgid "``ssl.TLSVersion.SSLv3``"
318314
msgstr "``ssl.TLSVersion.SSLv3``"
319315

320-
#: ../../deprecations/pending-removal-in-future.rst:110
316+
#: ../../deprecations/pending-removal-in-future.rst:109
321317
msgid "``ssl.TLSVersion.TLSv1``"
322318
msgstr "``ssl.TLSVersion.TLSv1``"
323319

324-
#: ../../deprecations/pending-removal-in-future.rst:111
320+
#: ../../deprecations/pending-removal-in-future.rst:110
325321
msgid "``ssl.TLSVersion.TLSv1_1``"
326322
msgstr "``ssl.TLSVersion.TLSv1_1``"
327323

328-
#: ../../deprecations/pending-removal-in-future.rst:113
324+
#: ../../deprecations/pending-removal-in-future.rst:112
329325
msgid ":mod:`threading` methods:"
330326
msgstr "Métodos de :mod:`threading`:"
331327

332-
#: ../../deprecations/pending-removal-in-future.rst:115
328+
#: ../../deprecations/pending-removal-in-future.rst:114
333329
msgid ""
334330
":meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition."
335331
"notify_all`."
336332
msgstr ""
337333
":meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition."
338334
"notify_all`."
339335

340-
#: ../../deprecations/pending-removal-in-future.rst:116
336+
#: ../../deprecations/pending-removal-in-future.rst:115
341337
msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
342338
msgstr ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
343339

344-
#: ../../deprecations/pending-removal-in-future.rst:117
340+
#: ../../deprecations/pending-removal-in-future.rst:116
345341
msgid ""
346342
":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use :"
347343
"attr:`threading.Thread.daemon` attribute."
348344
msgstr ""
349345
":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use "
350346
"o atributo :attr:`threading.Thread.daemon`."
351347

352-
#: ../../deprecations/pending-removal-in-future.rst:119
348+
#: ../../deprecations/pending-removal-in-future.rst:118
353349
msgid ""
354350
":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use :"
355351
"attr:`threading.Thread.name` attribute."
356352
msgstr ""
357353
":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use o "
358354
"atributo :attr:`threading.Thread.name`."
359355

360-
#: ../../deprecations/pending-removal-in-future.rst:121
356+
#: ../../deprecations/pending-removal-in-future.rst:120
361357
msgid ":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
362358
msgstr ""
363359
":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
364360

365-
#: ../../deprecations/pending-removal-in-future.rst:122
361+
#: ../../deprecations/pending-removal-in-future.rst:121
366362
msgid ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
367363
msgstr ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
368364

369-
#: ../../deprecations/pending-removal-in-future.rst:124
365+
#: ../../deprecations/pending-removal-in-future.rst:123
370366
msgid ":class:`typing.Text` (:gh:`92332`)."
371367
msgstr ":class:`typing.Text` (:gh:`92332`)."
372368

373-
#: ../../deprecations/pending-removal-in-future.rst:126
369+
#: ../../deprecations/pending-removal-in-future.rst:125
374370
msgid ""
375371
"The internal class ``typing._UnionGenericAlias`` is no longer used to "
376372
"implement :class:`typing.Union`. To preserve compatibility with users using "
@@ -383,75 +379,75 @@ msgstr ""
383379
"será fornecida pelo menos até a versão 3.17 do Python. (Contribuição de "
384380
"Jelle Zijlstra em :gh:`105499`.)"
385381

386-
#: ../../deprecations/pending-removal-in-future.rst:131
382+
#: ../../deprecations/pending-removal-in-future.rst:130
387383
msgid ""
388384
":class:`unittest.IsolatedAsyncioTestCase`: it is deprecated to return a "
389385
"value that is not ``None`` from a test case."
390386
msgstr ""
391387
":class:`unittest.IsolatedAsyncioTestCase`: foi descontinuado retornar um "
392388
"valor que não seja ``None`` de um caso de teste."
393389

394-
#: ../../deprecations/pending-removal-in-future.rst:134
390+
#: ../../deprecations/pending-removal-in-future.rst:133
395391
msgid ""
396392
":mod:`urllib.parse` deprecated functions: :func:`~urllib.parse.urlparse` "
397393
"instead"
398394
msgstr ""
399395
"Funções descontinuadas de :mod:`urllib.parse`: use :func:`~urllib.parse."
400396
"urlparse`"
401397

402-
#: ../../deprecations/pending-removal-in-future.rst:136
398+
#: ../../deprecations/pending-removal-in-future.rst:135
403399
msgid "``splitattr()``"
404400
msgstr "``splitattr()``"
405401

406-
#: ../../deprecations/pending-removal-in-future.rst:137
402+
#: ../../deprecations/pending-removal-in-future.rst:136
407403
msgid "``splithost()``"
408404
msgstr "``splithost()``"
409405

410-
#: ../../deprecations/pending-removal-in-future.rst:138
406+
#: ../../deprecations/pending-removal-in-future.rst:137
411407
msgid "``splitnport()``"
412408
msgstr "``splitnport()``"
413409

414-
#: ../../deprecations/pending-removal-in-future.rst:139
410+
#: ../../deprecations/pending-removal-in-future.rst:138
415411
msgid "``splitpasswd()``"
416412
msgstr "``splitpasswd()``"
417413

418-
#: ../../deprecations/pending-removal-in-future.rst:140
414+
#: ../../deprecations/pending-removal-in-future.rst:139
419415
msgid "``splitport()``"
420416
msgstr "``splitport()``"
421417

422-
#: ../../deprecations/pending-removal-in-future.rst:141
418+
#: ../../deprecations/pending-removal-in-future.rst:140
423419
msgid "``splitquery()``"
424420
msgstr "``splitquery()``"
425421

426-
#: ../../deprecations/pending-removal-in-future.rst:142
422+
#: ../../deprecations/pending-removal-in-future.rst:141
427423
msgid "``splittag()``"
428424
msgstr "``splittag()``"
429425

430-
#: ../../deprecations/pending-removal-in-future.rst:143
426+
#: ../../deprecations/pending-removal-in-future.rst:142
431427
msgid "``splittype()``"
432428
msgstr "``splittype()``"
433429

434-
#: ../../deprecations/pending-removal-in-future.rst:144
430+
#: ../../deprecations/pending-removal-in-future.rst:143
435431
msgid "``splituser()``"
436432
msgstr "``splituser()``"
437433

438-
#: ../../deprecations/pending-removal-in-future.rst:145
434+
#: ../../deprecations/pending-removal-in-future.rst:144
439435
msgid "``splitvalue()``"
440436
msgstr "``splitvalue()``"
441437

442-
#: ../../deprecations/pending-removal-in-future.rst:146
438+
#: ../../deprecations/pending-removal-in-future.rst:145
443439
msgid "``to_bytes()``"
444440
msgstr "``to_bytes()``"
445441

446-
#: ../../deprecations/pending-removal-in-future.rst:148
442+
#: ../../deprecations/pending-removal-in-future.rst:147
447443
msgid ""
448444
":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` should not do partial "
449445
"writes."
450446
msgstr ""
451447
":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` não deve fazer gravações "
452448
"parciais."
453449

454-
#: ../../deprecations/pending-removal-in-future.rst:151
450+
#: ../../deprecations/pending-removal-in-future.rst:150
455451
msgid ""
456452
":mod:`xml.etree.ElementTree`: Testing the truth value of an :class:`~xml."
457453
"etree.ElementTree.Element` is deprecated. In a future release it will always "
@@ -463,7 +459,7 @@ msgstr ""
463459
"sempre retornará ``True``. Em vez disso, prefira os testes explícitos "
464460
"``len(elem)`` ou ``elem is not None``."
465461

466-
#: ../../deprecations/pending-removal-in-future.rst:156
462+
#: ../../deprecations/pending-removal-in-future.rst:155
467463
msgid ""
468464
":func:`sys._clear_type_cache` is deprecated: use :func:`sys."
469465
"_clear_internal_caches` instead."

0 commit comments

Comments
 (0)