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
# [email protected] / 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-05 22:35+0200 \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
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
19
+ "Last-Translator : \n "
20
+ "Language : es\n "
21
+ "X-Generator : Poedit 2.3\n "
19
22
20
23
#: ../Doc/library/functions.rst:5 ../Doc/library/functions.rst:11
21
24
msgid "Built-in Functions"
22
- msgstr ""
25
+ msgstr "Funciones Built-in "
23
26
24
27
#: ../Doc/library/functions.rst:7
25
28
msgid ""
26
29
"The Python interpreter has a number of functions and types built into it "
27
30
"that are always available. They are listed here in alphabetical order."
28
31
msgstr ""
32
+ "El intérprete de Python tiene una serie de funciones y tipos incluidos en él "
33
+ "que están siempre disponibles. Están listados aquí en orden alfabético. "
29
34
30
35
#: ../Doc/library/functions.rst:13
31
36
msgid ":func:`abs`"
32
- msgstr ""
37
+ msgstr ":func:`abs` "
33
38
34
39
#: ../Doc/library/functions.rst:13
35
40
msgid ":func:`delattr`"
36
- msgstr ""
41
+ msgstr ":func:`delattr` "
37
42
38
43
#: ../Doc/library/functions.rst:13
39
44
msgid ":func:`hash`"
40
- msgstr ""
45
+ msgstr ":func:`hash` "
41
46
42
47
#: ../Doc/library/functions.rst:13
43
48
msgid "|func-memoryview|_"
44
- msgstr ""
49
+ msgstr "|func-memoryview|_ "
45
50
46
51
#: ../Doc/library/functions.rst:13
47
52
msgid "|func-set|_"
48
- msgstr ""
53
+ msgstr "|func-set|_ "
49
54
50
55
#: ../Doc/library/functions.rst:14
51
56
msgid ":func:`all`"
52
- msgstr ""
57
+ msgstr ":func:`all` "
53
58
54
59
#: ../Doc/library/functions.rst:14
55
60
msgid "|func-dict|_"
56
- msgstr ""
61
+ msgstr "|func-dict|_ "
57
62
58
63
#: ../Doc/library/functions.rst:14
59
64
msgid ":func:`help`"
60
- msgstr ""
65
+ msgstr ":func:`help` "
61
66
62
67
#: ../Doc/library/functions.rst:14
63
68
msgid ":func:`min`"
64
- msgstr ""
69
+ msgstr ":func:`min` "
65
70
66
71
#: ../Doc/library/functions.rst:14
67
72
msgid ":func:`setattr`"
68
- msgstr ""
73
+ msgstr ":func:`setattr` "
69
74
70
75
#: ../Doc/library/functions.rst:15
71
76
msgid ":func:`any`"
72
- msgstr ""
77
+ msgstr ":func:`any` "
73
78
74
79
#: ../Doc/library/functions.rst:15
75
80
msgid ":func:`dir`"
76
- msgstr ""
81
+ msgstr ":func:`any` "
77
82
78
83
#: ../Doc/library/functions.rst:15
79
84
msgid ":func:`hex`"
80
- msgstr ""
85
+ msgstr ":func:`hex` "
81
86
82
87
#: ../Doc/library/functions.rst:15
83
88
msgid ":func:`next`"
84
- msgstr ""
89
+ msgstr ":func:`next` "
85
90
86
91
#: ../Doc/library/functions.rst:15
87
92
msgid ":func:`slice`"
88
- msgstr ""
93
+ msgstr ":func:`slice` "
89
94
90
95
#: ../Doc/library/functions.rst:16
91
96
msgid ":func:`ascii`"
92
- msgstr ""
97
+ msgstr ":func:`ascii` "
93
98
94
99
#: ../Doc/library/functions.rst:16
95
100
msgid ":func:`divmod`"
96
- msgstr ""
101
+ msgstr ":func:`divmod` "
97
102
98
103
#: ../Doc/library/functions.rst:16
99
104
msgid ":func:`id`"
100
- msgstr ""
105
+ msgstr ":func:`id` "
101
106
102
107
#: ../Doc/library/functions.rst:16
103
108
msgid ":func:`object`"
104
- msgstr ""
109
+ msgstr ":func:`object` "
105
110
106
111
#: ../Doc/library/functions.rst:16
107
112
msgid ":func:`sorted`"
108
- msgstr ""
113
+ msgstr ":func:`sorted` "
109
114
110
115
#: ../Doc/library/functions.rst:17
111
116
msgid ":func:`bin`"
112
- msgstr ""
117
+ msgstr ":func:`bin` "
113
118
114
119
#: ../Doc/library/functions.rst:17
115
120
msgid ":func:`enumerate`"
116
- msgstr ""
121
+ msgstr ":func:`enumerate` "
117
122
118
123
#: ../Doc/library/functions.rst:17
119
124
msgid ":func:`input`"
120
- msgstr ""
125
+ msgstr ":func:`input` "
121
126
122
127
#: ../Doc/library/functions.rst:17
123
128
msgid ":func:`oct`"
124
- msgstr ""
129
+ msgstr ":func:`oct` "
125
130
126
131
#: ../Doc/library/functions.rst:17
127
132
msgid ":func:`staticmethod`"
128
- msgstr ""
133
+ msgstr ":func:`staticmethod` "
129
134
130
135
#: ../Doc/library/functions.rst:18
131
136
msgid ":func:`bool`"
132
- msgstr ""
137
+ msgstr ":func:`bool` "
133
138
134
139
#: ../Doc/library/functions.rst:18
135
140
msgid ":func:`eval`"
136
- msgstr ""
141
+ msgstr ":func:`eval` "
137
142
138
143
#: ../Doc/library/functions.rst:18
139
144
msgid ":func:`int`"
140
- msgstr ""
145
+ msgstr ":func:`int` "
141
146
142
147
#: ../Doc/library/functions.rst:18
143
148
msgid ":func:`open`"
144
- msgstr ""
149
+ msgstr ":func:`open` "
145
150
146
151
#: ../Doc/library/functions.rst:18
147
152
msgid "|func-str|_"
148
- msgstr ""
153
+ msgstr "|func-str|_ "
149
154
150
155
#: ../Doc/library/functions.rst:19
151
156
msgid ":func:`breakpoint`"
152
- msgstr ""
157
+ msgstr ":func:`breakpoint` "
153
158
154
159
#: ../Doc/library/functions.rst:19
155
160
msgid ":func:`exec`"
156
- msgstr ""
161
+ msgstr ":func:`exec` "
157
162
158
163
#: ../Doc/library/functions.rst:19
159
164
msgid ":func:`isinstance`"
160
- msgstr ""
165
+ msgstr ":func:`isinstance` "
161
166
162
167
#: ../Doc/library/functions.rst:19
163
168
msgid ":func:`ord`"
164
- msgstr ""
169
+ msgstr ":func:`ord` "
165
170
166
171
#: ../Doc/library/functions.rst:19
167
172
msgid ":func:`sum`"
168
- msgstr ""
173
+ msgstr ":func:`sum` "
169
174
170
175
#: ../Doc/library/functions.rst:20
171
176
msgid "|func-bytearray|_"
172
- msgstr ""
177
+ msgstr "|func-bytearray|_ "
173
178
174
179
#: ../Doc/library/functions.rst:20
175
180
msgid ":func:`filter`"
176
- msgstr ""
181
+ msgstr ":func:`filter` "
177
182
178
183
#: ../Doc/library/functions.rst:20
179
184
msgid ":func:`issubclass`"
180
- msgstr ""
185
+ msgstr ":func:`issubclass` "
181
186
182
187
#: ../Doc/library/functions.rst:20
183
188
msgid ":func:`pow`"
184
- msgstr ""
189
+ msgstr ":func:`pow` "
185
190
186
191
#: ../Doc/library/functions.rst:20
187
192
msgid ":func:`super`"
188
- msgstr ""
193
+ msgstr ":func:`super` "
189
194
190
195
#: ../Doc/library/functions.rst:21
191
196
msgid "|func-bytes|_"
192
- msgstr ""
197
+ msgstr "|func-bytes|_ "
193
198
194
199
#: ../Doc/library/functions.rst:21
195
200
msgid ":func:`float`"
196
- msgstr ""
201
+ msgstr ":func:`float` "
197
202
198
203
#: ../Doc/library/functions.rst:21
199
204
msgid ":func:`iter`"
200
- msgstr ""
205
+ msgstr ":func:`iter` "
201
206
202
207
#: ../Doc/library/functions.rst:21
203
208
msgid ":func:`print`"
204
- msgstr ""
209
+ msgstr ":func:`print` "
205
210
206
211
#: ../Doc/library/functions.rst:21
207
212
msgid "|func-tuple|_"
208
- msgstr ""
213
+ msgstr "|func-tuple|_ "
209
214
210
215
#: ../Doc/library/functions.rst:22
211
216
msgid ":func:`callable`"
212
- msgstr ""
217
+ msgstr ":func:`callable` "
213
218
214
219
#: ../Doc/library/functions.rst:22
215
220
msgid ":func:`format`"
216
- msgstr ""
221
+ msgstr ":func:`format` "
217
222
218
223
#: ../Doc/library/functions.rst:22
219
224
msgid ":func:`len`"
@@ -309,18 +314,25 @@ msgid ""
309
314
"floating point number. If the argument is a complex number, its magnitude "
310
315
"is returned."
311
316
msgstr ""
317
+ "Devuelve el valor absoluto de un número. El argumento puede ser un número "
318
+ "entero o de punto flotante. Si el argumento es un número complejo, devuelve "
319
+ "su magnitud."
312
320
313
321
#: ../Doc/library/functions.rst:52
314
322
msgid ""
315
323
"Return ``True`` if all elements of the *iterable* are true (or if the "
316
324
"iterable is empty). Equivalent to::"
317
325
msgstr ""
326
+ "Devuelve ``True`` si todos los elementos del *iterable* son verdaderos (o "
327
+ "si el iterable está vacío). Equivalente a::"
318
328
319
329
#: ../Doc/library/functions.rst:64
320
330
msgid ""
321
331
"Return ``True`` if any element of the *iterable* is true. If the iterable "
322
332
"is empty, return ``False``. Equivalent to::"
323
333
msgstr ""
334
+ "Devuelve ``True`` si un elemento cualquiera del *iterable* es verdadero. Si "
335
+ "el iteradle está vacío, devuelve ``False``. Equivalente a::"
324
336
325
337
#: ../Doc/library/functions.rst:76
326
338
msgid ""
@@ -329,6 +341,10 @@ msgid ""
329
341
"`repr` using ``\\ x``, ``\\ u`` or ``\\ U`` escapes. This generates a string "
330
342
"similar to that returned by :func:`repr` in Python 2."
331
343
msgstr ""
344
+ "Como :func:`repr`, devuelve una cadena que contiene una representación "
345
+ "imprimible de un objeto, pero que escapa los caracteres no-ASCII que :func:"
346
+ "`repr` devuelve usando ``\\ x``, ``\\ u`` or ``\\ U``. Esto genera una cadena "
347
+ "similar a la devuelta por :func:`repr` en Python 2."
332
348
333
349
#: ../Doc/library/functions.rst:84
334
350
msgid ""
@@ -337,16 +353,22 @@ msgid ""
337
353
"object, it has to define an :meth:`__index__` method that returns an "
338
354
"integer. Some examples:"
339
355
msgstr ""
356
+ "Convierte un número entero a una cadena binaria con prefijo “0b”. El "
357
+ "resultado es una expresión de Python válida. Si *x* no es un objeto de "
358
+ "clase :class:`int` en Python, tiene que definir un método :meth:"
359
+ "`__index__` que devuelva un entero. Algunos ejemplos:"
340
360
341
361
#: ../Doc/library/functions.rst:94
342
362
msgid ""
343
363
"If prefix \" 0b\" is desired or not, you can use either of the following ways."
344
364
msgstr ""
365
+ "Según se desee o no el prefijo “0b”, se puede usar uno u otro de las "
366
+ "siguientes maneras:"
345
367
346
368
#: ../Doc/library/functions.rst:101 ../Doc/library/functions.rst:703
347
369
#: ../Doc/library/functions.rst:963
348
370
msgid "See also :func:`format` for more information."
349
- msgstr ""
371
+ msgstr "Veáse también :func:`format` para más información. "
350
372
351
373
#: ../Doc/library/functions.rst:106
352
374
msgid ""
@@ -357,11 +379,17 @@ msgid ""
357
379
"It cannot be subclassed further. Its only instances are ``False`` and "
358
380
"``True`` (see :ref:`bltin-boolean-values`)."
359
381
msgstr ""
382
+ "Devuelve un booleano, es decir, o bien ``True`` o ``False``. *x* es "
383
+ "convertido usando el estándar :ref:`truth testing procedure <truth>`. Si *x* "
384
+ "es falso o omitido, devuelve ``False``; en caso contrario devuelve "
385
+ "``True``. La clase :class:`bool` es una subclase de :class:`int` (véase :"
386
+ "ref:`typesnumeric`). De ella no pueden derivarse más subclases. Sus únicas "
387
+ "instancias son ``False`` y ``True`` (véase :ref:`bltin-boolean-values`)."
360
388
361
389
#: ../Doc/library/functions.rst:115 ../Doc/library/functions.rst:581
362
390
#: ../Doc/library/functions.rst:774
363
391
msgid "*x* is now a positional-only parameter."
364
- msgstr ""
392
+ msgstr "*x* es ahora un argumento solo de posición. "
365
393
366
394
#: ../Doc/library/functions.rst:120
367
395
msgid ""
@@ -374,6 +402,15 @@ msgid ""
374
402
"other function and :func:`breakpoint` will automatically call that, allowing "
375
403
"you to drop into the debugger of choice."
376
404
msgstr ""
405
+ "Esta función te lleva al depurador en el sitio donde se produce la llamada. "
406
+ "Específicamente, llama a :func:`sys.breakpointhook`, pasando ``args`` y "
407
+ "``kws`` directamente. Por defecto, ``sys.breakpointhook()`` llama a :func:"
408
+ "`pdb.set_trace()` sin esperar argumentos. En este caso, es puramente una "
409
+ "función de conveniencia para evitar el importe explícito de :mod:`pdb` o "
410
+ "tener que escribir tanto código para entrar al depurador. Sin embargo, :func:"
411
+ "`sys.breakpointhook` puede ser configurado a otra función y :func:"
412
+ "`breakpoint` llamará automáticamente a esta, permitiendo entrar al depurador "
413
+ "elegido."
377
414
378
415
#: ../Doc/library/functions.rst:136
379
416
msgid ""
0 commit comments