@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2020-06-26 20:22+0200 \n "
14
+ "PO-Revision-Date : 2021-10-19 20:28-0500 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/extending/newtypes.rst:7
25
26
msgid "Defining Extension Types: Assorted Topics"
@@ -34,13 +35,12 @@ msgstr ""
34
35
"métodos de tipo que puede implementar y lo que hacen."
35
36
36
37
#: ../Doc/extending/newtypes.rst:14
37
- #, fuzzy
38
38
msgid ""
39
39
"Here is the definition of :c:type:`PyTypeObject`, with some fields only used "
40
40
"in :ref:`debug builds <debug-build>` omitted:"
41
41
msgstr ""
42
- "Aquí está la definición de :c:type:`PyTypeObject`, con algunos campos solo "
43
- "utilizados en las versiones de depuración omitidas:"
42
+ "Aquí está la definición de :c:type:`PyTypeObject`, con algunos campos que "
43
+ "solo se usan en las :ref:` versiones de depuración <debug-build>` omitidas:"
44
44
45
45
#: ../Doc/extending/newtypes.rst:20
46
46
msgid ""
@@ -439,13 +439,15 @@ msgstr "Nunca escribible."
439
439
440
440
#: ../Doc/extending/newtypes.rst:290
441
441
msgid ":const:`PY_AUDIT_READ`"
442
- msgstr ""
442
+ msgstr ":const:`PY_AUDIT_READ` "
443
443
444
444
#: ../Doc/extending/newtypes.rst:290
445
445
msgid ""
446
446
"Emit an ``object.__getattr__`` :ref:`audit events <audit-events>` before "
447
447
"reading."
448
448
msgstr ""
449
+ "Emite un ``object.__getattr__`` :ref:`audita evento <audit-events>` antes de "
450
+ "leer."
449
451
450
452
#: ../Doc/extending/newtypes.rst:295
451
453
msgid ""
@@ -454,6 +456,11 @@ msgid ""
454
456
"`PY_AUDIT_READ`, so fields that specify either :const:`RESTRICTED` or :const:"
455
457
"`READ_RESTRICTED` will also raise an audit event."
456
458
msgstr ""
459
+ ":const:`RESTRICTED`, :const:`READ_RESTRICTED` y :const:`WRITE_RESTRICTED` "
460
+ "están en desuso. Sin embargo, :const:`READ_RESTRICTED` es un alias para :"
461
+ "const:`PY_AUDIT_READ`, por lo que los campos que especifican :const:"
462
+ "`RESTRICTED` o :const:`READ_RESTRICTED` también generarán un evento de "
463
+ "auditoría."
457
464
458
465
#: ../Doc/extending/newtypes.rst:308
459
466
msgid ""
0 commit comments