Skip to content

Commit 95f3c1c

Browse files
committed
Feedback by ybon.
1 parent 7ee3e99 commit 95f3c1c

File tree

7 files changed

+31
-30
lines changed

7 files changed

+31
-30
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ simple quote guillemet simple, apostrophe (apostrophe
239239
is to glue, guillemet is to surround)
240240
socket *socket*
241241
statement instruction
242+
subprocess sous-processus
242243
thread fil d'exécution
243244
underscore tiret bas, *underscore*
244245
expression expression

faq/general.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
9-
"PO-Revision-Date: 2018-10-13 18:16+0200\n"
9+
"PO-Revision-Date: 2018-10-15 00:22+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -667,7 +667,7 @@ msgid ""
667667
msgstr ""
668668
"Les développeurs fournissent des versions correctives d'anciennes versions, "
669669
"ainsi la stabilité des versions existantes s'améliore. Les versions "
670-
"correctives, indiquées par le troisième chiffre du numéro de version (e.g. "
670+
"correctives, indiquées par le troisième chiffre du numéro de version (ex. "
671671
"2.5.2, 2.6.2), sont gérées pour la stabilité, seules les corrections pour "
672672
"les problèmes connus sont inclus dans les versions correctives, et il est "
673673
"garanti que les interfaces resteront les mêmes tout au long de la série de "
@@ -687,7 +687,7 @@ msgstr ""
687687
"Les dernières versions stables peuvent toujours être trouvées sur la `page "
688688
"de téléchargement Python <https://www.python.org/downloads/>`_. Il existe "
689689
"deux versions stables de Python : 2.x et 3.x, mais seule la version 3 est "
690-
"recommandée. Bien que Python 2 soir encore utilisé, `il ne sera plus "
690+
"recommandée. Bien que Python 2 soit encore utilisé, `il ne sera plus "
691691
"maintenu après le 1er janvier 2020 <https://www.python.org/dev/peps/pep-0373/"
692692
">`_. Python 2.x avait la réputation d'avoir plus de bibliothèques tierces "
693693
"que Python 3.x, cependant la tendance s'est inversée et la plupart des "

library/asyncio-eventloop.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
9-
"PO-Revision-Date: 2018-10-13 10:06+0200\n"
9+
"PO-Revision-Date: 2018-10-15 00:29+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
1616

1717
#: ../Doc/library/asyncio-eventloop.rst:6
1818
msgid "Event Loop"
19-
msgstr "Boucles d'évènements"
19+
msgstr "Boucle d'évènements"
2020

2121
#: ../Doc/library/asyncio-eventloop.rst:10
2222
msgid "Preface"
@@ -190,11 +190,11 @@ msgstr "Renvoie ``True`` si la boucle d'évènements est démarrée."
190190

191191
#: ../Doc/library/asyncio-eventloop.rst:134
192192
msgid "Return ``True`` if the event loop was closed."
193-
msgstr "Renvoie ``True`` si la boucle d'évènements est fermée."
193+
msgstr "Renvoie ``True`` si la boucle d'évènements est arrêtée."
194194

195195
#: ../Doc/library/asyncio-eventloop.rst:138
196196
msgid "Close the event loop."
197-
msgstr "Ferme la boucle d'évènements."
197+
msgstr "Arrête la boucle d'évènements."
198198

199199
#: ../Doc/library/asyncio-eventloop.rst:140
200200
msgid ""
@@ -420,7 +420,7 @@ msgstr ""
420420

421421
#: ../Doc/library/asyncio-eventloop.rst:332
422422
msgid "Opening network connections"
423-
msgstr "Créer des connections"
423+
msgstr "Créer des connexions"
424424

425425
#: ../Doc/library/asyncio-eventloop.rst:340
426426
msgid ""
@@ -571,7 +571,7 @@ msgstr ""
571571

