@@ -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 : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-02 01:37+0200\n "
15
- "
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2023-04-12 00:54-0600\n "
15
+ "
Last-Translator :
Gonzalo Martinez <[email protected] >\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/c-api/type.rst:6
25
26
msgid "Type Objects"
@@ -66,7 +67,6 @@ msgstr ""
66
67
"versión actual."
67
68
68
69
#: ../Doc/c-api/type.rst:42
69
- #, fuzzy
70
70
msgid ""
71
71
"Return the :c:member:`~PyTypeObject.tp_flags` member of *type*. This "
72
72
"function is primarily meant for use with ``Py_LIMITED_API``; the individual "
@@ -75,9 +75,9 @@ msgid ""
75
75
msgstr ""
76
76
"Retorna el miembro :c:member:`~PyTypeObject.tp_flags` de *type*. Esta "
77
77
"función está destinada principalmente para su uso con `Py_LIMITED_API`; se "
78
- "garantiza que los bits de bandera (*flag*) individuales serán estables en "
79
- "las versiones de Python, pero el acceso a :c:member:`~PyTypeObject.tp_flags` "
80
- "en sí mismo no forma parte de la API limitada."
78
+ "garantiza que los bits de bandera individuales serán estables en las "
79
+ "versiones de Python, pero el acceso a :c:member:`~PyTypeObject.tp_flags` en "
80
+ "sí mismo no forma parte de la API limitada."
81
81
82
82
#: ../Doc/c-api/type.rst:49
83
83
msgid "The return type is now ``unsigned long`` rather than ``long``."
@@ -179,12 +179,16 @@ msgid ""
179
179
"Return the type's name. Equivalent to getting the type's ``__name__`` "
180
180
"attribute."
181
181
msgstr ""
182
+ "Retorna el nombre del tipo. Equivalente a obtener el atributo ``__name__`` "
183
+ "del tipo."
182
184
183
185
#: ../Doc/c-api/type.rst:117
184
186
msgid ""
185
187
"Return the type's qualified name. Equivalent to getting the type's "
186
188
"``__qualname__`` attribute."
187
189
msgstr ""
190
+ "Retorna el nombre adecuado del tipo de objeto. Equivalente a obtener el "
191
+ "atributo ``__qualname__`` del objeto tipo."
188
192
189
193
#: ../Doc/c-api/type.rst:124
190
194
msgid ""
@@ -230,7 +234,6 @@ msgstr ""
230
234
"`TypeError` y retorna ``NULL``."
231
235
232
236
#: ../Doc/c-api/type.rst:146
233
- #, fuzzy
234
237
msgid ""
235
238
"This function is usually used to get the module in which a method is "
236
239
"defined. Note that in such a method, ``PyType_GetModule(Py_TYPE(self))`` may "
@@ -245,8 +248,9 @@ msgstr ""
245
248
"``PyType_GetModule(Py_TYPE(self))`` no retorne el resultado deseado. "
246
249
"``Py_TYPE(self)`` puede ser una *subclass* de la clase deseada, y las "
247
250
"subclases no están necesariamente definidas en el mismo módulo que su "
248
- "superclase. Consulte :c:type:`PyCMethod` para obtener la clase que define el "
249
- "método."
251
+ "superclase. Consulte :c:func:`PyCMethod` para obtener la clase que define el "
252
+ "método. Ver ::c:func:`PyType_GetModuleByDef` para los casos en los que no se "
253
+ "puede usar ``PyCMethod``."
250
254
251
255
#: ../Doc/c-api/type.rst:159
252
256
msgid ""
@@ -271,14 +275,15 @@ msgid ""
271
275
"Find the first superclass whose module was created from the given :c:type:"
272
276
"`PyModuleDef` *def*, and return that module."
273
277
msgstr ""
278
+ "Encuentra la primer superclase cuyo módulo fue creado a partir del :c:type:"
279
+ "`PyModuleDef` *def* dado, y retorna ese módulo."
274
280
275
281
#: ../Doc/c-api/type.rst:176
276
- #, fuzzy
277
282
msgid ""
278
283
"If no module is found, raises a :py:class:`TypeError` and returns ``NULL``."
279
284
msgstr ""
280
- "Si no hay ningún módulo asociado con el tipo dado, establece :py:class:"
281
- "`TypeError` y retorna ` `NULL``."
285
+ "Si no se encuentra ningún módulo, lanza :py:class:`TypeError` y retorna "
286
+ "``NULL``."
282
287
283
288
#: ../Doc/c-api/type.rst:178
284
289
msgid ""
@@ -288,6 +293,11 @@ msgid ""
288
293
"other places where a method's defining class cannot be passed using the :c:"
289
294
"type:`PyCMethod` calling convention."
290
295
msgstr ""
296
+ "Esta función está pensada para ser utilizada junto con :c:func:"
297
+ "`PyModule_GetState()` para obtener el estado del módulo de los métodos de "
298
+ "ranura (como :c:member:`~PyTypeObject.tp_init` o :c:member:`~PyNumberMethods."
299
+ "nb_add`) y en otros lugares donde la clase que define a un método no se "
300
+ "puede pasar utilizando la convención de llamada :c:type:`PyCMethod`."
291
301
292
302
#: ../Doc/c-api/type.rst:188
293
303
msgid "Creating Heap-Allocated Types"
@@ -500,7 +510,6 @@ msgstr ""
500
510
"*bases* de :py:func:`PyType_FromSpecWithBases` en su lugar."
501
511
502
512
#: ../Doc/c-api/type.rst:299
503
- #, fuzzy
504
513
msgid "Slots in :c:type:`PyBufferProcs` may be set in the unlimited API."
505
514
msgstr ""
506
515
"Las ranuras en :c:type:`PyBufferProcs` se pueden configurar en la API "
@@ -511,6 +520,8 @@ msgid ""
511
520
":c:member:`~PyBufferProcs.bf_getbuffer` and :c:member:`~PyBufferProcs."
512
521
"bf_releasebuffer` are now available under the limited API."
513
522
msgstr ""
523
+ ":c:member:`~PyBufferProcs.bf_getbuffer` and :c:member:`~PyBufferProcs."
524
+ "bf_releasebuffer` ahora están disponibles en la API limitada."
514
525
515
526
#: ../Doc/c-api/type.rst:308
516
527
msgid ""
0 commit comments