Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaeebf63

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parentf056d43 commitaeebf63

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

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

‎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.13\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-13 15:08+0000\n"
14+
"POT-Creation-Date:2025-10-31 15:04+0000\n"
1515
"PO-Revision-Date:2025-09-15 01:04+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"

‎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.13\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-11 14:58+0000\n"
14+
"POT-Creation-Date:2025-10-31 15:04+0000\n"
1515
"PO-Revision-Date:2025-09-15 01:05+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.13\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-11 14:58+0000\n"
14+
"POT-Creation-Date:2025-10-31 15:04+0000\n"
1515
"PO-Revision-Date:2025-09-15 01:05+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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-29 15:09+0000\n"
14+
"POT-Creation-Date: 2025-10-31 15:04+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -87,6 +87,11 @@ msgid ""
8787
"provided buffer)."
8888
msgstr ""
8989

90+
msgid ""
91+
":gh:`138162`: Fix :class:`logging.LoggerAdapter` with ``merge_extra=True`` "
92+
"and without the *extra* argument."
93+
msgstr ""
94+
9095
msgid ""
9196
":gh:`140474`: Fix memory leak in :class:`array.array` when creating arrays "
9297
"from an empty :class:`str` and the ``u`` type code."
@@ -190,6 +195,11 @@ msgid ""
190195
"specific incorrect input. Patch by Mikhail Efimov."
191196
msgstr ""
192197

198+
msgid ""
199+
":gh:`140551`: Fixed crash in :class:`dict` if :meth:`dict.clear` is called "
200+
"at the lookup stage. Patch by Mikhail Efimov and Inada Naoki."
201+
msgstr ""
202+
193203
msgid ""
194204
":gh:`140471`: Fix potential buffer overflow in :class:`ast.AST` node "
195205
"initialization when encountering malformed :attr:`~ast.AST._fields` "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp