@@ -320,67 +320,69 @@ msgstr ":class:`StreamWriter`"
320320
321321#: ../../library/asyncio-api-index.rst:151
322322msgid "High-level async/await object to send network data."
323- msgstr ""
323+ msgstr "Objeto async/await de alto nível para enviar dados pela rede. "
324324
325325#: ../../library/asyncio-api-index.rst:156
326326msgid ":ref:`Example TCP client <asyncio_example_stream>`."
327- msgstr ""
327+ msgstr ":ref:`Exemplo de cliente TCP <asyncio_example_stream>`. "
328328
329329#: ../../library/asyncio-api-index.rst:158
330330msgid "See also the :ref:`streams APIs <asyncio-streams>` documentation."
331- msgstr ""
331+ msgstr "Veja também a :ref:`documentação de fluxos APIs <asyncio-streams>`. "
332332
333333#: ../../library/asyncio-api-index.rst:163
334334msgid "Synchronization"
335- msgstr ""
335+ msgstr "Sincronização "
336336
337337#: ../../library/asyncio-api-index.rst:165
338338msgid "Threading-like synchronization primitives that can be used in Tasks."
339339msgstr ""
340+ "Primitivas de sincronização similares a threads, que podem ser usadas em "
341+ "tarefas."
340342
341343#: ../../library/asyncio-api-index.rst:171
342344msgid ":class:`Lock`"
343345msgstr ":class:`Lock`"
344346
345347#: ../../library/asyncio-api-index.rst:172
346348msgid "A mutex lock."
347- msgstr ""
349+ msgstr "Um bloqueio mutex. "
348350
349351#: ../../library/asyncio-api-index.rst:174
350352msgid ":class:`Event`"
351353msgstr ":class:`Event`"
352354
353355#: ../../library/asyncio-api-index.rst:175
354356msgid "An event object."
355- msgstr ""
357+ msgstr "Um objeto de evento. "
356358
357359#: ../../library/asyncio-api-index.rst:177
358360msgid ":class:`Condition`"
359361msgstr ":class:`Condition`"
360362
361363#: ../../library/asyncio-api-index.rst:178
362364msgid "A condition object."
363- msgstr ""
365+ msgstr "Um objeto de condição. "
364366
365367#: ../../library/asyncio-api-index.rst:180
366368msgid ":class:`Semaphore`"
367369msgstr ":class:`Semaphore`"
368370
369371#: ../../library/asyncio-api-index.rst:181
370372msgid "A semaphore."
371- msgstr ""
373+ msgstr "Um semáforo. "
372374
373375#: ../../library/asyncio-api-index.rst:183
374376msgid ":class:`BoundedSemaphore`"
375377msgstr ":class:`BoundedSemaphore`"
376378
377379#: ../../library/asyncio-api-index.rst:184
378380msgid "A bounded semaphore."
379- msgstr ""
381+ msgstr "Um semáforo limitado. "
380382
381383#: ../../library/asyncio-api-index.rst:189
382384msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."
383- msgstr ""
385+ msgstr ":ref:`Usando asyncio.Event <asyncio_example_sync_event>`. "
384386
385387#: ../../library/asyncio-api-index.rst:191
386388msgid ""
@@ -404,23 +406,30 @@ msgid ""
404406"``asyncio.TimeoutError`` is **unrelated** to the built-in :exc:"
405407"`TimeoutError` exception."
406408msgstr ""
409+ "Levantado ao atingir o tempo limite de funções como :func:`wait_for`. Tenha "
410+ "em mente que ``asyncio.TimeoutError`` **não é relacionado** com a exceção :"
411+ "exc:`TimeoutError` embutida."
407412
408413#: ../../library/asyncio-api-index.rst:208
409414msgid ":exc:`asyncio.CancelledError`"
410415msgstr ":exc:`asyncio.CancelledError`"
411416
412417#: ../../library/asyncio-api-index.rst:209
413418msgid "Raised when a Task is cancelled. See also :meth:`Task.cancel`."
414- msgstr ""
419+ msgstr "Levantado quanto a Task é cancelada. Veja também :meth:`Task.cancel`. "
415420
416421#: ../../library/asyncio-api-index.rst:214
417422msgid ""
418423":ref:`Handling CancelledError to run code on cancellation request "
419424"<asyncio_example_task_cancel>`."
420425msgstr ""
426+ ":ref:`Manipulando CancelledError para executar código no cancelamento de uma "
427+ "requisição <asyncio_example_task_cancel>`."
421428
422429#: ../../library/asyncio-api-index.rst:217
423430msgid ""
424431"See also the full list of :ref:`asyncio-specific exceptions <asyncio-"
425432"exceptions>`."
426433msgstr ""
434+ "Veja também a lista completa de :ref:`exceções específicas de asyncio "
435+ "<asyncio-exceptions>`."
0 commit comments