Skip to content

Traducido archivo library/logging.po #1384

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 4 commits into from
Oct 29, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Sincronizar párrafo con texto original
  • Loading branch information
cmaureir committed Oct 28, 2021
commit 89f61a93a93727ffeddca7fa310d48031348f7be
21 changes: 11 additions & 10 deletions library/logging.po
Original file line number Diff line number Diff line change
Expand Up @@ -2444,18 +2444,19 @@ msgstr "*errors*"

#: ../Doc/library/logging.rst:1234
msgid ""
"If this keyword argument is specified along with *filename*, its value is "
"used when the FileHandler is created, and thus used when opening the output "
"file. If not specified, the value 'backslashreplace' is used. Note that if "
"``None`` is specified, it will be passed as such to func:`open`, which means "
"that it will be treated the same as passing 'errors'."
"If this keyword argument is specified alongwith *filename*, its value is "
"used when the:class:`FileHandler` is created, and thus used when opening "
"the output file. If not specified, the value 'backslashreplace' is used. "
"Note that if ``None`` is specified, it will be passed as such to :func:"
"`open`, which means that it will be treated the same as passing "
"'errors'. "
msgstr ""
"Si este argumento de palabra clave se especifica junto con *filename*, su "
"valor se utiliza cuando se crea el FileHandler, y por lo tanto se utiliza al "
"abrir el archivo de salida. Si no se especifica, se utiliza el valor `` "
"backslashreplace``. Tenga en cuenta que si se especifica ``None``, se pasará "
"como tal a func:`open`, lo que significa que se tratará igual que pasar "
"``errores``."
"valor se utiliza cuando se crea el :class:`FileHandler`, y por lo tanto se "
"utiliza al abrir el archivo de salida. Si no se especifica, se utiliza el "
"valor 'backslashreplace'. Tenga en cuenta que si se especifica ``None``, se "
"pasará como tal a :func:`open`, lo que significa que se tratará igual que "
"pasar 'errores'."

#: ../Doc/library/logging.rst:1245
msgid "The *style* argument was added."
Expand Down