1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
3
+ # Maintained by the python-doc-es workteam.
4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version :Python 3.8\n "
11
10
"Report-Msgid-Bugs-To :\n "
12
11
"POT-Creation-Date :2019-05-06 11:59-0400\n "
13
- "PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator :FULL NAME <EMAIL@ADDRESS>\n "
12
+ "PO-Revision-Date :2020-09-09 22:24-0400\n "
15
13
"Language-Team :python-doc-es\n "
16
14
"MIME-Version :1.0\n "
17
15
"Content-Type :text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding :8bit\n "
17
+ "Plural-Forms :nplurals=2; plural=(n != 1);\n "
18
+ "Last-Translator :Alice Colman <alycolbar@gmail.com>\n "
19
+ "Language :es\n "
20
+ "X-Generator :Poedit 2.4.1\n "
19
21
20
22
#: ../Doc/library/fnmatch.rst:2
21
23
msgid ":mod:`fnmatch` --- Unix filename pattern matching"
22
- msgstr ""
24
+ msgstr ":mod:`fnmatch` --- Coincidencia de patrones de nombre de archivos Unix "
23
25
24
26
#: ../Doc/library/fnmatch.rst:7
25
27
msgid "**Source code:** :source:`Lib/fnmatch.py`"
26
- msgstr ""
28
+ msgstr "**Código fuente:** :source:`Lib/fnmatch.py` "
27
29
28
30
#: ../Doc/library/fnmatch.rst:15
29
31
msgid ""
30
32
"This module provides support for Unix shell-style wildcards, which are *not* "
31
33
"the same as regular expressions (which are documented in the :mod:`re` "
32
34
"module). The special characters used in shell-style wildcards are:"
33
35
msgstr ""
36
+ "Este módulo proporciona soporte para comodines de estilo shell de Unix, que "
37
+ "*no* son lo mismo que las expresiones regulares (que se documentan en el "
38
+ "módulo :mod:`re`). Los caracteres especiales utilizados en los comodines de "
39
+ "estilo shell son:"
34
40
35
41
#: ../Doc/library/fnmatch.rst:27
36
42
msgid "Pattern"
37
- msgstr ""
43
+ msgstr "Patrón "
38
44
39
45
#: ../Doc/library/fnmatch.rst:27
40
46
msgid "Meaning"
41
- msgstr ""
47
+ msgstr "Significado "
42
48
43
49
#: ../Doc/library/fnmatch.rst:29
44
50
msgid "``*``"
45
- msgstr ""
51
+ msgstr "``*`` "
46
52
47
53
#: ../Doc/library/fnmatch.rst:29
48
54
msgid "matches everything"
49
- msgstr ""
55
+ msgstr "coincide con todo "
50
56
51
57
#: ../Doc/library/fnmatch.rst:31
52
58
msgid "``?``"
53
- msgstr ""
59
+ msgstr "``?`` "
54
60
55
61
#: ../Doc/library/fnmatch.rst:31
56
62
msgid "matches any single character"
57
- msgstr ""
63
+ msgstr "coincide con un solo carácter "
58
64
59
65
#: ../Doc/library/fnmatch.rst:33
60
66
msgid "``[seq]``"
61
- msgstr ""
67
+ msgstr "``[seq]`` "
62
68
63
69
#: ../Doc/library/fnmatch.rst:33
64
70
msgid "matches any character in *seq*"
65
- msgstr ""
71
+ msgstr "coincide con cualquier carácter presente en *seq* "
66
72
67
73
#: ../Doc/library/fnmatch.rst:35
68
74
msgid "``[!seq]``"
69
- msgstr ""
75
+ msgstr "``[!seq]`` "
70
76
71
77
#: ../Doc/library/fnmatch.rst:35
72
78
msgid "matches any character not in *seq*"
73
- msgstr ""
79
+ msgstr "coincide con cualquier carácter ausente en *seq* "
74
80
75
81
#: ../Doc/library/fnmatch.rst:38
76
82
msgid ""
77
83
"For a literal match, wrap the meta-characters in brackets. For example, "
78
84
"``'[?]'`` matches the character ``'?'``."
79
85
msgstr ""
86
+ "Para una coincidencia literal, envuelva los meta-caracteres entre "
87
+ "paréntesis. Por ejemplo, ``'[?]'`` coincide con el carácter ``'?'``."
80
88
81
89
#: ../Doc/library/fnmatch.rst:43
82
90
msgid ""
@@ -86,6 +94,13 @@ msgid ""
86
94
"with a period are not special for this module, and are matched by the ``*`` "
87
95
"and ``?`` patterns."
88
96
msgstr ""
97
+ "Ten en cuenta que el separador de nombre de archivo (``'/'`` en Unix) *no* "
98
+ "es tratado de forma especial en este módulo. Consulta el módulo :mod:`glob` "
99
+ "para realizar expansiones de nombre de ruta (:mod:`glob` usa :func:`.filter` "
100
+ "para hacer coincidir con los componentes del nombre de ruta). Del mismo "
101
+ "modo, los nombres de archivo que comienzan con un punto tampoco son tratados "
102
+ "de forma especial por este módulo y se corresponden con los patrones ``*`` y "
103
+ "``?``."
89
104
90
105
#: ../Doc/library/fnmatch.rst:52
91
106
msgid ""
@@ -95,41 +110,57 @@ msgid ""
95
110
"sensitive comparison, regardless of whether that's standard for the "
96
111
"operating system."
97
112
msgstr ""
113
+ "Prueba si la cadena de caracteres *filename* coincide con la cadena "
114
+ "*pattern*, retornando :const:`True` o :const:`False`. Ambos parámetros se "
115
+ "normalizan entre mayúsculas y minúsculas usando :func:`os.path.normcase`. :"
116
+ "func:`fnmatchcase` se puede utilizar para realizar una comparación que "
117
+ "distingue entre mayúsculas y minúsculas, independientemente de si es "
118
+ "estándar para el sistema operativo."
98
119
99
120
#: ../Doc/library/fnmatch.rst:58
100
121
msgid ""
101
122
"This example will print all file names in the current directory with the "
102
123
"extension ``.txt``::"
103
124
msgstr ""
125
+ "Este ejemplo imprimirá todos los nombres de archivo en el directorio actual "
126
+ "con la extensión ``.txt``::"
104
127
105
128
#: ../Doc/library/fnmatch.rst:71
106
129
msgid ""
107
130
"Test whether *filename* matches *pattern*, returning :const:`True` or :const:"
108
131
"`False`; the comparison is case-sensitive and does not apply :func:`os.path."
109
132
"normcase`."
110
133
msgstr ""
134
+ "Prueba si *filename* coincide con *pattern*, devolviendo :const:`True` o :"
135
+ "const:`False`; la comparación distingue entre mayúsculas y minúsculas y no "
136
+ "aplica :func:`os.path.normcase`."
111
137
112
138
#: ../Doc/library/fnmatch.rst:78
113
139
msgid ""
114
140
"Return the subset of the list of *names* that match *pattern*. It is the "
115
141
"same as ``[n for n in names if fnmatch(n, pattern)]``, but implemented more "
116
142
"efficiently."
117
143
msgstr ""
144
+ "Retorna el subconjunto de la lista *names* que coinciden con *pattern*. Es "
145
+ "lo mismo que ``[n for n in names if fnmatch(n, pattern)]``, pero "
146
+ "implementado de manera más eficiente."
118
147
119
148
#: ../Doc/library/fnmatch.rst:84
120
149
msgid ""
121
150
"Return the shell-style *pattern* converted to a regular expression for using "
122
151
"with :func:`re.match`."
123
152
msgstr ""
153
+ "Retorna el *pattern* estilo shell convertido a una expresión regular para "
154
+ "usar con :func:`re.match`."
124
155
125
156
#: ../Doc/library/fnmatch.rst:87
126
157
msgid "Example:"
127
- msgstr ""
158
+ msgstr "Ejemplo: "
128
159
129
160
#: ../Doc/library/fnmatch.rst:101
130
161
msgid "Module :mod:`glob`"
131
- msgstr ""
162
+ msgstr "Módulo :mod:`glob` "
132
163
133
164
#: ../Doc/library/fnmatch.rst:102
134
165
msgid "Unix shell-style path expansion."
135
- msgstr ""
166
+ msgstr "Expansión de ruta estilo shell en Unix. "