6
6
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
+ "PO-Revision-Date : 2020-10-09 18:21+0100\n "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"Generated-By : Babel 2.8.0\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
+ "Last-Translator : \n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.4.1\n "
22
24
23
25
#: ../Doc/library/datatypes.rst:5
24
26
msgid "Data Types"
25
- msgstr ""
27
+ msgstr "Tipos de datos "
26
28
27
29
#: ../Doc/library/datatypes.rst:7
28
30
msgid ""
29
31
"The modules described in this chapter provide a variety of specialized data "
30
32
"types such as dates and times, fixed-type arrays, heap queues, double-ended "
31
33
"queues, and enumerations."
32
34
msgstr ""
35
+ "Los módulos descritos en este capítulo proporcionan una variedad de tipos de "
36
+ "datos especializados, como fechas y horas, matrices de tipo fijo (*fixed-"
37
+ "type arrays*), colas de montículos (*heap queues*), colas de doble extremo "
38
+ "(*double-ended queues*) y enumeraciones."
33
39
34
40
#: ../Doc/library/datatypes.rst:11
35
41
msgid ""
@@ -38,7 +44,12 @@ msgid ""
38
44
"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :"
39
45
"class:`bytes` and :class:`bytearray` classes are used to hold binary data."
40
46
msgstr ""
47
+ "Python también proporciona algunos tipos de datos integrados, concretamente :"
48
+ "class:`dict`, :class:`list`, :class:`set` y :class:`frozenset`, y :class:"
49
+ "`tuple`. La clase :class:`str` se utiliza para contener cadenas de "
50
+ "caracteres Unicode, y las clases :class:`bytes` y :class:`bytearray` se "
51
+ "utilizan para contener datos binarios."
41
52
42
53
#: ../Doc/library/datatypes.rst:17
43
54
msgid "The following modules are documented in this chapter:"
44
- msgstr ""
55
+ msgstr "En este capítulo se documentan los siguientes módulos: "
0 commit comments