@@ -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-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 "
15
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.9.1\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"
@@ -798,9 +799,10 @@ msgstr ""
798
799
"`pathlib.Path`:"
799
800
800
801
#: ../Doc/library/zipfile.rst:490
801
- #, fuzzy
802
802
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``."
804
806
805
807
#: ../Doc/library/zipfile.rst:494
806
808
msgid "The final path component."
@@ -867,12 +869,16 @@ msgid ""
867
869
"Return a new Path object with each of the *other* arguments joined. The "
868
870
"following are equivalent::"
869
871
msgstr ""
872
+ "Retorna un nuevo objeto de ruta con cada argumentos *other* unidos. Los "
873
+ "siguientes son equivalentes::"
870
874
871
875
#: ../Doc/library/zipfile.rst:548
872
876
msgid ""
873
877
"Prior to 3.10, ``joinpath`` was undocumented and accepted exactly one "
874
878
"parameter."
875
879
msgstr ""
880
+ "Antes de 3.10, ``joinpath`` no estaba documentado y aceptaba exactamente un "
881
+ "parámetro."
876
882
877
883
#: ../Doc/library/zipfile.rst:556
878
884
msgid "PyZipFile Objects"
0 commit comments