From ed59863c01d952ef28923254cd1b0503858a0964 Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Tue, 24 Aug 2021 21:46:41 +0800 Subject: [PATCH] Traduce library/bz2.po Signed-off-by: Rodrigo Tobar --- library/bz2.po | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/library/bz2.po b/library/bz2.po index 244f87a78f..c08325fa19 100644 --- a/library/bz2.po +++ b/library/bz2.po @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-19 11:16+0100\n" -"PO-Revision-Date: 2021-08-07 10:32+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" +"PO-Revision-Date: 2021-08-24 21:45+0800\n" +"Last-Translator: Rodrigo Tobar \n" "Language: en_GB\n" "Language-Team: English - United Kingdom \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 2.4.2\n" #: ../Doc/library/bz2.rst:2 msgid ":mod:`bz2` --- Support for :program:`bzip2` compression" @@ -275,10 +275,15 @@ msgid "" "The *buffering* parameter has been removed. It was ignored and deprecated " "since Python 3.0. Pass an open file object to control how the file is opened." msgstr "" +"El parámetro *buffering* ha sido retirado. Desde Python 3.0 era ignorado y " +"estaba obsoleto. Pasa un objeto archivo abierto para controlar cómo el " +"archivo es abierto." #: ../Doc/library/bz2.rst:141 msgid "The *compresslevel* parameter became keyword-only." msgstr "" +"El parámetro *compresslevel* se convirtió en un argumento sólo por palabra " +"clave." #: ../Doc/library/bz2.rst:145 msgid "Incremental (de)compression"