Skip to content

Commit cc186d4

Browse files
pomerge from 3.9 branch into 3.7
1 parent 061111d commit cc186d4

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

library/asyncio-api-index.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,56 +191,61 @@ msgid ""
191191
"Queues should be used to distribute work amongst multiple asyncio Tasks, "
192192
"implement connection pools, and pub/sub patterns."
193193
msgstr ""
194+
"Filas devem ser usadas para distribuir trabalho entre múltiplos asyncio "
195+
"Tasks, implementar pools de conexão, e padrões pub/sub."
194196

195197
#: ../../library/asyncio-api-index.rst:84
196198
msgid ":class:`Queue`"
197199
msgstr ":class:`Queue`"
198200

199201
#: ../../library/asyncio-api-index.rst:85
200202
msgid "A FIFO queue."
201-
msgstr ""
203+
msgstr "Uma fila FIFO - Primeiro que entra, é o primeiro que sai."
202204

203205
#: ../../library/asyncio-api-index.rst:87
204206
msgid ":class:`PriorityQueue`"
205207
msgstr ":class:`PriorityQueue`"
206208

207209
#: ../../library/asyncio-api-index.rst:88
208210
msgid "A priority queue."
209-
msgstr ""
211+
msgstr "Uma fila de prioridade."
210212

211213
#: ../../library/asyncio-api-index.rst:90
212214
msgid ":class:`LifoQueue`"
213215
msgstr ":class:`LifoQueue`"
214216

215217
#: ../../library/asyncio-api-index.rst:91
216218
msgid "A LIFO queue."
217-
msgstr ""
219+
msgstr "Uma fila LIFO - Último que entra, é o primeiro que sai."
218220

219221
#: ../../library/asyncio-api-index.rst:96
220222
msgid ""
221223
":ref:`Using asyncio.Queue to distribute workload between several Tasks "
222224
"<asyncio_example_queue_dist>`."
223225
msgstr ""
226+
":ref:`Usando asyncio.Queue para distribuir cargas de trabalho entre diversas "
227+
"Tasks <asyncio_example_queue_dist>`."
224228

225229
#: ../../library/asyncio-api-index.rst:99
226230
msgid "See also the :ref:`Queues documentation page <asyncio-queues>`."
227231
msgstr ""
232+
"Veja também a :ref:`Página de documentação da classe Queue <asyncio-queues>`."
228233

229234
#: ../../library/asyncio-api-index.rst:103
230235
msgid "Subprocesses"
231-
msgstr ""
236+
msgstr "Subprocesso"
232237

233238
#: ../../library/asyncio-api-index.rst:105
234239
msgid "Utilities to spawn subprocesses and run shell commands."
235240
msgstr ""
236241

237242
#: ../../library/asyncio-api-index.rst:111
238243
msgid "``await`` :func:`create_subprocess_exec`"
239-
msgstr ""
244+
msgstr "``await`` :func:`create_subprocess_exec`"
240245

241246
#: ../../library/asyncio-api-index.rst:112
242247
msgid "Create a subprocess."
243-
msgstr ""
248+
msgstr "Cria um subprocesso."
244249

245250
#: ../../library/asyncio-api-index.rst:114
246251
msgid "``await`` :func:`create_subprocess_shell`"

library/asyncio-llapi-index.po

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

477477
#: ../../library/asyncio-llapi-index.rst:229
478478
msgid "Subprocesses"
479-
msgstr ""
479+
msgstr "Subprocesso"
480480

481481
#: ../../library/asyncio-llapi-index.rst:234
482482
msgid ":meth:`loop.subprocess_exec`"

library/asyncio-subprocess.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgstr ""
2626

2727
#: ../../library/asyncio-subprocess.rst:7
2828
msgid "Subprocesses"
29-
msgstr ""
29+
msgstr "Subprocesso"
3030

3131
#: ../../library/asyncio-subprocess.rst:9
3232
msgid ""
@@ -62,7 +62,7 @@ msgstr ""
6262

6363
#: ../../library/asyncio-subprocess.rst:63
6464
msgid "Create a subprocess."
65-
msgstr ""
65+
msgstr "Cria um subprocesso."
6666

6767
#: ../../library/asyncio-subprocess.rst:65
6868
#: ../../library/asyncio-subprocess.rst:80

0 commit comments

Comments
 (0)