Skip to content

Commit 796bd15

Browse files
traduciendo
1 parent bb6932a commit 796bd15

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

library/string.po

Lines changed: 13 additions & 2 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-18 10:21+0200\n"
14+
"PO-Revision-Date: 2020-06-19 11:08+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -280,6 +280,10 @@ msgid ""
280280
"(as in the tuple returned by the :meth:`parse` method). The default version "
281281
"understands 's' (str), 'r' (repr) and 'a' (ascii) conversion types."
282282
msgstr ""
283+
"Convierte el valor (devuelto por :meth:`get_field`) dado un tipo de "
284+
"conversión (tal como la tupla devuelta por el método :meth:`parse`). La "
285+
"versión por defecto entiende los tipos de conversión 's' (str), 'r' (repr) y "
286+
"'a' (ascii)."
283287

284288
#: ../Doc/library/string.rst:186
285289
msgid "Format String Syntax"
@@ -342,6 +346,9 @@ msgid ""
342346
"The positional argument specifiers can be omitted for :meth:`str.format`, so "
343347
"``'{} {}'.format(a, b)`` is equivalent to ``'{0} {1}'.format(a, b)``."
344348
msgstr ""
349+
"Los especificadores de argumentos posicionales pueden ser omitidos en :meth:"
350+
"`str.format`, así ``'{} {}'.format(a, b)`` es equivalente a ``'{0} {1}'."
351+
"format(a, b)``."
345352

346353
#: ../Doc/library/string.rst:243
347354
msgid ""
@@ -631,7 +638,7 @@ msgstr "Finalmente, *type* (el tipo) determina como presentar los datos."
631638

632639
#: ../Doc/library/string.rst:436
633640
msgid "The available string presentation types are:"
634-
msgstr ""
641+
msgstr "Los tipos de presentación cadena disponibles son:"
635642

636643
#: ../Doc/library/string.rst:439 ../Doc/library/string.rst:450
637644
#: ../Doc/library/string.rst:482
@@ -1019,6 +1026,8 @@ msgstr ""
10191026
#: ../Doc/library/string.rst:750
10201027
msgid ":class:`Template` instances also provide one public data attribute:"
10211028
msgstr ""
1029+
"Las instancias de :class:`Template` también proporcionan un atributo de "
1030+
"datos públicos:"
10221031

10231032
#: ../Doc/library/string.rst:754
10241033
msgid ""
@@ -1067,6 +1076,8 @@ msgid ""
10671076
"*braceidpattern* can be used to define separate patterns used inside and "
10681077
"outside the braces."
10691078
msgstr ""
1079+
"*braceidpattern* puede ser usado para definir patrones separados, usados "
1080+
"dentro y fuera de los corchetes."
10701081

10711082
#: ../Doc/library/string.rst:802
10721083
msgid ""

0 commit comments

Comments
 (0)