Skip to content

Commit 0931feb

Browse files
cmaureirgfant
andauthored
Traducidas nuevas entradas library/venv (#1258)
* Traducidas nuevas entradas library/venv * Apply suggestions from code review * powrap library/venv Co-authored-by: iamagf <61362029+iam-agf@users.noreply.github.com>
1 parent 1ce3058 commit 0931feb

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

library/venv.po

+17-12
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/venv.rst:2
2526
msgid ":mod:`venv` --- Creation of virtual environments"
@@ -51,14 +52,14 @@ msgstr ""
5152
"Ver :pep:`405` para más información sobre los entornos virtuales de Python."
5253

5354
#: ../Doc/library/venv.rst:29
54-
#, fuzzy
5555
msgid ""
5656
"`Python Packaging User Guide: Creating and using virtual environments "
5757
"<https://packaging.python.org/guides/installing-using-pip-and-virtual-"
5858
"environments/#creating-a-virtual-environment>`__"
5959
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>`__"
6263

6364
#: ../Doc/library/venv.rst:34
6465
msgid "Creating virtual environments"
@@ -238,20 +239,22 @@ msgstr ""
238239
"default-pip``."
239240

240241
#: ../Doc/library/venv.rst:123
241-
#, fuzzy
242242
msgid ""
243243
"``prompt`` -- a String to be used after virtual environment is activated "
244244
"(defaults to ``None`` which means directory name of the environment would be "
245245
"used). If the special string ``\".\"`` is provided, the basename of the "
246246
"current directory is used as the prompt."
247247
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."
251253

252254
#: ../Doc/library/venv.rst:128
253255
msgid "``upgrade_deps`` -- Update the base venv modules to the latest on PyPI"
254256
msgstr ""
257+
"``upgrade_deps`` -- actualiza los módulos venv base a lo último en PyPI"
255258

256259
#: ../Doc/library/venv.rst:130 ../Doc/library/venv.rst:259
257260
msgid "Added the ``with_pip`` parameter"
@@ -262,9 +265,8 @@ msgid "Added the ``prompt`` parameter"
262265
msgstr "Añadido el parámetro ``prompt``"
263266

264267
#: ../Doc/library/venv.rst:136
265-
#, fuzzy
266268
msgid "Added the ``upgrade_deps`` parameter"
267-
msgstr "Añadido el parámetro ``prompt``"
269+
msgstr "Se agregó el parámetro ``upgrade_deps``"
268270

269271
#: ../Doc/library/venv.rst:139
270272
msgid ""
@@ -353,6 +355,9 @@ msgid ""
353355
"``setuptools``) in the environment. This is done by shelling out to the "
354356
"``pip`` executable in the environment."
355357
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."
356361

357362
#: ../Doc/library/venv.rst:205
358363
msgid ""

0 commit comments

Comments
 (0)