Skip to content

Commit 397f71c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent bb357c6 commit 397f71c

File tree

6 files changed

+56
-12
lines changed

6 files changed

+56
-12
lines changed

library/logging.po

Lines changed: 11 additions & 7 deletions
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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-10-31 14:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1330,11 +1330,12 @@ msgstr ""
13301330

13311331
msgid ""
13321332
"Returns an instance of :class:`LoggerAdapter` initialized with an "
1333-
"underlying :class:`Logger` instance, a dict-like object (*extra*), and a "
1334-
"boolean (*merge_extra*) indicating whether or not the *extra* argument of "
1335-
"individual log calls should be merged with the :class:`LoggerAdapter` extra. "
1336-
"The default behavior is to ignore the *extra* argument of individual log "
1337-
"calls and only use the one of the :class:`LoggerAdapter` instance"
1333+
"underlying :class:`Logger` instance, an optional dict-like object (*extra*), "
1334+
"and an optional boolean (*merge_extra*) indicating whether or not the "
1335+
"*extra* argument of individual log calls should be merged with the :class:"
1336+
"`LoggerAdapter` extra. The default behavior is to ignore the *extra* "
1337+
"argument of individual log calls and only use the one of the :class:"
1338+
"`LoggerAdapter` instance"
13381339
msgstr ""
13391340

13401341
msgid ""
@@ -1373,7 +1374,10 @@ msgid ""
13731374
"delegate to the underlying logger and allow adapters to be nested."
13741375
msgstr ""
13751376

1376-
msgid "The *merge_extra* argument was added."
1377+
msgid "The *extra* argument is now optional."
1378+
msgstr ""
1379+
1380+
msgid "The *merge_extra* parameter was added."
13771381
msgstr ""
13781382

13791383
msgid "Thread Safety"

reference/grammar.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
14+
"POT-Creation-Date: 2025-10-31 14:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

sphinx.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
14+
"POT-Creation-Date: 2025-10-31 14:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

using/configure.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
14+
"POT-Creation-Date: 2025-10-31 14:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/3.13.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
14+
"POT-Creation-Date: 2025-10-31 14:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/changelog.po

Lines changed: 41 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: 2025-10-29 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-31 14:16+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -71,6 +71,12 @@ msgid ""
7171
"test environment."
7272
msgstr ""
7373

74+
msgid ""
75+
":gh:`140082`: Update ``python -m test`` to set ``FORCE_COLOR=1`` when being "
76+
"run with color enabled so that :mod:`unittest` which is run by it with "
77+
"redirected output will output in color."
78+
msgstr ""
79+
7480
msgid ""
7581
":gh:`139208`: Fix regrtest ``--fast-ci --verbose``: don't ignore the ``--"
7682
"verbose`` option anymore. Patch by Victor Stinner."
@@ -95,6 +101,14 @@ msgstr ""
95101
msgid "Library"
96102
msgstr "Biblioteka"
97103

104+
msgid ":gh:`120057`: Add :func:`os.reload_environ` to ``os.__all__``."
105+
msgstr ""
106+
107+
msgid ""
108+
":gh:`140228`: Avoid making unnecessary filesystem calls for frozen modules "
109+
"in :mod:`linecache` when the global module cache is not present."
110+
msgstr ""
111+
98112
msgid ""
99113
":gh:`140590`: Fix arguments checking for the :meth:`!functools.partial."
100114
"__setstate__` that may lead to internal state corruption and crash. Patch by "
@@ -124,6 +138,11 @@ msgid ""
124138
"provided buffer)."
125139
msgstr ""
126140

141+
msgid ""
142+
":gh:`138162`: Fix :class:`logging.LoggerAdapter` with ``merge_extra=True`` "
143+
"and without the *extra* argument."
144+
msgstr ""
145+
127146
msgid ""
128147
":gh:`138774`: :func:`ast.unparse` now generates full source code when "
129148
"handling :class:`ast.Interpolation` nodes that do not have a specified "
@@ -524,6 +543,11 @@ msgid ""
524543
"specific incorrect input. Patch by Mikhail Efimov."
525544
msgstr ""
526545

546+
msgid ""
547+
":gh:`140551`: Fixed crash in :class:`dict` if :meth:`dict.clear` is called "
548+
"at the lookup stage. Patch by Mikhail Efimov and Inada Naoki."
549+
msgstr ""
550+
527551
msgid ""
528552
":gh:`140517`: Fixed a reference leak when iterating over the result of :func:"
529553
"`map` with ``strict=True`` when the input iterables have different lengths. "
@@ -627,6 +651,12 @@ msgid ""
627651
"tokenizer."
628652
msgstr ""
629653

654+
msgid ""
655+
":gh:`139640`: :func:`ast.parse` no longer emits syntax warnings for "
656+
"``return``/``break``/``continue`` in ``finally`` (see :pep:`765`) -- they "
657+
"are only emitted during compilation."
658+
msgstr ""
659+
630660
msgid ""
631661
":gh:`139640`: Fix swallowing some syntax warnings in different modules if "
632662
"they accidentally have the same message and are emitted from the same line. "
@@ -656,6 +686,12 @@ msgid ""
656686
"termios attributes is not allowed."
657687
msgstr ""
658688

689+
msgid ""
690+
":gh:`138944`: Fix :exc:`SyntaxError` message when invalid syntax appears on "
691+
"the same line as a valid ``import ... as ...`` or ``from ... import ... "
692+
"as ...`` statement. Patch by Brian Schubert."
693+
msgstr ""
694+
659695
msgid ""
660696
":gh:`105487`: Remove non-existent :meth:`~object.__copy__`, :meth:`~object."
661697
"__deepcopy__`, and :attr:`~type.__bases__` from the :meth:`~object.__dir__` "
@@ -724,6 +760,10 @@ msgstr ""
724760
msgid "Build"
725761
msgstr "Build"
726762

763+
msgid ""
764+
":gh:`140768`: Warn when the WASI SDK version doesn't match what's supported."
765+
msgstr ""
766+
727767
msgid ":gh:`140189`: iOS builds were added to CI."
728768
msgstr ""
729769

0 commit comments

Comments
 (0)