@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-07 14:37+0200\n "
14
- "PO-Revision-Date : 2020-05-07 21:30 +0200\n "
14
+ "PO-Revision-Date : 2020-05-09 17:08 +0200\n "
15
15
"Last-Translator : \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-esMIME-Version: 1.0\n "
@@ -224,91 +224,91 @@ msgstr ":func:`format`"
224
224
225
225
#: ../Doc/library/functions.rst:22
226
226
msgid ":func:`len`"
227
- msgstr ""
227
+ msgstr ":func:`len` "
228
228
229
229
#: ../Doc/library/functions.rst:22
230
230
msgid ":func:`property`"
231
- msgstr ""
231
+ msgstr ":func:`property` "
232
232
233
233
#: ../Doc/library/functions.rst:22
234
234
msgid ":func:`type`"
235
- msgstr ""
235
+ msgstr ":func:`type` "
236
236
237
237
#: ../Doc/library/functions.rst:23
238
238
msgid ":func:`chr`"
239
- msgstr ""
239
+ msgstr ":func:`chr` "
240
240
241
241
#: ../Doc/library/functions.rst:23
242
242
msgid "|func-frozenset|_"
243
- msgstr ""
243
+ msgstr "|func-frozenset|_ "
244
244
245
245
#: ../Doc/library/functions.rst:23
246
246
msgid "|func-list|_"
247
- msgstr ""
247
+ msgstr "|func-list|_ "
248
248
249
249
#: ../Doc/library/functions.rst:23
250
250
msgid "|func-range|_"
251
- msgstr ""
251
+ msgstr "|func-range|_ "
252
252
253
253
#: ../Doc/library/functions.rst:23
254
254
msgid ":func:`vars`"
255
- msgstr ""
255
+ msgstr ":func:`vars` "
256
256
257
257
#: ../Doc/library/functions.rst:24
258
258
msgid ":func:`classmethod`"
259
- msgstr ""
259
+ msgstr ":func:`classmethod` "
260
260
261
261
#: ../Doc/library/functions.rst:24
262
262
msgid ":func:`getattr`"
263
- msgstr ""
263
+ msgstr ":func:`getattr` "
264
264
265
265
#: ../Doc/library/functions.rst:24
266
266
msgid ":func:`locals`"
267
- msgstr ""
267
+ msgstr ":func:`locals` "
268
268
269
269
#: ../Doc/library/functions.rst:24
270
270
msgid ":func:`repr`"
271
- msgstr ""
271
+ msgstr ":func:`repr` "
272
272
273
273
#: ../Doc/library/functions.rst:24
274
274
msgid ":func:`zip`"
275
- msgstr ""
275
+ msgstr ":func:`zip` "
276
276
277
277
#: ../Doc/library/functions.rst:25
278
278
msgid ":func:`compile`"
279
- msgstr ""
279
+ msgstr ":func:`compile` "
280
280
281
281
#: ../Doc/library/functions.rst:25
282
282
msgid ":func:`globals`"
283
- msgstr ""
283
+ msgstr ":func:`globals` "
284
284
285
285
#: ../Doc/library/functions.rst:25
286
286
msgid ":func:`map`"
287
- msgstr ""
287
+ msgstr ":func:`map` "
288
288
289
289
#: ../Doc/library/functions.rst:25
290
290
msgid ":func:`reversed`"
291
- msgstr ""
291
+ msgstr ":func:`reversed` "
292
292
293
293
#: ../Doc/library/functions.rst:25
294
294
msgid ":func:`__import__`"
295
- msgstr ""
295
+ msgstr ":func:`__import__` "
296
296
297
297
#: ../Doc/library/functions.rst:26
298
298
msgid ":func:`complex`"
299
- msgstr ""
299
+ msgstr ":func:`complex` "
300
300
301
301
#: ../Doc/library/functions.rst:26
302
302
msgid ":func:`hasattr`"
303
- msgstr ""
303
+ msgstr ":func:`hasattr` "
304
304
305
305
#: ../Doc/library/functions.rst:26
306
306
msgid ":func:`max`"
307
- msgstr ""
307
+ msgstr ":func:`max` "
308
308
309
309
#: ../Doc/library/functions.rst:26
310
310
msgid ":func:`round`"
311
- msgstr ""
311
+ msgstr ":func:`round` "
312
312
313
313
#: ../Doc/library/functions.rst:45
314
314
msgid ""
@@ -729,12 +729,18 @@ msgid ""
729
729
"Create a new dictionary. The :class:`dict` object is the dictionary class. "
730
730
"See :class:`dict` and :ref:`typesmapping` for documentation about this class."
731
731
msgstr ""
732
+ "Crea un nuevo diccionario. El objeto :class:`dict` es la clase diccionario. "
733
+ "Véase :class:`dict` y :ref:`typesmapping` para más información sobre esta "
734
+ "clase."
732
735
733
736
#: ../Doc/library/functions.rst:362
734
737
msgid ""
735
738
"For other containers see the built-in :class:`list`, :class:`set`, and :"
736
739
"class:`tuple` classes, as well as the :mod:`collections` module."
737
740
msgstr ""
741
+ "Para otros contenedores véase las clases incorporadas (*built-in*) :class:"
742
+ "`list`, :class:`set`, y :class:`tuple`, así como el módulo :mod:"
743
+ "`collections`."
738
744
739
745
#: ../Doc/library/functions.rst:368
740
746
msgid ""
@@ -768,7 +774,7 @@ msgid ""
768
774
msgstr ""
769
775
"Si el objeto no provee de un método :meth:`__dir__`, la función intenta "
770
776
"obtener la información del atributo :attr:`~object.__dict__` del objeto, si "
771
- "está definido, y de su tipo de objeto. La lista resultante no está "
777
+ "está definido, y de su objeto tipo . La lista resultante no está "
772
778
"necesariamente completa, y puede ser inexacta cuando el objeto tiene una "
773
779
"función :func:`__getattr__` implementada."
774
780
@@ -778,29 +784,39 @@ msgid ""
778
784
"of objects, as it attempts to produce the most relevant, rather than "
779
785
"complete, information:"
780
786
msgstr ""
787
+ "El mecanismo por defecto de :func:`dir` se comporta de forma distinta con "
788
+ "diferentes tipos de objeto, ya que intenta producir la información más "
789
+ "relevante en vez de la más completa:"
781
790
782
791
#: ../Doc/library/functions.rst:385
783
792
msgid ""
784
793
"If the object is a module object, the list contains the names of the "
785
794
"module's attributes."
786
795
msgstr ""
796
+ "Si el objeto es un módulo, la lista contiene los nombres de los atributos "
797
+ "del módulo."
787
798
788
799
#: ../Doc/library/functions.rst:388
789
800
msgid ""
790
801
"If the object is a type or class object, the list contains the names of its "
791
802
"attributes, and recursively of the attributes of its bases."
792
803
msgstr ""
804
+ "Si el objeto es un tipo o una clase, la lista contiene los nombres de sus "
805
+ "atributos, y recursivamente la de los atributos de sus clases base."
793
806
794
807
#: ../Doc/library/functions.rst:391
795
808
msgid ""
796
809
"Otherwise, the list contains the object's attributes' names, the names of "
797
810
"its class's attributes, and recursively of the attributes of its class's "
798
811
"base classes."
799
812
msgstr ""
813
+ "En cualquier otro caso, la lista contiene los nombres de los atributos del "
814
+ "objeto, los nombres de los atributos de su clase, y recursivamente los "
815
+ "atributos de sus clases base."
800
816
801
817
#: ../Doc/library/functions.rst:395
802
818
msgid "The resulting list is sorted alphabetically. For example:"
803
- msgstr ""
819
+ msgstr "La lista resultante está ordenada alfabéticamente. Por ejemplo: "
804
820
805
821
#: ../Doc/library/functions.rst:414
806
822
msgid ""
@@ -810,6 +826,11 @@ msgid ""
810
826
"its detailed behavior may change across releases. For example, metaclass "
811
827
"attributes are not in the result list when the argument is a class."
812
828
msgstr ""
829
+ "Ya que :func:`dir` se ofrece como una herramienta para uso en una terminal "
830
+ "de forma interactiva, intenta ofrecer un grupo interesante de nombres más "
831
+ "que un uno rigurosamente definido, y su comportamiento detallado puede "
832
+ "cambiar entre versiones. Por ejemplo, los atributos de metaclase no están en "
833
+ "la lista resultante cuando el argumento es una clase."
813
834
814
835
#: ../Doc/library/functions.rst:424
815
836
msgid ""
0 commit comments