Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduccion re#361

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
clacri merged 112 commits intopython:3.8fromMiguelHeCa:traduccion-re
Jun 23, 2020
Merged
Changes from1 commit
Commits
Show all changes
112 commits
Select commitHold shift + click to select a range
d878513
Traducido archivo library/re.po
MiguelHeCaMay 14, 2020
65da0f1
Traduciendo parrafos 5 y 6. Revisar terminos backslash y raw string
MiguelHeCaMay 15, 2020
85c3399
Correcting paragraphs 5 and 6 on backslash and raw strings
MiguelHeCaMay 15, 2020
e3f0863
Updating translations
MiguelHeCaMay 16, 2020
9a99e09
Starting modifiers' translation
MiguelHeCaMay 18, 2020
3ff4a21
Correcting terms for match, escape, and adding lines
MiguelHeCaMay 18, 2020
b3f042a
Translating up to 'A|B' section
MiguelHeCaMay 20, 2020
87558f9
Translating up to named groups
MiguelHeCaMay 20, 2020
94d7c50
Translating up to character boundaries
MiguelHeCaMay 22, 2020
9cb3f4a
Translating \B
MiguelHeCaMay 23, 2020
ec59de9
Translating \d
MiguelHeCaMay 23, 2020
10a2da7
Adding 8bit \d cases
MiguelHeCaMay 23, 2020
7629d21
Translating \D
MiguelHeCaMay 23, 2020
4db8638
Translating \s
MiguelHeCaMay 23, 2020
fa3ad1c
Translating \S
MiguelHeCaMay 23, 2020
3eca4c6
Translating \w
MiguelHeCaMay 23, 2020
b912c10
Translating \W
MiguelHeCaMay 23, 2020
f95b824
Translating \Z
MiguelHeCaMay 23, 2020
b6fbb9a
Translating parser
MiguelHeCaMay 23, 2020
f35e752
Translating \u \U \N sequences
MiguelHeCaMay 23, 2020
ee26649
Translating notes on octals
MiguelHeCaMay 23, 2020
9ef5cb7
Translating more \u \U
MiguelHeCaMay 23, 2020
44a9b88
Translating unkown escapes with \ and ASCII
MiguelHeCaMay 23, 2020
39ecfc1
Translating \N{name} escape sequence
MiguelHeCaMay 23, 2020
b6052a0
Translating Module Contents
MiguelHeCaMay 23, 2020
078ebb7
Translating first paragraph of module contents
MiguelHeCaMay 23, 2020
799a70b
Flag constants
MiguelHeCaMay 23, 2020
699bf9c
re.compile
MiguelHeCaMay 23, 2020
1e0ef48
re.A re.ASCII
MiguelHeCaMay 23, 2020
f645baf
re.debug
MiguelHeCaMay 23, 2020
ec27e45
re.L re.LOCALE
MiguelHeCaMay 23, 2020
6a5ef56
Starting Regular Expression Examples section
MiguelHeCaMay 23, 2020
6628439
Checking for a pair
MiguelHeCaMay 23, 2020
b235327
Simulating scanf
MiguelHeCaMay 23, 2020
baa7fd9
search vs match
MiguelHeCaMay 23, 2020
78af4c9
Making a Phonebook
MiguelHeCaMay 23, 2020
724260d
Text munging
MiguelHeCaMay 23, 2020
13525a6
Finding all Adverbs
MiguelHeCaMay 23, 2020
4fbb44f
Finding all adverbs and their position
MiguelHeCaMay 23, 2020
d821b62
Raw String Notation
MiguelHeCaMay 23, 2020
2eb5583
Writing a Tokenizer
MiguelHeCaMay 23, 2020
8fb84a2
re.L re.LOCALE
MiguelHeCaMay 24, 2020
3b546f9
re.M re.MULTILINE
MiguelHeCaMay 24, 2020
55e7d9f
re.S re.DOTALL
MiguelHeCaMay 24, 2020
d489011
re.X re.VERBOSE
MiguelHeCaMay 24, 2020
d169cb2
re.search
MiguelHeCaMay 24, 2020
e7457cd
re.match
MiguelHeCaMay 24, 2020
25eebd4
re.match+
MiguelHeCaMay 24, 2020
e618983
re.fullmatch
MiguelHeCaMay 24, 2020
1da9f11
Correcting writing style in re.search and re.match
MiguelHeCaMay 24, 2020
4e79cc9
re.split
MiguelHeCaMay 24, 2020
d8def4e
re.findall
MiguelHeCaMay 24, 2020
c83f102
re.finditer
MiguelHeCaMay 24, 2020
db2a9fe
re.sub
MiguelHeCaMay 24, 2020
45f6c5c
re.subn
MiguelHeCaMay 24, 2020
e3663f3
re.escape
MiguelHeCaMay 24, 2020
f5984fd
re.purge
MiguelHeCaMay 24, 2020
1bd1fca
exception re.error
MiguelHeCaMay 24, 2020
0de0ef2
Starting regular expression objects section
MiguelHeCaMay 24, 2020
44b1564
pattern.search
MiguelHeCaMay 24, 2020
dfc03db
Changing terms to keep consistency
MiguelHeCaMay 24, 2020
424dd63
pattern.match
MiguelHeCaMay 24, 2020
c9bad43
pattern.fullmatch
MiguelHeCaMay 24, 2020
37120fb
pattern.split.findall.finditer.sub.subn
MiguelHeCaMay 24, 2020
16df9fb
pattern.groups.groupindex.pattern
MiguelHeCaMay 24, 2020
fba2196
Match Objects
MiguelHeCaMay 24, 2020
410abac
match.re.string
MiguelHeCaMay 24, 2020
69fd6f8
match.expand
MiguelHeCaMay 24, 2020
028efd3
match.group
MiguelHeCaMay 24, 2020
2e341ca
match.__getitem__
MiguelHeCaMay 24, 2020
550771d
match.groups
MiguelHeCaMay 24, 2020
f14763a
match.groupdict.start.end
MiguelHeCaMay 24, 2020
4a52083
match.span
MiguelHeCaMay 24, 2020
49fb49c
match.pos.end.lastindex.lastgroup
MiguelHeCaMay 24, 2020
c00f7e3
finishing translation
MiguelHeCaMay 24, 2020
8941366
Fixing re.rst:518 by removing extra grave accent
MiguelHeCaMay 24, 2020
5d42024
Merge branch '3.8' into traduccion-re
MiguelHeCaMay 24, 2020
bf85e3b
Merge pull request #1 from python/3.8
MiguelHeCaMay 24, 2020
f2ccc39
Merge remote-tracking branch 'upstream/3.8' into 3.8
MiguelHeCaMay 25, 2020
b228942
Merge branch '3.8' into traduccion-re
MiguelHeCaMay 25, 2020
45186d1
Corrections to re.po and additions to dict
MiguelHeCaMay 25, 2020
c13b950
Merge remote-tracking branch 'upstream/3.8' into 3.8
MiguelHeCaJun 3, 2020
0a9ddf7
Merge branch '3.8' into traduccion-re
clacriJun 11, 2020
502abfc
Update library/re.po compiled regex
MiguelHeCaJun 14, 2020
ef4eaa9
Update dict
MiguelHeCaJun 14, 2020
fcb70e8
Update dict
MiguelHeCaJun 14, 2020
214367f
Update library/re.po
MiguelHeCaJun 14, 2020
7403079
Update library/re.po
MiguelHeCaJun 14, 2020
6d5d2ce
Update library/re.po
MiguelHeCaJun 14, 2020
c94dc35
Update library/re.po
MiguelHeCaJun 14, 2020
07e08f0
Update library/re.po
MiguelHeCaJun 14, 2020
ca800f6
Update library/re.po
MiguelHeCaJun 14, 2020
ffb1f2c
Update library/re.po
MiguelHeCaJun 14, 2020
5bef70a
Merge remote-tracking branch 'upstream/3.8' into 3.8
MiguelHeCaJun 14, 2020
1f2dc69
Solving merge conflicts in dict
MiguelHeCaJun 14, 2020
c37b79b
Fixing mistranslation of character
MiguelHeCaJun 14, 2020
9075e14
Fixing locale mistranslation
MiguelHeCaJun 14, 2020
9751c5c
Putting words quote and raw between asterisks
MiguelHeCaJun 14, 2020
308f012
Fixing merge conflicts
MiguelHeCaJun 14, 2020
a24302d
Update library/re.po
MiguelHeCaJun 17, 2020
2193b78
Update library/re.po
MiguelHeCaJun 17, 2020
931f4fb
Update library/re.po
MiguelHeCaJun 17, 2020
5b79c4a
Update library/re.po
MiguelHeCaJun 17, 2020
3904554
Update library/re.po
MiguelHeCaJun 17, 2020
4d88254
Update library/re.po
MiguelHeCaJun 17, 2020
517334d
Fixing untranslated references
MiguelHeCaJun 17, 2020
fc76177
Changing regex objects translation
MiguelHeCaJun 17, 2020
f3346a7
Update library/re.po
MiguelHeCaJun 22, 2020
6c7ca7d
Update library/re.po
MiguelHeCaJun 22, 2020
e37b064
Passing powrap
MiguelHeCaJun 23, 2020
d103323
Amends to match objects translation
MiguelHeCaJun 23, 2020
536400f
Merge branch '3.8' into traduccion-re
MiguelHeCaJun 23, 2020
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
PrevPrevious commit
NextNext commit
re.sub
  • Loading branch information
