Skip to content

Commit 8ce0c2d

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

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

library/asyncio-api-index.po

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ msgstr "Subprocesso"
237237

238238
#: ../../library/asyncio-api-index.rst:105
239239
msgid "Utilities to spawn subprocesses and run shell commands."
240-
msgstr ""
240+
msgstr "Utilitários para iniciar subprocessos e executar comandos no console."
241241

242242
#: ../../library/asyncio-api-index.rst:111
243243
msgid "``await`` :func:`create_subprocess_exec`"
@@ -249,67 +249,70 @@ msgstr "Cria um subprocesso."
249249

250250
#: ../../library/asyncio-api-index.rst:114
251251
msgid "``await`` :func:`create_subprocess_shell`"
252-
msgstr ""
252+
msgstr "``await`` :func:`create_subprocess_shell`"
253253

254254
#: ../../library/asyncio-api-index.rst:115
255255
msgid "Run a shell command."
256-
msgstr ""
256+
msgstr "Executa um comando no console."
257257

258258
#: ../../library/asyncio-api-index.rst:120
259259
msgid ":ref:`Executing a shell command <asyncio_example_subprocess_shell>`."
260260
msgstr ""
261+
":ref:`Executando um comando no console <asyncio_example_subprocess_shell>`."
261262

262263
#: ../../library/asyncio-api-index.rst:122
263264
msgid "See also the :ref:`subprocess APIs <asyncio-subprocess>` documentation."
264265
msgstr ""
266+
"Veja também a :ref:`documentação de subprocessos de APIs <asyncio-"
267+
"subprocess>`."
265268

266269
#: ../../library/asyncio-api-index.rst:127
267270
msgid "Streams"
268-
msgstr ""
271+
msgstr "Fluxos"
269272

270273
#: ../../library/asyncio-api-index.rst:129
271274
msgid "High-level APIs to work with network IO."
272-
msgstr ""
275+
msgstr "APIs de alto nível para trabalhar com entrada e saída de rede."
273276

274277
#: ../../library/asyncio-api-index.rst:135
275278
msgid "``await`` :func:`open_connection`"
276-
msgstr ""
279+
msgstr "``await`` :func:`open_connection`"
277280

278281
#: ../../library/asyncio-api-index.rst:136
279282
msgid "Establish a TCP connection."
280283
msgstr "Estabelece uma conexão TCP."
281284

282285
#: ../../library/asyncio-api-index.rst:138
283286
msgid "``await`` :func:`open_unix_connection`"
284-
msgstr ""
287+
msgstr "``await`` :func:`open_unix_connection`"
285288

286289
#: ../../library/asyncio-api-index.rst:139
287290
msgid "Establish a Unix socket connection."
288-
msgstr ""
291+
msgstr "Estabelece uma conexão com soquete Unix."
289292

290293
#: ../../library/asyncio-api-index.rst:141
291294
msgid "``await`` :func:`start_server`"
292-
msgstr ""
295+
msgstr "``await`` :func:`start_server`"
293296

294297
#: ../../library/asyncio-api-index.rst:142
295298
msgid "Start a TCP server."
296-
msgstr ""
299+
msgstr "Inicia um servidor TCP."
297300

298301
#: ../../library/asyncio-api-index.rst:144
299302
msgid "``await`` :func:`start_unix_server`"
300-
msgstr ""
303+
msgstr "``await`` :func:`start_unix_server`"
301304

302305
#: ../../library/asyncio-api-index.rst:145
303306
msgid "Start a Unix socket server."
304-
msgstr ""
307+
msgstr "Inicia um servidor com soquete Unix."
305308

306309
#: ../../library/asyncio-api-index.rst:147
307310
msgid ":class:`StreamReader`"
308311
msgstr ":class:`StreamReader`"
309312

310313
#: ../../library/asyncio-api-index.rst:148
311314
msgid "High-level async/await object to receive network data."
312-
msgstr ""
315+
msgstr "Objeto async/await de alto nível para receber dados de rede."
313316

314317
#: ../../library/asyncio-api-index.rst:150
315318
msgid ":class:`StreamWriter`"

library/asyncio-stream.po

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

2828
#: ../../library/asyncio-stream.rst:7
2929
msgid "Streams"
30-
msgstr ""
30+
msgstr "Fluxos"
3131

3232
#: ../../library/asyncio-stream.rst:9
3333
msgid ""
@@ -152,7 +152,7 @@ msgstr ""
152152

153153
#: ../../library/asyncio-stream.rst:134
154154
msgid "Start a Unix socket server."
155-
msgstr ""
155+
msgstr "Inicia um servidor com soquete Unix."
156156

157157
#: ../../library/asyncio-stream.rst:136
158158
msgid "Similar to :func:`start_server` but works with Unix sockets."

0 commit comments

Comments
 (0)