Skip to content

Commit 216f623

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 546fea5 commit 216f623

5 files changed

Lines changed: 50 additions & 14 deletions

File tree

c-api/unicode.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -836,7 +836,7 @@ msgid ""
836836
msgstr ""
837837

838838
msgid ""
839-
"Return the number of written character, or return ``-1`` and raise an "
839+
"Return the number of written characters, or return ``-1`` and raise an "
840840
"exception on error."
841841
msgstr ""
842842

@@ -1205,7 +1205,7 @@ msgid ""
12051205
"collected."
12061206
msgstr ""
12071207

1208-
msgid "The return type is now ``const char *`` rather of ``char *``."
1208+
msgid "The return type is now ``const char *`` rather than ``char *``."
12091209
msgstr ""
12101210

12111211
msgid "This function is a part of the :ref:`limited API <limited-c-api>`."

library/json.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -257,7 +257,7 @@ msgid ""
257257
"be pretty-printed with that indent level. A positive integer indents that "
258258
"many spaces per level; a string (such as ``\"\\t\"``) is used to indent each "
259259
"level. If zero, negative, or ``\"\"`` (the empty string), only newlines are "
260-
"inserted. If ``None`` (the default), the most compact representation is used."
260+
"inserted. If ``None`` (the default), no newlines are inserted."
261261
msgstr ""
262262

263263
msgid ""

library/unittest.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -1579,13 +1579,13 @@ msgstr ""
15791579
msgid ":meth:`assertHasAttr(a, b) <TestCase.assertHasAttr>`"
15801580
msgstr ""
15811581

1582-
msgid "``hastattr(a, b)``"
1582+
msgid "``hasattr(a, b)``"
15831583
msgstr ""
15841584

15851585
msgid ":meth:`assertNotHasAttr(a, b) <TestCase.assertNotHasAttr>`"
15861586
msgstr ""
15871587

1588-
msgid "``not hastattr(a, b)``"
1588+
msgid "``not hasattr(a, b)``"
15891589
msgstr ""
15901590

15911591
msgid ""

using/android.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.14\n"
9+
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-04-21 15:07+0000\n"
11+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"

whatsnew/changelog.po

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-05-09 14:43+0000\n"
11+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -36,9 +36,48 @@ msgid ""
3636
"reader now accept any path-like object. Patch by Maurycy Pawłowski-Wieroński."
3737
msgstr ""
3838

39+
msgid ""
40+
":gh:`149486`: :func:`tarfile.data_filter` now validates link targets using "
41+
"the same normalised value that is written to disk, strips trailing "
42+
"separators from the member name when resolving a symlink's directory, and "
43+
"rejects link members that would replace the destination directory itself. "
44+
"This closes several path-traversal bypasses of the ``data`` extraction "
45+
"filter."
46+
msgstr ""
47+
48+
msgid "Library"
49+
msgstr ""
50+
51+
msgid ":gh:`139489`: Add :func:`xml.is_valid_text` to ``xml.__all__``."
52+
msgstr ""
53+
54+
msgid ""
55+
":gh:`112821`: In the REPL, autocompletion might run arbitrary code in the "
56+
"getter of a descriptor. If that getter raised an exception, autocompletion "
57+
"would fail to present any options for the entire object. Autocompletion now "
58+
"works as expected for these objects."
59+
msgstr ""
60+
61+
msgid ""
62+
":gh:`149388`: Make :class:`!asyncio.windows_utils.PipeHandle` closing "
63+
"idempotent."
64+
msgstr ""
65+
66+
msgid ""
67+
":gh:`148441`: :mod:`xml.parsers.expat`: prevent a crash in :meth:`~xml."
68+
"parsers.expat.xmlparser.CharacterDataHandler` when the character data size "
69+
"exceeds the parser's :attr:`buffer size <xml.parsers.expat.xmlparser."
70+
"buffer_size>`."
71+
msgstr ""
72+
3973
msgid "Core and Builtins"
4074
msgstr ""
4175

76+
msgid ""
77+
":gh:`144957`: Fix lazy ``from`` imports of module attributes provided by "
78+
"module-level ``__getattr__``."
79+
msgstr ""
80+
4281
msgid ""
4382
":gh:`149459`: Fix a crash in the JIT optimizer when a specialized "
4483
"``LOAD_SPECIAL`` guard deoptimized after inserting the synthetic ``NULL`` "
@@ -422,9 +461,6 @@ msgid ""
422461
"tier 2 optimizer so that follow-up type guards can be eliminated."
423462
msgstr ""
424463

425-
msgid "Library"
426-
msgstr ""
427-
428464
msgid ""
429465
":gh:`148823`: Defer the import of ``_colorize`` in ``argparse`` until needed "
430466
"for coloring output."

0 commit comments

Comments
 (0)