Skip to content

Commit abdce9f

Browse files
committed
add translation for module api section
1 parent a0892df commit abdce9f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

c-api/module.po

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,13 @@ msgstr ""
9595
"objeto de módulo), se lanza :exc:`SystemError` y se retorna ``NULL``."
9696

9797
#: ../Doc/c-api/module.rst:69
98-
#, fuzzy
9998
msgid ""
10099
"It is recommended extensions use other ``PyModule_*`` and ``PyObject_*`` "
101100
"functions rather than directly manipulate a module's :attr:`~object."
102101
"__dict__`."
103102
msgstr ""
104-
"Se recomienda que las extensiones utilicen otras funciones :c:func:"
105-
"`PyModule_\\*` y :c:func:`PyObject_\\*` en lugar de manipular directamente "
106-
"el módulo :attr:`~object.__dict__`."
103+
"Se recomienda que las extensiones usen otras funciones PyModule_* y "
104+
"PyObject_* en lugar de manipular directamente el :attr:~object." "__dict__ de un módulo."
107105

108106
#: ../Doc/c-api/module.rst:80
109107
msgid ""
@@ -163,14 +161,13 @@ msgstr ""
163161
"archivo codificado a 'utf-8'."
164162

165163
#: ../Doc/c-api/module.rst:123
166-
#, fuzzy
167164
msgid ""
168165
":c:func:`PyModule_GetFilename` raises :exc:`UnicodeEncodeError` on "
169166
"unencodable filenames, use :c:func:`PyModule_GetFilenameObject` instead."
170167
msgstr ""
171-
":c:func:`PyModule_GetFilename` lanza :c:type:`UnicodeEncodeError` en nombres "
172-
"de archivo no codificables, use :c:func:`PyModule_GetFilenameObject` en su "
173-
"lugar."
168+
":c:func:PyModule_GetFilename lanza :exc:UnicodeEncodeError en "
169+
"nombres de archivo no codificables, use :c:func:PyModule_GetFilenameObject en su lugar."
170+
174171

175172
#: ../Doc/c-api/module.rst:131
176173
msgid "Initializing C modules"
@@ -211,9 +208,8 @@ msgstr ""
211208
"estáticamente inicializada de este tipo para cada módulo."
212209

213210
#: ../Doc/c-api/module.rst:150
214-
#, fuzzy
215211
msgid "Always initialize this member to :c:macro:`PyModuleDef_HEAD_INIT`."
216-
msgstr "Siempre inicialice este miembro a :const:`PyModuleDef_HEAD_INIT`."
212+
msgstr "Siempre inicialice este miembro a :c:macro:PyModuleDef_HEAD_INIT."
217213

218214
#: ../Doc/c-api/module.rst:154
219215
msgid "Name for the new module."

0 commit comments

Comments
 (0)