@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
14
"PO-Revision-Date : 2021-08-07 21:20+0200\n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1) \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1)\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
23
24
24
#: ../Doc/library/glob.rst:2
@@ -93,12 +93,18 @@ msgid ""
93
93
"func:`glob` as changing the current directory before calling it. If "
94
94
"*pathname* is relative, the result will contain paths relative to *root_dir*."
95
95
msgstr ""
96
+ "Si *root_dir* no es ``None``, debería ser un :term:`path-like object` que "
97
+ "especifique el directorio raíz para la búsqueda. Tiene el mismo efecto en :"
98
+ "func:`glob` que cambiar el directorio actual antes de llamarlo. Si "
99
+ "*pathname* es relativo, el resultado contendrá rutas relativas a *root_dir*."
96
100
97
101
#: ../Doc/library/glob.rst:56
98
102
msgid ""
99
103
"This function can support :ref:`paths relative to directory descriptors "
100
104
"<dir_fd>` with the *dir_fd* parameter."
101
105
msgstr ""
106
+ "Esta función puede admitir :ref:`rutas relativas a descriptores de "
107
+ "directorio <dir_fd>` con el parámetro *dir_fd*."
102
108
103
109
#: ../Doc/library/glob.rst:62
104
110
msgid ""
@@ -121,13 +127,12 @@ msgstr ""
121
127
"argumentos ``pathname``, ``recursive``."
122
128
123
129
#: ../Doc/library/glob.rst:68 ../Doc/library/glob.rst:87
124
- #, fuzzy
125
130
msgid ""
126
131
"Raises an :ref:`auditing event <auditing>` ``glob.glob/2`` with arguments "
127
132
"``pathname``, ``recursive``, ``root_dir``, ``dir_fd``."
128
133
msgstr ""
129
- "Lanza un :ref:`evento de auditoría <auditing>` ``glob.glob`` con los "
130
- "argumentos ``pathname``, ``recursive``."
134
+ "Lanza un :ref:`auditing event <auditing>` ``glob.glob/2 `` con argumentos "
135
+ "``pathname``, ``recursive``, ``root_dir``, ``dir_fd ``."
131
136
132
137
#: ../Doc/library/glob.rst:71
133
138
msgid ""
@@ -143,7 +148,7 @@ msgstr "Soporte para globs recursivos usando \"``**``\"."
143
148
144
149
#: ../Doc/library/glob.rst:77 ../Doc/library/glob.rst:92
145
150
msgid "Added the *root_dir* and *dir_fd* parameters."
146
- msgstr ""
151
+ msgstr "Se agregaron los parámetros *root_dir* y *dir_fd*. "
147
152
148
153
#: ../Doc/library/glob.rst:83
149
154
msgid ""
0 commit comments