@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-03-19 11:39+0100\n "
14
- "PO-Revision-Date : 2020-05-22 17:08 +0200\n "
15
- "Last-Translator : \n "
14
+ "PO-Revision-Date : 2021-08-04 21:17 +0200\n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com> \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/venv.rst:2
25
26
msgid ":mod:`venv` --- Creation of virtual environments"
@@ -51,14 +52,14 @@ msgstr ""
51
52
"Ver :pep:`405` para más información sobre los entornos virtuales de Python."
52
53
53
54
#: ../Doc/library/venv.rst:29
54
- #, fuzzy
55
55
msgid ""
56
56
"`Python Packaging User Guide: Creating and using virtual environments "
57
57
"<https://packaging.python.org/guides/installing-using-pip-and-virtual-"
58
58
"environments/#creating-a-virtual-environment>`__"
59
59
msgstr ""
60
- "`Python Packaging User Guide: Creating and using virtual environments "
61
- "<https://packaging.python.org/installing/#creating-virtual-environments>`__"
60
+ "`Guía del usuario de la Paquetería Python: Creación y uso de entornos "
61
+ "virtuales <https://packaging.python.org/guides/installing-using-pip-and-"
62
+ "virtual-environments/#creating-a-virtual-environment>`__"
62
63
63
64
#: ../Doc/library/venv.rst:34
64
65
msgid "Creating virtual environments"
@@ -238,20 +239,22 @@ msgstr ""
238
239
"default-pip``."
239
240
240
241
#: ../Doc/library/venv.rst:123
241
- #, fuzzy
242
242
msgid ""
243
243
"``prompt`` -- a String to be used after virtual environment is activated "
244
244
"(defaults to ``None`` which means directory name of the environment would be "
245
245
"used). If the special string ``\" .\" `` is provided, the basename of the "
246
246
"current directory is used as the prompt."
247
247
msgstr ""
248
- "``prompt`` -- una cadena que se usará después de que se active el entorno "
249
- "virtual (por defecto es ``None`` lo que significa que se usará el nombre de "
250
- "directorio del entorno)."
248
+ "``prompt`` -- una cadena de caracteres que se utilizará después de que se "
249
+ "active el entorno virtual (el valor predeterminado es ``None``, lo que "
250
+ "significa que se utilizaría el nombre del directorio del entorno). Si se "
251
+ "proporciona la cadena especial ``\" .\" ``, el nombre base del directorio "
252
+ "actual se utiliza como indicador."
251
253
252
254
#: ../Doc/library/venv.rst:128
253
255
msgid "``upgrade_deps`` -- Update the base venv modules to the latest on PyPI"
254
256
msgstr ""
257
+ "``upgrade_deps`` -- actualiza los módulos venv base a lo último en PyPI"
255
258
256
259
#: ../Doc/library/venv.rst:130 ../Doc/library/venv.rst:259
257
260
msgid "Added the ``with_pip`` parameter"
@@ -262,9 +265,8 @@ msgid "Added the ``prompt`` parameter"
262
265
msgstr "Añadido el parámetro ``prompt``"
263
266
264
267
#: ../Doc/library/venv.rst:136
265
- #, fuzzy
266
268
msgid "Added the ``upgrade_deps`` parameter"
267
- msgstr "Añadido el parámetro ``prompt ``"
269
+ msgstr "Se agregó el parámetro ``upgrade_deps ``"
268
270
269
271
#: ../Doc/library/venv.rst:139
270
272
msgid ""
@@ -353,6 +355,9 @@ msgid ""
353
355
"``setuptools``) in the environment. This is done by shelling out to the "
354
356
"``pip`` executable in the environment."
355
357
msgstr ""
358
+ "Actualiza los paquetes de dependencia principales de venv (actualmente "
359
+ "``pip`` y ``setuptools``) en el entorno. Esto se hace desembolsando el "
360
+ "ejecutable ``pip`` en el entorno."
356
361
357
362
#: ../Doc/library/venv.rst:205
358
363
msgid ""
0 commit comments