Skip to content

Commit e267b48

Browse files
authored
Traducción library/binary.po (#1112)
1 parent 62b5338 commit e267b48

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

library/binary.po

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# 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.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"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"
12+
"PO-Revision-Date: 2020-10-27 07:04-0400\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.4.1\n"
1921

2022
#: ../Doc/library/binary.rst:5
2123
msgid "Binary Data Services"
22-
msgstr ""
24+
msgstr "Servicios de datos binarios"
2325

2426
#: ../Doc/library/binary.rst:7
2527
msgid ""
@@ -28,16 +30,25 @@ msgid ""
2830
"specifically in relation to file formats and network protocols, are "
2931
"described in the relevant sections."
3032
msgstr ""
33+
"Los módulos descritos en este capítulo proporcionan algunas operaciones "
34+
"básicas de servicios para la manipulación de datos binarios. Otras "
35+
"operaciones sobre datos binarios específicamente relacionadas con formatos "
36+
"de archivo y protocolos de red están descritas en las secciones relevantes."
3137

3238
#: ../Doc/library/binary.rst:12
3339
msgid ""
3440
"Some libraries described under :ref:`textservices` also work with either "
3541
"ASCII-compatible binary formats (for example, :mod:`re`) or all binary data "
3642
"(for example, :mod:`difflib`)."
3743
msgstr ""
44+
"Algunas bibliotecas descritas bajo :ref:`textservices` también funcionan o "
45+
"bien sobre formatos binarios compatibles con ASCII (por ejemplo :mod:`re`), "
46+
"o bien sobre todos los datos binarios (por ejemplo :mod:`difflib`)."
3847

3948
#: ../Doc/library/binary.rst:16
4049
msgid ""
4150
"In addition, see the documentation for Python's built-in binary data types "
4251
"in :ref:`binaryseq`."
4352
msgstr ""
53+
"Adicionalmente, véase la documentación para los tipos de datos binarios "
54+
"incorporados en Python en :ref:`binaryseq`."

0 commit comments

Comments
 (0)