1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# 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.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"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 "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"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 "
19
21
20
22
#: ../Doc/library/binary.rst:5
21
23
msgid "Binary Data Services"
22
- msgstr ""
24
+ msgstr "Servicios de datos binarios "
23
25
24
26
#: ../Doc/library/binary.rst:7
25
27
msgid ""
@@ -28,16 +30,25 @@ msgid ""
28
30
"specifically in relation to file formats and network protocols, are "
29
31
"described in the relevant sections."
30
32
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."
31
37
32
38
#: ../Doc/library/binary.rst:12
33
39
msgid ""
34
40
"Some libraries described under :ref:`textservices` also work with either "
35
41
"ASCII-compatible binary formats (for example, :mod:`re`) or all binary data "
36
42
"(for example, :mod:`difflib`)."
37
43
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`)."
38
47
39
48
#: ../Doc/library/binary.rst:16
40
49
msgid ""
41
50
"In addition, see the documentation for Python's built-in binary data types "
42
51
"in :ref:`binaryseq`."
43
52
msgstr ""
53
+ "Adicionalmente, véase la documentación para los tipos de datos binarios "
54
+ "incorporados en Python en :ref:`binaryseq`."
0 commit comments