Skip to content

Commit f17609f

Browse files
Tony-Romecmaureir
authored andcommitted
Traducido archivo library/zipfile (#1647)
1 parent 409babb commit f17609f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

library/zipfile.po

+10-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-04 20:50+0200\n"
14+
"PO-Revision-Date: 2021-11-22 23:56-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es_CO\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.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/zipfile.rst:2
2526
msgid ":mod:`zipfile` --- Work with ZIP archives"
@@ -798,9 +799,10 @@ msgstr ""
798799
"`pathlib.Path`:"
799800

800801
#: ../Doc/library/zipfile.rst:490
801-
#, fuzzy
802802
msgid "Path objects are traversable using the ``/`` operator or ``joinpath``."
803-
msgstr "Los objetos de ruta se pueden atravesar utilizando el operador ``/``."
803+
msgstr ""
804+
"Los objetos de ruta son transitables utilizando el operador ``/`` o "
805+
"utilizando ``joinpath``."
804806

805807
#: ../Doc/library/zipfile.rst:494
806808
msgid "The final path component."
@@ -867,12 +869,16 @@ msgid ""
867869
"Return a new Path object with each of the *other* arguments joined. The "
868870
"following are equivalent::"
869871
msgstr ""
872+
"Retorna un nuevo objeto de ruta con cada argumentos *other* unidos. Los "
873+
"siguientes son equivalentes::"
870874

871875
#: ../Doc/library/zipfile.rst:548
872876
msgid ""
873877
"Prior to 3.10, ``joinpath`` was undocumented and accepted exactly one "
874878
"parameter."
875879
msgstr ""
880+
"Antes de 3.10, ``joinpath`` no estaba documentado y aceptaba exactamente un "
881+
"parámetro."
876882

877883
#: ../Doc/library/zipfile.rst:556
878884
msgid "PyZipFile Objects"

0 commit comments

Comments
 (0)