@@ -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-05-24 16:34 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 16:39 +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 "
@@ -1741,30 +1741,38 @@ msgid ""
1741
1741
"matching. It is never an error if a string contains no match for a "
1742
1742
"pattern. The error instance has the following additional attributes:"
1743
1743
msgstr ""
1744
+ "Excepción señalada cuando una cadena enviada a una de las funciones "
1745
+ "descritas aquí no es una expresión regular válida (por ejemplo, podría "
1746
+ "contener paréntesis no coincidentes) o cuando se produce algún otro error "
1747
+ "durante la compilación o la coincidencia. Nunca es un error si una cadena "
1748
+ "no contiene ninguna coincidencia para un patrón. La instancia de error "
1749
+ "tiene los siguientes atributos adicionales:"
1744
1750
1745
1751
#: ../Doc/library/re.rst:978
1746
1752
msgid "The unformatted error message."
1747
- msgstr ""
1753
+ msgstr "El mensaje de error sin formato. "
1748
1754
1749
1755
#: ../Doc/library/re.rst:982
1750
1756
msgid "The regular expression pattern."
1751
- msgstr ""
1757
+ msgstr "El patrón de expresión regular. "
1752
1758
1753
1759
#: ../Doc/library/re.rst:986
1754
1760
msgid "The index in *pattern* where compilation failed (may be ``None``)."
1755
1761
msgstr ""
1762
+ "El índice en *pattern* (\" patrón\" ) donde la compilación falló (puede ser "
1763
+ "``None``)."
1756
1764
1757
1765
#: ../Doc/library/re.rst:990
1758
1766
msgid "The line corresponding to *pos* (may be ``None``)."
1759
- msgstr ""
1767
+ msgstr "La línea correspondiente a *pos* (puede ser ``None``). "
1760
1768
1761
1769
#: ../Doc/library/re.rst:994
1762
1770
msgid "The column corresponding to *pos* (may be ``None``)."
1763
- msgstr ""
1771
+ msgstr "La columna correspondiente a *pos* (puede ser ``None``). "
1764
1772
1765
1773
#: ../Doc/library/re.rst:996
1766
1774
msgid "Added additional attributes."
1767
- msgstr ""
1775
+ msgstr "Se añadieron atributos adicionales. "
1768
1776
1769
1777
#: ../Doc/library/re.rst:1002
1770
1778
msgid "Regular Expression Objects"
0 commit comments