Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 581b337

Browse files
committed
corrige quelques balises cassées + marques des traductions obsolètes comme de fuzzy
1 parent 0658a99 commit 581b337

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

library/asyncio-policy.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.7\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-01-03 16:57+0100\n"
9-
"PO-Revision-Date: 2019-04-11 22:41+0200\n"
9+
"PO-Revision-Date: 2019-11-17 01:26+0100\n"
1010
"Language-Team: François Setton <[email protected]>\n"
1111
"Language: fr\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
15-
"Last-Translator: \n"
16-
"X-Generator: Poedit 2.2.1\n"
15+
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
16+
"X-Generator: Poedit 2.2.4\n"
1717

1818
#: ../Doc/library/asyncio-policy.rst:8
1919
msgid "Policies"
@@ -151,7 +151,7 @@ msgid ""
151151
"class:`ProactorEventLoop` on Windows."
152152
msgstr ""
153153
"La stratégie *asyncio* par défaut. Utilise :class:`SelectorEventLoop` sur "
154-
"les plates-formes Unix et Windows."
154+
"les plates-formes Unix et :class:`ProactorEventLoop` sur Windows."
155155

156156
#: ../Doc/library/asyncio-policy.rst:97
157157
msgid ""
@@ -208,6 +208,7 @@ msgstr ""
208208
"`create_subprocess_exec` et :meth:`loop.subprocess_exec`."
209209

210210
#: ../Doc/library/asyncio-policy.rst:133
211+
#, fuzzy
211212
msgid ""
212213
"asyncio defines the :class:`AbstractChildWatcher` abstract base class, which "
213214
"child watchers should implement, and has four different implementations: :"
@@ -225,8 +226,8 @@ msgid ""
225226
"See also the :ref:`Subprocess and Threads <asyncio-subprocess-threads>` "
226227
"section."
227228
msgstr ""
228-
"Voir aussi la section :ref:`sous-processus et fils d'exécution <threads "
229-
"asyncio-sous-processus>`."
229+
"Voir aussi la section :ref:`sous-processus et fils d'exécution <asyncio-"
230+
"subprocess-threads>`."
230231

231232
#: ../Doc/library/asyncio-policy.rst:142
232233
msgid ""
@@ -259,7 +260,7 @@ msgid ""
259260
msgstr ""
260261
"Les implémentations de boucles d'événement tierces peuvent ne pas prendre en "
261262
"charge les observateurs enfants personnalisés. Pour ces boucles "
262-
"d'événements, utiliser: func:`set_child_watcher` pourrait être interdit ou "
263+
"d'événements, utiliser :func:`set_child_watcher` pourrait être interdit ou "
263264
"n'avoir aucun effet."
264265

265266
#: ../Doc/library/asyncio-policy.rst:164
@@ -333,6 +334,7 @@ msgstr ""
333334
"jacentes sont nettoyées."
334335

335336
#: ../Doc/library/asyncio-policy.rst:207
337+
#, fuzzy
336338
msgid ""
337339
"This implementation starts a new waiting thread for every subprocess spawn."
338340
msgstr ""
@@ -341,6 +343,7 @@ msgstr ""
341343
"signal :py:data:`SIGCHLD`."
342344

343345
#: ../Doc/library/asyncio-policy.rst:209
346+
#, fuzzy
344347
msgid ""
345348
"It works reliably even when the asyncio event loop is run in a non-main OS "
346349
"thread."

0 commit comments

Comments
 (0)