Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3996d2c

Browse files
pomerge from 3.10 branch into 3.6
1 parent e4ee6be commit 3996d2c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

library/asyncio-eventloop.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ msgstr ""
641641
#: ../../library/asyncio-eventloop.rst:445
642642
#: ../../library/asyncio-eventloop.rst:512
643643
msgid "Parameters:"
644-
msgstr ""
644+
msgstr "Parâmetros:"
645645

646646
#: ../../library/asyncio-eventloop.rst:447
647647
msgid ""
@@ -662,7 +662,7 @@ msgstr ""
662662

663663
#: ../../library/asyncio-eventloop.rst:458
664664
msgid "*flags* is a bitmask for :meth:`getaddrinfo`."
665-
msgstr ""
665+
msgstr "*flags* é uma máscara de bits para :meth:`getaddrinfo`."
666666

667667
#: ../../library/asyncio-eventloop.rst:460
668668
msgid ""
@@ -676,13 +676,17 @@ msgid ""
676676
"*backlog* is the maximum number of queued connections passed to :meth:"
677677
"`~socket.socket.listen` (defaults to 100)."
678678
msgstr ""
679+
"*backlog* é o número máximo de conexões enfileiradas pasadas para :meth:"
680+
"`~socket.socket.listen` (padrão é 100)."
679681

680682
#: ../../library/asyncio-eventloop.rst:467
681683
#: ../../library/asyncio-eventloop.rst:517
682684
msgid ""
683685
"*ssl* can be set to an :class:`~ssl.SSLContext` to enable SSL over the "
684686
"accepted connections."
685687
msgstr ""
688+
"*ssl* pode ser definido para um :class:`~ssl.SSLContext` para habilitar SSL "
689+
"sobre as conexões aceitas."
686690

687691
#: ../../library/asyncio-eventloop.rst:470
688692
msgid ""
@@ -697,6 +701,10 @@ msgid ""
697701
"port as other existing endpoints are bound to, so long as they all set this "
698702
"flag when being created. This option is not supported on Windows."
699703
msgstr ""
704+
"*reuse_port* diz ao kernel para permitir que este endpoint seja vinculado a "
705+
"mesma porta que outros endpoints existentes estão vinculados, contanto que "
706+
"todos eles definam este sinalizador quando forem criados. Esta opção não é "
707+
"suportada no Windows."
700708

701709
#: ../../library/asyncio-eventloop.rst:480
702710
#: ../../library/asyncio-eventloop.rst:501

0 commit comments

Comments
 (0)