Skip to content

Commit 6100038

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent e4f832f commit 6100038

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

library/enum.po

+10-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"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"
1515
"PO-Revision-Date: 2023-05-24 02:15+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -352,6 +352,9 @@ msgstr ""
352352
msgid "The value given to the ``Enum`` member::"
353353
msgstr ""
354354

355+
msgid "Value of the member, can be set in :meth:`~object.__new__`."
356+
msgstr ""
357+
355358
msgid "Enum member values"
356359
msgstr ""
357360

@@ -361,10 +364,14 @@ msgid ""
361364
"appropriate value will be chosen for you. See :class:`auto` for the details."
362365
msgstr ""
363366

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."
365372
msgstr ""
366373

367-
msgid "Value of the member, can be set in :meth:`~object.__new__`."
374+
msgid "Name of the member."
368375
msgstr ""
369376

370377
msgid ""

reference/introduction.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-16 16:40+0000\n"
14+
"POT-Creation-Date: 2024-03-08 15:18+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)