Skip to content

Commit c904ec4

Browse files
Traducido archivo c-api/structures (#2138)
Closes #2064 Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 321d295 commit c904ec4

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

c-api/structures.po

+13-5
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: 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"
1515
"Last-Translator: José Luis Salgado Banda <josephLSalgado@outlook.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.1\n"
2324

2425
#: ../Doc/c-api/structures.rst:6
2526
msgid "Common Object Structures"
@@ -165,6 +166,8 @@ msgid ""
165166
":c:func:`Py_TYPE()` is changed to an inline static function. The parameter "
166167
"type is no longer :c:expr:`const PyObject*`."
167168
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*`."
168171

169172
#: ../Doc/c-api/structures.rst:111
170173
msgid ""
@@ -192,11 +195,11 @@ msgstr ""
192195

193196
#: ../Doc/c-api/structures.rst:130
194197
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*`."
196199

197200
#: ../Doc/c-api/structures.rst:133
198201
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."
200203

201204
#: ../Doc/c-api/structures.rst:139
202205
msgid "Set the object *o* reference counter to *refcnt*."
@@ -218,6 +221,8 @@ msgid ""
218221
":c:func:`Py_SIZE()` is changed to an inline static function. The parameter "
219222
"type is no longer :c:expr:`const PyVarObject*`."
220223
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*`."
221226

222227
#: ../Doc/c-api/structures.rst:157
223228
msgid "Set the object *o* size to *size*."
@@ -516,6 +521,9 @@ msgid ""
516521
"The function must have 2 parameters. Since the second parameter is unused, :"
517522
"c:macro:`Py_UNUSED` can be used to prevent a compiler warning."
518523
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."
519527

520528
#: ../Doc/c-api/structures.rst:354
521529
#, fuzzy

0 commit comments

Comments
 (0)