Skip to content

Commit b235327

Browse files
committed
Simulating scanf
1 parent 6628439 commit b235327

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

library/re.po

Lines changed: 12 additions & 7 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-05-23 23:04+0200\n"
14+
"PO-Revision-Date: 2020-05-23 23:09+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1973,7 +1973,7 @@ msgstr ""
19731973

19741974
#: ../Doc/library/re.rst:1396
19751975
msgid "Simulating scanf()"
1976-
msgstr ""
1976+
msgstr "Simular scanf()"
19771977

19781978
#: ../Doc/library/re.rst:1400
19791979
msgid ""
@@ -1983,14 +1983,19 @@ msgid ""
19831983
"equivalent mappings between :c:func:`scanf` format tokens and regular "
19841984
"expressions."
19851985
msgstr ""
1986+
"Python no tiene actualmente un equivalente a :c:func:`scanf`. Las "
1987+
"expresiones regulares son generalmente más poderosas, aunque también más "
1988+
"verbosas, que las cadenas de formato :c:func:`scanf`. La tabla siguiente "
1989+
"ofrece algunos mapeos más o menos equivalentes entre tokens de formato :c:"
1990+
"func:`scanf` y expresiones regulares."
19861991

19871992
#: ../Doc/library/re.rst:1407
19881993
msgid ":c:func:`scanf` Token"
1989-
msgstr ""
1994+
msgstr "Token :c:func:`scanf`"
19901995

19911996
#: ../Doc/library/re.rst:1407
19921997
msgid "Regular Expression"
1993-
msgstr ""
1998+
msgstr "Expresión regular"
19941999

19952000
#: ../Doc/library/re.rst:1409
19962001
#, python-format
@@ -2071,15 +2076,15 @@ msgstr "``[-+]?(0[xX])?[\\dA-Fa-f]+``"
20712076

20722077
#: ../Doc/library/re.rst:1428
20732078
msgid "To extract the filename and numbers from a string like ::"
2074-
msgstr ""
2079+
msgstr "Para extraer el nombre de archivo y los números de una cadena como ::"
20752080

20762081
#: ../Doc/library/re.rst:1432
20772082
msgid "you would use a :c:func:`scanf` format like ::"
2078-
msgstr ""
2083+
msgstr "se usaría un formato :c:func:`scanf` como ::"
20792084

20802085
#: ../Doc/library/re.rst:1436
20812086
msgid "The equivalent regular expression would be ::"
2082-
msgstr ""
2087+
msgstr "La expresión regular equivalente sería ::"
20832088

20842089
#: ../Doc/library/re.rst:1444
20852090
msgid "search() vs. match()"

0 commit comments

Comments
 (0)