Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00218a6

Browse files
github-actions[bot]adorilsonrffontenelle
committed
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parente24a97b commit00218a6

File tree

16 files changed

+15832
-15932
lines changed

16 files changed

+15832
-15932
lines changed

‎c-api/init.po‎

Lines changed: 127 additions & 122 deletions
Large diffs are not rendered by default.

‎deprecations/index.po‎

Lines changed: 64 additions & 68 deletions
Large diffs are not rendered by default.

‎deprecations/pending-removal-in-future.po‎

Lines changed: 64 additions & 68 deletions
Large diffs are not rendered by default.

‎library/asyncio-stream.po‎

Lines changed: 52 additions & 52 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -47,7 +47,7 @@ msgstr ""
4747
"Aqui está um exemplo de um cliente TCP realizando eco, escrito usando "
4848
"streams asyncio::"
4949

50-
#:../../library/asyncio-stream.rst:22../../library/asyncio-stream.rst:440
50+
#:../../library/asyncio-stream.rst:22../../library/asyncio-stream.rst:441
5151
msgid""
5252
"import asyncio\n"
5353
"\n"
@@ -139,7 +139,7 @@ msgstr "Removido o parâmetro *loop*."
139139

140140
#:../../library/asyncio-stream.rst:87../../library/asyncio-stream.rst:131
141141
#:../../library/asyncio-stream.rst:167../../library/asyncio-stream.rst:202
142-
#:../../library/asyncio-stream.rst:407
142+
#:../../library/asyncio-stream.rst:408
143143
msgid"Added the *ssl_shutdown_timeout* parameter."
144144
msgstr""
145145

@@ -410,23 +410,23 @@ msgstr ""
410410
"isso falhar, data é enfileirado em um buffer interno de escrita, até que "
411411
"possa ser enviado."
412412

413-
#:../../library/asyncio-stream.rst:319../../library/asyncio-stream.rst:334
413+
#:../../library/asyncio-stream.rst:319
414+
msgid""
415+
"The *data* buffer should be a bytes, bytearray, or C-contiguous one-"
416+
"dimensional memoryview object."
417+
msgstr""
418+
419+
#:../../library/asyncio-stream.rst:322../../library/asyncio-stream.rst:335
414420
msgid"The method should be used along with the ``drain()`` method::"
415421
msgstr"O método deve ser usado juntamente com o método ``drain()``::"
416422

417-
#:../../library/asyncio-stream.rst:321
423+
#:../../library/asyncio-stream.rst:324
418424
msgid""
419425
"stream.write(data)\n"
420426
"await stream.drain()"
421427
msgstr""
422428

423-
#:../../library/asyncio-stream.rst:325
424-
msgid""
425-
"The *data* buffer should be a C contiguous one-dimensional :term:`bytes-like "
426-
"object <bytes-like object>`."
427-
msgstr""
428-
429-
#:../../library/asyncio-stream.rst:329
429+
#:../../library/asyncio-stream.rst:330
430430
msgid""
431431
"The method writes a list (or any iterable) of bytes to the underlying socket "
432432
"immediately. If that fails, the data is queued in an internal write buffer "
@@ -436,67 +436,67 @@ msgstr ""
436436
"o soquete subjacente. Se isso falhar, os dados são enfileirados em um buffer "
437437
"de escrita interno até que possam ser enviados."
438438

439-
#:../../library/asyncio-stream.rst:336
439+
#:../../library/asyncio-stream.rst:337
440440
msgid""
441441
"stream.writelines(lines)\n"
442442
"await stream.drain()"
443443
msgstr""
444444

445-
#:../../library/asyncio-stream.rst:341
445+
#:../../library/asyncio-stream.rst:342
446446
msgid"The method closes the stream and the underlying socket."
447447
msgstr"O método fecha o stream e o soquete subjacente."
448448

449-
#:../../library/asyncio-stream.rst:343
449+
#:../../library/asyncio-stream.rst:344
450450
msgid""
451451
"The method should be used, though not mandatory, along with the "
452452
"``wait_closed()`` method::"
453453
msgstr""
454454

455-
#:../../library/asyncio-stream.rst:346
455+
#:../../library/asyncio-stream.rst:347
456456
msgid""
457457
"stream.close()\n"
458458
"await stream.wait_closed()"
459459
msgstr""
460460

