11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Transifex Bot < >, 2023
7+ # Rafael Fontenelle <rffontenelle@gmail.com >, 2024
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
12- "Project-Id-Version : Python 3.11 \n "
12+ "Project-Id-Version : Python 3.12 \n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-05 -19 14:13+0000\n "
14+ "POT-Creation-Date : 2024-04 -19 14:13+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:47+0000\n "
16- "Last-Translator : Transifex Bot < >, 2023 \n "
16+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com >, 2024 \n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,41 +24,50 @@ msgstr ""
2424"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2525
2626msgid "Boolean Objects"
27- msgstr ""
27+ msgstr "Obiekty logiczne "
2828
2929msgid ""
3030"Booleans in Python are implemented as a subclass of integers. There are "
31- "only two booleans, :const: `Py_False` and :const :`Py_True`. As such, the "
31+ "only two booleans, :c:data: `Py_False` and :c:data :`Py_True`. As such, the "
3232"normal creation and deletion functions don't apply to booleans. The "
3333"following macros are available, however."
3434msgstr ""
3535
36+ msgid ""
37+ "This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
38+ "it is the same object as :class:`bool` in the Python layer."
39+ msgstr ""
40+
3641msgid ""
3742"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
3843"succeeds."
3944msgstr ""
45+ "Zwraca wartość true, jeśli *o* jest typu :c:data:`PyBool_Type`. Ta funkcja "
46+ "zawsze kończy się powodzeniem."
4047
4148msgid ""
42- "The Python ``False`` object. This object has no methods. It needs to be "
43- "treated just like any other object with respect to reference counts ."
49+ "The Python ``False`` object. This object has no methods and is `immortal "
50+ "<https://peps.python.org/pep-0683/>`_ ."
4451msgstr ""
4552
46- msgid ""
47- "The Python ``True`` object. This object has no methods. It needs to be "
48- "treated just like any other object with respect to reference counts."
53+ msgid ":c:data:`Py_False` is immortal."
4954msgstr ""
5055
5156msgid ""
52- "Return :const:`Py_False` from a function, properly incrementing its "
53- "reference count ."
57+ "The Python ``True`` object. This object has no methods and is `immortal "
58+ "<https://peps.python.org/pep-0683/>`_ ."
5459msgstr ""
5560
56- msgid ""
57- "Return :const:`Py_True` from a function, properly incrementing its reference "
58- "count."
61+ msgid ":c:data:`Py_True` is immortal."
62+ msgstr ""
63+
64+ msgid "Return :c:data:`Py_False` from a function."
65+ msgstr ""
66+
67+ msgid "Return :c:data:`Py_True` from a function."
5968msgstr ""
6069
6170msgid ""
62- "Return a new reference to :const: `Py_True` or :const: `Py_False` depending on "
63- "the truth value of *v*."
71+ "Return :c:data: `Py_True` or :c:data: `Py_False`, depending on the truth value "
72+ "of *v*."
6473msgstr ""
0 commit comments