1
- # Copyright (C) 2001-2020, Python Software Foundation
2
- # This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
4
- # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
- # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
- #
1
+ # Copyright (C) 2001-2020, Python Software Foundation
2
+ # This file is distributed under the same license as the Python package.
3
+ # Maintained by the python-doc-es workteam.
4
+ # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
+ # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
+ #
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
@@ -19,16 +19,16 @@ msgstr ""
19
19
"Language : es\n "
20
20
"X-Generator : Poedit 2.3\n "
21
21
22
- #: ../Doc/library/intro.rst:5
22
+ #: ../Doc/library/intro.rst:5
23
23
msgid "Introduction"
24
24
msgstr "Introducción"
25
25
26
- #: ../Doc/library/intro.rst:7
26
+ #: ../Doc/library/intro.rst:7
27
27
msgid "The \" Python library\" contains several different kinds of components."
28
28
msgstr ""
29
29
"La \" biblioteca Python\" contiene varios tipos de componentes diferentes."
30
30
31
- #: ../Doc/library/intro.rst:9
31
+ #: ../Doc/library/intro.rst:9
32
32
msgid ""
33
33
"It contains data types that would normally be considered part of the \" core"
34
34
"\" of a language, such as numbers and lists. For these types, the Python "
@@ -44,7 +44,7 @@ msgstr ""
44
44
"(Por otro lado, el núcleo del lenguaje sí define propiedades sintácticas "
45
45
"como la ortografía y las prioridades de los operadores.)"
46
46
47
- #: ../Doc/library/intro.rst:15
47
+ #: ../Doc/library/intro.rst:15
48
48
msgid ""
49
49
"The library also contains built-in functions and exceptions --- objects that "
50
50
"can be used by all Python code without the need of an :keyword:`import` "
@@ -57,7 +57,7 @@ msgstr ""
57
57
"núcleo del lenguaje, pero muchos no son esenciales para la semántica del "
58
58
"núcleo y sólo se describen aquí."
59
59
60
- #: ../Doc/library/intro.rst:20
60
+ #: ../Doc/library/intro.rst:20
61
61
msgid ""
62
62
"The bulk of the library, however, consists of a collection of modules. There "
63
63
"are many ways to dissect this collection. Some modules are written in C and "
@@ -86,7 +86,7 @@ msgstr ""
86
86
"cuando se ha elegido una opción de configuración particular en el momento en "
87
87
"que compiló e instaló Python."
88
88
89
- #: ../Doc/library/intro.rst:32
89
+ #: ../Doc/library/intro.rst:32
90
90
msgid ""
91
91
"This manual is organized \" from the inside out:\" it first describes the "
92
92
"built-in functions, data types and exceptions, and finally the modules, "
@@ -96,7 +96,7 @@ msgstr ""
96
96
"las funciones integradas, los tipos de datos y las excepciones, y finalmente "
97
97
"describe los módulos, agrupados en capítulos de módulos relacionados."
98
98
99
- #: ../Doc/library/intro.rst:36
99
+ #: ../Doc/library/intro.rst:36
100
100
msgid ""
101
101
"This means that if you start reading this manual from the start, and skip to "
102
102
"the next chapter when you get bored, you will get a reasonable overview of "
@@ -124,15 +124,15 @@ msgstr ""
124
124
"`built-in-funcs`, ya que el resto del manual asume la familiaridad con este "
125
125
"material."
126
126
127
- #: ../Doc/library/intro.rst:48
127
+ #: ../Doc/library/intro.rst:48
128
128
msgid "Let the show begin!"
129
129
msgstr "¡Que comience el espectáculo!"
130
130
131
- #: ../Doc/library/intro.rst:54
131
+ #: ../Doc/library/intro.rst:54
132
132
msgid "Notes on availability"
133
133
msgstr "Notas sobre la disponibilidad"
134
134
135
- #: ../Doc/library/intro.rst:56
135
+ #: ../Doc/library/intro.rst:56
136
136
msgid ""
137
137
"An \" Availability: Unix\" note means that this function is commonly found on "
138
138
"Unix systems. It does not make any claims about its existence on a specific "
@@ -142,7 +142,7 @@ msgstr ""
142
142
"comúnmente en los sistemas Unix. Pero no hace ninguna afirmación sobre su "
143
143
"existencia en un sistema operativo específico."
144
144
145
- #: ../Doc/library/intro.rst:60
145
+ #: ../Doc/library/intro.rst:60
146
146
msgid ""
147
147
"If not separately noted, all functions that claim \" Availability: Unix\" are "
148
148
"supported on Mac OS X, which builds on a Unix core."
0 commit comments