@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-03-01 16:38 +0000\n "
14
+ "POT-Creation-Date : 2024-03-09 01:26 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 02:15+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -352,6 +352,9 @@ msgstr ""
352
352
msgid "The value given to the ``Enum`` member::"
353
353
msgstr ""
354
354
355
+ msgid "Value of the member, can be set in :meth:`~object.__new__`."
356
+ msgstr ""
357
+
355
358
msgid "Enum member values"
356
359
msgstr ""
357
360
@@ -361,10 +364,14 @@ msgid ""
361
364
"appropriate value will be chosen for you. See :class:`auto` for the details."
362
365
msgstr ""
363
366
364
- msgid "Name of the member."
367
+ msgid ""
368
+ "While mutable/unhashable values, such as :class:`dict`, :class:`list` or a "
369
+ "mutable :class:`~dataclasses.dataclass`, can be used, they will have a "
370
+ "quadratic performance impact during creation relative to the total number of "
371
+ "mutable/unhashable values in the enum."
365
372
msgstr ""
366
373
367
- msgid "Value of the member, can be set in :meth:`~object.__new__` ."
374
+ msgid "Name of the member."
368
375
msgstr ""
369
376
370
377
msgid ""
0 commit comments