461-
#:../../library/asyncio-stream.rst:351
461+
#:../../library/asyncio-stream.rst:352
462462
msgid""
463463
"Return ``True`` if the underlying transport supports the :meth:`write_eof` "
464464
"method, ``False`` otherwise."
465465
msgstr""
466466
"Retorna ``True`` se o transporte subjacente suporta o método :meth:"
467467
"`write_eof`, ``False`` caso contrário."
468468

469-
#:../../library/asyncio-stream.rst:356
469+
#:../../library/asyncio-stream.rst:357
470470
msgid""
471471
"Close the write end of the stream after the buffered write data is flushed."
472472
msgstr""
473473
"Fecha o extremo de escrita do stream após os dados no buffer de escrita "
474474
"terem sido descarregados."
475475

476-
#:../../library/asyncio-stream.rst:361
476+
#:../../library/asyncio-stream.rst:362
477477
msgid"Return the underlying asyncio transport."
478478
msgstr"Retorna o transporte asyncio subjacente."
479479

480-
#:../../library/asyncio-stream.rst:365
480+
#:../../library/asyncio-stream.rst:366
481481
msgid""
482482
"Access optional transport information; see :meth:`BaseTransport."
483483
"get_extra_info` for details."
484484
msgstr""
485485
"Acessa informações de transporte opcionais; veja :meth:`BaseTransport."
486486
"get_extra_info` para detalhes."
487487

488-
#:../../library/asyncio-stream.rst:371
488+
#:../../library/asyncio-stream.rst:372
489489
msgid"Wait until it is appropriate to resume writing to the stream. Example::"
490490
msgstr""
491491
"Aguarda até que seja apropriado continuar escrevendo no stream. Exemplo::"
492492

493-
#:../../library/asyncio-stream.rst:374
493+
#:../../library/asyncio-stream.rst:375
494494
msgid""
495495
"writer.write(data)\n"
496496
"await writer.drain()"
497497
msgstr""
498498

499-
#:../../library/asyncio-stream.rst:377
499+
#:../../library/asyncio-stream.rst:378
500500
msgid""
501501
"This is a flow control method that interacts with the underlying IO write "
502502
"buffer. When the size of the buffer reaches the high watermark, *drain()* "
@@ -510,70 +510,70 @@ msgstr ""
510510
"para a marca d'água baixa, e a escrita possa continuar. Quando não existe "
511511
"nada que cause uma espera, o método :meth:`drain` retorna imediatamente."
512512

513-
#:../../library/asyncio-stream.rst:388
513+
#:../../library/asyncio-stream.rst:389
514514
msgid"Upgrade an existing stream-based connection to TLS."
515515
msgstr""
516516

517-
#:../../library/asyncio-stream.rst:390
517+
#:../../library/asyncio-stream.rst:391
518518
msgid"Parameters:"
519519
msgstr"Parâmetros:"
520520

521-
#:../../library/asyncio-stream.rst:392
521+
#:../../library/asyncio-stream.rst:393
522522
msgid"*sslcontext*: a configured instance of :class:`~ssl.SSLContext`."
523523
msgstr"*sslcontext*: uma instância configurada de :class:`~ssl.SSLContext`."
524524

525-
#:../../library/asyncio-stream.rst:394
525+
#:../../library/asyncio-stream.rst:395
526526
msgid""
527527
"*server_hostname*: sets or overrides the host name that the target server's "
528528
"certificate will be matched against."
529529
msgstr""
530530
"*server_hostname*: define ou substitui o nome do host no qual o servidor "
531531
"alvo do certificado será comparado."
532532

533-
#:../../library/asyncio-stream.rst:397
533+
#:../../library/asyncio-stream.rst:398
534534
msgid""
535535
"*ssl_handshake_timeout* is the time in seconds to wait for the TLS handshake "
536536
"to complete before aborting the connection. ``60.0`` seconds if ``None`` "
537537
"(default)."
538538
msgstr""
539539

540-
#:../../library/asyncio-stream.rst:401
540+
#:../../library/asyncio-stream.rst:402
541541
msgid""
542542
"*ssl_shutdown_timeout* is the time in seconds to wait for the SSL shutdown "
543543
"to complete before aborting the connection. ``30.0`` seconds if ``None`` "
544544
"(default)."
545545
msgstr""
546546

