6
6
# Translators:
7
7
# André Filipe de Assunção e Brito <decko@birosca.mobi>, 2025
8
8
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2025
9
- # Adorilson Bezerra <adorilson@gmail.com>, 2025
10
9
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
10
+ # Adorilson Bezerra <adorilson@gmail.com>, 2025
11
11
#
12
12
#, fuzzy
13
13
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"POT-Creation-Date : 2025-07-04 14:20+0000\n "
18
18
"PO-Revision-Date : 2025-05-08 06:05+0000\n "
19
- "Last-Translator : Rafael Fontenelle <rffontenelle @gmail.com>, 2025\n "
19
+ "Last-Translator : Adorilson Bezerra <adorilson @gmail.com>, 2025\n "
20
20
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
21
21
"teams/5390/pt_BR/)\n "
22
22
"MIME-Version : 1.0\n "
@@ -3251,6 +3251,9 @@ msgid ""
3251
3251
"``IDLE`` command as defined in :rfc:`2177`. (Contributed by Forest in :gh:"
3252
3252
"`55454`.)"
3253
3253
msgstr ""
3254
+ "Adiciona o método :meth:`IMAP4.idle() <imaplib.IMAP4.idle>`, que implementa "
3255
+ "o comando IMAP4 ``IDLE`` conforme definido em :rfc:`2177`. (Contribuição de "
3256
+ "Forest em :gh:`55454`.)"
3254
3257
3255
3258
#: ../../whatsnew/3.14.rst:1564
3256
3259
msgid "inspect"
@@ -3262,19 +3265,28 @@ msgid ""
3262
3265
"control the :class:`annotationlib.Format` used for representing annotations. "
3263
3266
"(Contributed by Jelle Zijlstra in :gh:`101552`.)"
3264
3267
msgstr ""
3268
+ ":func:`inspect.signature` recebe um novo argumento *annotation_format* para "
3269
+ "controlar o :class:`annotationlib.Format` usado para representar anotações. "
3270
+ "(Contribuição de Jelle Zijlstra em :gh:`101552`.)"
3265
3271
3266
3272
#: ../../whatsnew/3.14.rst:1570
3267
3273
msgid ""
3268
3274
":meth:`inspect.Signature.format` takes a new argument *unquote_annotations*. "
3269
3275
"If true, string :term:`annotations <annotation>` are displayed without "
3270
3276
"surrounding quotes. (Contributed by Jelle Zijlstra in :gh:`101552`.)"
3271
3277
msgstr ""
3278
+ ":meth:`inspect.Signature.formatar` recebe um novo argumento "
3279
+ "*unquote_annotations*. Se verdadeiro, string com :term:`annotations "
3280
+ "<annotation>` são exibidas sem as aspas ao redor. (Contribuição de Jelle "
3281
+ "Zijlstra em :gh:`101552`.)"
3272
3282
3273
3283
#: ../../whatsnew/3.14.rst:1574
3274
3284
msgid ""
3275
3285
"Add function :func:`inspect.ispackage` to determine whether an object is a :"
3276
3286
"term:`package` or not. (Contributed by Zhikang Yan in :gh:`125634`.)"
3277
3287
msgstr ""
3288
+ "Adiciona função :func:`inspect.ispackage` para determinar se um objeto é um :"
3289
+ "term:`pacote` ou não. (Contribuição de Zhikang Yan em :gh:`125634`.)"
3278
3290
3279
3291
#: ../../whatsnew/3.14.rst:1580 ../../whatsnew/3.14.rst:2245
3280
3292
msgid "io"
@@ -3286,6 +3298,9 @@ msgid ""
3286
3298
"`BlockingIOError` if the operation cannot immediately return bytes. "
3287
3299
"(Contributed by Giovanni Siragusa in :gh:`109523`.)"
3288
3300
msgstr ""
3301
+ "A leitura de texto de um fluxo sem bloqueio com ``read`` pode agora levantar "
3302
+ "um :exc:`BlockingIOError` se a operação não puder imediatamente retornar "
3303
+ "bytes. (Contribuição de Giovanni Siragusa em :gh:`109523`.)"
3289
3304
3290
3305
#: ../../whatsnew/3.14.rst:1586
3291
3306
msgid ""
@@ -3294,6 +3309,10 @@ msgid ""
3294
3309
"TextIO`, and :class:`typing.BinaryIO`. (Contributed by Sebastian Rittau in :"
3295
3310
"gh:`127648`.)"
3296
3311
msgstr ""
3312
+ "Adiciona os protocolos :class:`io.Reader` e :class:`io.Writer` como "
3313
+ "alternativas mais simples aos pseudoprotocolos :class:`typing.IO`, :class:"
3314
+ "`typing.TextIO` e :class:`typing.BinaryIO`. (Contribuição de Sebastian "
3315
+ "Rittau em :gh:`127648`.)"
3297
3316
3298
3317
#: ../../whatsnew/3.14.rst:1593
3299
3318
msgid "json"
0 commit comments