Skip to content

Traducción library/re.po #2723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Nov 7, 2023
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions library/re.po
Original file line number Diff line number Diff line change
Expand Up @@ -1869,8 +1869,8 @@ msgid ""
"strings, group *name* can only contain bytes in the ASCII range "
"(``b'\\x00'``-``b'\\x7f'``)."
msgstr ""
"El grupo *id* solo puede contener dígitos ASCII. En las cadenas de reemplazo "
":class:`bytes`, el grupo *name* solo puede contener bytes en el rango ASCII "
"El *id* del grupo solo puede contener dígitos ASCII. En las cadenas de reemplazo "
":class:`bytes`, el nombre del grupo *name* solo puede contener bytes en el rango ASCII "
"(``b'\\x00'``-``b'\\x7f'``)."

#: ../Doc/library/re.rst:1041
Expand Down Expand Up @@ -1988,7 +1988,7 @@ msgid ""
"this is different from finding a zero-length match at some point in the "
"string."
msgstr ""
"Escanea a través de la cadena *string* buscando la primera ubicación "
"Escanea a través de la *string* (cadena) buscando la primera ubicación "
"donde esta expresión regular produce una coincidencia, y retorna un :class:"
"`~re.Match` correspondiente. Retorna ``None`` si ninguna posición en la "
"cadena coincide con el patrón; notar que esto es diferente a encontrar una "
Expand Down Expand Up @@ -2151,7 +2151,7 @@ msgstr ""

#: ../Doc/library/re.rst:1275
msgid "Match object returned by successful ``match``\\ es and ``search``\\ es."
msgstr "Objeto Match devuelto por ``match``\\ es y ``search``\\ es exitoso."
msgstr "Objeto Match devuelto por llamadas exitosas a ``match`` y ``search``."

#: ../Doc/library/re.rst:1277
msgid ""
Expand Down Expand Up @@ -2775,7 +2775,7 @@ msgstr ""

#: ../Doc/library/re.rst:99
msgid ". (dot)"
msgstr ". (punto)"
msgstr ". (dot)"

#: ../Doc/library/re.rst:99 ../Doc/library/re.rst:106 ../Doc/library/re.rst:112
#: ../Doc/library/re.rst:123 ../Doc/library/re.rst:130
Expand Down