Skip to content

Commit ea71075

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

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

library/enum.po

Lines changed: 9 additions & 9 deletions
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: 2022-12-05 16:16+0000\n"
14+
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -264,7 +264,7 @@ msgid ""
264264
msgstr ""
265265

266266
msgid ""
267-
"Returns the Enum member in *cls* matching *name*, or raises an :exc:"
267+
"Returns the Enum member in *cls* matching *name*, or raises a :exc:"
268268
"`KeyError`::"
269269
msgstr ""
270270

@@ -290,7 +290,7 @@ msgid "Enum member values"
290290
msgstr ""
291291

292292
msgid ""
293-
"Member values can be anything: :class:`int`, :class:`str`, etc.. If the "
293+
"Member values can be anything: :class:`int`, :class:`str`, etc. If the "
294294
"exact value is unimportant you may use :class:`auto` instances and an "
295295
"appropriate value will be chosen for you. See :class:`auto` for the details."
296296
msgstr ""
@@ -357,14 +357,14 @@ msgstr ""
357357
msgid "start"
358358
msgstr ""
359359

360-
msgid "The first integer value for the Enum (used by :class:`auto`)"
360+
msgid "The first integer value for the Enum (used by :class:`auto`)."
361361
msgstr ""
362362

363363
msgid "boundary"
364364
msgstr ""
365365

366366
msgid ""
367-
"How to handle out-of-range values from bit operations (:class:`Flag` only)"
367+
"How to handle out-of-range values from bit operations (:class:`Flag` only)."
368368
msgstr ""
369369

370370
msgid ""
@@ -420,7 +420,7 @@ msgstr ""
420420

421421
msgid ""
422422
"Returns the string used for *format()* and *f-string* calls. By default, "
423-
"returns :meth:`__str__` returns, but can be overridden::"
423+
"returns :meth:`__str__` return value, but can be overridden::"
424424
msgstr ""
425425

426426
msgid ""
@@ -553,7 +553,7 @@ msgid ""
553553
msgstr ""
554554

555555
msgid ""
556-
"Inversion of a :class:`!IntFlag` now returns a positive value that is the "
556+
"Inversion of an :class:`!IntFlag` now returns a positive value that is the "
557557
"union of all flags not in the given flag, rather than a negative value. This "
558558
"matches the existing :class:`Flag` behavior."
559559
msgstr ""
@@ -570,7 +570,7 @@ msgid ":meth:`!str.__str__` for :class:`StrEnum`"
570570
msgstr ""
571571

572572
msgid ""
573-
"Inherit from :class:`!ReprEnum` to keep the :class:`str() <str> / :func:"
573+
"Inherit from :class:`!ReprEnum` to keep the :class:`str() <str>` / :func:"
574574
"`format` of the mixed-in data type instead of using the :class:`Enum`-"
575575
"default :meth:`str() <Enum.__str__>`."
576576
msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
590590

591591
msgid ""
592592
"Ensure that any flag groups/masks contain only named flags -- useful when "
593-
"values are specified instead of being generated by :func:`auto`"
593+
"values are specified instead of being generated by :func:`auto`::"
594594
msgstr ""
595595

596596
msgid ""

0 commit comments

Comments
 (0)