@@ -1067,7 +1067,7 @@ msgstr ""
1067
1067
1068
1068
#: ../../library/asyncio-eventloop.rst:788
1069
1069
msgid "Call the current event loop exception handler."
1070
- msgstr ""
1070
+ msgstr "Chama o tratador de exceção do laço de eventos atual. "
1071
1071
1072
1072
#: ../../library/asyncio-eventloop.rst:790
1073
1073
msgid ""
@@ -1077,27 +1077,29 @@ msgstr ""
1077
1077
1078
1078
#: ../../library/asyncio-eventloop.rst:793
1079
1079
msgid "'message': Error message;"
1080
- msgstr ""
1080
+ msgstr "'message': Mensagem de erro; "
1081
1081
1082
1082
#: ../../library/asyncio-eventloop.rst:794
1083
1083
msgid "'exception' (optional): Exception object;"
1084
- msgstr ""
1084
+ msgstr "'exception' (opcional): Objeto Exception; "
1085
1085
1086
1086
#: ../../library/asyncio-eventloop.rst:795
1087
1087
msgid "'future' (optional): :class:`asyncio.Future` instance;"
1088
- msgstr ""
1088
+ msgstr "'future' (opcional): instância de :class:`asyncio.Future`; "
1089
1089
1090
1090
#: ../../library/asyncio-eventloop.rst:796
1091
1091
msgid "'handle' (optional): :class:`asyncio.Handle` instance;"
1092
- msgstr ""
1092
+ msgstr "'handle' (opcional): instância de :class:`asyncio.Handle`; "
1093
1093
1094
1094
#: ../../library/asyncio-eventloop.rst:797
1095
1095
msgid "'protocol' (optional): :ref:`Protocol <asyncio-protocol>` instance;"
1096
1096
msgstr ""
1097
+ "'protocol' (opcional): instância de :ref:`Protocol <asyncio-protocol>`;"
1097
1098
1098
1099
#: ../../library/asyncio-eventloop.rst:798
1099
1100
msgid "'transport' (optional): :ref:`Transport <asyncio-transport>` instance;"
1100
1101
msgstr ""
1102
+ "'transport' (opcional): instância de :ref:`Transport <asyncio-transport>`;"
1101
1103
1102
1104
#: ../../library/asyncio-eventloop.rst:799
1103
1105
msgid "'socket' (optional): :class:`socket.socket` instance."
@@ -1115,21 +1117,24 @@ msgstr ""
1115
1117
1116
1118
#: ../../library/asyncio-eventloop.rst:812
1117
1119
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. "
1119
1121
1120
1122
#: ../../library/asyncio-eventloop.rst:814
1121
1123
msgid ""
1122
1124
"The default value is ``True`` if the environment variable :envvar:"
1123
1125
"`PYTHONASYNCIODEBUG` is set to a non-empty string, ``False`` otherwise."
1124
1126
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."
1125
1130
1126
1131
#: ../../library/asyncio-eventloop.rst:822
1127
1132
msgid "Set the debug mode of the event loop."
1128
- msgstr ""
1133
+ msgstr "Define o modo de debug do laço de eventos. "
1129
1134
1130
1135
#: ../../library/asyncio-eventloop.rst:828
1131
1136
msgid "The :ref:`debug mode of asyncio <asyncio-debug-mode>`."
1132
- msgstr ""
1137
+ msgstr "O :ref:`modo de debug de asyncio <asyncio-debug-mode>`. "
1133
1138
1134
1139
#: ../../library/asyncio-eventloop.rst:831
1135
1140
msgid "Server"
@@ -1150,22 +1155,28 @@ msgid ""
1150
1155
"Stop serving: close listening sockets and set the :attr:`sockets` attribute "
1151
1156
"to ``None``."
1152
1157
msgstr ""
1158
+ "Para de servir: fecha soquetes que estavam ouvindo e define o atributo :attr:"
1159
+ "`sockets` para ``None``."
1153
1160
1154
1161
#: ../../library/asyncio-eventloop.rst:845
1155
1162
msgid ""
1156
1163
"The sockets that represent existing incoming client connections are left "
1157
1164
"open."
1158
1165
msgstr ""
1166
+ "Os soquetes que representam conexões de clientes existentes que estão "
1167
+ "chegando são deixados em aberto."
1159
1168
1160
1169
#: ../../library/asyncio-eventloop.rst:848
1161
1170
msgid ""
1162
1171
"The server is closed asynchronously, use the :meth:`wait_closed` coroutine "
1163
1172
"to wait until the server is closed."
1164
1173
msgstr ""
1174
+ "O servidor é fechado de forma assíncrona, use a corrotina :meth:"
1175
+ "`wait_closed` para aguartar até que o servidor esteja fechado."
1165
1176
1166
1177
#: ../../library/asyncio-eventloop.rst:853
1167
1178
msgid "Wait until the :meth:`close` method completes."
1168
- msgstr ""
1179
+ msgstr "Aguarda até o método :meth:`close` completar. "
1169
1180
1170
1181
#: ../../library/asyncio-eventloop.rst:859
1171
1182
msgid ""
0 commit comments