547-
#:../../library/asyncio-stream.rst:413
547+
#:../../library/asyncio-stream.rst:414
548548
msgid""
549549
"Return ``True`` if the stream is closed or in the process of being closed."
550550
msgstr""
551551
"Retorna ``True`` se o stream estiver fechado ou em processo de ser fechado."
552552

553-
#:../../library/asyncio-stream.rst:421
553+
#:../../library/asyncio-stream.rst:422
554554
msgid"Wait until the stream is closed."
555555
msgstr"Aguarda até que o stream seja fechado."
556556

557-
#:../../library/asyncio-stream.rst:423
557+
#:../../library/asyncio-stream.rst:424
558558
msgid""
559559
"Should be called after :meth:`close` to wait until the underlying connection "
560560
"is closed, ensuring that all data has been flushed before e.g. exiting the "
561561
"program."
562562
msgstr""
563563

564-
#:../../library/asyncio-stream.rst:431
564+
#:../../library/asyncio-stream.rst:432
565565
msgid"Examples"
566566
msgstr"Exemplos"
567567

568-
#:../../library/asyncio-stream.rst:436
568+
#:../../library/asyncio-stream.rst:437
569569
msgid"TCP echo client using streams"
570570
msgstr"Cliente para eco TCP usando streams"
571571

572-
#:../../library/asyncio-stream.rst:438
572+
#:../../library/asyncio-stream.rst:439
573573
msgid"TCP echo client using the :func:`asyncio.open_connection` function::"
574574
msgstr"Cliente de eco TCP usando a função :func:`asyncio.open_connection`::"
575575

576-
#:../../library/asyncio-stream.rst:462
576+
#:../../library/asyncio-stream.rst:463
577577
msgid""
578578
"The :ref:`TCP echo client protocol "
579579
"<asyncio_example_tcp_echo_client_protocol>` example uses the low-level :meth:"
@@ -583,15 +583,15 @@ msgstr ""
583583
"<asyncio_example_tcp_echo_client_protocol>` usa o método de baixo nível :"
584584
"meth:`loop.create_connection`."
585585

586-
#:../../library/asyncio-stream.rst:469
586+
#:../../library/asyncio-stream.rst:470
587587
msgid"TCP echo server using streams"
588588
msgstr"Servidor eco TCP usando streams"
589589

590-
#:../../library/asyncio-stream.rst:471
590+
#:../../library/asyncio-stream.rst:472
591591
msgid"TCP echo server using the :func:`asyncio.start_server` function::"
592592
msgstr"Servidor eco TCP usando a função :func:`asyncio.start_server`::"
593593

594-
#:../../library/asyncio-stream.rst:473
594+
#:../../library/asyncio-stream.rst:474
595595
msgid""
596596
"import asyncio\n"
597597
"\n"
@@ -623,7 +623,7 @@ msgid ""
623623
"asyncio.run(main())"
624624
msgstr""
625625

626-
#:../../library/asyncio-stream.rst:505
626+
#:../../library/asyncio-stream.rst:506
627627
msgid""
628628
"The :ref:`TCP echo server protocol "
629629
"<asyncio_example_tcp_echo_server_protocol>` example uses the :meth:`loop."
@@ -633,18 +633,18 @@ msgstr ""
633633
"<asyncio_example_tcp_echo_server_protocol>` utiliza o método :meth:`loop."
634634
"create_server`."
635635

636-
#:../../library/asyncio-stream.rst:510
636+
#:../../library/asyncio-stream.rst:511
637637
msgid"Get HTTP headers"
638638
msgstr"Obtém headers HTTP"
639639

640-
#:../../library/asyncio-stream.rst:512
640+
#:../../library/asyncio-stream.rst:513
641641
msgid""
642642
"Simple example querying HTTP headers of the URL passed on the command line::"
643643
msgstr""
644644
"Exemplo simples consultando cabeçalhos HTTP da URL passada na linha de "
645645
"comando::"
646646

647-
#:../../library/asyncio-stream.rst:514
647+
#:../../library/asyncio-stream.rst:515
648648
msgid""
649649
"import asyncio\n"
650650
"import urllib.parse\n"
@@ -683,35 +683,35 @@ msgid ""
683683
"asyncio.run(print_http_headers(url))"
684684
msgstr""
685685

686-
#:../../library/asyncio-stream.rst:551
686+
#:../../library/asyncio-stream.rst:552
687687
msgid"Usage::"
688688
msgstr"Uso::"
689689

