Skip to content

Commit 541a168

Browse files
pomerge from 3.9 branch into 3.7
1 parent 8ce0c2d commit 541a168

4 files changed

Lines changed: 24 additions & 13 deletions

File tree

library/asyncio-api-index.po

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -320,67 +320,69 @@ msgstr ":class:`StreamWriter`"
320320

321321
#: ../../library/asyncio-api-index.rst:151
322322
msgid "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
326326
msgid ":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
330330
msgid "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
334334
msgid "Synchronization"
335-
msgstr ""
335+
msgstr "Sincronização"
336336

337337
#: ../../library/asyncio-api-index.rst:165
338338
msgid "Threading-like synchronization primitives that can be used in Tasks."
339339
msgstr ""
340+
"Primitivas de sincronização similares a threads, que podem ser usadas em "
341+
"tarefas."
340342

341343
#: ../../library/asyncio-api-index.rst:171
342344
msgid ":class:`Lock`"
343345
msgstr ":class:`Lock`"
344346

345347
#: ../../library/asyncio-api-index.rst:172
346348
msgid "A mutex lock."
347-
msgstr ""
349+
msgstr "Um bloqueio mutex."
348350

349351
#: ../../library/asyncio-api-index.rst:174
350352
msgid ":class:`Event`"
351353
msgstr ":class:`Event`"
352354

353355
#: ../../library/asyncio-api-index.rst:175
354356
msgid "An event object."
355-
msgstr ""
357+
msgstr "Um objeto de evento."
356358

357359
#: ../../library/asyncio-api-index.rst:177
358360
msgid ":class:`Condition`"
359361
msgstr ":class:`Condition`"
360362

361363
#: ../../library/asyncio-api-index.rst:178
362364
msgid "A condition object."
363-
msgstr ""
365+
msgstr "Um objeto de condição."
364366

365367
#: ../../library/asyncio-api-index.rst:180
366368
msgid ":class:`Semaphore`"
367369
msgstr ":class:`Semaphore`"
368370

369371
#: ../../library/asyncio-api-index.rst:181
370372
msgid "A semaphore."
371-
msgstr ""
373+
msgstr "Um semáforo."
372374

373375
#: ../../library/asyncio-api-index.rst:183
374376
msgid ":class:`BoundedSemaphore`"
375377
msgstr ":class:`BoundedSemaphore`"
376378

377379
#: ../../library/asyncio-api-index.rst:184
378380
msgid "A bounded semaphore."
379-
msgstr ""
381+
msgstr "Um semáforo limitado."
380382

381383
#: ../../library/asyncio-api-index.rst:189
382384
msgid ":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
386388
msgid ""
@@ -404,23 +406,30 @@ msgid ""
404406
"``asyncio.TimeoutError`` is **unrelated** to the built-in :exc:"
405407
"`TimeoutError` exception."
406408
msgstr ""
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
409414
msgid ":exc:`asyncio.CancelledError`"
410415
msgstr ":exc:`asyncio.CancelledError`"
411416

412417
#: ../../library/asyncio-api-index.rst:209
413418
msgid "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
417422
msgid ""
418423
":ref:`Handling CancelledError to run code on cancellation request "
419424
"<asyncio_example_task_cancel>`."
420425
msgstr ""
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
423430
msgid ""
424431
"See also the full list of :ref:`asyncio-specific exceptions <asyncio-"
425432
"exceptions>`."
426433
msgstr ""
434+
"Veja também a lista completa de :ref:`exceções específicas de asyncio "
435+
"<asyncio-exceptions>`."

library/io.po

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

206206
#: ../../library/io.rst:154
207207
msgid "Class hierarchy"
208-
msgstr ""
208+
msgstr "hierarquia de classe"
209209

210210
#: ../../library/io.rst:156
211211
msgid ""

library/timeit.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ msgid ""
307307
"It is possible to provide a setup statement that is executed only once at "
308308
"the beginning:"
309309
msgstr ""
310+
"É possível fornecer uma instrução de configuração que é executada apenas uma "
311+
"vez no início:"
310312

311313
#: ../../library/timeit.rst:293
312314
msgid "The same can be done using the :class:`Timer` class and its methods::"

library/uu.po

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

5353
#: ../../library/uu.rst:28
5454
msgid "The :mod:`uu` module defines the following functions:"
55-
msgstr ""
55+
msgstr "O módulo :mod: `uu` define as seguintes funções:"
5656

5757
#: ../../library/uu.rst:33
5858
msgid ""

0 commit comments

Comments
 (0)