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

Commitcf4f1f7

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

File tree

9 files changed

+52
-21
lines changed

9 files changed

+52
-21
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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -1219,8 +1219,8 @@ msgid ""
12191219
"To accommodate this requirement, when running on iOS, extension module "
12201220
"binaries are *not* packaged as ``.so`` files on ``sys.path``, but as "
12211221
"individual standalone frameworks. To discover those frameworks, this loader "
1222-
"isberegistered against the ``.fwork`` file extension, with a ``.fwork`` "
1223-
"fileacting as a placeholder in the original location of the binary on ``sys."
1222+
"is registered against the ``.fwork`` file extension, with a ``.fwork`` file "
1223+
"acting as a placeholder in the original location of the binary on ``sys."
12241224
"path``. The ``.fwork`` file contains the path of the actual binary in the "
12251225
"``Frameworks`` folder, relative to the app bundle. To allow for resolving a "
12261226
"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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎library/stdtypes.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:2025-10-15 14:16+0000\n"
15+
"POT-Creation-Date:2025-10-17 14:15+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1717
"Last-Translator:Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -6441,7 +6441,7 @@ msgid "The Ellipsis Object"
64416441
msgstr""
64426442

64436443
msgid""
6444-
"This object is commonly usedusedto indicate that something is omitted. It "
6444+
"This object is commonly used to indicate that something is omitted. It "
64456445
"supports no special operations. There is exactly one ellipsis object, "
64466446
"named :const:`Ellipsis` (a built-in name). ``type(Ellipsis)()`` produces "
64476447
"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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -599,8 +599,8 @@ msgid ""
599599
"Operations which are implemented as separate *commands* in Tcl (like "
600600
"``grid`` or ``destroy``) are represented as *methods* on Tkinter widget "
601601
"objects. As you'll see shortly, at other times Tcl uses what appear to be "
602-
"method calls on widget objects, which more closely mirror whatwouldis used "
603-
"inTkinter."
602+
"method calls on widget objects, which more closely mirror what is used in "
603+
"Tkinter."
604604
msgstr""
605605

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

‎library/unicodedata.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-25 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-15 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:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎library/xml.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:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"

‎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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -1513,8 +1513,8 @@ msgstr ""
15131513
"4.0"
15141514

15151515
msgid""
1516-
"Unlike in integer literals, leading zeros are allowed in the numeric parts. "
1517-
"For example,``077.010`` is legal, and denotes the same number as ``77.10``."
1516+
"Unlike in integer literals, leading zeros are allowed. For example, "
1517+
"``077.010`` is legal, and denotes the same number as ``77.01``."
15181518
msgstr""
15191519

15201520
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:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -1366,7 +1366,7 @@ msgstr ""
13661366

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

19781978
msgid""
19791979
"On Unix platforms other than macOS, :ref:`'forkserver' <multiprocessing-"
1980-
"start-method-forkserver>` is now thethedefault :ref:`start method "
1980+
"start-method-forkserver>` is now the default :ref:`start method "
19811981
"<multiprocessing-start-methods>` (replacing :ref:`'fork' <multiprocessing-"
19821982
"start-method-fork>`). This change does not affect Windows or macOS, where :"
19831983
"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: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -84,6 +84,16 @@ msgstr ""
8484
msgid "Library"
8585
msgstr "Bibliotek"
8686

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

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

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

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

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

@@ -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