@@ -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 "
14
+ "PO-Revision-Date : 2023-04-08 13:38-0600 \n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\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"
@@ -179,12 +180,16 @@ msgid ""
179
180
"Return the type's name. Equivalent to getting the type's ``__name__`` "
180
181
"attribute."
181
182
msgstr ""
183
+ "Devuelve el nombre del tipo de objeto. Equivalente a obtener el atributo "
184
+ "``__name__`` del tipo de objeto."
182
185
183
186
#: ../Doc/c-api/type.rst:117
184
187
msgid ""
185
188
"Return the type's qualified name. Equivalent to getting the type's "
186
189
"``__qualname__`` attribute."
187
190
msgstr ""
191
+ "Devuelve el nombre adecuado del tipo de objeto. Equivalente a obtener el "
192
+ "atributo ``__qualname__`` del tipo de objeto."
188
193
189
194
#: ../Doc/c-api/type.rst:124
190
195
msgid ""
@@ -271,6 +276,8 @@ msgid ""
271
276
"Find the first superclass whose module was created from the given :c:type:"
272
277
"`PyModuleDef` *def*, and return that module."
273
278
msgstr ""
279
+ "Encuentra la primer superclase cuyo módulo fue creado a partir del :c:type:"
280
+ "`PyModuleDef` *def* dado, y devuelve ese módulo."
274
281
275
282
#: ../Doc/c-api/type.rst:176
276
283
#, fuzzy
@@ -288,6 +295,11 @@ msgid ""
288
295
"other places where a method's defining class cannot be passed using the :c:"
289
296
"type:`PyCMethod` calling convention."
290
297
msgstr ""
298
+ "Esta función está pensada para ser utilizada junto con :c:func: "
299
+ "`PyModule_GetState()` para obtener el estado del módulo de los métodos slot "
300
+ "(como :c:member`~PyTypeObject.tp._init` o :c:member:`~PyNumberMethods."
301
+ "nb_add`) y otros lugares donde la clase que define un método no se puede "
302
+ "pasar usando la convención de llamada de :c:type:`PyCMethod`."
291
303
292
304
#: ../Doc/c-api/type.rst:188
293
305
msgid "Creating Heap-Allocated Types"
@@ -511,6 +523,8 @@ msgid ""
511
523
":c:member:`~PyBufferProcs.bf_getbuffer` and :c:member:`~PyBufferProcs."
512
524
"bf_releasebuffer` are now available under the limited API."
513
525
msgstr ""
526
+ ":c:member:`~PyBufferProcs.bf_getbuffer` y :c:member:`~PyBufferProcs."
527
+ "bf_releasebuffer` ahora están disponibles en la API limitada."
514
528
515
529
#: ../Doc/c-api/type.rst:308
516
530
msgid ""
0 commit comments