Skip to content

Commit 5af390c

Browse files
cmaureirgfant
andauthored
Terminando library/zlib (#1251)
* Terminando library/zlib * Update library/zlib.po Co-authored-by: iamagf <61362029+iam-agf@users.noreply.github.com>
1 parent b2533bb commit 5af390c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

library/zlib.po

+15-15
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2020-05-05 21:57-0300\n"
15-
"Last-Translator: Carlos A. Crespo <lvccrespo@gmail.com>\n"
14+
"PO-Revision-Date: 2021-08-04 20:45+0200\n"
15+
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/zlib.rst:2
2526
msgid ":mod:`zlib` --- Compression compatible with :program:`gzip`"
2627
msgstr ":mod:`zlib` --- Compresión compatible con :program:`gzip`"
2728

2829
#: ../Doc/library/zlib.rst:10
29-
#, fuzzy
3030
msgid ""
3131
"For applications that require data compression, the functions in this module "
3232
"allow compression and decompression, using the zlib library. The zlib "
@@ -35,13 +35,13 @@ msgid ""
3535
"earlier than 1.1.3; 1.1.3 has a `security vulnerability <https://zlib.net/"
3636
"zlib_faq.html#faq33>`_, so we recommend using 1.1.4 or later."
3737
msgstr ""
38-
"Para las aplicaciones que requieren compresión de datos, las funciones de "
39-
"este módulo permiten la compresión y la descompresión, utilizando la "
40-
"biblioteca zlib. La biblioteca zlib tiene su propia página de inicio en "
41-
"http://www.zlib.net. Existen incompatibilidades conocidas entre el módulo "
42-
"Python y las versiones de la biblioteca zlib anteriores a 1.1.3; 1.1.3 tiene "
43-
"una vulnerabilidad de seguridad, por lo que recomendamos usar 1.1.4 o "
44-
"posterior."
38+
"Para aplicaciones que requieren compresión de datos, las funciones en este "
39+
"módulo permiten la compresión y descompresión mediante la biblioteca zlib. "
40+
"La biblioteca zlib tiene su propia página de inicio en https://www.zlib.net. "
41+
"Existen incompatibilidades conocidas entre el módulo de Python y las "
42+
"versiones de la biblioteca zlib anteriores a la 1.1.3; 1.1.3 tiene una "
43+
"`vulnerabilidad de seguridad <https://zlib.net/zlib_faq.html#faq33>`_, por "
44+
"lo que recomendamos usar 1.1.4 o posterior."
4545

4646
#: ../Doc/library/zlib.rst:17
4747
msgid ""
@@ -50,10 +50,10 @@ msgid ""
5050
"consult the zlib manual at http://www.zlib.net/manual.html for authoritative "
5151
"information."
5252
msgstr ""
53-
"Las funciones de zlib tienen muchas opciones y a menudo necesitan ser "
54-
"utilizadas en un orden particular. Esta documentación no intenta cubrir "
55-
"todas las permutaciones; consultar el manual de zlib en http://www.zlib.net/"
56-
"manual.html para obtener información autorizada."
53+
"Las funciones de zlib tienen muchas opciones y, a menudo, deben usarse en un "
54+
"orden particular. Esta documentación no intenta cubrir todas las "
55+
"permutaciones; consulte el manual de zlib en http://www.zlib.net/manual.html "
56+
"para obtener información autorizada."
5757

5858
#: ../Doc/library/zlib.rst:22
5959
msgid "For reading and writing ``.gz`` files see the :mod:`gzip` module."

0 commit comments

Comments
 (0)