From 8b2e7b99ace309d6e2511d6ecc29c190881432dc Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 25 Apr 2020 23:35:17 +0200 Subject: [PATCH 1/6] correction de qq fuzzies dans subprocess --- library/subprocess.po | 51 +++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index e324683b5..c8a800d58 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-05 23:16+0100\n" -"PO-Revision-Date: 2019-05-23 21:44+0200\n" -"Last-Translator: Jules Lasne \n" +"PO-Revision-Date: 2020-04-25 23:34+0200\n" +"Last-Translator: Mathieu Dupuy \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.3\n" #: ../Doc/library/subprocess.rst:2 msgid ":mod:`subprocess` --- Subprocess management" @@ -694,7 +694,7 @@ msgstr "" msgid "any other positive value means use a buffer of approximately that size" msgstr "" "toutes les autres valeurs positives indiquent d'utiliser un tampon " -"d'approximativement cette taille ;" +"d'approximativement cette taille" #: ../Doc/library/subprocess.rst:429 msgid "" @@ -744,16 +744,18 @@ msgstr "" "*shell* à utiliser plutôt que :file:`/bin/sh` par défaut." #: ../Doc/library/subprocess.rst:449 -#, fuzzy msgid "*executable* parameter accepts a :term:`path-like object` on POSIX." -msgstr "le paramètre *cwd* accepte un :term:`path-like object`." +msgstr "" +"le paramètre *executable* accepte un :term:`objet chemin ` " +"sur les systèmes POSIX." #: ../Doc/library/subprocess.rst:452 -#, fuzzy msgid "" "*executable* parameter accepts a bytes and :term:`path-like object` on " "Windows." -msgstr "le paramètre *cwd* accepte un :term:`path-like object`." +msgstr "" +"le paramètre *executable* accepte un objet *bytes* ou :term:`objet chemin " +"` sur Windows." #: ../Doc/library/subprocess.rst:456 msgid "" @@ -880,7 +882,6 @@ msgid "The *pass_fds* parameter was added." msgstr "Ajout du paramètre *pass_fds*." #: ../Doc/library/subprocess.rst:518 -#, fuzzy msgid "" "If *cwd* is not ``None``, the function changes the working directory to " "*cwd* before executing the child. *cwd* can be a string, bytes or :term:" @@ -888,26 +889,29 @@ msgid "" "for *executable* (or for the first item in *args*) relative to *cwd* if the " "executable path is a relative path." msgstr "" -"Si *cwd* n'est pas ``None``, la fonction change de répertoire courant pour " -"*cwd* avant d'exécuter le fils. *cwd* peut être un objet :class:`str` ou " -"un :term:`chemin-compatible `. En particulier, la " -"fonction recherche *executable* (ou le premier élément d'*args*) " -"relativement à *cwd* si le chemin d'exécution est relatif." +"Si *cwd* ne vaut pas ``None``, la fonction change de répertoire courant pour " +"*cwd* avant d'exécuter le fils. *cwd* peut être une chaîne de caractères, " +"une séquence d'octets ou un :term:`objet chemin `. En " +"particulier, la fonction recherche *executable* (ou le premier élément dans " +"*args*) relativement à *cwd* si le chemin d'exécution est relatif." #: ../Doc/library/subprocess.rst:524 -#, fuzzy msgid "*cwd* parameter accepts a :term:`path-like object` on POSIX." -msgstr "le paramètre *cwd* accepte un :term:`path-like object`." +msgstr "" +"le paramètre *cwd* accepte un :term:`objet chemin ` sur " +"les systèmes POSIX." #: ../Doc/library/subprocess.rst:527 -#, fuzzy msgid "*cwd* parameter accepts a :term:`path-like object` on Windows." -msgstr "le paramètre *cwd* accepte un :term:`path-like object`." +msgstr "" +"le paramètre *cwd* accepte un :term:`objet chemin ` sur " +"les systèmes POSIX." #: ../Doc/library/subprocess.rst:530 -#, fuzzy msgid "*cwd* parameter accepts a bytes object on Windows." -msgstr "le paramètre *cwd* accepte un :term:`path-like object`." +msgstr "" +"le paramètre *cwd* accepte un :term:`objet chemin ` sur " +"les systèmes POSIX." #: ../Doc/library/subprocess.rst:533 msgid "" @@ -1772,11 +1776,10 @@ msgstr "" "son attribut :attr:`~Popen.returncode`." #: ../Doc/library/subprocess.rst:1051 ../Doc/library/subprocess.rst:1079 -#, fuzzy msgid "" "Code needing to capture stdout or stderr should use :func:`run` instead::" msgstr "" -"Le code qui a besoin de capturer *stdout* ou *stderr* doit plutôt utiliser :" +"Le code ayant besoin de capturer *stdout* ou *stderr* doit plutôt utiliser :" "func:`run` ::" #: ../Doc/library/subprocess.rst:1055 ../Doc/library/subprocess.rst:1083 @@ -1933,9 +1936,9 @@ msgstr "" "déjà été importées depuis le module :mod:`subprocess`." #: ../Doc/library/subprocess.rst:1177 -#, fuzzy msgid "Replacing :program:`/bin/sh` shell command substitution" -msgstr "Remplacement des *backquotes* des *shells /bin/sh*" +msgstr "" +"Remplacement de la substitution de commandes de terminal :program:`/bin/sh`" #: ../Doc/library/subprocess.rst:1183 ../Doc/library/subprocess.rst:1194 #: ../Doc/library/subprocess.rst:1211 From 1c96ad2bfb8573ac9a36625b5b9cb12517517980 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 26 Apr 2020 13:04:09 +0200 Subject: [PATCH 2/6] =?UTF-8?q?espace=20ins=C3=A9cable=20pour=20faire=20pl?= =?UTF-8?q?aisir=20=C3=A0=20padpo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/subprocess.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index c8a800d58..f78ec7703 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -1054,7 +1054,7 @@ msgid "" msgstr "" "Les objets *Popen* sont gérés comme gestionnaires de contexte avec " "l'instruction :keyword:`with` : à la sortie, les descripteurs de fichiers " -"standards sont fermés, et le processus est attendu ::" +"standards sont fermés, et le processus est attendu ::" #: ../Doc/library/subprocess.rst:None msgid "" @@ -1472,7 +1472,7 @@ msgid "" "are used when the process creates a window. ::" msgstr "" "Un champ de bits déterminant si certains attributs :class:`STARTUPINFO` sont " -"utilisés quand le processus crée une fenêtre ::" +"utilisés quand le processus crée une fenêtre ::" #: ../Doc/library/subprocess.rst:853 msgid "" From aaab4b2f3e1b769be2e788bf08debc74140d9e4a Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sun, 26 Apr 2020 14:19:12 +0000 Subject: [PATCH 3/6] Update library/subprocess.po Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- library/subprocess.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/subprocess.po b/library/subprocess.po index f78ec7703..654f2c301 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -1779,7 +1779,7 @@ msgstr "" msgid "" "Code needing to capture stdout or stderr should use :func:`run` instead::" msgstr "" -"Le code ayant besoin de capturer *stdout* ou *stderr* doit plutôt utiliser :" +"Le code ayant besoin de capturer *stdout* ou *stderr* doit plutôt utiliser ::" "func:`run` ::" #: ../Doc/library/subprocess.rst:1055 ../Doc/library/subprocess.rst:1083 From bdd13d6fb1b8a9cf90f1f9b027f402bcc7c8931f Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 27 Apr 2020 07:23:28 +0000 Subject: [PATCH 4/6] applique les suggestions de la revue de code Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> --- library/subprocess.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index 654f2c301..9305f41bb 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -694,7 +694,7 @@ msgstr "" msgid "any other positive value means use a buffer of approximately that size" msgstr "" "toutes les autres valeurs positives indiquent d'utiliser un tampon " -"d'approximativement cette taille" +"d'approximativement cette taille ;" #: ../Doc/library/subprocess.rst:429 msgid "" @@ -754,7 +754,7 @@ msgid "" "*executable* parameter accepts a bytes and :term:`path-like object` on " "Windows." msgstr "" -"le paramètre *executable* accepte un objet *bytes* ou :term:`objet chemin " +"le paramètre *executable* accepte un objet *bytes* ou un :term:`objet chemin " "` sur Windows." #: ../Doc/library/subprocess.rst:456 From faa682b9137e3268f7b47d5e03703ca6b78259d5 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 27 Apr 2020 15:36:42 +0200 Subject: [PATCH 5/6] correction mauvaise traduction avec mauvais ajout de :term: --- library/subprocess.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index 9305f41bb..e69a5cabc 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -910,8 +910,7 @@ msgstr "" #: ../Doc/library/subprocess.rst:530 msgid "*cwd* parameter accepts a bytes object on Windows." msgstr "" -"le paramètre *cwd* accepte un :term:`objet chemin ` sur " -"les systèmes POSIX." +"le paramètre *cwd* accepte une séquence d'octets sur Windows" #: ../Doc/library/subprocess.rst:533 msgid "" From bf9ffb8d256e606cc4a8abd695a00af58d397df5 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Mon, 27 Apr 2020 17:03:41 +0200 Subject: [PATCH 6/6] wrapping --- library/subprocess.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index e69a5cabc..dded541d5 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -909,8 +909,7 @@ msgstr "" #: ../Doc/library/subprocess.rst:530 msgid "*cwd* parameter accepts a bytes object on Windows." -msgstr "" -"le paramètre *cwd* accepte une séquence d'octets sur Windows" +msgstr "le paramètre *cwd* accepte une séquence d'octets sur Windows" #: ../Doc/library/subprocess.rst:533 msgid ""