@@ -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 -10-28 15:10-0500 \n "
14
+ "PO-Revision-Date : 2022 -10-31 15:59-0400 \n "
15
15
"Last-Translator : José Luis Salgado Banda <josephLSalgado@outlook.com>\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.1\n "
23
24
24
25
#: ../Doc/c-api/structures.rst:6
25
26
msgid "Common Object Structures"
@@ -165,6 +166,8 @@ msgid ""
165
166
":c:func:`Py_TYPE()` is changed to an inline static function. The parameter "
166
167
"type is no longer :c:expr:`const PyObject*`."
167
168
msgstr ""
169
+ ":c:func:`Py_TYPE()` se cambia a una función estática inline. El tipo de "
170
+ "parámetro ya no es :c:expr:`const PyObject*`."
168
171
169
172
#: ../Doc/c-api/structures.rst:111
170
173
msgid ""
@@ -192,11 +195,11 @@ msgstr ""
192
195
193
196
#: ../Doc/c-api/structures.rst:130
194
197
msgid "The parameter type is no longer :c:expr:`const PyObject*`."
195
- msgstr ""
198
+ msgstr "El tipo de parámetro ya no es :c:expr:`const PyObject*`. "
196
199
197
200
#: ../Doc/c-api/structures.rst:133
198
201
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
199
- msgstr ""
202
+ msgstr ":c:func:`Py_REFCNT()` se cambia a la función estática inline. "
200
203
201
204
#: ../Doc/c-api/structures.rst:139
202
205
msgid "Set the object *o* reference counter to *refcnt*."
@@ -218,6 +221,8 @@ msgid ""
218
221
":c:func:`Py_SIZE()` is changed to an inline static function. The parameter "
219
222
"type is no longer :c:expr:`const PyVarObject*`."
220
223
msgstr ""
224
+ ":c:func:`Py_SIZE()` se cambia a una función estática inline. El tipo de "
225
+ "parámetro ya no es :c:expr:`const PyVarObject*`."
221
226
222
227
#: ../Doc/c-api/structures.rst:157
223
228
msgid "Set the object *o* size to *size*."
@@ -516,6 +521,9 @@ msgid ""
516
521
"The function must have 2 parameters. Since the second parameter is unused, :"
517
522
"c:macro:`Py_UNUSED` can be used to prevent a compiler warning."
518
523
msgstr ""
524
+ "La función debe tener 2 parámetros. Dado que el segundo parámetro no se "
525
+ "usa, :c:macro:`Py_UNUSED` se puede usar para evitar una advertencia del "
526
+ "compilador."
519
527
520
528
#: ../Doc/c-api/structures.rst:354
521
529
#, fuzzy
0 commit comments