diff --git a/c-api/code.po b/c-api/code.po index 4abd7357a9..0bd86bce86 100644 --- a/c-api/code.po +++ b/c-api/code.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-11-21 16:38-0300\n" -"PO-Revision-Date: 2022-10-30 17:20-0300\n" -"Last-Translator: Sofía Denner \n" -"Language: es\n" +"PO-Revision-Date: 2025-02-25 10:49-0300\n" +"Last-Translator: srmorita \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.16.0\n" +"X-Generator: Poedit 3.5\n" #: ../Doc/c-api/code.rst:8 msgid "Code Objects" @@ -46,30 +47,27 @@ msgstr "" #: ../Doc/c-api/code.rst:24 #, fuzzy msgid "" -"This is an instance of :c:type:`PyTypeObject` representing the Python :ref:" -"`code object `." +"This is an instance of :c:type:`PyTypeObject` representing the " +"Python :ref:`code object `." msgstr "" "Esta es una instancia de :c:type:`PyTypeObject` que representa el tipo " "Python :class:`code`." #: ../Doc/c-api/code.rst:30 -#, fuzzy msgid "" "Return true if *co* is a :ref:`code object `. This function " "always succeeds." msgstr "" -"Retorna verdadero si *co* es un objeto :class:`code`. Esta función siempre " -"finaliza con éxito." +"Retorna verdadero si *co* es un :ref:`objeto código `. Esta " +"función siempre finaliza con éxito." #: ../Doc/c-api/code.rst:35 -#, fuzzy msgid "Return the number of free variables in a code object." -msgstr "Retorna el número de variables libres en *co*." +msgstr "Retorna el número de variables libres en un objeto código." #: ../Doc/c-api/code.rst:39 -#, fuzzy msgid "Return the position of the first free variable in a code object." -msgstr "Retorna el número de variables libres en *co*." +msgstr "Retorna la posición de la primera variable libre en un objeto código." #: ../Doc/c-api/code.rst:43 msgid "" @@ -86,8 +84,9 @@ msgstr "" #: ../Doc/c-api/code.rst:52 msgid "" -"Since the definition of the bytecode changes often, calling :c:func:" -"`PyUnstable_Code_New` directly can bind you to a precise Python version." +"Since the definition of the bytecode changes often, " +"calling :c:func:`PyUnstable_Code_New` directly can bind you to a precise " +"Python version." msgstr "" #: ../Doc/c-api/code.rst:55 @@ -166,8 +165,9 @@ msgstr "" #: ../Doc/c-api/code.rst:99 #, fuzzy msgid "" -"For efficiently iterating over the line numbers in a code object, use :pep:" -"`the API described in PEP 626 <0626#out-of-process-debuggers-and-profilers>`." +"For efficiently iterating over the line numbers in a code object, " +"use :pep:`the API described in PEP 626 <0626#out-of-process-debuggers-and-" +"profilers>`." msgstr "" "Para iterar de manera eficiente sobre los números de línea en un objeto de " "código, use `la API descrita en PEP 626 >>>>>> upstream/3.13 +======= "PO-Revision-Date: 2025-02-05 17:10-0300\n" +>>>>>>> c17edf6507f986746450663e995a617373a3d027 "Last-Translator: srmorita \n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -434,15 +442,24 @@ msgid "" "``tp_as_number`` structure filled in), and ``0`` otherwise. This function " "always succeeds." msgstr "" +<<<<<<< HEAD +"Devuelve ``1`` si *o* es un entero índice (tiene la ranura ``nb_index`` de " +"la estructura ``tp_as_number`` rellenada), y ``0`` en caso contrario. Esta " +======= "Retorna ``1`` si *o* es un entero índice (tiene la ranura ``nb_index`` de la " "estructura ``tp_as_number`` rellenada), y ``0`` en caso contrario. Esta " +>>>>>>> upstream/3.13 "función siempre finaliza con éxito." #: ../Doc/c-api/number.rst:67 ../Doc/c-api/number.rst:75 #: ../Doc/c-api/number.rst:97 ../Doc/c-api/number.rst:195 #: ../Doc/c-api/number.rst:241 ../Doc/c-api/number.rst:249 msgid "built-in function" +<<<<<<< HEAD +msgstr "función incorporada" +======= msgstr "built-in function" +>>>>>>> upstream/3.13 #: ../Doc/c-api/number.rst:67 msgid "divmod"