@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14- "PO-Revision-Date : 2022-10-30 17:20-0300\n "
15- "
Last-Translator :
Sofía Denner <[email protected] >\n "
16- "Language : es\n "
14+ "PO-Revision-Date : 2025-02-25 10:49-0300\n "
15+ "
Last-Translator :
srmorita <[email protected] >\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.16.0\n "
23+ "X-Generator : Poedit 3.5\n "
2324
2425#: ../Doc/c-api/code.rst:8
2526msgid "Code Objects"
@@ -46,30 +47,27 @@ msgstr ""
4647#: ../Doc/c-api/code.rst:24
4748#, fuzzy
4849msgid ""
49- "This is an instance of :c:type:`PyTypeObject` representing the Python :ref: "
50- "`code object <code-objects>`."
50+ "This is an instance of :c:type:`PyTypeObject` representing the "
51+ "Python :ref: `code object <code-objects>`."
5152msgstr ""
5253"Esta es una instancia de :c:type:`PyTypeObject` que representa el tipo "
5354"Python :class:`code`."
5455
5556#: ../Doc/c-api/code.rst:30
56- #, fuzzy
5757msgid ""
5858"Return true if *co* is a :ref:`code object <code-objects>`. This function "
5959"always succeeds."
6060msgstr ""
61- "Retorna verdadero si *co* es un objeto :class:` code`. Esta función siempre "
62- "finaliza con éxito."
61+ "Retorna verdadero si *co* es un :ref:`objeto código < code-objects> `. Esta "
62+ "función siempre finaliza con éxito."
6363
6464#: ../Doc/c-api/code.rst:35
65- #, fuzzy
6665msgid "Return the number of free variables in a code object."
67- msgstr "Retorna el número de variables libres en *co* ."
66+ msgstr "Retorna el número de variables libres en un objeto código ."
6867
6968#: ../Doc/c-api/code.rst:39
70- #, fuzzy
7169msgid "Return the position of the first free variable in a code object."
72- msgstr "Retorna el número de variables libres en *co* ."
70+ msgstr "Retorna la posición de la primera variable libre en un objeto código ."
7371
7472#: ../Doc/c-api/code.rst:43
7573msgid ""
@@ -86,8 +84,9 @@ msgstr ""
8684
8785#: ../Doc/c-api/code.rst:52
8886msgid ""
89- "Since the definition of the bytecode changes often, calling :c:func:"
90- "`PyUnstable_Code_New` directly can bind you to a precise Python version."
87+ "Since the definition of the bytecode changes often, "
88+ "calling :c:func:`PyUnstable_Code_New` directly can bind you to a precise "
89+ "Python version."
9190msgstr ""
9291
9392#: ../Doc/c-api/code.rst:55
@@ -166,8 +165,9 @@ msgstr ""
166165#: ../Doc/c-api/code.rst:99
167166#, fuzzy
168167msgid ""
169- "For efficiently iterating over the line numbers in a code object, use :pep:"
170- "`the API described in PEP 626 <0626#out-of-process-debuggers-and-profilers>`."
168+ "For efficiently iterating over the line numbers in a code object, "
169+ "use :pep:`the API described in PEP 626 <0626#out-of-process-debuggers-and-"
170+ "profilers>`."
171171msgstr ""
172172"Para iterar de manera eficiente sobre los números de línea en un objeto de "
173173"código, use `la API descrita en PEP 626 <https://peps.python.org/pep-0626/"
@@ -254,10 +254,10 @@ msgstr ""
254254
255255#: ../Doc/c-api/code.rst:162
256256msgid ""
257- "Clear watcher identified by *watcher_id* previously returned from :c:func: "
258- "`PyCode_AddWatcher` for the current interpreter. Return ``0`` on success, or "
259- "``-1`` and set an exception on error (e.g. if the given *watcher_id* was "
260- "never registered.)"
257+ "Clear watcher identified by *watcher_id* previously returned "
258+ "from :c:func: `PyCode_AddWatcher` for the current interpreter. Return ``0`` "
259+ "on success, or ``-1`` and set an exception on error (e.g. if the given "
260+ "*watcher_id* was never registered.)"
261261msgstr ""
262262
263263#: ../Doc/c-api/code.rst:171
@@ -299,8 +299,8 @@ msgstr ""
299299#: ../Doc/c-api/code.rst:198
300300msgid ""
301301"If the callback sets an exception, it must return ``-1``; this exception "
302- "will be printed as an unraisable exception using :c:func: "
303- "`PyErr_WriteUnraisable`. Otherwise it should return ``0``."
302+ "will be printed as an unraisable exception "
303+ "using :c:func: `PyErr_WriteUnraisable`. Otherwise it should return ``0``."
304304msgstr ""
305305
306306#: ../Doc/c-api/code.rst:202
@@ -314,7 +314,7 @@ msgstr ""
314314
315315#: ../Doc/c-api/code.rst:212
316316msgid "Extra information"
317- msgstr ""
317+ msgstr "Información extra "
318318
319319#: ../Doc/c-api/code.rst:214
320320msgid ""
@@ -344,13 +344,13 @@ msgstr ""
344344#: ../Doc/c-api/code.rst:230
345345msgid ""
346346"If *free* is not ``NULL``: when a code object is deallocated, *free* will be "
347- "called on non-``NULL`` data stored under the new index. Use :c:func: "
348- "`Py_DecRef` when storing :c:type:`PyObject`."
347+ "called on non-``NULL`` data stored under the new index. "
348+ "Use :c:func: `Py_DecRef` when storing :c:type:`PyObject`."
349349msgstr ""
350350
351351#: ../Doc/c-api/code.rst:236
352352msgid "as ``_PyEval_RequestCodeExtraIndex``"
353- msgstr ""
353+ msgstr "como ``_PyEval_RequestCodeExtraIndex`` "
354354
355355#: ../Doc/c-api/code.rst:240
356356msgid ""
@@ -372,7 +372,7 @@ msgstr ""
372372
373373#: ../Doc/c-api/code.rst:254
374374msgid "as ``_PyCode_GetExtra``"
375- msgstr ""
375+ msgstr "como ``_PyCode_GetExtra`` "
376376
377377#: ../Doc/c-api/code.rst:258
378378msgid ""
@@ -388,7 +388,7 @@ msgstr ""
388388
389389#: ../Doc/c-api/code.rst:269
390390msgid "as ``_PyCode_SetExtra``"
391- msgstr ""
391+ msgstr "como ``_PyCode_SetExtra`` "
392392
393393#: ../Doc/c-api/code.rst:273
394394msgid ""
@@ -397,35 +397,33 @@ msgid ""
397397msgstr ""
398398
399399#: ../Doc/c-api/code.rst:3
400- #, fuzzy
401400msgid "object"
402- msgstr "Objetos código "
401+ msgstr "objeto "
403402
404403#: ../Doc/c-api/code.rst:3
405404msgid "code"
406- msgstr ""
405+ msgstr "código "
407406
408407#: ../Doc/c-api/code.rst:3
409- #, fuzzy
410408msgid "code object"
411- msgstr "Objetos código"
409+ msgstr "objeto código"
412410
413411#: ../Doc/c-api/code.rst:62
414412msgid "PyCode_New (C function)"
415- msgstr ""
413+ msgstr "PyCode_New (C function) "
416414
417415#: ../Doc/c-api/code.rst:75
418416msgid "PyCode_NewWithPosOnlyArgs (C function)"
419- msgstr ""
417+ msgstr "PyCode_NewWithPosOnlyArgs (C function) "
420418
421419#: ../Doc/c-api/code.rst:234
422420msgid "_PyEval_RequestCodeExtraIndex (C function)"
423- msgstr ""
421+ msgstr "_PyEval_RequestCodeExtraIndex (C function) "
424422
425423#: ../Doc/c-api/code.rst:252
426424msgid "_PyCode_GetExtra (C function)"
427- msgstr ""
425+ msgstr "_PyCode_GetExtra (C function) "
428426
429427#: ../Doc/c-api/code.rst:267
430428msgid "_PyCode_SetExtra (C function)"
431- msgstr ""
429+ msgstr "_PyCode_SetExtra (C function) "
0 commit comments