Skip to content

Traducción library/datatypes.po #1039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions library/datatypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,36 @@
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date: 2020-10-09 18:21+0100\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: \n"
"Language: es\n"
"X-Generator: Poedit 2.4.1\n"

#: ../Doc/library/datatypes.rst:5
msgid "Data Types"
msgstr ""
msgstr "Tipos de datos"

#: ../Doc/library/datatypes.rst:7
msgid ""
"The modules described in this chapter provide a variety of specialized data "
"types such as dates and times, fixed-type arrays, heap queues, double-ended "
"queues, and enumerations."
msgstr ""
"Los módulos descritos en este capítulo proporcionan una variedad de tipos de "
"datos especializados, como fechas y horas, matrices de tipo fijo (*fixed-"
"type arrays*), colas de montículos (*heap queues*), colas de doble extremo "
"(*double-ended queues*) y enumeraciones."

#: ../Doc/library/datatypes.rst:11
msgid ""
Expand All @@ -38,7 +44,12 @@ msgid ""
"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :"
"class:`bytes` and :class:`bytearray` classes are used to hold binary data."
msgstr ""
"Python también proporciona algunos tipos de datos integrados, concretamente :"
"class:`dict`, :class:`list`, :class:`set` y :class:`frozenset`, y :class:"
"`tuple`. La clase :class:`str` se utiliza para contener cadenas de "
"caracteres Unicode, y las clases :class:`bytes` y :class:`bytearray` se "
"utilizan para contener datos binarios."

#: ../Doc/library/datatypes.rst:17
msgid "The following modules are documented in this chapter:"
msgstr ""
msgstr "En este capítulo se documentan los siguientes módulos:"