@@ -12,16 +12,16 @@ msgstr ""
12
12
"Project-Id-Version : Python 3.8\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2021-03-19 11:16+0100\n "
15
- "PO-Revision-Date : 2021-08-07 10:32+0200 \n "
16
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
15
+ "PO-Revision-Date : 2021-08-24 21:45+0800 \n "
16
+ "Last-Translator : Rodrigo Tobar <rtobarc @gmail.com>\n "
17
17
"Language : en_GB\n "
18
18
"Language-Team : English - United Kingdom <docs-es@python.org>\n "
19
19
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=utf-8\n "
22
22
"Content-Transfer-Encoding : 8bit\n "
23
23
"Generated-By : Babel 2.8.0\n "
24
- "X-Generator : Poedit 3.0 \n "
24
+ "X-Generator : Poedit 2.4.2 \n "
25
25
26
26
#: ../Doc/library/bz2.rst:2
27
27
msgid ":mod:`bz2` --- Support for :program:`bzip2` compression"
@@ -275,10 +275,15 @@ msgid ""
275
275
"The *buffering* parameter has been removed. It was ignored and deprecated "
276
276
"since Python 3.0. Pass an open file object to control how the file is opened."
277
277
msgstr ""
278
+ "El parámetro *buffering* ha sido retirado. Desde Python 3.0 era ignorado y "
279
+ "estaba obsoleto. Pasa un objeto archivo abierto para controlar cómo el "
280
+ "archivo es abierto."
278
281
279
282
#: ../Doc/library/bz2.rst:141
280
283
msgid "The *compresslevel* parameter became keyword-only."
281
284
msgstr ""
285
+ "El parámetro *compresslevel* se convirtió en un argumento sólo por palabra "
286
+ "clave."
282
287
283
288
#: ../Doc/library/bz2.rst:145
284
289
msgid "Incremental (de)compression"
0 commit comments