@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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:57-0300 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/re.rst:2
25
26
msgid ":mod:`re` --- Regular expression operations"
@@ -1552,6 +1553,10 @@ msgid ""
1552
1553
"strings or tuples. The *string* is scanned left-to-right, and matches are "
1553
1554
"returned in the order found. Empty matches are included in the result."
1554
1555
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 retornan en el orden en que se encuentran. "
1559
+ "Las coincidencias vacías se incluyen en el resultado."
1555
1560
1556
1561
#: ../Doc/library/re.rst:830
1557
1562
msgid ""
@@ -1562,6 +1567,12 @@ msgid ""
1562
1567
"matching the groups. Non-capturing groups do not affect the form of the "
1563
1568
"result."
1564
1569
msgstr ""
1570
+ "El resultado depende del número de grupos detectados en el patrón. Si no hay "
1571
+ "grupos, retorna una lista de strings que coincidan con el patrón completo. "
1572
+ "Si existe exactamente un grupo, retorna una lista de strings que coincidan "
1573
+ "con ese grupo. Si hay varios grupos presentes, retorna 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."
1565
1576
1566
1577
#: ../Doc/library/re.rst:842 ../Doc/library/re.rst:853
1567
1578
msgid "Non-empty matches can now start just after a previous empty match."
0 commit comments