@@ -15,7 +15,8 @@ msgstr ""
15
15
"POT-Creation-Date : 2020-02-09 12:40+0000\n "
16
16
"PO-Revision-Date : 2018-09-18 00:23+0000\n "
17
17
"Last-Translator : Marco Rougeth <marco@rougeth.com>, 2019\n "
18
- "Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/teams/5390/pt_BR/)\n "
18
+ "Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
19
+ "teams/5390/pt_BR/)\n "
19
20
"Language : pt_BR\n "
20
21
"MIME-Version : 1.0\n "
21
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -32,10 +33,9 @@ msgid ""
32
33
"management of the event loop. Each event loop has a default policy, which "
33
34
"can be changed and customized using the policy API."
34
35
msgstr ""
35
- "Uma política de laço de eventos é um objeto global por processo que controla"
36
- " o gerenciamento do laço de eventos. Cada laço de eventos possui uma "
37
- "política padrão, que pode ser alterada e personalizada usando a API de "
38
- "política."
36
+ "Uma política de laço de eventos é um objeto global por processo que controla "
37
+ "o gerenciamento do laço de eventos. Cada laço de eventos possui uma política "
38
+ "padrão, que pode ser alterada e personalizada usando a API de política."
39
39
40
40
#: ../../library/asyncio-policy.rst:14
41
41
msgid ""
@@ -48,15 +48,15 @@ msgstr ""
48
48
49
49
#: ../../library/asyncio-policy.rst:18
50
50
msgid ""
51
- "By using a custom event loop policy, the behavior of :func:`get_event_loop`, "
52
- " :func:`set_event_loop`, and :func:`new_event_loop` functions can be "
53
- "customized."
51
+ "By using a custom event loop policy, the behavior of :func:"
52
+ "`get_event_loop`, :func:`set_event_loop`, and :func:`new_event_loop` "
53
+ "functions can be customized."
54
54
msgstr ""
55
55
56
56
#: ../../library/asyncio-policy.rst:22
57
57
msgid ""
58
- "Policy objects should implement the APIs defined in the "
59
- ":class: `AbstractEventLoopPolicy` abstract base class."
58
+ "Policy objects should implement the APIs defined in the :class: "
59
+ "`AbstractEventLoopPolicy` abstract base class."
60
60
msgstr ""
61
61
62
62
#: ../../library/asyncio-policy.rst:27
@@ -113,7 +113,7 @@ msgstr "Definir o evento de loop do contexto atual como *loop*."
113
113
114
114
#: ../../library/asyncio-policy.rst:69
115
115
msgid "Create and return a new event loop object."
116
- msgstr ""
116
+ msgstr "Cria e retorna um novo objeto de laço de eventos. "
117
117
118
118
#: ../../library/asyncio-policy.rst:75
119
119
msgid "Get a child process watcher object."
@@ -139,8 +139,8 @@ msgstr ""
139
139
140
140
#: ../../library/asyncio-policy.rst:94
141
141
msgid ""
142
- "The default asyncio policy. Uses :class:`SelectorEventLoop` on Unix and "
143
- ": class:`ProactorEventLoop` on Windows."
142
+ "The default asyncio policy. Uses :class:`SelectorEventLoop` on Unix and : "
143
+ "class:`ProactorEventLoop` on Windows."
144
144
msgstr ""
145
145
146
146
#: ../../library/asyncio-policy.rst:97
@@ -188,11 +188,11 @@ msgstr ""
188
188
189
189
#: ../../library/asyncio-policy.rst:133
190
190
msgid ""
191
- "asyncio defines the :class:`AbstractChildWatcher` abstract base class, which"
192
- " child watchers should implement, and has four different implementations: "
193
- ": class:`ThreadedChildWatcher` (configured to be used by default), "
194
- ":class: `MultiLoopChildWatcher`, :class:`SafeChildWatcher`, and "
195
- ":class: `FastChildWatcher`."
191
+ "asyncio defines the :class:`AbstractChildWatcher` abstract base class, which "
192
+ "child watchers should implement, and has four different implementations: : "
193
+ "class:`ThreadedChildWatcher` (configured to be used by default), :class: "
194
+ "`MultiLoopChildWatcher`, :class:`SafeChildWatcher`, and :class: "
195
+ "`FastChildWatcher`."
196
196
msgstr ""
197
197
198
198
#: ../../library/asyncio-policy.rst:139
@@ -216,8 +216,8 @@ msgstr ""
216
216
#: ../../library/asyncio-policy.rst:151
217
217
msgid ""
218
218
"Set the current child watcher to *watcher* for the current policy. "
219
- "*watcher* must implement methods defined in the "
220
- ":class: `AbstractChildWatcher` base class."
219
+ "*watcher* must implement methods defined in the :class: "
220
+ "`AbstractChildWatcher` base class."
221
221
msgstr ""
222
222
223
223
#: ../../library/asyncio-policy.rst:156
@@ -233,8 +233,8 @@ msgstr ""
233
233
234
234
#: ../../library/asyncio-policy.rst:166
235
235
msgid ""
236
- "Arrange for ``callback(pid, returncode, *args)`` to be called when a process"
237
- " with PID equal to *pid* terminates. Specifying another callback for the "
236
+ "Arrange for ``callback(pid, returncode, *args)`` to be called when a process "
237
+ "with PID equal to *pid* terminates. Specifying another callback for the "
238
238
"same process replaces the previous handler."
239
239
msgstr ""
240
240
@@ -272,20 +272,20 @@ msgstr ""
272
272
273
273
#: ../../library/asyncio-policy.rst:193
274
274
msgid ""
275
- "Spawning a subprocess with *inactive* current child watcher raises "
276
- ":exc: `RuntimeError`."
275
+ "Spawning a subprocess with *inactive* current child watcher raises :exc: "
276
+ "`RuntimeError`."
277
277
msgstr ""
278
- "Gerar um subprocesso com um monitor *inativo* para o filho atual, levanta "
279
- ": exc:`RuntimeError`."
278
+ "Gerar um subprocesso com um monitor *inativo* para o filho atual, levanta : "
279
+ "exc:`RuntimeError`."
280
280
281
281
#: ../../library/asyncio-policy.rst:200
282
282
msgid "Close the watcher."
283
283
msgstr ""
284
284
285
285
#: ../../library/asyncio-policy.rst:202
286
286
msgid ""
287
- "This method has to be called to ensure that underlying resources are "
288
- "cleaned- up."
287
+ "This method has to be called to ensure that underlying resources are cleaned- "
288
+ "up."
289
289
msgstr ""
290
290
291
291
#: ../../library/asyncio-policy.rst:207
@@ -319,8 +319,8 @@ msgstr ""
319
319
320
320
#: ../../library/asyncio-policy.rst:224 ../../library/asyncio-policy.rst:242
321
321
msgid ""
322
- "The watcher avoids disrupting other code spawning processes by polling every"
323
- " process explicitly on a :py:data:`SIGCHLD` signal."
322
+ "The watcher avoids disrupting other code spawning processes by polling every "
323
+ "process explicitly on a :py:data:`SIGCHLD` signal."
324
324
msgstr ""
325
325
326
326
#: ../../library/asyncio-policy.rst:227
@@ -337,8 +337,8 @@ msgstr ""
337
337
338
338
#: ../../library/asyncio-policy.rst:238
339
339
msgid ""
340
- "This implementation uses active event loop from the main thread to handle "
341
- ": py:data:`SIGCHLD` signal. If the main thread has no running event loop "
340
+ "This implementation uses active event loop from the main thread to handle : "
341
+ "py:data:`SIGCHLD` signal. If the main thread has no running event loop "
342
342
"another thread cannot spawn a subprocess (:exc:`RuntimeError` is raised)."
343
343
msgstr ""
344
344
@@ -351,9 +351,9 @@ msgstr ""
351
351
352
352
#: ../../library/asyncio-policy.rst:250
353
353
msgid ""
354
- "This implementation reaps every terminated processes by calling "
355
- "``os. waitpid(-1)`` directly, possibly breaking other code spawning processes"
356
- " and waiting for their termination."
354
+ "This implementation reaps every terminated processes by calling ``os. "
355
+ "waitpid(-1)`` directly, possibly breaking other code spawning processes and "
356
+ "waiting for their termination."
357
357
msgstr ""
358
358
359
359
#: ../../library/asyncio-policy.rst:254
@@ -364,8 +364,8 @@ msgstr ""
364
364
365
365
#: ../../library/asyncio-policy.rst:257
366
366
msgid ""
367
- "This solution requires a running event loop in the main thread to work, as "
368
- ": class:`SafeChildWatcher`."
367
+ "This solution requires a running event loop in the main thread to work, as : "
368
+ "class:`SafeChildWatcher`."
369
369
msgstr ""
370
370
371
371
#: ../../library/asyncio-policy.rst:262
@@ -374,7 +374,7 @@ msgstr ""
374
374
375
375
#: ../../library/asyncio-policy.rst:264
376
376
msgid ""
377
- "To implement a new event loop policy, it is recommended to subclass "
378
- ":class: `DefaultEventLoopPolicy` and override the methods for which custom "
379
- "behavior is wanted, e.g.::"
377
+ "To implement a new event loop policy, it is recommended to subclass :class: "
378
+ "`DefaultEventLoopPolicy` and override the methods for which custom behavior "
379
+ "is wanted, e.g.::"
380
380
msgstr ""
0 commit comments