690-
#:../../library/asyncio-stream.rst:553
690+
#:../../library/asyncio-stream.rst:554
691691
msgid"python example.py http://example.com/path/page.html"
692692
msgstr""
693693

694-
#:../../library/asyncio-stream.rst:555
694+
#:../../library/asyncio-stream.rst:556
695695
msgid"or with HTTPS::"
696696
msgstr"ou com HTTPS::"
697697

698-
#:../../library/asyncio-stream.rst:557
698+
#:../../library/asyncio-stream.rst:558
699699
msgid"python example.py https://example.com/path/page.html"
700700
msgstr""
701701

702-
#:../../library/asyncio-stream.rst:563
702+
#:../../library/asyncio-stream.rst:564
703703
msgid"Register an open socket to wait for data using streams"
704704
msgstr"Registra um soquete aberto para aguardar por dados usando streams"
705705

706-
#:../../library/asyncio-stream.rst:565
706+
#:../../library/asyncio-stream.rst:566
707707
msgid""
708708
"Coroutine waiting until a socket receives data using the :func:"
709709
"`open_connection` function::"
710710
msgstr""
711711
"Corrotina aguardando até que um soquete receba dados usando a função :func:"
712712
"`open_connection`::"
713713

714-
#:../../library/asyncio-stream.rst:568
714+
#:../../library/asyncio-stream.rst:569
715715
msgid""
716716
"import asyncio\n"
717717
"import socket\n"
@@ -744,7 +744,7 @@ msgid ""
744744
"asyncio.run(wait_for_data())"
745745
msgstr""
746746

747-
#:../../library/asyncio-stream.rst:600
747+
#:../../library/asyncio-stream.rst:601
748748
msgid""
749749
"The :ref:`register an open socket to wait for data using a protocol "
750750
"<asyncio_example_create_connection>` example uses a low-level protocol and "
@@ -754,7 +754,7 @@ msgstr ""
754754
"usando um protocolo <asyncio_example_create_connection>` utiliza um "
755755
"protocolo de baixo nível e o método :meth:`loop.create_connection`."
756756

757-
#:../../library/asyncio-stream.rst:604
757+
#:../../library/asyncio-stream.rst:605
758758
msgid""
759759
"The :ref:`watch a file descriptor for read events "
760760
"<asyncio_example_watch_fd>` example uses the low-level :meth:`loop."

‎library/compression.po‎

Lines changed: 7 additions & 7 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -27,7 +27,7 @@ msgstr ""
2727
msgid"The :mod:`!compression` package"
2828
msgstr"O pacote :mod:`!compression`"
2929

30-
#:../../library/compression.rst:6
30+
#:../../library/compression.rst:8
3131
msgid""
3232
"The :mod:`!compression` package contains the canonical compression modules "
3333
"containing interfaces to several different compression algorithms. Some of "
@@ -43,23 +43,23 @@ msgstr ""
4343
"compatibilidade e não serão removidos sem um ciclo de descontinuação. O uso "
4444
"de módulos em :mod:`!compression` é incentivado sempre que possível."
4545

46-
#:../../library/compression.rst:13
46+
#:../../library/compression.rst:15
4747
msgid":mod:`!compression.bz2` -- Re-exports :mod:`bz2`"
4848
msgstr":mod:`!compression.bz2` -- Re-exporta :mod:`bz2`"
4949

50-
#:../../library/compression.rst:14
50+
#:../../library/compression.rst:16
5151
msgid":mod:`!compression.gzip` -- Re-exports :mod:`gzip`"
5252
msgstr":mod:`!compression.gzip` -- Re-exporta :mod:`gzip`"
5353

54-
#:../../library/compression.rst:15
54+
#:../../library/compression.rst:17
5555
msgid":mod:`!compression.lzma` -- Re-exports :mod:`lzma`"
5656
msgstr":mod:`!compression.lzma` -- Re-exporta :mod:`lzma`"
5757

58-
#:../../library/compression.rst:16
58+
#:../../library/compression.rst:18
5959
msgid":mod:`!compression.zlib` -- Re-exports :mod:`zlib`"
6060
msgstr":mod:`!compression.zlib` -- Re-exporta :mod:`zlib`"
6161

62-
#:../../library/compression.rst:17
62+
#:../../library/compression.rst:19
6363
msgid""
6464
":mod:`compression.zstd` -- Wrapper for the Zstandard compression library"
6565
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp