8000 Traduccion audit_events.po by xavirambla · Pull Request #489 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traduccion audit_events.po #489

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
Jun 30, 2020
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
Next Next commit
añadir traducción a audit_events.po
  • Loading branch information
xavirambla committed Jun 29, 2020
commit 8182a9989a48c827e03b52beb28cc98a48113541
20 changes: 11 additions & 9 deletions library/audit_events.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is distributed under the same license as the Python en Español
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#
#, fuzzy
msgid ""
msgstr ""
Expand All @@ -28,24 +28,26 @@ msgid ""
"`PySys_Audit` calls throughout the CPython runtime and the standard "
"library. These calls were added in 3.8.0 or later."
msgstr ""
"Esta tabla contiene todos los eventos lanzados por :func:`sys.audit` o :c:func:"
"`PySys_Audit` llama a través de Cpython en tiempo de ejecución y la librería "
"estándar. Estas llamadas son añadidas en la versión 3.8.0 o posterior."
"Esta tabla contiene todos los eventos lanzados por :func:`sys.audit` o :c:"
"func:`PySys_Audit` llama a través de CPython en tiempo de ejecución y la "
"librería estándar. Estas llamadas son añadidas en la versión 3.8.0 o "
"posterior."

#: ../Doc/library/audit_events.rst:12
msgid ""
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
"information on handling these events."
msgstr ""
"Ver :func:`sys.addaudithook` y :c:func:`PySys_AddAuditHook` para "
"informarse en el manejo de estos eventos."
"Ver :func:`sys.addaudithook` y :c:func:`PySys_AddAuditHook` para informarse "
"en el manejo de estos eventos."

#: ../Doc/library/audit_events.rst:17
msgid ""
"This table is generated from the CPython documentation, and may not "
"represent events raised by other implementations. See your runtime specific "
"documentation for actual events raised."
msgstr ""
"Esta tabla es generada desde la documentación de CPython, y no debe "
"guardar eventos lanzados por otras implementaciones. Ver la documentación de "
"tus especificaciones en tiempo de ejecución para los eventos lanzados recientemente."
"Esta tabla es generada desde la documentación de CPython, y no debe guardar "
"eventos lanzados por otras implementaciones. Ver la documentación de tus "
"especificaciones en tiempo de ejecución para los eventos lanzados "
"recientemente."
3055
0