Skip to content

Commit 7d44b0a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 5098448 commit 7d44b0a

4 files changed

Lines changed: 29 additions & 9 deletions

File tree

library/argparse.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-04-05 14:30+0000\n"
11+
"POT-Creation-Date: 2026-04-15 15:01+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -2350,7 +2350,7 @@ msgid ""
23502350
"manage the files."
23512351
msgstr ""
23522352

2353-
msgid "Added the *encodings* and *errors* parameters."
2353+
msgid "Added the *encoding* and *errors* parameters."
23542354
msgstr ""
23552355

23562356
msgid "Argument groups"
@@ -2420,6 +2420,11 @@ msgid ""
24202420
"the usual \"positional arguments\" and \"optional arguments\" sections."
24212421
msgstr ""
24222422

2423+
msgid ""
2424+
"Within each argument group, arguments are displayed in help output in the "
2425+
"order in which they are added."
2426+
msgstr ""
2427+
24232428
msgid ""
24242429
"Calling :meth:`add_argument_group` on an argument group now raises an "
24252430
"exception. This nesting was never supported, often failed to work correctly, "

library/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-03-25 14:54+0000\n"
15+
"POT-Creation-Date: 2026-04-15 15:01+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Murugan Santhosh, 2026\n"
1818
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
@@ -391,7 +391,7 @@ msgid ""
391391
"[<Color.RED: 1>, <Color.GREEN: 2>, <Color.BLUE: 3>]"
392392
msgstr ""
393393

394-
msgid "Returns the number of member in *cls*::"
394+
msgid "Returns the number of members in *cls*::"
395395
msgstr ""
396396

397397
msgid ""

library/unittest.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-03-25 14:54+0000\n"
11+
"POT-Creation-Date: 2026-04-15 15:01+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
1414
"MIME-Version: 1.0\n"
@@ -1512,9 +1512,7 @@ msgstr ""
15121512
msgid ":meth:`assertCountEqual(a, b) <TestCase.assertCountEqual>`"
15131513
msgstr ""
15141514

1515-
msgid ""
1516-
"*a* and *b* have the same elements in the same number, regardless of their "
1517-
"order."
1515+
msgid "*a* contains the same elements as *b*, regardless of their order."
15181516
msgstr ""
15191517

15201518
msgid ":meth:`assertStartsWith(a, b) <TestCase.assertStartsWith>`"

whatsnew/changelog.po

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-13 15:10+0000\n"
14+
"POT-Creation-Date: 2026-04-15 15:01+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: Hari, 2026\n"
1717
"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
@@ -59,11 +59,28 @@ msgstr ""
5959
msgid "Library"
6060
msgstr ""
6161

62+
msgid ""
63+
":gh:`148508`: An intermittent timing error when running SSL tests on iOS has "
64+
"been resolved."
65+
msgstr ""
66+
67+
msgid ""
68+
":gh:`148370`: :mod:`configparser`: prevent quadratic behavior when a :exc:"
69+
"`~configparser.ParsingError` is raised after a parser fails to parse "
70+
"multiple lines. Patch by Bénédikt Tran."
71+
msgstr ""
72+
6273
msgid ""
6374
":gh:`148254`: Use singular \"sec\" instead of \"secs\" in :mod:`timeit` "
6475
"verbose output for consistency with other time units."
6576
msgstr ""
6677

78+
msgid ""
79+
":gh:`148192`: ``email.generator.Generator._make_boundary`` could fail to "
80+
"detect a duplicate boundary string if linesep was not \\n. It now correctly "
81+
"detects boundary strings when linesep is \\r\\n as well."
82+
msgstr ""
83+
6784
msgid ""
6885
":gh:`146313`: Fix a deadlock in :mod:`multiprocessing`'s resource tracker "
6986
"where the parent process could hang indefinitely in :func:`os.waitpid` "

0 commit comments

Comments
 (0)