Skip to content

Commit 5e47eef

Browse files
authored
Merge branch '3.10' into traduccion-library/ipaddress.po
2 parents 1f2f2e7 + 2821a32 commit 5e47eef

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ Catalina Arrey Amunátegui (@CatalinaArrey)
159159
Manu de Frutos Vila (@manudefrutosvila)
160160
Gabriela Monsalve Martínez (@gmmonsalve)
161161
Juan Perdomo(@JuanPerdomo00)
162+
Ana Elisa Kuhn (@AnitaaKuhn)

library/pyclbr.po

+5-2
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: 2020-10-06 10:37-0400\n"
14+
"PO-Revision-Date: 2021-11-05 10:46-0300\n"
1515
"Last-Translator: \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/pyclbr.rst:2
2526
msgid ":mod:`pyclbr` --- Python module browser support"
@@ -156,6 +157,8 @@ msgid ""
156157
"``True`` for functions that are defined with the ``async`` prefix, ``False`` "
157158
"otherwise."
158159
msgstr ""
160+
"``True`` para funciones que están definidas con el prefijo ``async``, de "
161+
"otra manera ``False``."
159162

160163
#: ../Doc/library/pyclbr.rst:110
161164
msgid "Class Objects"

library/re.po

+13-2
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:57-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 retornan 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, 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."
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)