@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-07-31 15:58 +0000\n "
15+ "POT-Creation-Date : 2026-08-01 14:54 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1717"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2026\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2804,7 +2804,7 @@ msgid "Added the *flush* keyword argument."
28042804msgstr "Dodano *flush* argument nazwany."
28052805
28062806msgid "Return a property attribute."
2807- msgstr "Zwraca atrybut właściwośći ."
2807+ msgstr "Zwraca atrybut właściwości ."
28082808
28092809msgid ""
28102810"*fget* is a function for getting an attribute value. *fset* is a function "
@@ -2863,6 +2863,10 @@ msgid ""
28632863"possible to create read-only properties easily using :deco:`property` as a :"
28642864"term:`decorator`::"
28652865msgstr ""
2866+ "Jeśli zostanie podana, *doc* będzie docstringiem atrybutu właściwości. W "
2867+ "przeciwnym razie właściwość skopiuje docstring *fget* (jeśli istnieje). "
2868+ "Umożliwia to łatwe tworzenie właściwości tylko do odczytu przy użyciu :deco:"
2869+ "`property` jako :term:`dekoratora <dekorator>`::"
28662870
28672871msgid ""
28682872"class Parrot:\n"
@@ -3395,6 +3399,9 @@ msgid ""
33953399"see :deco:`classmethod` for a variant that is useful for creating alternate "
33963400"class constructors."
33973401msgstr ""
3402+ "Metody statyczne w Pythonie są podobne do tych, które można znaleźć w Java "
3403+ "lub C++. Zobacz także :deco:`classmethod`, aby zapoznać się z wariantem, "
3404+ "który jest przydatny do tworzenia alternatywnych konstruktorów klas."
33983405
33993406msgid ""
34003407"Like all decorators, it is also possible to call ``staticmethod`` as a "
0 commit comments