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

Skip to content

Commit 1166610

Browse files
pomerge from 3.10 branch into 3.6
1 parent 61e4a26 commit 1166610

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

library/asyncio-eventloop.po

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ msgstr ""
10671067

10681068
#: ../../library/asyncio-eventloop.rst:788
10691069
msgid "Call the current event loop exception handler."
1070-
msgstr ""
1070+
msgstr "Chama o tratador de exceção do laço de eventos atual."
10711071

10721072
#: ../../library/asyncio-eventloop.rst:790
10731073
msgid ""
@@ -1077,27 +1077,29 @@ msgstr ""
10771077

10781078
#: ../../library/asyncio-eventloop.rst:793
10791079
msgid "'message': Error message;"
1080-
msgstr ""
1080+
msgstr "'message': Mensagem de erro;"
10811081

10821082
#: ../../library/asyncio-eventloop.rst:794
10831083
msgid "'exception' (optional): Exception object;"
1084-
msgstr ""
1084+
msgstr "'exception' (opcional): Objeto Exception;"
10851085

10861086
#: ../../library/asyncio-eventloop.rst:795
10871087
msgid "'future' (optional): :class:`asyncio.Future` instance;"
1088-
msgstr ""
1088+
msgstr "'future' (opcional): instância de :class:`asyncio.Future`;"
10891089

10901090
#: ../../library/asyncio-eventloop.rst:796
10911091
msgid "'handle' (optional): :class:`asyncio.Handle` instance;"
1092-
msgstr ""
1092+
msgstr "'handle' (opcional): instância de :class:`asyncio.Handle`;"
10931093

10941094
#: ../../library/asyncio-eventloop.rst:797
10951095
msgid "'protocol' (optional): :ref:`Protocol <asyncio-protocol>` instance;"
10961096
msgstr ""
1097+
"'protocol' (opcional): instância de :ref:`Protocol <asyncio-protocol>`;"
10971098

10981099
#: ../../library/asyncio-eventloop.rst:798
10991100
msgid "'transport' (optional): :ref:`Transport <asyncio-transport>` instance;"
11001101
msgstr ""
1102+
"'transport' (opcional): instância de :ref:`Transport <asyncio-transport>`;"
11011103

11021104
#: ../../library/asyncio-eventloop.rst:799
11031105
msgid "'socket' (optional): :class:`socket.socket` instance."
@@ -1115,21 +1117,24 @@ msgstr ""
11151117

11161118
#: ../../library/asyncio-eventloop.rst:812
11171119
msgid "Get the debug mode (:class:`bool`) of the event loop."
1118-
msgstr ""
1120+
msgstr "Obtém o modo de debug (:class:`bool`) do laço de eventos."
11191121

11201122
#: ../../library/asyncio-eventloop.rst:814
11211123
msgid ""
11221124
"The default value is ``True`` if the environment variable :envvar:"
11231125
"`PYTHONASYNCIODEBUG` is set to a non-empty string, ``False`` otherwise."
11241126
msgstr ""
1127+
"O valor padrão é ``True`` se a variável de ambiente :envvar:"
1128+
"`PYTHONASYNCIODEBUG` estiver definida para uma string não vazia, ``False`` "
1129+
"caso contrário."
11251130

11261131
#: ../../library/asyncio-eventloop.rst:822
11271132
msgid "Set the debug mode of the event loop."
1128-
msgstr ""
1133+
msgstr "Define o modo de debug do laço de eventos."
11291134

11301135
#: ../../library/asyncio-eventloop.rst:828
11311136
msgid "The :ref:`debug mode of asyncio <asyncio-debug-mode>`."
1132-
msgstr ""
1137+
msgstr "O :ref:`modo de debug de asyncio <asyncio-debug-mode>`."
11331138

11341139
#: ../../library/asyncio-eventloop.rst:831
11351140
msgid "Server"
@@ -1150,22 +1155,28 @@ msgid ""
11501155
"Stop serving: close listening sockets and set the :attr:`sockets` attribute "
11511156
"to ``None``."
11521157
msgstr ""
1158+
"Para de servir: fecha soquetes que estavam ouvindo e define o atributo :attr:"
1159+
"`sockets` para ``None``."
11531160

11541161
#: ../../library/asyncio-eventloop.rst:845
11551162
msgid ""
11561163
"The sockets that represent existing incoming client connections are left "
11571164
"open."
11581165
msgstr ""
1166+
"Os soquetes que representam conexões de clientes existentes que estão "
1167+
"chegando são deixados em aberto."
11591168

11601169
#: ../../library/asyncio-eventloop.rst:848
11611170
msgid ""
11621171
"The server is closed asynchronously, use the :meth:`wait_closed` coroutine "
11631172
"to wait until the server is closed."
11641173
msgstr ""
1174+
"O servidor é fechado de forma assíncrona, use a corrotina :meth:"
1175+
"`wait_closed` para aguartar até que o servidor esteja fechado."
11651176

11661177
#: ../../library/asyncio-eventloop.rst:853
11671178
msgid "Wait until the :meth:`close` method completes."
1168-
msgstr ""
1179+
msgstr "Aguarda até o método :meth:`close` completar."
11691180

11701181
#: ../../library/asyncio-eventloop.rst:859
11711182
msgid ""

library/asyncio-subprocess.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ msgstr ""
133133

134134
#: ../../library/asyncio-subprocess.rst:88
135135
msgid "Other parameters:"
136-
msgstr ""
136+
msgstr "Outros parâmetros:"
137137

138138
#: ../../library/asyncio-subprocess.rst:90
139139
msgid ""

0 commit comments

Comments
 (0)