8000 WIP: sec(argparse): Actualizando links tabla · python/python-docs-es@e5a7da3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5a7da3

Browse files
committed
WIP: sec(argparse): Actualizando links tabla
- Configurando links de tabla de enlaces rapidos
1 parent 223807e commit e5a7da3

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

library/argparse.po

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2022-11-01 19:05-0600\n"
14+
"PO-Revision-Date: 2022-11-01 19:19-0600\n"
1515
"Last-Translator: Diego Alberto Barriga Martínez <umoqnier@riseup.net>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -113,9 +113,8 @@ msgid "Values"
113113
msgstr "Valores"
114114

115115
#: ../Doc/library/argparse.rst:63
116-
#, fuzzy
117116
msgid "action_"
118-
msgstr "*action*"
117+
msgstr "action_"
119118

120119
#: ../Doc/library/argparse.rst:63
121120
msgid "Specify how an argument should be handled"
@@ -130,9 +129,8 @@ msgstr ""
130129
"``'append_const'``, ``'count'``, ``'help'``, ``'version'``"
131130

132131
#: ../Doc/library/argparse.rst:64
133-
#, fuzzy
134132
msgid "choices_"
135-
msgstr "*choices*"
133+
msgstr "choices_"
136134

137135
#: ../Doc/library/argparse.rst:64
138136
msgid "Limit values to a specific set of choices"
@@ -147,18 +145,16 @@ msgstr ""
147145
"`~collections.abc.Container`"
148146

149147
#: ../Doc/library/argparse.rst:65
150-
#, fuzzy
151148
msgid "const_"
152-
msgstr "*const*"
149+
msgstr "const_"
153150

154151
#: ../Doc/library/argparse.rst:65
155152
msgid "Store a constant value"
156153
msgstr "Guarda un valor constante"
157154

158155
#: ../Doc/library/argparse.rst:66
159-
#, fuzzy
160156
msgid "default_"
161-
msgstr "*default*"
157+
msgstr "default_"
162158

163159
#: ../Doc/library/argparse.rst:66
164160
msgid "Default value used when an argument is not provided"
@@ -169,9 +165,8 @@ msgid "Defaults to *None*"
169165
msgstr "Por defecto a *None*"
170166

171167
#: ../Doc/library/argparse.rst:67
172-
#, fuzzy
173168
msgid "dest_"
174-
msgstr "*dest*"
169+
msgstr "dest_"
175170

176171
#: ../Doc/library/argparse.rst:67
177172
msgid "Specify the attribute name used in the result namespace"
@@ -180,17 +175,16 @@ msgstr ""
180175
"resultado"
181176

182177
#: ../Doc/library/argparse.rst:68
183-
#, fuzzy
184178
msgid "help_"
185-
msgstr "*help*"
179+
msgstr "help_"
186180

187181
#: ../Doc/library/argparse.rst:68
188182
msgid "Help message for an argument"
189183
msgstr "Mensaje de ayuda para un argumento"
190184

191185
#: ../Doc/library/argparse.rst:69
192186
msgid "metavar_"
193-
msgstr "*metavar*"
187+
msgstr "metavar_"
194188

195189
#: ../Doc/library/argparse.rst:69
196190
msgid "Alternate display name for the argument as shown in help"
@@ -199,9 +193,8 @@ msgstr ""
199193
"ayuda"
200194

201195
#: ../Doc/library/argparse.rst:70
202-
#, fuzzy
203196
msgid "nargs_"
204-
msgstr "*nargs*"
197+
msgstr "nargs_"
205198

206199
#: ../Doc/library/argparse.rst:70
207200
msgid "Number of times the argument can be used"
@@ -212,9 +205,8 @@ msgid ":class:`int`, ``'?'``, ``'*'``, ``'+'``, or ``argparse.REMAINDER``"
212205
msgstr ":class:`int`, ``'?'``, ``'*'``, ``'+'``, o ``argparse.REMAINDER``"
213206

214207
#: ../Doc/library/argparse.rst:71
215-
#, fuzzy
216208
msgid "required_"
217-
msgstr "*required*"
209+
msgstr "required_"
218210

219211
#: ../Doc/library/argparse.rst:71
220212
msgid "Indicate whether an argument is required or optional"
@@ -225,9 +217,8 @@ msgid "``True`` or ``False``"
225217
msgstr "``True`` o ``False``"
226218

227219
#: ../Doc/library/argparse.rst:72
228-
#, fuzzy
229220
msgid "type_"
230-
msgstr "*type*"
221+
msgstr "type_"
231222

232223
#: ../Doc/library/argparse.rst:72
233224
msgid "Automatically convert an argument to the given type"
@@ -1539,7 +1530,7 @@ msgid ""
15391530
"using the choices_ keyword instead."
15401531
msgstr ""
15411532
"Para los verificadores de tipo que simplemente verifican un conjunto fijo de "
1542-
"valores, considere usar la palabra clave choice_ en su lugar."
1533+
"valores, considere usar la palabra clave choices_ en su lugar."
15431534

15441535
#: ../Doc/library/argparse.rst:1198
15451536
msgid "choices"

0 commit comments

Comments
 (0)
0