@MiguelHeCa
MiguelHeCa committedMay 24, 2020
commitdb2a9fe35fcd43dd59b4b77c29640105c7ed7ec6
40 changes: 38 additions & 2 deletionslibrary/re.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-05-2412:38+0200\n"
"PO-Revision-Date: 2020-05-2416:28+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand DownExpand Up@@ -1594,17 +1594,32 @@ msgid ""
"\\6``, are replaced with the substring matched by group 6 in the pattern. "
"For example::"
msgstr ""
"Devuelve la cadena obtenida reemplazando las ocurrencias no superpuestas del "
"*pattern* (patrón) en la *string* (cadena) por el reemplazo de *repl*. Si "
"el patrón no se encuentra, se devuelve *string* sin cambios. *repl* puede "
"ser una cadena o una función; si es una cadena, cualquier barra inversa "
"escapada en ella es procesada. Es decir, ``\\n`` se convierte en un "
"carácter de una sola línea nueva, ``\\r`` se convierte en un retorno de "
"carro, y así sucesivamente. Los escapes desconocidos de las letras ASCII se "
"reservan para un uso futuro y se tratan como errores. Otros escapes "
"desconocidos como ``\\&`` no se utilizan. Las referencias inversas, como ``"
"\\6``, se reemplazan por la subcadena que corresponde al grupo 6 del patrón. "
"Por ejemplo::"

