forked from AFPy/python-docs-fr
FIX Typo (#1464)
This commit is contained in:
parent 5e173250db
commit 91b684b012
1 changed files with 4 additions and 4 deletions
| | @ -6,7 +6,7 @@ msgstr "" | |||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2020-10-01 16:00+0200\n" | ||||
"PO-Revision-Date: 2020-05-01 18:36+0200\n" | ||||
"PO-Revision-Date: 2020-11-06 17:48+0100\n" | ||||
"Last-Translator: ZepmanBC <zepman@gmail.com>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
"Language: fr\n" | ||||
| | @ -82,7 +82,7 @@ msgid "" | |||
"will be re-used." | ||||
msgstr "" | ||||
"Lancer cette commande crée le dossier cible (en créant tous les dossiers " | ||||
"parents qui n'existent pas déjà) et y ajoute un fichier ``pyenv.cfg`` " | ||||
"parents qui n'existent pas déjà) et y ajoute un fichier ``pyvenv.cfg`` " | ||||
"contenant une variable ``home`` qui pointe sur l'installation Python depuis " | ||||
"laquelle cette commande a été lancée (un nom habituel pour ce dossier cible " | ||||
"est ``.venv``). Cela crée également un sous-dossier ``bin`` (ou ``Scripts`` " | ||||
| | @ -183,7 +183,7 @@ msgid "" | |||
"packages`` key, set to ``true`` if ``venv`` is run with the ``--system-site-" | ||||
"packages`` option, ``false`` otherwise." | ||||
msgstr "" | ||||
"Le fichier crée ``pyenv.cfg`` inclus aussi la clé ``include-system-site-" | ||||
"Le fichier crée ``pyvenv.cfg`` inclus aussi la clé ``include-system-site-" | ||||
"packages``, dont la valeur est ``true`` si ``venv`` est lancé avec l'option " | ||||
"``--system-site-packages``, sinon sa valeur est ``false``." | ||||
| ||||
| | @ -591,7 +591,7 @@ msgstr "" | |||
| ||||
#: library/venv.rst:181 | ||||
msgid "Creates the ``pyvenv.cfg`` configuration file in the environment." | ||||
msgstr "Crée le fichier de configuration ``pyenv.cfg`` dans l'environnement." | ||||
msgstr "Crée le fichier de configuration ``pyvenv.cfg`` dans l'environnement." | ||||
| ||||
#: library/venv.rst:185 | ||||
msgid "" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue