Skip to content

Commit 7c7f2d1

Browse files
authored
Traducción library/datatypes.po (#1039)
1 parent 2ff9dca commit 7c7f2d1

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

library/datatypes.po

+17-6
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,36 @@
66
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"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"
1715
"Language-Team: python-doc-es\n"
1816
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
2018
"Content-Transfer-Encoding: 8bit\n"
2119
"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"
2224

2325
#: ../Doc/library/datatypes.rst:5
2426
msgid "Data Types"
25-
msgstr ""
27+
msgstr "Tipos de datos"
2628

2729
#: ../Doc/library/datatypes.rst:7
2830
msgid ""
2931
"The modules described in this chapter provide a variety of specialized data "
3032
"types such as dates and times, fixed-type arrays, heap queues, double-ended "
3133
"queues, and enumerations."
3234
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."
3339

3440
#: ../Doc/library/datatypes.rst:11
3541
msgid ""
@@ -38,7 +44,12 @@ msgid ""
3844
"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :"
3945
"class:`bytes` and :class:`bytearray` classes are used to hold binary data."
4046
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."
4152

4253
#: ../Doc/library/datatypes.rst:17
4354
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

Comments
 (0)