Skip to content

Commit 0ede06b

Browse files
authored
Merge pull request #49 from qagustina/traduccion_venv
2 parents 060188a + 64da945 commit 0ede06b

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

tutorial/venv.po

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# [email protected] / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.7\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
12+
"PO-Revision-Date: 2020-05-03 19:13-0300\n"
13+
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
14+
"python.org)\n"
1615
"MIME-Version: 1.0\n"
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.3\n"
1921

2022
#: ../Doc/tutorial/venv.rst:6
2123
msgid "Virtual Environments and Packages"
@@ -163,6 +165,11 @@ msgid ""
163165
"by going to it in your web browser, or you can use ``pip``'s limited search "
164166
"feature:"
165167
msgstr ""
168+
"Puede instalar, actualizar, y eliminar paquetes usando un programa llamado :"
169+
"program:`pip`. De forma predeterminada ``pip`` instalará paquetes desde el "
170+
"índice de paquetes de Python, <https://pypi.org>. Puede navegar por el "
171+
"índice de paquetes de Python, yendo a él en su navegador web, o puede "
172+
"utilizar la herramienta de búsqueda limitada de ``pip``:"
166173

167174
#: ../Doc/tutorial/venv.rst:105
168175
msgid ""
@@ -248,3 +255,7 @@ msgid ""
248255
"want to make it available on the Python Package Index, consult the :ref:"
249256
"`distributing-index` guide."
250257
msgstr ""
258+
"``pip`` tiene muchas más opciones. Consulte la guía :ref:`installing-index` "
259+
"para obtener documentación completa de ``pip``. Cuando haya escrito un "
260+
"paquete y desee que esté disponible en el índice de paquetes de Python, "
261+
"consulte la guía :ref:`distributing-index`."

0 commit comments

Comments
 (0)