@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-06-13 12:08 +0200\n "
14
+ "PO-Revision-Date : 2020-06-17 10:51 +0200\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -214,13 +214,20 @@ msgid ""
214
214
"argument in *args*; if it is a string, then it represents a named argument "
215
215
"in *kwargs*."
216
216
msgstr ""
217
+ "Recuperar un valor de campo determinado. El argumento *key* será un entero "
218
+ "o una cadena. Si es un entero, representa el índice del argumento "
219
+ "posicional en *args*; si es una cadena, representa un argumento definido en "
220
+ "*kwargs*."
217
221
218
222
#: ../Doc/library/string.rst:144
219
223
msgid ""
220
224
"The *args* parameter is set to the list of positional arguments to :meth:"
221
225
"`vformat`, and the *kwargs* parameter is set to the dictionary of keyword "
222
226
"arguments."
223
227
msgstr ""
228
+ "El parámetro *args* se establece como lista de argumentos posicionales en :"
229
+ "meth:`vformat`, y el parámetro *kwargs* se establece como diccionario de "
230
+ "argumentos de palabra clave."
224
231
225
232
#: ../Doc/library/string.rst:148
226
233
msgid ""
@@ -245,6 +252,8 @@ msgid ""
245
252
"If the index or keyword refers to an item that does not exist, then an :exc:"
246
253
"`IndexError` or :exc:`KeyError` should be raised."
247
254
msgstr ""
255
+ "Si el índice o la palabra clave hace referencia a un elemento que no existe, "
256
+ "se debe generar un :exc:`IndexError` o un :exc:`KeyError`."
248
257
249
258
#: ../Doc/library/string.rst:162
250
259
msgid ""
@@ -410,6 +419,9 @@ msgid ""
410
419
"specifications, although some of the formatting options are only supported "
411
420
"by the numeric types."
412
421
msgstr ""
422
+ "La mayoría de los tipos integrados implementan las siguientes opciones para "
423
+ "especificaciones de formato, aunque algunas de las opciones de formateo sólo "
424
+ "son posibles con los tipos numéricos."
413
425
414
426
#: ../Doc/library/string.rst:305
415
427
msgid ""
@@ -767,6 +779,9 @@ msgid ""
767
779
"``p`` significant digits and then formats the result in either fixed-point "
768
780
"format or in scientific notation, depending on its magnitude."
769
781
msgstr ""
782
+ "Formato general. Para una dada precisión ``p >= 1``, redondea el número a "
783
+ "``p`` dígitos significativos y luego formatea el resultado como formato de "
784
+ "punto fijo o en notación científica, dependiendo de su magnitud."
770
785
771
786
#: ../Doc/library/string.rst:502
772
787
msgid ""
0 commit comments