Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6c7fad

Browse files
daniel692acmaureir
authored andcommitted
Traducido archivo extending/newtypes (#1556)
1 parentba31292 commitf6c7fad

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

‎extending/newtypes.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version:Python 3.8\n"
1212
"Report-Msgid-Bugs-To:\n"
1313
"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"
1515
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language:es\n"
1717
"Language-Team:python-doc-es\n"
18-
"Plural-Forms:nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version:1.0\n"
2020
"Content-Type:text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding:8bit\n"
2222
"Generated-By:Babel 2.9.1\n"
23+
"X-Generator:Poedit 3.0\n"
2324

2425
#:../Doc/extending/newtypes.rst:7
2526
msgid"Defining Extension Types: Assorted Topics"
@@ -34,13 +35,12 @@ msgstr ""
3435
"métodos de tipo que puede implementar y lo que hacen."
3536

3637
#:../Doc/extending/newtypes.rst:14
37-
#,fuzzy
3838
msgid""
3939
"Here is the definition of :c:type:`PyTypeObject`, with some fields only used "
4040
"in :ref:`debug builds <debug-build>` omitted:"
4141
msgstr""
42-
"Aquí está la definición de :c:type:`PyTypeObject`, con algunos campossolo "
43-
"utilizadosen las versiones de depuración omitidas:"
42+
"Aquí está la definición de :c:type:`PyTypeObject`, con algunos camposque "
43+
"solo se usanen las:ref:`versiones de depuración <debug-build>` omitidas:"
4444

4545
#:../Doc/extending/newtypes.rst:20
4646
msgid""
@@ -439,13 +439,15 @@ msgstr "Nunca escribible."
439439

440440
#:../Doc/extending/newtypes.rst:290
441441
msgid":const:`PY_AUDIT_READ`"
442-
msgstr""
442+
msgstr":const:`PY_AUDIT_READ`"
443443

444444
#:../Doc/extending/newtypes.rst:290
445445
msgid""
446446
"Emit an ``object.__getattr__`` :ref:`audit events <audit-events>` before "
447447
"reading."
448448
msgstr""
449+
"Emite un ``object.__getattr__`` :ref:`audita evento <audit-events>` antes de "
450+
"leer."
449451

450452
#:../Doc/extending/newtypes.rst:295
451453
msgid""
@@ -454,6 +456,11 @@ msgid ""
454456
"`PY_AUDIT_READ`, so fields that specify either :const:`RESTRICTED` or :const:"
455457
"`READ_RESTRICTED` will also raise an audit event."
456458
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."
457464

458465
#:../Doc/extending/newtypes.rst:308
459466
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp