Skip to content

Commit 946c5c1

Browse files
authored
Traduce library/bz2.po (#1360)
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent 1543444 commit 946c5c1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

library/bz2.po

+8-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"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"
1717
"Language: en_GB\n"
1818
"Language-Team: English - United Kingdom <docs-es@python.org>\n"
1919
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=utf-8\n"
2222
"Content-Transfer-Encoding: 8bit\n"
2323
"Generated-By: Babel 2.8.0\n"
24-
"X-Generator: Poedit 3.0\n"
24+
"X-Generator: Poedit 2.4.2\n"
2525

2626
#: ../Doc/library/bz2.rst:2
2727
msgid ":mod:`bz2` --- Support for :program:`bzip2` compression"
@@ -275,10 +275,15 @@ msgid ""
275275
"The *buffering* parameter has been removed. It was ignored and deprecated "
276276
"since Python 3.0. Pass an open file object to control how the file is opened."
277277
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."
278281

279282
#: ../Doc/library/bz2.rst:141
280283
msgid "The *compresslevel* parameter became keyword-only."
281284
msgstr ""
285+
"El parámetro *compresslevel* se convirtió en un argumento sólo por palabra "
286+
"clave."
282287

283288
#: ../Doc/library/bz2.rst:145
284289
msgid "Incremental (de)compression"

0 commit comments

Comments
 (0)