572572
#: ../Doc/library/asyncio-eventloop.rst:432
573573
msgid "Create a datagram connection."
574-
msgstr "Créer des connections de datagrammes"
574+
msgstr "Créer une connexion par datagramme"
575575

576576
#: ../Doc/library/asyncio-eventloop.rst:434
577577
msgid ""
@@ -669,7 +669,7 @@ msgstr ""
669669

670670
#: ../Doc/library/asyncio-eventloop.rst:492
671671
msgid "Create a Unix connection."
672-
msgstr "Créer des connections Unix"
672+
msgstr "Créer une connexion Unix"
673673

674674
#: ../Doc/library/asyncio-eventloop.rst:494
675675
msgid ""
@@ -1019,7 +1019,7 @@ msgstr ""
10191019
#: ../Doc/library/asyncio-eventloop.rst:848
10201020
#: ../Doc/library/asyncio-eventloop.rst:886
10211021
msgid "*sock* must be a non-blocking socket."
1022-
msgstr "La *socket* *sock* ne soit pas être bloquante."
1022+
msgstr "La *socket* *sock* ne doit pas être bloquante."
10231023

10241024
#: ../Doc/library/asyncio-eventloop.rst:782
10251025
msgid ""

library/asyncio-protocol.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
9-
"PO-Revision-Date: 2018-10-13 18:17+0200\n"
9+
"PO-Revision-Date: 2018-10-15 00:33+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -320,7 +320,7 @@ msgstr "``'pipe'`` : objet *pipe*"
320320

321321
#: ../Doc/library/asyncio-protocol.rst:217
322322
msgid "subprocess:"
323-
msgstr "processus fils :"
323+
msgstr "sous-processus :"
324324

325325
#: ../Doc/library/asyncio-protocol.rst:219
326326
msgid "``'subprocess'``: :class:`subprocess.Popen` instance"
@@ -558,7 +558,7 @@ msgstr ""
558558

559559
#: ../Doc/library/asyncio-protocol.rst:413
560560
msgid "Stop the subprocess."
561-
msgstr "Termine le processus fils."
561+
msgstr "Termine le sous-processus."
562562

563563
#: ../Doc/library/asyncio-protocol.rst:415
564564
msgid ""
@@ -893,7 +893,7 @@ msgstr ""
893893

894894
#: ../Doc/library/asyncio-protocol.rst:679
895895
msgid "Subprocess Protocols"
896-
msgstr "Protocole liés aux sous-processus"
896+
msgstr "Protocoles liés aux sous-processus"
897897

898898
#: ../Doc/library/asyncio-protocol.rst:681
899899
msgid ""
@@ -921,7 +921,7 @@ msgstr ""
921921
msgid ""
922922
"Called when one of the pipes communicating with the child process is closed."
923923
msgstr ""
924-
"Appelé lorsqu'une des *pipe*\\ s de communication avec un processus fils est "
924+
"Appelé lorsqu'une des *pipe*\\ s de communication avec un sous-processus est "
925925
"fermée."
926926

927927
#: ../Doc/library/asyncio-protocol.rst:699

library/asyncio-subprocess.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
9-
"PO-Revision-Date: 2018-10-13 11:41+0200\n"
9+
"PO-Revision-Date: 2018-10-15 00:37+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
1616

1717
#: ../Doc/library/asyncio-subprocess.rst:7
1818
msgid "Subprocesses"
19-
msgstr "Processus fils"
19+
msgstr "Sous-processus"
2020

2121
#: ../Doc/library/asyncio-subprocess.rst:9
2222
msgid ""
@@ -270,7 +270,7 @@ msgstr ""
270270

271271
#: ../Doc/library/asyncio-subprocess.rst:222
272272
msgid "Sends the signal *signal* to the child process."
273-
msgstr "Envoie le signal *signal* au processus fils."
273+
msgstr "Envoie le signal *signal* au sous-processus."
274274

275275
#: ../Doc/library/asyncio-subprocess.rst:226
276276
msgid ""
@@ -281,15 +281,15 @@ msgstr ""
281281