#: ../Doc/library/re.rst:865
msgid ""
"If *repl* is a function, it is called for every non-overlapping occurrence "
"of *pattern*. The function takes a single :ref:`match object <match-"
"objects>` argument, and returns the replacement string. For example::"
msgstr ""
"Si *repl* es una función, se llama para cada ocurrencia no superpuesta de "
"*pattern*. La función toma un solo argumento :ref:`match object <match-"
"objects>`, y devuelve la cadena de sustitución. Por ejemplo::"

#: ../Doc/library/re.rst:877
msgid "The pattern may be a string or a :ref:`pattern object <re-objects>`."
msgstr ""
"El patrón puede ser una cadena o un :ref:`pattern object <re-objects>`."

#: ../Doc/library/re.rst:879
msgid ""
Expand All@@ -1614,6 +1629,12 @@ msgid ""
"only when not adjacent to a previous empty match, so ``sub('x*', '-', "
"'abxd')`` returns ``'-a-b--d-'``."
msgstr ""
"El argumento opcional *count* (\"recuento\") es el número máximo de "
"ocurrencias de patrones a ser reemplazados; *count* debe ser un número "
"entero no negativo. Si se omite o es cero, todas las ocurrencias serán "
"reemplazadas. Las coincidencias vacías del patrón se reemplazan sólo cuando "
"no están adyacentes a una coincidencia vacía anterior, así que ``sub('x*', "
"'-', 'abxd')`` devuelve ``'-a-b--d-'``."

#: ../Doc/library/re.rst:887
msgid ""
Expand All@@ -1627,29 +1648,44 @@ msgid ""
"backreference ``\\g<0>`` substitutes in the entire substring matched by the "
"RE."
msgstr ""
"En los argumentos *repl* de tipo cadena, además de los escapes de caracteres "
"y las referencias inversas descritas anteriormente, ``\\g<name>`` usará la "
"subcadena coincidente con el grupo llamado ``name``, como se define en la "
"sintaxis ``(?P<name>...)``. ``\\g<number>`` utiliza el número de grupo "
"correspondiente; ``\\g<2>`` es por lo tanto equivalente a ``\\2``, pero no "
"es ambiguo en un reemplazo como sucede con ``\\g<2>0``. ``\\20`` se "
"interpretaría como una referencia al grupo 20, no como una referencia al "
"grupo 2 seguido del carácter literal ``'0'``. La referencia inversa ``"
"\\g<0>`` sustituye en toda la subcadena coincidente con la RE."

#: ../Doc/library/re.rst:900 ../Doc/library/re.rst:924
#: ../Doc/library/re.rst:1155
msgid "Unmatched groups are replaced with an empty string."
msgstr ""
msgstr "Los grupos no coincidentes son reemplazados por una cadena vacía."

#: ../Doc/library/re.rst:903
msgid ""
"Unknown escapes in *pattern* consisting of ``'\\'`` and an ASCII letter now "
"are errors."
msgstr ""
"Los escapes desconocidos en el *pattern* que consisten en ``'\\'`` y una "
"letra ASCII ahora son errores."

#: ../Doc/library/re.rst:907
msgid ""
"Unknown escapes in *repl* consisting of ``'\\'`` and an ASCII letter now are "
"errors."
msgstr ""
"Los escapes desconocidos en *repl* que consisten en ``'\\'`` y una letra "
"ASCII ahora son errores."

#: ../Doc/library/re.rst:911
msgid ""
"Empty matches for the pattern are replaced when adjacent to a previous non-"
"empty match."
msgstr ""
"Las coincidencias vacías para el patrón se reemplazan cuando están "
"adyacentes a una coincidencia anterior no vacía."

#: ../Doc/library/re.rst:918
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp