@@ -9,35 +9,45 @@ msgid ""
9
9
msgstr ""
10
10
"Project-Id-Version : Python en Español 3.7\n "
11
11
"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 "
13
13
"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 "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=utf-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.8.0\n "
20
20
21
21
#: ../Doc/library/audit_events.rst:6
22
22
msgid "Audit events table"
23
- msgstr ""
23
+ msgstr "Tabla de auditoría de eventos "
24
24
25
25
#: ../Doc/library/audit_events.rst:8
26
26
msgid ""
27
27
"This table contains all events raised by :func:`sys.audit` or :c:func:"
28
28
"`PySys_Audit` calls throughout the CPython runtime and the standard "
29
29
"library. These calls were added in 3.8.0 or later."
30
30
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."
31
35
32
36
#: ../Doc/library/audit_events.rst:12
33
37
msgid ""
34
38
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
35
39
"information on handling these events."
36
40
msgstr ""
41
+ "Ver :func:`sys.addaudithook` y :c:func:`PySys_AddAuditHook` para informarse "
42
+ "en el manejo de estos eventos."
37
43
38
44
#: ../Doc/library/audit_events.rst:17
39
45
msgid ""
40
46
"This table is generated from the CPython documentation, and may not "
41
47
"represent events raised by other implementations. See your runtime specific "
42
48
"documentation for actual events raised."
43
49
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