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