Skip to content

Commit 6441dcf

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9f33e6d commit 6441dcf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

library/argparse.po

Lines changed: 7 additions & 7 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-13 04:15+0000\n"
14+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+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"
@@ -627,7 +627,7 @@ msgid ""
627627
"type_ - The type to which the command-line argument should be converted."
628628
msgstr ""
629629

630-
msgid "choices_ - A container of the allowable values for the argument."
630+
msgid "choices_ - A sequence of the allowable values for the argument."
631631
msgstr ""
632632

633633
msgid ""
@@ -949,21 +949,21 @@ msgstr ""
949949

950950
msgid ""
951951
"Some command-line arguments should be selected from a restricted set of "
952-
"values. These can be handled by passing a container object as the *choices* "
952+
"values. These can be handled by passing a sequence object as the *choices* "
953953
"keyword argument to :meth:`~ArgumentParser.add_argument`. When the command "
954954
"line is parsed, argument values will be checked, and an error message will "
955955
"be displayed if the argument was not one of the acceptable values::"
956956
msgstr ""
957957

958958
msgid ""
959-
"Note that inclusion in the *choices* container is checked after any type_ "
959+
"Note that inclusion in the *choices* sequence is checked after any type_ "
960960
"conversions have been performed, so the type of the objects in the *choices* "
961-
"container should match the type_ specified::"
961+
"sequence should match the type_ specified::"
962962
msgstr ""
963963

964964
msgid ""
965-
"Any container can be passed as the *choices* value, so :class:`list` "
966-
"objects, :class:`set` objects, and custom containers are all supported."
965+
"Any sequence can be passed as the *choices* value, so :class:`list` "
966+
"objects, :class:`tuple` objects, and custom sequences are all supported."
967967
msgstr ""
968968

969969
msgid ""

library/enum.po

Lines changed: 1 addition & 1 deletion
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-06 16:17+0000\n"
14+
"POT-Creation-Date: 2022-12-26 16:15+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"

0 commit comments

Comments
 (0)