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.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\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 "
12
+ "PO-Revision-Date : 2020-05-10 16:17-0500\n "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "Last-Translator : \n "
18
+ "Language : es\n "
19
+ "X-Generator : Poedit 1.8.11\n "
19
20
20
21
#: ../Doc/faq/installed.rst:3
21
22
msgid "\" Why is Python Installed on my Computer?\" FAQ"
22
- msgstr ""
23
+ msgstr "\" ¿Por qué está Python instalado en mi ordenador? \" FAQ "
23
24
24
25
#: ../Doc/faq/installed.rst:6
25
26
msgid "What is Python?"
26
- msgstr ""
27
+ msgstr "¿Qué es Python? "
27
28
28
29
#: ../Doc/faq/installed.rst:8
29
30
msgid ""
@@ -33,29 +34,40 @@ msgid ""
33
34
"professional software developers at places such as Google, NASA, and "
34
35
"Lucasfilm Ltd."
35
36
msgstr ""
37
+ "Python es un lenguaje de programación. Se usa para muchas aplicaciones "
38
+ "diferentes. Se utiliza en algunas escuelas secundarias y universidades como "
39
+ "un lenguaje de programación introductorio porque Python es fácil de "
40
+ "aprender, pero también es utilizado por desarrolladores de software "
41
+ "profesionales en lugares como Google, NASA, y Lucasfilm Ltd."
36
42
37
43
#: ../Doc/faq/installed.rst:13
38
44
msgid ""
39
45
"If you wish to learn more about Python, start with the `Beginner's Guide to "
40
46
"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
41
47
msgstr ""
48
+ "Si desea aprender más sobre Python, comience con la `Guía del principiante "
49
+ "de Python<https://wiki.python.org/moin/BeginnersGuide>`_."
42
50
43
51
#: ../Doc/faq/installed.rst:18
44
52
msgid "Why is Python installed on my machine?"
45
- msgstr ""
53
+ msgstr "¿Por qué está Python instalado en mi máquina? "
46
54
47
55
#: ../Doc/faq/installed.rst:20
48
56
msgid ""
49
57
"If you find Python installed on your system but don't remember installing "
50
58
"it, there are several possible ways it could have gotten there."
51
59
msgstr ""
60
+ "Si encuentras Python instalado en tu sistema pero no recuerdas haberlo "
61
+ "instalado, hay varias maneras posibles en las que podría haber llegado."
52
62
53
63
#: ../Doc/faq/installed.rst:23
54
64
msgid ""
55
65
"Perhaps another user on the computer wanted to learn programming and "
56
66
"installed it; you'll have to figure out who's been using the machine and "
57
67
"might have installed it."
58
68
msgstr ""
69
+ "Tal vez otro usuario de la computadora quiso aprender a programar y la "
70
+ "instaló."
59
71
60
72
#: ../Doc/faq/installed.rst:26
61
73
msgid ""
@@ -64,41 +76,57 @@ msgid ""
64
76
"applications, from GUI programs to network servers and administrative "
65
77
"scripts."
66
78
msgstr ""
79
+ "Una aplicación de terceros instalada en la máquina podría haber sido escrita "
80
+ "en Python e incluir una instalación en Python. Hay muchas aplicaciones de "
81
+ "este tipo, desde programas GUI hasta servidores de red y scripts "
82
+ "administrativos."
67
83
68
84
#: ../Doc/faq/installed.rst:29
69
85
msgid ""
70
86
"Some Windows machines also have Python installed. At this writing we're "
71
87
"aware of computers from Hewlett-Packard and Compaq that include Python. "
72
88
"Apparently some of HP/Compaq's administrative tools are written in Python."
73
89
msgstr ""
90
+ "Algunas máquinas de Windows también tienen Python instalado. Al momento de "
91
+ "escribir este artículo, sabemos que las computadoras de Hewlett-Packard y "
92
+ "Compaq incluyen Python. Aparentemente algunas de las herramientas "
93
+ "administrativas de HP/Compaq están escritas en Python."
74
94
75
95
#: ../Doc/faq/installed.rst:32
76
96
msgid ""
77
97
"Many Unix-compatible operating systems, such as Mac OS X and some Linux "
78
98
"distributions, have Python installed by default; it's included in the base "
79
99
"installation."
80
100
msgstr ""
101
+ "Muchos sistemas operativos compatibles con Unix, como Mac OS X y algunas "
102
+ "distribuciones de Linux, tienen Python instalado por defecto; está incluido "
103
+ "en la instalación base."
81
104
82
105
#: ../Doc/faq/installed.rst:38
83
106
msgid "Can I delete Python?"
84
- msgstr ""
107
+ msgstr "¿Puedo eliminar a Python? "
85
108
86
109
#: ../Doc/faq/installed.rst:40
87
110
msgid "That depends on where Python came from."
88
- msgstr ""
111
+ msgstr "Eso depende de dónde vino Python. "
89
112
90
113
#: ../Doc/faq/installed.rst:42
91
114
msgid ""
92
115
"If someone installed it deliberately, you can remove it without hurting "
93
116
"anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
94
117
msgstr ""
118
+ "Si alguien lo instaló deliberadamente, puede quitarlo sin dañar nada. En "
119
+ "Windows, utilice el icono Agregar o quitar programas en el Panel de control."
95
120
96
121
#: ../Doc/faq/installed.rst:45
97
122
msgid ""
98
123
"If Python was installed by a third-party application, you can also remove "
99
124
"it, but that application will no longer work. You should use that "
100
125
"application's uninstaller rather than removing Python directly."
101
126
msgstr ""
127
+ "Si Python fue instalado por una aplicación de terceros, también puede "
128
+ "eliminarlo, pero esa aplicación ya no funcionará. Deberías usar el "
129
+ "desinstalador de esa aplicación en lugar de eliminar Python directamente."
102
130
103
131
#: ../Doc/faq/installed.rst:49
104
132
msgid ""
@@ -107,3 +135,7 @@ msgid ""
107
135
"and some of them might be important to you. Reinstalling the whole system "
108
136
"would then be required to fix things again."
109
137
msgstr ""
138
+ "Si Python vino con su sistema operativo, no se recomienda quitarlo. Si lo "
139
+ "eliminas, las herramientas escritas en Python ya no funcionarán, y algunas "
140
+ "de ellas pueden ser importantes para ti. Reinstalar todo el sistema sería "
141
+ "entonces necesario para arreglar las cosas de nuevo."
0 commit comments