@@ -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-17 10:51 +0200\n "
14
+ "PO-Revision-Date : 2020-06-18 10:21 +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 "
@@ -270,6 +270,9 @@ msgid ""
270
270
":meth:`format_field` simply calls the global :func:`format` built-in. The "
271
271
"method is provided so that subclasses can override it."
272
272
msgstr ""
273
+ ":meth:`format_field` simplemente llama a la función integrada :"
274
+ "func:'format'. El método se proporciona para que las subclases puedan "
275
+ "sobrescribirlo."
273
276
274
277
#: ../Doc/library/string.rst:177
275
278
msgid ""
@@ -344,6 +347,8 @@ msgstr ""
344
347
msgid ""
345
348
"The positional argument specifiers can be omitted for :class:`Formatter`."
346
349
msgstr ""
350
+ "Para la clase :class:`Formatter`, los especificadores de argumento "
351
+ "posicional pueden ser omitidos."
347
352
348
353
#: ../Doc/library/string.rst:246
349
354
msgid "Some simple format string examples::"
@@ -429,6 +434,9 @@ msgid ""
429
434
"result as if you had called :func:`str` on the value. A non-empty format "
430
435
"specification typically modifies the result."
431
436
msgstr ""
437
+ "Una convención general es que una especificación de formato vacía produce el "
438
+ "mismo resultado que llamar a la función :func:`str` con el valor. Una "
439
+ "especificación no vacía típicamente modifica el resultado."
432
440
433
441
#: ../Doc/library/string.rst:309
434
442
msgid "The general form of a *standard format specifier* is:"
@@ -586,14 +594,17 @@ msgstr ""
586
594
587
595
#: ../Doc/library/string.rst:415
588
596
msgid "Added the ``'_'`` option (see also :pep:`515`)."
589
- msgstr ""
597
+ msgstr "Se agregó la opción ``'_'`` (véase también :pep:`515`). "
590
598
591
599
#: ../Doc/library/string.rst:418
592
600
msgid ""
593
601
"*width* is a decimal integer defining the minimum total field width, "
594
602
"including any prefixes, separators, and other formatting characters. If not "
595
603
"specified, then the field width will be determined by the content."
596
604
msgstr ""
605
+ "*width* es un entero decimal que define el ancho total de campo mínimo, "
606
+ "incluyendo prefijos, separadores y otros caracteres de formateo. Si no se "
607
+ "especifica, el ancho de campo será determinado por el contenido."
597
608
598
609
#: ../Doc/library/string.rst:422
599
610
msgid ""
@@ -616,7 +627,7 @@ msgstr ""
616
627
617
628
#: ../Doc/library/string.rst:434
618
629
msgid "Finally, the *type* determines how the data should be presented."
619
- msgstr ""
630
+ msgstr "Finalmente, *type* (el tipo) determina como presentar los datos. "
620
631
621
632
#: ../Doc/library/string.rst:436
622
633
msgid "The available string presentation types are:"
@@ -1107,6 +1118,9 @@ msgid ""
1107
1118
"*invalid* -- This group matches any other delimiter pattern (usually a "
1108
1119
"single delimiter), and it should appear last in the regular expression."
1109
1120
msgstr ""
1121
+ "*invalid* -- Este grupo se empareja con cualquier otro patrón de "
1122
+ "delimitación (usualmente un único carácter) y debe ser lo último en aparecer "
1123
+ "en la expresión regular."
1110
1124
1111
1125
#: ../Doc/library/string.rst:838
1112
1126
msgid "Helper functions"
0 commit comments