66# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77# get the list of volunteers
88#
9- #, fuzzy
109msgid ""
1110msgstr ""
1211"Project-Id-Version : Python 3.8\n "
1312"Report-Msgid-Bugs-To : \n "
1413"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14+ "PO-Revision-Date : 2020-05-13 17:35+0200\n "
1715"Language-Team : python-doc-es\n "
1816"MIME-Version : 1.0\n "
19- "Content-Type : text/plain; charset=utf -8\n "
17+ "Content-Type : text/plain; charset=UTF -8\n "
2018"Content-Transfer-Encoding : 8bit\n "
2119"Generated-By : Babel 2.8.0\n "
20+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21+ "Last-Translator : \n "
22+ "Language : es\n "
23+ "X-Generator : Poedit 2.3.1\n "
2224
2325#: ../Doc/library/venv.rst:2
2426msgid ":mod:`venv` --- Creation of virtual environments"
@@ -37,26 +39,37 @@ msgid ""
3739"environment) and can have its own independent set of installed Python "
3840"packages in its site directories."
3941msgstr ""
42+ "El módulo :mod: `venv` proporciona soporte para crear “entornos virtuales” "
43+ "ligeros con sus propios directorios de ubicación, aislados opcionalmente de "
44+ "los directorios de ubicación del sistema. Cada entorno virtual tiene su "
45+ "propio binario Python (que coincide con la versión del binario que se "
46+ "utilizó para crear este entorno) y puede tener su propio conjunto "
47+ "independiente de paquetes Python instalados en sus directorios de ubicación."
4048
4149#: ../Doc/library/venv.rst:25
4250msgid "See :pep:`405` for more information about Python virtual environments."
4351msgstr ""
52+ "Ver :pep: `405`para más información sobre los entornos virtuales de Python."
4453
4554#: ../Doc/library/venv.rst:29
4655msgid ""
4756"`Python Packaging User Guide: Creating and using virtual environments "
4857"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
4958msgstr ""
59+ "`Python Packaging User Guide: Creating and using virtual environments "
60+ "<https://packaging.python.org/installing/#creating-virtual-environments>`__"
5061
5162#: ../Doc/library/venv.rst:34
5263msgid "Creating virtual environments"
53- msgstr ""
64+ msgstr "Creación de entornos virtuales "
5465
5566#: ../Doc/using/venv-create.inc:1
5667msgid ""
5768"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
5869"command ``venv``::"
5970msgstr ""
71+ "La creación de :ref:`virtual environments <venv-def>` se hace ejecutando el "
72+ "comando ``venv``::"
6073
6174#: ../Doc/using/venv-create.inc:6
6275msgid ""
@@ -71,44 +84,63 @@ msgid ""
7184"this is ``Lib\\ site-packages``). If an existing directory is specified, it "
7285"will be re-used."
7386msgstr ""
87+ "Al ejecutar este comando se crea el directorio de destino (creando cualquier "
88+ "directorio padre que todavía no exista) y coloca un archivo ``pyvenv.cfg`` "
89+ "en él con una clave ``home`` apuntando a la instalación Python desde la que "
90+ "el comando se lanzó (un nombre común para el directorio destino es ``."
91+ "venv``). También crea un subdirectorio ``bin`` (o ``Scripts`` en Windows) "
92+ "conteniendo una copia/enlace simbólico del binario/s Python (según lo "
93+ "apropiado para la plataforma o los argumentos usados en el momento de la "
94+ "creación del entorno). También crea un directorio (inicialmente vacío) ``lib/"
95+ "pythonX.Y/site-packages`` (en Windows, este es ``Lib\\ site-packages``). Si "
96+ "se especifica un directorio existente, será reutilizado."
7497
7598#: ../Doc/using/venv-create.inc:17
7699msgid ""
77100"``pyvenv`` was the recommended tool for creating virtual environments for "
78101"Python 3.3 and 3.4, and is `deprecated in Python 3.6 <https://docs.python."
79102"org/dev/whatsnew/3.6.html#deprecated-features>`_."
80103msgstr ""
104+ "``pyvenv`` fue la herramienta recomendada para la creación de entornos "
105+ "virtuales en Python 3.3 y 3.4, y es `deprecated in Python 3.6 <https://docs."
106+ "python.org/dev/whatsnew/3.6.html#deprecated-features>`_."
81107
82108#: ../Doc/using/venv-create.inc:22
83109msgid ""
84110"The use of ``venv`` is now recommended for creating virtual environments."
85- msgstr ""
111+ msgstr "Ahora se recomienda el uso de ``venv`` para crear entornos virtuales. "
86112
87113#: ../Doc/using/venv-create.inc:27
88114msgid "On Windows, invoke the ``venv`` command as follows::"
89- msgstr ""
115+ msgstr "En Windows, invoca el comando ``venv`` de la siguiente manera:: "
90116
91117#: ../Doc/using/venv-create.inc:31
92118msgid ""
93119"Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for "
94120"your :ref:`Python installation <using-on-windows>`::"
95121msgstr ""
122+ "Como alternativa, si configuraste las variables ``PATH`` y ``PATHEXT`` para "
123+ "tu :ref:`Python installation <using-on-windows>`::"
96124
97125#: ../Doc/using/venv-create.inc:36
98126msgid "The command, if run with ``-h``, will show the available options::"
99127msgstr ""
128+ "El comando, si se ejecuta con ``-h``, mostrará las opciones disponibles::"
100129
101130#: ../Doc/using/venv-create.inc:68
102131msgid ""
103132"Installs pip by default, added the ``--without-pip`` and ``--copies`` "
104133"options"
105134msgstr ""
135+ "Instala pip por defecto, añadió las opciones ``—without-pip`` y ``—copies``"
106136
107137#: ../Doc/using/venv-create.inc:72
108138msgid ""
109139"In earlier versions, if the target directory already existed, an error was "
110140"raised, unless the ``--clear`` or ``--upgrade`` option was provided."
111141msgstr ""
142+ "En versiones anteriores, si el directorio objetivo ya existía, se producía "
143+ "un error, a menos que se incluyera la opción ``--clear`` or ``--upgrade``."
112144
113145#: ../Doc/using/venv-create.inc:77
114146msgid ""
0 commit comments