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

Commitbd4b017

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

File tree

7 files changed

+50
-19
lines changed

7 files changed

+50
-19
lines changed

‎library/importlib.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-17 14:15+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"
@@ -1221,8 +1221,8 @@ msgid ""
12211221
"To accommodate this requirement, when running on iOS, extension module "
12221222
"binaries are *not* packaged as ``.so`` files on ``sys.path``, but as "
12231223
"individual standalone frameworks. To discover those frameworks, this loader "
1224-
"isberegistered against the ``.fwork`` file extension, with a ``.fwork`` "
1225-
"fileacting as a placeholder in the original location of the binary on ``sys."
1224+
"is registered against the ``.fwork`` file extension, with a ``.fwork`` file "
1225+
"acting as a placeholder in the original location of the binary on ``sys."
12261226
"path``. The ``.fwork`` file contains the path of the actual binary in the "
12271227
"``Frameworks`` folder, relative to the app bundle. To allow for resolving a "
12281228
"framework-packaged binary back to the original location, the framework is "

‎library/ssl.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-09-27 14:12+0000\n"
14+
"POT-Creation-Date:2025-10-17 14:15+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"

‎library/stdtypes.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-15 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-17 14:15+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"
@@ -6629,7 +6629,7 @@ msgid "The Ellipsis Object"
66296629
msgstr""
66306630

66316631
msgid""
6632-
"This object is commonly usedusedto indicate that something is omitted. It "
6632+
"This object is commonly used to indicate that something is omitted. It "
66336633
"supports no special operations. There is exactly one ellipsis object, "
66346634
"named :const:`Ellipsis` (a built-in name). ``type(Ellipsis)()`` produces "
66356635
"the :const:`Ellipsis` singleton."

‎library/tkinter.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-17 14:15+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"
@@ -600,8 +600,8 @@ msgid ""
600600
"Operations which are implemented as separate *commands* in Tcl (like "
601601
"``grid`` or ``destroy``) are represented as *methods* on Tkinter widget "
602602
"objects. As you'll see shortly, at other times Tcl uses what appear to be "
603-
"method calls on widget objects, which more closely mirror whatwouldis used "
604-
"inTkinter."
603+
"method calls on widget objects, which more closely mirror what is used in "
604+
"Tkinter."
605605
msgstr""
606606

607607
msgid"How do I...? What option does...?"

‎reference/lexical_analysis.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-09 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-17 14:15+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"
@@ -1528,8 +1528,8 @@ msgstr ""
15281528
"4.0"
15291529

15301530
msgid""
1531-
"Unlike in integer literals, leading zeros are allowed in the numeric parts. "
1532-
"For example,``077.010`` is legal, and denotes the same number as ``77.10``."
1531+
"Unlike in integer literals, leading zeros are allowed. For example, "
1532+
"``077.010`` is legal, and denotes the same number as ``77.01``."
15331533
msgstr""
15341534

15351535
msgid""

‎whatsnew/3.14.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-09 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-17 14:15+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"
@@ -1367,7 +1367,7 @@ msgstr ""
13671367

13681368
msgid""
13691369
"On Unix platforms other than macOS, :ref:`'forkserver' <multiprocessing-"
1370-
"start-method-forkserver>` is now thethedefault :ref:`start method "
1370+
"start-method-forkserver>` is now the default :ref:`start method "
13711371
"<multiprocessing-start-methods>` for :class:`~concurrent.futures."
13721372
"ProcessPoolExecutor` (replacing :ref:`'fork' <multiprocessing-start-method-"
13731373
"fork>`). This change does not affect Windows or macOS, where :ref:`'spawn' "
@@ -1978,7 +1978,7 @@ msgstr ""
19781978

