Skip to content

Commit dafa87a

Browse files
authored
Merge branch '3.8' into traduccion-idle
2 parents 7887188 + 0c77ed3 commit dafa87a

File tree

4 files changed

+263
-154
lines changed

4 files changed

+263
-154
lines changed

TRANSLATORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ Agustina Quiros (@qagustina)
2828
María Andrea Vignau (@mavignau @marian-vignau)
2929
Leonardo Gomez (@gomezgleonardob)
3030
José Miguel Hernández Cabrera (@miguelheca)
31-
Naryie Vásquez Martínez (@narvmtz)
31+
Naryie Vásquez Martínez (@narvmtz)
32+
Xavi Rambla Centellas (@xavirambla)

library/audit_events.po

+14-4
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,45 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python en Español 3.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
12+
"POT-Creation-Date: 2020-06-29 17:24+0200\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: LANGUAGE <LL@li.org>\n"
14+
"Last-Translator: Xavi Rambla\n"
15+
"Language: es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Generated-By: Babel 2.8.0\n"
2020

2121
#: ../Doc/library/audit_events.rst:6
2222
msgid "Audit events table"
23-
msgstr ""
23+
msgstr "Tabla de auditoría de eventos"
2424

2525
#: ../Doc/library/audit_events.rst:8
2626
msgid ""
2727
"This table contains all events raised by :func:`sys.audit` or :c:func:"
2828
"`PySys_Audit` calls throughout the CPython runtime and the standard "
2929
"library. These calls were added in 3.8.0 or later."
3030
msgstr ""
31+
"Esta tabla contiene todos los eventos lanzados por :func:`sys.audit` o :c:"
32+
"func:`PySys_Audit` llama a través de CPython en tiempo de ejecución y la "
33+
"biblioteca estándar. Estas llamadas son añadidas en la versión 3.8.0 o "
34+
"posterior."
3135

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

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

0 commit comments

Comments
 (0)