Skip to content

Commit 61015d4

Browse files
SublianLuis Angel Gonzalez Pereira
and
Luis Angel Gonzalez Pereira
authored
traduccion c-api/bool (#3390)
Closes #3269 Co-authored-by: Luis Angel Gonzalez Pereira <lagonzalez@FIBERLUX.LOCAL>
1 parent da74331 commit 61015d4

File tree

1 file changed

+46
-22
lines changed

1 file changed

+46
-22
lines changed

c-api/bool.po

+46-22
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2021-08-16 13:03+0200\n"
13+
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14+
"PO-Revision-Date: 2025-05-07 20:14-0500\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.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"
22-
"Generated-By: Babel 2.16.0\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
22+
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.6\n"
2324

2425
#: ../Doc/c-api/bool.rst:6
2526
msgid "Boolean Objects"
2627
msgstr "Objetos booleanos"
2728

2829
#: ../Doc/c-api/bool.rst:8
29-
#, fuzzy
3030
msgid ""
3131
"Booleans in Python are implemented as a subclass of integers. There are "
3232
"only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, the "
@@ -43,6 +43,8 @@ msgid ""
4343
"This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
4444
"it is the same object as :class:`bool` in the Python layer."
4545
msgstr ""
46+
"Esta instancia de :c:type:`PyTypeObject` representa el tipo booleano de "
47+
"Python; es el mismo objeto que :class:`bool` en la capa de Python."
4648

4749
#: ../Doc/c-api/bool.rst:22
4850
msgid ""
@@ -54,40 +56,62 @@ msgstr ""
5456

5557
#: ../Doc/c-api/bool.rst:28
5658
msgid ""
57-
"The Python ``False`` object. This object has no methods and is :term:"
58-
"`immortal`."
59+
"The Python ``False`` object. This object has no methods and is `immortal "
60+
"<https://peps.python.org/pep-0683/>`_."
5961
msgstr ""
62+
"El objeto ``False`` de Python. Este objeto no tiene métodos y es `inmortal "
63+
"<https://peps.python.org/pep-0683/>`_."
6064

6165
#: ../Doc/c-api/bool.rst:31
62-
msgid ":c:data:`Py_False` is :term:`immortal`."
63-
msgstr ""
66+
msgid ":c:data:`Py_False` is immortal."
67+
msgstr ":c:data:`Py_False` es inmortal."
6468

6569
#: ../Doc/c-api/bool.rst:37
6670
msgid ""
67-
"The Python ``True`` object. This object has no methods and is :term:"
68-
"`immortal`."
71+
"The Python ``True`` object. This object has no methods and is `immortal "
72+
"<https://peps.python.org/pep-0683/>`_."
6973
msgstr ""
74+
"El objeto ``True`` de Python. Este objeto no tiene métodos y es `inmortal "
75+
"<https://peps.python.org/pep-0683/>`_."
7076

7177
#: ../Doc/c-api/bool.rst:40
72-
msgid ":c:data:`Py_True` is :term:`immortal`."
73-
msgstr ""
78+
msgid ":c:data:`Py_True` is immortal."
79+
msgstr ":c:data:`Py_True` es inmortal."
7480

7581
#: ../Doc/c-api/bool.rst:46
76-
#, fuzzy
7782
msgid "Return :c:data:`Py_False` from a function."
78-
msgstr ""
79-
"Retorna :const:`Py_False` de una función, incrementando adecuadamente su "
80-
"recuento de referencia."
83+
msgstr "Retorna :c:data:`Py_False` desde una función."
8184

8285
#: ../Doc/c-api/bool.rst:51
8386
msgid "Return :c:data:`Py_True` from a function."
84-
msgstr ""
87+
msgstr "Retorna :c:data:`Py_True` desde una función.."
8588

8689
#: ../Doc/c-api/bool.rst:56
87-
#, fuzzy
8890
msgid ""
8991
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
9092
"of *v*."
9193
msgstr ""
92-
"Retorna una nueva referencia a :const:`Py_True` o :const:`Py_False` "
93-
"dependiendo del valor de verdad de *v*."
94+
"Retorna :c:data:`Py_True` o :c:data:`Py_False`, dependiendo del valor "
95+
"verdadero de *v*."
96+
97+
#~ msgid ""
98+
#~ "The Python ``False`` object. This object has no methods. It needs to be "
99+
#~ "treated just like any other object with respect to reference counts."
100+
#~ msgstr ""
101+
#~ "El objeto ``False`` de Python. Este objeto no tiene métodos. Debe "
102+
#~ "tratarse como cualquier otro objeto con respecto a los recuentos de "
103+
#~ "referencia."
104+
105+
#~ msgid ""
106+
#~ "The Python ``True`` object. This object has no methods. It needs to be "
107+
#~ "treated just like any other object with respect to reference counts."
108+
#~ msgstr ""
109+
#~ "El objeto ``True`` de Python. Este objeto no tiene métodos. Debe tratarse "
110+
#~ "como cualquier otro objeto con respecto a los recuentos de referencia."
111+
112+
#~ msgid ""
113+
#~ "Return :const:`Py_True` from a function, properly incrementing its "
114+
#~ "reference count."
115+
#~ msgstr ""
116+
#~ "Retorna :const:`Py_True` desde una función, incrementando adecuadamente "
117+
#~ "su recuento de referencia."

0 commit comments

Comments
 (0)