Skip to content

Commit 2574aad

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7e729cf commit 2574aad

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

c-api/init.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.11\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
21+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
2323
"Last-Translator: Rodrigo Cândido, 2022\n"
2424
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/iter.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
16+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/memory.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.11\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
19+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
2121
"Last-Translator: Rodrigo Cândido, 2022\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/module.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
17+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1919
"Last-Translator: Rodrigo Cândido, 2022\n"
2020
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

library/argparse.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.11\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2022-12-13 16:17+0000\n"
20+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
2222
"Last-Translator: Marco Rougeth <marco@rougeth.com>, 2022\n"
2323
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -951,8 +951,8 @@ msgstr ""
951951
"convertido."
952952

953953
#: ../../library/argparse.rst:758
954-
msgid "choices_ - A container of the allowable values for the argument."
955-
msgstr "choices_ - Um contêiner dos valores permitidos para o argumento."
954+
msgid "choices_ - A sequence of the allowable values for the argument."
955+
msgstr ""
956956

957957
#: ../../library/argparse.rst:760
958958
msgid ""
@@ -1416,23 +1416,23 @@ msgstr "choices"
14161416
#: ../../library/argparse.rst:1201
14171417
msgid ""
14181418
"Some command-line arguments should be selected from a restricted set of "
1419-
"values. These can be handled by passing a container object as the *choices* "
1419+
"values. These can be handled by passing a sequence object as the *choices* "
14201420
"keyword argument to :meth:`~ArgumentParser.add_argument`. When the command "
14211421
"line is parsed, argument values will be checked, and an error message will "
14221422
"be displayed if the argument was not one of the acceptable values::"
14231423
msgstr ""
14241424

14251425
#: ../../library/argparse.rst:1216
14261426
msgid ""
1427-
"Note that inclusion in the *choices* container is checked after any type_ "
1427+
"Note that inclusion in the *choices* sequence is checked after any type_ "
14281428
"conversions have been performed, so the type of the objects in the *choices* "
1429-
"container should match the type_ specified::"
1429+
"sequence should match the type_ specified::"
14301430
msgstr ""
14311431

14321432
#: ../../library/argparse.rst:1228
14331433
msgid ""
1434-
"Any container can be passed as the *choices* value, so :class:`list` "
1435-
"objects, :class:`set` objects, and custom containers are all supported."
1434+
"Any sequence can be passed as the *choices* value, so :class:`list` "
1435+
"objects, :class:`tuple` objects, and custom sequences are all supported."
14361436
msgstr ""
14371437

14381438
#: ../../library/argparse.rst:1231

library/asyncio-llapi-index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.11\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
19+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
2121
"Last-Translator: Vinicius Gubiani Ferreira <vini.g.fer@gmail.com>, 2021\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

library/asyncio-policy.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.11\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
18+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
2020
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2022\n"
2121
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

library/dataclasses.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.11\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
19+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
2121
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

library/enum.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.11\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
19+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
2121
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

library/http.server.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.11\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2022-12-06 16:17+0000\n"
18+
"POT-Creation-Date: 2022-12-26 16:15+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
2020
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2121
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

0 commit comments

Comments
 (0)