Skip to content

Commit bb6932a

Browse files
traduciendo..
1 parent 11426cf commit bb6932a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

library/string.po

Lines changed: 17 additions & 3 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: 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"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -270,6 +270,9 @@ msgid ""
270270
":meth:`format_field` simply calls the global :func:`format` built-in. The "
271271
"method is provided so that subclasses can override it."
272272
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."
273276

274277
#: ../Doc/library/string.rst:177
275278
msgid ""
@@ -344,6 +347,8 @@ msgstr ""
344347
msgid ""
345348
"The positional argument specifiers can be omitted for :class:`Formatter`."
346349
msgstr ""
350+
"Para la clase :class:`Formatter`, los especificadores de argumento "
351+
"posicional pueden ser omitidos."
347352

348353
#: ../Doc/library/string.rst:246
349354
msgid "Some simple format string examples::"
@@ -429,6 +434,9 @@ msgid ""
429434
"result as if you had called :func:`str` on the value. A non-empty format "
430435
"specification typically modifies the result."
431436
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."
432440

433441
#: ../Doc/library/string.rst:309
434442
msgid "The general form of a *standard format specifier* is:"
@@ -586,14 +594,17 @@ msgstr ""
586594

587595
#: ../Doc/library/string.rst:415
588596
msgid "Added the ``'_'`` option (see also :pep:`515`)."
589-
msgstr ""
597+
msgstr "Se agregó la opción ``'_'`` (véase también :pep:`515`)."
590598

591599
#: ../Doc/library/string.rst:418
592600
msgid ""
593601
"*width* is a decimal integer defining the minimum total field width, "
594602
"including any prefixes, separators, and other formatting characters. If not "
595603
"specified, then the field width will be determined by the content."
596604
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."
597608

598609
#: ../Doc/library/string.rst:422
599610
msgid ""
@@ -616,7 +627,7 @@ msgstr ""
616627

617628
#: ../Doc/library/string.rst:434
618629
msgid "Finally, the *type* determines how the data should be presented."
619-
msgstr ""
630+
msgstr "Finalmente, *type* (el tipo) determina como presentar los datos."
620631

621632
#: ../Doc/library/string.rst:436
622633
msgid "The available string presentation types are:"
@@ -1107,6 +1118,9 @@ msgid ""
11071118
"*invalid* -- This group matches any other delimiter pattern (usually a "
11081119
"single delimiter), and it should appear last in the regular expression."
11091120
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."
11101124

11111125
#: ../Doc/library/string.rst:838
11121126
msgid "Helper functions"

0 commit comments

Comments
 (0)