From aecbbf320685768113a0ab0f7eef7014d068b642 Mon Sep 17 00:00:00 2001 From: leonardo Date: Sun, 10 May 2020 16:19:13 -0500 Subject: [PATCH 1/4] Traducido archivo installed.po --- faq/installed.po | 50 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/faq/installed.po b/faq/installed.po index 96bfc24305..55157f2151 100644 --- a/faq/installed.po +++ b/faq/installed.po @@ -1,29 +1,30 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-05-10 16:17-0500\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Last-Translator: \n" +"Language: es\n" +"X-Generator: Poedit 1.8.11\n" #: ../Doc/faq/installed.rst:3 msgid "\"Why is Python Installed on my Computer?\" FAQ" -msgstr "" +msgstr "\"¿Por qué está Python instalado en mi ordenador?\" FAQ" #: ../Doc/faq/installed.rst:6 msgid "What is Python?" -msgstr "" +msgstr "¿Qué es Python?" #: ../Doc/faq/installed.rst:8 msgid "" @@ -33,22 +34,31 @@ msgid "" "professional software developers at places such as Google, NASA, and " "Lucasfilm Ltd." msgstr "" +"Python es un lenguaje de programación. Se usa para muchas aplicaciones " +"diferentes. Se utiliza en algunas escuelas secundarias y universidades como " +"un lenguaje de programación introductorio porque Python es fácil de " +"aprender, pero también es utilizado por desarrolladores de software " +"profesionales en lugares como Google, NASA, y Lucasfilm Ltd." #: ../Doc/faq/installed.rst:13 msgid "" "If you wish to learn more about Python, start with the `Beginner's Guide to " "Python `_." msgstr "" +"Si desea aprender más sobre Python, comience con la `Guía del principiante " +"de Python`_." #: ../Doc/faq/installed.rst:18 msgid "Why is Python installed on my machine?" -msgstr "" +msgstr "¿Por qué está Python instalado en mi máquina?" #: ../Doc/faq/installed.rst:20 msgid "" "If you find Python installed on your system but don't remember installing " "it, there are several possible ways it could have gotten there." msgstr "" +"Si encuentras Python instalado en tu sistema pero no recuerdas haberlo " +"instalado, hay varias maneras posibles en las que podría haber llegado." #: ../Doc/faq/installed.rst:23 msgid "" @@ -56,6 +66,8 @@ msgid "" "installed it; you'll have to figure out who's been using the machine and " "might have installed it." msgstr "" +"Tal vez otro usuario de la computadora quiso aprender a programar y la " +"instaló." #: ../Doc/faq/installed.rst:26 msgid "" @@ -64,6 +76,10 @@ msgid "" "applications, from GUI programs to network servers and administrative " "scripts." msgstr "" +"Una aplicación de terceros instalada en la máquina podría haber sido escrita " +"en Python e incluir una instalación en Python. Hay muchas aplicaciones de " +"este tipo, desde programas GUI hasta servidores de red y scripts " +"administrativos." #: ../Doc/faq/installed.rst:29 msgid "" @@ -71,6 +87,10 @@ msgid "" "aware of computers from Hewlett-Packard and Compaq that include Python. " "Apparently some of HP/Compaq's administrative tools are written in Python." msgstr "" +"Algunas máquinas de Windows también tienen Python instalado. Al momento de " +"escribir este artículo, sabemos que las computadoras de Hewlett-Packard y " +"Compaq incluyen Python. Aparentemente algunas de las herramientas " +"administrativas de HP/Compaq están escritas en Python." #: ../Doc/faq/installed.rst:32 msgid "" @@ -78,20 +98,25 @@ msgid "" "distributions, have Python installed by default; it's included in the base " "installation." msgstr "" +"Muchos sistemas operativos compatibles con Unix, como Mac OS X y algunas " +"distribuciones de Linux, tienen Python instalado por defecto; está incluido " +"en la instalación base." #: ../Doc/faq/installed.rst:38 msgid "Can I delete Python?" -msgstr "" +msgstr "¿Puedo eliminar a Python?" #: ../Doc/faq/installed.rst:40 msgid "That depends on where Python came from." -msgstr "" +msgstr "Eso depende de dónde vino Python." #: ../Doc/faq/installed.rst:42 msgid "" "If someone installed it deliberately, you can remove it without hurting " "anything. On Windows, use the Add/Remove Programs icon in the Control Panel." msgstr "" +"Si alguien lo instaló deliberadamente, puede quitarlo sin dañar nada. En " +"Windows, utilice el icono Agregar o quitar programas en el Panel de control." #: ../Doc/faq/installed.rst:45 msgid "" @@ -99,6 +124,9 @@ msgid "" "it, but that application will no longer work. You should use that " "application's uninstaller rather than removing Python directly." msgstr "" +"Si Python fue instalado por una aplicación de terceros, también puede " +"eliminarlo, pero esa aplicación ya no funcionará. Deberías usar el " +"desinstalador de esa aplicación en lugar de eliminar Python directamente." #: ../Doc/faq/installed.rst:49 msgid "" @@ -107,3 +135,7 @@ msgid "" "and some of them might be important to you. Reinstalling the whole system " "would then be required to fix things again." msgstr "" +"Si Python vino con su sistema operativo, no se recomienda quitarlo. Si lo " +"eliminas, las herramientas escritas en Python ya no funcionarán, y algunas " +"de ellas pueden ser importantes para ti. Reinstalar todo el sistema sería " +"entonces necesario para arreglar las cosas de nuevo." From 03e0a6d3ebec743b73ff82fe6e3b54f273cfba80 Mon Sep 17 00:00:00 2001 From: Leonardo Gomez Date: Mon, 11 May 2020 11:20:54 -0500 Subject: [PATCH 2/4] Suggested Changes --- faq/installed.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/faq/installed.po b/faq/installed.po index 55157f2151..185ed3779f 100644 --- a/faq/installed.po +++ b/faq/installed.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: 2020-05-10 16:17-0500\n" +"PO-Revision-Date: 2020-05-11 11:19-0500\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,11 +46,11 @@ msgid "" "Python `_." msgstr "" "Si desea aprender más sobre Python, comience con la `Guía del principiante " -"de Python`_." +"de Python `_." #: ../Doc/faq/installed.rst:18 msgid "Why is Python installed on my machine?" -msgstr "¿Por qué está Python instalado en mi máquina?" +msgstr "¿Por qué Python está instalado en mi máquina?" #: ../Doc/faq/installed.rst:20 msgid "" @@ -58,7 +58,7 @@ msgid "" "it, there are several possible ways it could have gotten there." msgstr "" "Si encuentras Python instalado en tu sistema pero no recuerdas haberlo " -"instalado, hay varias maneras posibles en las que podría haber llegado." +"instalado, hay varias maneras posibles en las que podría haber llegado ahí." #: ../Doc/faq/installed.rst:23 msgid "" @@ -77,7 +77,7 @@ msgid "" "scripts." msgstr "" "Una aplicación de terceros instalada en la máquina podría haber sido escrita " -"en Python e incluir una instalación en Python. Hay muchas aplicaciones de " +"en Python e incluir una instalación de Python. Hay muchas aplicaciones de " "este tipo, desde programas GUI hasta servidores de red y scripts " "administrativos." @@ -87,7 +87,7 @@ msgid "" "aware of computers from Hewlett-Packard and Compaq that include Python. " "Apparently some of HP/Compaq's administrative tools are written in Python." msgstr "" -"Algunas máquinas de Windows también tienen Python instalado. Al momento de " +"Algunas máquinas Windows también tienen Python instalado. Al momento de " "escribir este artículo, sabemos que las computadoras de Hewlett-Packard y " "Compaq incluyen Python. Aparentemente algunas de las herramientas " "administrativas de HP/Compaq están escritas en Python." @@ -104,7 +104,7 @@ msgstr "" #: ../Doc/faq/installed.rst:38 msgid "Can I delete Python?" -msgstr "¿Puedo eliminar a Python?" +msgstr "¿Puedo eliminar Python?" #: ../Doc/faq/installed.rst:40 msgid "That depends on where Python came from." From 9fdf57835463fa74635e59921718201992b10099 Mon Sep 17 00:00:00 2001 From: Leonardo <34839736+gomezgleonardob@users.noreply.github.com> Date: Mon, 11 May 2020 11:55:45 -0500 Subject: [PATCH 3/4] Update Translate Delete empty space --- faq/installed.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/installed.po b/faq/installed.po index 185ed3779f..7d1133380c 100644 --- a/faq/installed.po +++ b/faq/installed.po @@ -104,7 +104,7 @@ msgstr "" #: ../Doc/faq/installed.rst:38 msgid "Can I delete Python?" -msgstr "¿Puedo eliminar Python?" +msgstr "¿Puedo eliminar Python?" #: ../Doc/faq/installed.rst:40 msgid "That depends on where Python came from." From 17aaad314c1d475e953d2850f82382a38f2e1078 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sun, 17 May 2020 13:21:18 +0200 Subject: [PATCH 4/4] Add some words to the dict --- dict | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dict b/dict index 65890e2d32..e611c5bdbe 100644 --- a/dict +++ b/dict @@ -6,18 +6,24 @@ Awk B C Circus +Compaq Cookbook Fibonacci Flying Fortran Fourier +Google +Hewlett Index Interesantemente +Ltd +Lucasfilm Mac Monty NumPy Numerical Package +Packard Perl Pillow Python @@ -55,6 +61,7 @@ default descompresor deserialización deserializar +desinstalador dict dinámicamente docstring