Skip to content

Commit 7f424a6

Browse files
sporellacmaureir
authored andcommitted
traduce library/re.po (#1615)
1 parent 5dee331 commit 7f424a6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

library/re.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-04 21:51+0200\n"
14+
"PO-Revision-Date: 2021-11-05 11:00-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/re.rst:2
2526
msgid ":mod:`re` --- Regular expression operations"
@@ -1552,6 +1553,10 @@ msgid ""
15521553
"strings or tuples. The *string* is scanned left-to-right, and matches are "
15531554
"returned in the order found. Empty matches are included in the result."
15541555
msgstr ""
1556+
"Retorna todas las coincidencias no superpuestas de *pattern* en *string*, "
1557+
"como una lista de strings o tuplas. El *string* se escanea de izquierda a "
1558+
"derecha y las coincidencias se devuelven en el orden en que se encuentran. "
1559+
"Las coincidencias vacías se incluyen en el resultado. "
15551560

15561561
#: ../Doc/library/re.rst:830
15571562
msgid ""
@@ -1562,6 +1567,12 @@ msgid ""
15621567
"matching the groups. Non-capturing groups do not affect the form of the "
15631568
"result."
15641569
msgstr ""
1570+
"El resultado depende del número de grupos detectados en el patrón. Si no hay "
1571+
"grupos, devuelve una lista de strings que coincidan con el patrón completo. "
1572+
"Si existe exactamente un grupo, devuelve una lista de strings que coincidan "
1573+
"con ese grupo. Si hay varios grupos presentes, devuelve una lista de tuplas "
1574+
"de strings que coinciden con los grupos. Los grupos que no son detectados no "
1575+
"afectan la forma del resultado."
15651576

15661577
#: ../Doc/library/re.rst:842 ../Doc/library/re.rst:853
15671578
msgid "Non-empty matches can now start just after a previous empty match."

0 commit comments

Comments
 (0)