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-05 12:34+0200\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
+ "Last-Translator : \n "
18
+ "X-Generator : Poedit 2.4.1\n "
19
19
20
20
#: ../Doc/library/archiving.rst:5
21
21
msgid "Data Compression and Archiving"
22
- msgstr ""
22
+ msgstr "Compresión de datos y archivado "
23
23
24
24
#: ../Doc/library/archiving.rst:7
25
25
msgid ""
@@ -28,3 +28,7 @@ msgid ""
28
28
"format archives. See also :ref:`archiving-operations` provided by the :mod:"
29
29
"`shutil` module."
30
30
msgstr ""
31
+ "Los módulos descritos en este capítulo soportan compresión de datos con los "
32
+ "algoritmos zlib, gzip, bzip2 e lzma, y la creación de archivos con formato "
33
+ "ZIP y tar. Véase también :ref:`archiving-operations` provistos por el "
34
+ "módulo :mod:`shutil`."
0 commit comments