|
1 | 1 | # Copyright (C) 2001-2020, Python Software Foundation |
2 | 2 | # 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. |
4 | 4 | # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ |
5 | 5 | # Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers |
6 | 6 | # |
7 | | -#, fuzzy |
8 | 7 | msgid "" |
9 | 8 | msgstr "" |
10 | 9 | "Project-Id-Version: Python 3.7\n" |
11 | 10 | "Report-Msgid-Bugs-To: \n" |
12 | 11 | "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" |
16 | 15 | "MIME-Version: 1.0\n" |
17 | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
18 | 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | +"Last-Translator: \n" |
| 19 | +"Language: es\n" |
| 20 | +"X-Generator: Poedit 2.3\n" |
19 | 21 |
|
20 | 22 | #: ../Doc/tutorial/venv.rst:6 |
21 | 23 | msgid "Virtual Environments and Packages" |
@@ -163,6 +165,11 @@ msgid "" |
163 | 165 | "by going to it in your web browser, or you can use ``pip``'s limited search " |
164 | 166 | "feature:" |
165 | 167 | 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``." |
166 | 173 |
|
167 | 174 | #: ../Doc/tutorial/venv.rst:105 |
168 | 175 | msgid "" |
@@ -248,3 +255,7 @@ msgid "" |
248 | 255 | "want to make it available on the Python Package Index, consult the :ref:" |
249 | 256 | "`distributing-index` guide." |
250 | 257 | 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