From 4798f68e71f331b539a33b582f61f95922b66d6e Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Wed, 27 Feb 2019 12:34:44 +0100 Subject: [PATCH 1/9] Fixed fuzzys in venv --- library/venv.po | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/library/venv.po b/library/venv.po index 1269d2c68..32f01af21 100644 --- a/library/venv.po +++ b/library/venv.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-12-17 21:38+0100\n" -"PO-Revision-Date: 2018-12-17 21:52+0100\n" +"PO-Revision-Date: 2019-02-27 10:58+0100\n" "Last-Translator: Jules Lasne \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\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/library/venv.rst:2 msgid ":mod:`venv` --- Creation of virtual environments" @@ -76,7 +76,6 @@ msgstr "" "exécutant la commande ``venv`` ::" #: ../Doc/using/venv-create.inc:6 -#, fuzzy msgid "" "Running this command creates the target directory (creating any parent " "directories that don't exist already) and places a ``pyvenv.cfg`` file in it " @@ -178,7 +177,6 @@ msgstr "" "chemin donné." #: ../Doc/using/venv-create.inc:84 -#, fuzzy msgid "" "Once a virtual environment has been created, it can be \"activated\" using a " "script in the virtual environment's binary directory. The invocation of the " @@ -543,7 +541,6 @@ msgid "Creates the ``pyvenv.cfg`` configuration file in the environment." msgstr "Crée le fichier de configuration ``pyenv.cfg`` dans l'environnement." #: ../Doc/library/venv.rst:184 -#, fuzzy msgid "" "Creates a copy of the Python executable in the environment on POSIX systems. " "If a specific executable ``python3.x`` was used, symlinks to ``python`` and " @@ -557,13 +554,13 @@ msgstr "" "déjà." #: ../Doc/library/venv.rst:191 -#, fuzzy msgid "" "Installs activation scripts appropriate to the platform into the virtual " "environment. On Windows, also installs the ``python[w].exe`` scripts." msgstr "" -"Installe des scripts d'activation appropriés pour la plateforme dans " -"l'environnement virtuel." +"Installe les scripts d'activation appropriés à la plateforme dans " +"l'environnement virtuel. Sous Windows, installe également les scripts " +"``python[w].exe``." #: ../Doc/library/venv.rst:196 msgid "" @@ -581,6 +578,10 @@ msgid "" "the actual binaries, and so :meth:`setup_python` does nothing unless running " "from a build in the source tree." msgstr "" +"Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` " +"au lieu de copier les fichiers binaires, et ainsi :meth:`setup_python` ne " +"fait rien sauf s'il s'exécute à partir d'un *build* dans l'arborescence " +"source." #: ../Doc/library/venv.rst:205 msgid "" From ca56ee5c19b6d5fecc852864e24b62b7c63e272c Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Mon, 4 Mar 2019 19:00:26 +0100 Subject: [PATCH 2/9] Update library/venv.po --- library/venv.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/venv.po b/library/venv.po index 32f01af21..3cf6fe30b 100644 --- a/library/venv.po +++ b/library/venv.po @@ -580,7 +580,7 @@ msgid "" msgstr "" "Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` " "au lieu de copier les fichiers binaires, et ainsi :meth:`setup_python` ne " -"fait rien sauf s'il s'exécute à partir d'un *build* dans l'arborescence " +"fait rien sauf s'il s'exécute à partir d'une version compilée dans l'arborescence " "source." #: ../Doc/library/venv.rst:205 From 0e778f9e252efb9cba499d745c45916a31970b67 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Date: Sun, 17 Mar 2019 15:39:13 +0100 Subject: [PATCH 3/9] Update library/venv.po Co-Authored-By: Seluj78 --- library/venv.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/venv.po b/library/venv.po index 3cf6fe30b..7033569a1 100644 --- a/library/venv.po +++ b/library/venv.po @@ -579,7 +579,7 @@ msgid "" "from a build in the source tree." msgstr "" "Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` " -"au lieu de copier les fichiers binaires, et ainsi :meth:`setup_python` ne " +"au lieu de copier les fichiers binaires ; ainsi :meth:`setup_python` ne " "fait rien sauf s'il s'exécute à partir d'une version compilée dans l'arborescence " "source." From 7a4d2e15ff53deb34729ca6ca38802fb4517020d Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Thu, 21 Mar 2019 19:55:09 +0100 Subject: [PATCH 4/9] powrap --- library/venv.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/venv.po b/library/venv.po index 13bc6b156..9f699fa70 100644 --- a/library/venv.po +++ b/library/venv.po @@ -596,8 +596,8 @@ msgid "" "symlinks, the original executables will be linked." msgstr "" "Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` " -"au lieu de copier les fichiers binaires ; ainsi :meth:`setup_python` ne " -"fait rien sauf s'il s'exécute à partir d'une version compilée dans l'arborescence " +"au lieu de copier les fichiers binaires ; ainsi :meth:`setup_python` ne fait " +"rien sauf s'il s'exécute à partir d'une version compilée dans l'arborescence " "source." #: ../Doc/library/venv.rst:209 From e77d0631cb6827c78df8c271ceb7dfecda331679 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Thu, 21 Mar 2019 21:16:50 +0100 Subject: [PATCH 5/9] powrap + fixed missing translation --- library/venv.po | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/library/venv.po b/library/venv.po index 9f699fa70..f76b2c4ed 100644 --- a/library/venv.po +++ b/library/venv.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-11 12:59+0100\n" -"PO-Revision-Date: 2019-02-27 10:58+0100\n" +"PO-Revision-Date: 2019-03-21 21:16+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -154,6 +154,10 @@ msgid "" "particular note is that double-clicking ``python.exe`` in File Explorer will " "resolve the symlink eagerly and ignore the virtual environment." msgstr "" +"Bien que les liens symboliques soient pris en charge sous Windows, ils ne " +"sont pas recommandés. Il est particulièrement à noter que le double-clic " +"sur' ``python.exe`` dans l'Explorateur de fichiers suivra le lien symbolique " +"et ignorera l'environnement virtuel." #: ../Doc/using/venv-create.inc:80 msgid "" @@ -184,7 +188,6 @@ msgstr "" "chemin donné." #: ../Doc/using/venv-create.inc:91 -#, fuzzy msgid "" "Once a virtual environment has been created, it can be \"activated\" using a " "script in the virtual environment's binary directory. The invocation of the " @@ -440,14 +443,12 @@ msgstr "" "n'importe quel dossier existant cible, avant de créer l'environnement." #: ../Doc/library/venv.rst:116 -#, fuzzy msgid "" "``symlinks`` -- a Boolean value indicating whether to attempt to symlink the " "Python binary rather than copying." msgstr "" "``symlinks`` -- Une valeur booléenne qui indique si il faut créer un lien " -"symbolique de la bibliothèque (et tous les DLLs ou autres binaires " -"nécessaires, par exemple ``pythonw.exe``), plutôt que de la copier." +"symbolique au lieu de copier." #: ../Doc/library/venv.rst:119 msgid "" @@ -549,28 +550,25 @@ msgid "Creates the ``pyvenv.cfg`` configuration file in the environment." msgstr "Crée le fichier de configuration ``pyenv.cfg`` dans l'environnement." #: ../Doc/library/venv.rst:183 -#, fuzzy msgid "" "Creates a copy or symlink to the Python executable in the environment. On " "POSIX systems, if a specific executable ``python3.x`` was used, symlinks to " "``python`` and ``python3`` will be created pointing to that executable, " "unless files with those names already exist." msgstr "" -"Crée une copie de l’exécutable Python (et, sous Windows, les DLLs) dans " -"l'environnement. Sur un système POSIX, si un exécutable ``python3.x`` a été " -"utilisé, des liens symboliques vers ``python`` et ``python3`` seront crées " -"pointant vers cet exécutable, sauf si des fichiers avec ces noms existent " -"déjà." +"Crée une copie ou un lien symbolique vers l'exécutable Python dans " +"l'environnement. Sur les systèmes POSIX, si un exécutable spécifique " +"``python3.x`` a été utilisé, des liens symboliques vers ``python`` et " +"``python3`` seront créés pointant vers cet exécutable, sauf si des fichiers " +"avec ces noms existent déjà." #: ../Doc/library/venv.rst:190 -#, fuzzy msgid "" "Installs activation scripts appropriate to the platform into the virtual " "environment." msgstr "" "Installe les scripts d'activation appropriés à la plateforme dans " -"l'environnement virtuel. Sous Windows, installe également les scripts " -"``python[w].exe``." +"l'environnement virtuel." #: ../Doc/library/venv.rst:195 msgid "" @@ -588,6 +586,10 @@ msgid "" "the actual binaries. In 3.7.2 only :meth:`setup_python` does nothing unless " "running from a build in the source tree." msgstr "" +"Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` " +"au lieu de copier les fichiers binaires. En 3.7.2 seulement :meth:" +"`setup_python` ne fait rien sauf s'il s'exécute à partir d'un *build* dans " +"l'arborescence source." #: ../Doc/library/venv.rst:204 msgid "" @@ -595,10 +597,9 @@ msgid "" "instead of :meth:`setup_scripts`. This was not the case in 3.7.2. When using " "symlinks, the original executables will be linked." msgstr "" -"Windows utilise maintenant des scripts de redirection pour ``python[w].exe`` " -"au lieu de copier les fichiers binaires ; ainsi :meth:`setup_python` ne fait " -"rien sauf s'il s'exécute à partir d'une version compilée dans l'arborescence " -"source." +"Windows copie les scripts redirecteur dans le cadre de :meth:`setup_python` " +"au lieu de :meth:`setup_scripts`. Ce n'était pas le cas en 3.7.2. Lorsque " +"vous utilisez des liens symboliques, les exécutables originaux seront liés." #: ../Doc/library/venv.rst:209 msgid "" From c9166367a2e26743a9bf3976dbd145a7234e5ab7 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Thu, 21 Mar 2019 21:28:10 +0100 Subject: [PATCH 6/9] Update library/venv.po --- library/venv.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/venv.po b/library/venv.po index f76b2c4ed..0315fffc8 100644 --- a/library/venv.po +++ b/library/venv.po @@ -597,7 +597,7 @@ msgid "" "instead of :meth:`setup_scripts`. This was not the case in 3.7.2. When using " "symlinks, the original executables will be linked." msgstr "" -"Windows copie les scripts redirecteur dans le cadre de :meth:`setup_python` " +"Windows copie les scripts de redirection dans le cadre de :meth:`setup_python` " "au lieu de :meth:`setup_scripts`. Ce n'était pas le cas en 3.7.2. Lorsque " "vous utilisez des liens symboliques, les exécutables originaux seront liés." From 098ba0aefcad0aabc8daf66632d0c3e4b6508ebe Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Thu, 21 Mar 2019 21:39:14 +0100 Subject: [PATCH 7/9] powrap --- library/venv.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/venv.po b/library/venv.po index 0315fffc8..ba0cff5c7 100644 --- a/library/venv.po +++ b/library/venv.po @@ -597,9 +597,10 @@ msgid "" "instead of :meth:`setup_scripts`. This was not the case in 3.7.2. When using " "symlinks, the original executables will be linked." msgstr "" -"Windows copie les scripts de redirection dans le cadre de :meth:`setup_python` " -"au lieu de :meth:`setup_scripts`. Ce n'était pas le cas en 3.7.2. Lorsque " -"vous utilisez des liens symboliques, les exécutables originaux seront liés." +"Windows copie les scripts de redirection dans le cadre de :meth:" +"`setup_python` au lieu de :meth:`setup_scripts`. Ce n'était pas le cas en " +"3.7.2. Lorsque vous utilisez des liens symboliques, les exécutables " +"originaux seront liés." #: ../Doc/library/venv.rst:209 msgid "" From f41ffa1b1332ee8fdb46f69adab46f3ef447f017 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Wed, 27 Mar 2019 09:48:03 +0100 Subject: [PATCH 8/9] Apply suggestions from code review Co-Authored-By: Seluj78 --- library/venv.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/venv.po b/library/venv.po index ba0cff5c7..4eaeed20a 100644 --- a/library/venv.po +++ b/library/venv.po @@ -156,7 +156,7 @@ msgid "" msgstr "" "Bien que les liens symboliques soient pris en charge sous Windows, ils ne " "sont pas recommandés. Il est particulièrement à noter que le double-clic " -"sur' ``python.exe`` dans l'Explorateur de fichiers suivra le lien symbolique " +"sur ``python.exe`` dans l'Explorateur de fichiers suivra le lien symbolique " "et ignorera l'environnement virtuel." #: ../Doc/using/venv-create.inc:80 @@ -448,7 +448,7 @@ msgid "" "Python binary rather than copying." msgstr "" "``symlinks`` -- Une valeur booléenne qui indique si il faut créer un lien " -"symbolique au lieu de copier." +"symbolique sur le binaire Python au lieu de le copier." #: ../Doc/library/venv.rst:119 msgid "" From 8d2adf69bb66a8931dee4b70f06370984a569ac3 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Wed, 27 Mar 2019 09:56:47 +0100 Subject: [PATCH 9/9] powrap --- library/venv.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/venv.po b/library/venv.po index 4eaeed20a..d40f1a587 100644 --- a/library/venv.po +++ b/library/venv.po @@ -155,9 +155,9 @@ msgid "" "resolve the symlink eagerly and ignore the virtual environment." msgstr "" "Bien que les liens symboliques soient pris en charge sous Windows, ils ne " -"sont pas recommandés. Il est particulièrement à noter que le double-clic " -"sur ``python.exe`` dans l'Explorateur de fichiers suivra le lien symbolique " -"et ignorera l'environnement virtuel." +"sont pas recommandés. Il est particulièrement à noter que le double-clic sur " +"``python.exe`` dans l'Explorateur de fichiers suivra le lien symbolique et " +"ignorera l'environnement virtuel." #: ../Doc/using/venv-create.inc:80 msgid ""