282282
#: ../Doc/library/asyncio-subprocess.rst:233
283283
msgid "Stop the child process."
284-
msgstr "Arrête le processus fils."
284+
msgstr "Arrête le sous-processus."
285285

286286
#: ../Doc/library/asyncio-subprocess.rst:235
287287
msgid ""
288288
"On POSIX systems this method sends :py:data:`signal.SIGTERM` to the child "
289289
"process."
290290
msgstr ""
291291
"Sur les systèmes POSIX, cette méthode envoie un :py:data:`signal.SIGTERM` au "
292-
"processus fils."
292+
"sous-processus."
293293

294294
#: ../Doc/library/asyncio-subprocess.rst:238
295295
msgid ""
@@ -359,12 +359,12 @@ msgid ""
359359
"A negative value ``-N`` indicates that the child was terminated by signal "
360360
"``N`` (POSIX only)."
361361
msgstr ""
362-
"Une valeur négative ``-N`` indique que le processus enfant a été terminé par "
362+
"Une valeur négative ``-N`` indique que le sous-processus a été terminé par "
363363
"un signal ``N`` (seulement sur les systèmes *POSIX*)."
364364

365365
#: ../Doc/library/asyncio-subprocess.rst:294
366366
msgid "Subprocess and Threads"
367-
msgstr "Processus fils et fils d'exécution"
367+
msgstr "Sous-processus et fils d'exécution"
368368

369369
#: ../Doc/library/asyncio-subprocess.rst:296
370370
msgid ""

library/asyncio-sync.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
9-
"PO-Revision-Date: 2018-10-13 18:18+0200\n"
9+
"PO-Revision-Date: 2018-10-15 00:46+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -108,7 +108,7 @@ msgstr ""
108108

109109
#: ../Doc/library/asyncio-sync.rst:79
110110
msgid "Return ``True`` if the lock is *locked*."
111-
msgstr "Donne ``True`` si le verrou est vérrouillé."
111+
msgstr "Donne ``True`` si le verrou est verrouillé."
112112

113113
#: ../Doc/library/asyncio-sync.rst:83
114114
msgid "Event"
@@ -138,7 +138,7 @@ msgstr "Exemple ::"
138138

139139
#: ../Doc/library/asyncio-sync.rst:124
140140
msgid "Wait until the event is set."
141-
msgstr "Attends que l'évènement ait une valeur."
141+
msgstr "Attend que l'évènement ait une valeur."
142142

143143
#: ../Doc/library/asyncio-sync.rst:126
144144
msgid ""

library/datetime.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
9-
"PO-Revision-Date: 2018-10-13 11:32+0200\n"
9+
"PO-Revision-Date: 2018-10-15 00:42+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -3523,9 +3523,9 @@ msgstr ""
35233523
"``±HHMM[SS[.uuuuuu]]``, où ``HH`` est une chaîne de deux chiffres donnant le "
35243524
"nombre d'heures du décalage UTC, où ``MM`` est une chaîne de deux chiffres "
35253525
"donnant le nombre de minutes du décalage UTC, où ``SS`` est une chaîne de "
3526-
"deux chiffres donnant le chiffre en secondes du décalage UTC et où "
3527-
"``ffffff`` est une chaîne de six chiffres donnant le nombre en micro-"
3528-
"secondes du décalage UTC. Par exemple, si :meth:`utcoffset` renvoie "
3526+
"deux chiffres donnant le nombre de secondes du décalage UTC et où ``ffffff`` "
3527+
"est une chaîne de six chiffres donnant le nombre en micro-secondes du "
3528+
"décalage UTC. Par exemple, si :meth:`utcoffset` renvoie "
35293529
"``timedelta(hours=-3, minutes=-30)``, ``%z`` est remplacé par la chaîne "
35303530
"`'-0330'``."
35313531

0 commit comments

Comments
 (0)