19791979
msgid""
19801980
"On Unix platforms other than macOS, :ref:`'forkserver' <multiprocessing-"
1981-
"start-method-forkserver>` is now thethedefault :ref:`start method "
1981+
"start-method-forkserver>` is now the default :ref:`start method "
19821982
"<multiprocessing-start-methods>` (replacing :ref:`'fork' <multiprocessing-"
19831983
"start-method-fork>`). This change does not affect Windows or macOS, where :"
19841984
"ref:`'spawn' <multiprocessing-start-method-spawn>` remains the default start "

‎whatsnew/changelog.po‎

Lines changed: 35 additions & 4 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-15 14:16+0000\n"
14+
"POT-Creation-Date: 2025-10-17 14:15+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"
@@ -85,6 +85,16 @@ msgstr ""
8585
msgid "Library"
8686
msgstr "Biblioteka"
8787

88+
msgid ""
89+
":gh:`140041`: Fix import of :mod:`ctypes` on Android and Cygwin when ABI "
90+
"flags are present."
91+
msgstr ""
92+
93+
msgid ""
94+
":gh:`140120`: Fixed a memory leak in :mod:`hmac` when it was using the hacl-"
95+
"star backend. Discovered by ``@ashm-dev`` using AddressSanitizer."
96+
msgstr ""
97+
8898
msgid ""
8999
":gh:`139905`: Add suggestion to error message for :class:`typing.Generic` "
90100
"subclasses when ``cls.__parameters__`` is missing due to a parent class "
@@ -191,6 +201,12 @@ msgid ""
191201
"bug on macOS."
192202
msgstr ""
193203

204+
msgid ""
205+
":gh:`138859`: Fix generic type parameterization raising a :exc:`TypeError` "
206+
"when omitting a :class:`ParamSpec` that has a default which is not a list of "
207+
"types."
208+
msgstr ""
209+
194210
msgid ""
195211
":gh:`138779`: Support device numbers larger than ``2**63-1`` for the :attr:"
196212
"`~os.stat_result.st_rdev` field of the :class:`os.stat_result` structure."
@@ -372,6 +388,11 @@ msgid ""
372388
"threading>` build."
373389
msgstr ""
374390

391+
msgid ""
392+
":gh:`131788`: Make ``ResourceTracker.send`` from :mod:`multiprocessing` re-"
393+
"entrant safe"
394+
msgstr ""
395+
375396
msgid ""
376397
":gh:`118981`: Fix potential hang in ``multiprocessing.popen_spawn_posix`` "
377398
"that can happen when the child proc dies early by closing the child fds "
@@ -414,6 +435,11 @@ msgstr ""
414435
msgid "Core and Builtins"
415436
msgstr "Core i builtiny"
416437

438+
msgid ""
439+
":gh:`140061`: Fixing the checking of whether an object is uniquely "
440+
"referenced to ensure free-threaded compatibility. Patch by Sergey Miryanov."
441+
msgstr ""
442+
417443
msgid ""
418444
":gh:`140000`: Fix potential memory leak when a reference cycle exists "
419445
"between an instance of :class:`typing.TypeAliasType`, :class:`typing."
@@ -509,6 +535,14 @@ msgid ""
509535
":gh:`128640`: Fix a crash when using threads inside of a subinterpreter."
510536
msgstr ""
511537

538+
msgid "C API"
539+
msgstr "C API"
540+
541+
msgid ""
542+
":gh:`140153`: Fix :c:func:`Py_REFCNT` definition on limited C API 3.11-3.13. "
543+
"Patch by Victor Stinner."
544+
msgstr ""
545+
512546
msgid "Build"
513547
msgstr "Build"
514548

@@ -836,9 +870,6 @@ msgid ""
836870
"running concurrently in threads."
837871
msgstr ""
838872

839-
msgid "C API"
840-
msgstr "C API"
841-
842873
msgid ""
843874
":gh:`137573`: Mark ``_PyOptimizer_Optimize`` as :c:macro:`Py_NO_INLINE` to "
844875
"prevent stack overflow crashes on macOS."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp