@@ -125,23 +125,23 @@ msgstr ":class:`Task`"
125125
126126#: ../../library/asyncio-api-index.rst:49
127127msgid "Task object."
128- msgstr ""
128+ msgstr "Objeto Task. "
129129
130130#: ../../library/asyncio-api-index.rst:51
131131msgid ":func:`run_coroutine_threadsafe`"
132132msgstr ":func:`run_coroutine_threadsafe`"
133133
134134#: ../../library/asyncio-api-index.rst:52
135135msgid "Schedule a coroutine from another OS thread."
136- msgstr ""
136+ msgstr "Agenda uma corrotina a partir de outra thread do sistema operacional. "
137137
138138#: ../../library/asyncio-api-index.rst:54
139139msgid "``for in`` :func:`as_completed`"
140- msgstr ""
140+ msgstr "``for in`` :func:`as_completed` "
141141
142142#: ../../library/asyncio-api-index.rst:55
143143msgid "Monitor for completion with a ``for`` loop."
144- msgstr ""
144+ msgstr "Monitora a conclusão com um loop ``for``. "
145145
146146#: ../../library/asyncio-api-index.rst:59
147147#: ../../library/asyncio-api-index.rst:95
@@ -157,24 +157,30 @@ msgid ""
157157":ref:`Using asyncio.gather() to run things in parallel "
158158"<asyncio_example_gather>`."
159159msgstr ""
160+ ":ref:`Usando asyncio.gather() para executar coisas em paralelo "
161+ "<asyncio_example_gather>`."
160162
161163#: ../../library/asyncio-api-index.rst:63
162164msgid ""
163165":ref:`Using asyncio.wait_for() to enforce a timeout "
164166"<asyncio_example_waitfor>`."
165167msgstr ""
168+ ":ref:`Usando asyncio.wait_for() para forçar um tempo limite de execução "
169+ "<asyncio_example_waitfor>`."
166170
167171#: ../../library/asyncio-api-index.rst:66
168172msgid ":ref:`Cancellation <asyncio_example_task_cancel>`."
169- msgstr ""
173+ msgstr ":ref:`Cancelamento <asyncio_example_task_cancel>`. "
170174
171175#: ../../library/asyncio-api-index.rst:68
172176msgid ":ref:`Using asyncio.sleep() <asyncio_example_sleep>`."
173- msgstr ""
177+ msgstr ":ref:`Usando asyncio.sleep() <asyncio_example_sleep>`. "
174178
175179#: ../../library/asyncio-api-index.rst:70
176180msgid "See also the main :ref:`Tasks documentation page <coroutine>`."
177181msgstr ""
182+ "Veja também a :ref:`página principal de documentação sobre Tasks "
183+ "<coroutine>`."
178184
179185#: ../../library/asyncio-api-index.rst:74
180186msgid "Queues"
0 commit comments