@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2020 -08-10 22:55-0500 \n "
15
- "Last-Translator : Cristian Danilo Rengifo Parra <ingcrengifo @gmail.com>\n "
14
+ "PO-Revision-Date : 2021 -08-04 20:50+0200 \n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
16
16
"Language : es_CO\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/zipfile.rst:2
25
26
msgid ":mod:`zipfile` --- Work with ZIP archives"
@@ -807,11 +808,18 @@ msgid ""
807
808
"TextIOWrapper` when opened as text and ignored otherwise. ``pwd`` is the "
808
809
"``pwd`` parameter to :meth:`ZipFile.open`."
809
810
msgstr ""
811
+ "Invoca :meth:`ZipFile.open` en la ruta actual. Permite la apertura para "
812
+ "lectura o escritura, texto o binario a través de los modos admitidos: 'r', "
813
+ "'w', 'rb', 'wb'. Los argumentos posicionales y de palabras clave se pasan a "
814
+ "través de :class:`io.TextIOWrapper` cuando se abren como texto y se ignoran "
815
+ "en caso contrario. ``pwd`` es el parámetro ``pwd`` para :meth:`ZipFile.open`."
810
816
811
817
#: ../Doc/library/zipfile.rst:503
812
818
msgid ""
813
819
"Added support for text and binary modes for open. Default mode is now text."
814
820
msgstr ""
821
+ "Se agregó soporte para modos de texto y binarios para abrir. El modo "
822
+ "predeterminado ahora es texto."
815
823
816
824
#: ../Doc/library/zipfile.rst:509
817
825
msgid "Enumerate the children of the current directory."
0 commit comments