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

Commit61ac1f5

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

File tree

6 files changed

+67
-9
lines changed

6 files changed

+67
-9
lines changed

‎c-api/arg.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-07 14:17+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -251,7 +251,7 @@ msgstr ""
251251
msgid""
252252
"This format accepts any object which implements the read-write buffer "
253253
"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
254-
"The buffer may contain embedded null bytes. The callerhave to call :c:func:"
254+
"The buffer may contain embedded null bytes. The callerhas to call :c:func:"
255255
"`PyBuffer_Release` when it is done with the buffer."
256256
msgstr""
257257

‎c-api/capsule.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-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -31,7 +31,7 @@ msgstr ""
3131

3232
msgid""
3333
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
34-
"extension moduleswho need to pass an opaque value (as a :c:expr:`void*` "
34+
"extension moduleswhich need to pass an opaque value (as a :c:expr:`void*` "
3535
"pointer) through Python code to other C code. It is often used to make a C "
3636
"function pointer defined in one module available to other modules, so the "
3737
"regular import mechanism can be used to access C APIs defined in dynamically "

‎c-api/module.po‎

Lines changed: 7 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-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -96,6 +96,12 @@ msgid ""
9696
"was created, or ``NULL`` if the module wasn't created from a definition."
9797
msgstr""
9898

99+
msgid""
100+
"On error, return ``NULL`` with an exception set. Use :c:func:"
101+
"`PyErr_Occurred` to tell this case apart from a mising :c:type:`!"
102+
"PyModuleDef`."
103+
msgstr""
104+
99105
msgid""
100106
"Return the name of the file from which *module* was loaded using *module*'s :"
101107
"attr:`~module.__file__` attribute. If this is not defined, or if it is not "

‎library/ast.po‎

Lines changed: 7 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-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -575,6 +575,12 @@ msgid ""
575575
"``str`` is a constant containing the text of the interpolation expression."
576576
msgstr""
577577

578+
msgid""
579+
"If ``str`` is set to ``None``, then ``value`` is used to generate code when "
580+
"calling :func:`ast.unparse`. This no longer guarantees that the generated "
581+
"code is identical to the original and is intended for code generation."
582+
msgstr""
583+
578584
msgid"-1: no conversion"
579585
msgstr""
580586

‎library/xmlrpc.client.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-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+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/"
@@ -614,7 +614,7 @@ msgid "Convenience Functions"
614614
msgstr""
615615

616616
msgid""
617-
"Convert *params* into an XML-RPC request. or into a response if "
617+
"Convert *params* into an XML-RPC request, or into a response if "
618618
"*methodresponse* is true. *params* can be either a tuple of arguments or an "
619619
"instance of the :exc:`Fault` exception class. If *methodresponse* is true, "
620620
"only a single value can be returned, meaning that *params* must be of length "

‎whatsnew/changelog.po‎

Lines changed: 47 additions & 1 deletion
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-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-10-25 14:12+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Daniel Nylander <po@danielnylander.se>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -61,6 +61,11 @@ msgstr ""
6161
msgid "Tests"
6262
msgstr ""
6363

64+
msgid ""
65+
":gh:`140482`: Preserve and restore the state of ``stty echo`` as part of the "
66+
"test environment."
67+
msgstr ""
68+
6469
msgid ""
6570
":gh:`139208`: Fix regrtest ``--fast-ci --verbose``: don't ignore the ``--"
6671
"verbose`` option anymore. Patch by Victor Stinner."
@@ -85,6 +90,12 @@ msgstr ""
8590
msgid "Library"
8691
msgstr "Bibliotek"
8792

93+
msgid ""
94+
":gh:`138774`: :func:`ast.unparse` now generates full source code when "
95+
"handling :class:`ast.Interpolation` nodes that do not have a specified "
96+
"source."
97+
msgstr ""
98+
8899
msgid ""
89100
":gh:`140474`: Fix memory leak in :class:`array.array` when creating arrays "
90101
"from an empty :class:`str` and the ``u`` type code."
@@ -474,6 +485,25 @@ msgstr ""
474485
msgid "Core and Builtins"
475486
msgstr ""
476487

488+
msgid ""
489+
":gh:`140517`: Fixed a reference leak when iterating over the result of :func:"
490+
"`map` with ``strict=True`` when the input iterables have different lengths. "
491+
"Patch by Mikhail Efimov."
492+
msgstr ""
493+
494+
msgid ""
495+
":gh:`140471`: Fix potential buffer overflow in :class:`ast.AST` node "
496+
"initialization when encountering malformed :attr:`~ast.AST._fields` "
497+
"containing non-:class:`str`."
498+
msgstr ""
499+
500+
msgid ""
501+
":gh:`140431`: Fix a crash in Python's :term:`garbage collector <garbage "
502+
"collection>` due to partially initialized :term:`coroutine` objects when "
503+
"coroutine origin tracking depth is enabled (:func:`sys."
504+
"set_coroutine_origin_tracking_depth`)."
505+
msgstr ""
506+
477507
msgid ""
478508
":gh:`140398`: Fix memory leaks in :mod:`readline` functions :func:`~readline."
479509
"read_init_file`, :func:`~readline.read_history_file`, :func:`~readline."
@@ -499,6 +529,22 @@ msgid ""
499529
"eval_breaker during finalization with daemon threads."
500530
msgstr ""
501531

532+
msgid ""
533+
":gh:`139951`: Fixes a regression in GC performance for a growing heap "
534+
"composed mostly of small tuples."
535+
msgstr ""
536+
537+
msgid ""
538+
"Counts number of actually tracked objects, instead of trackable objects. "
539+
"This ensures that untracking tuples has the desired effect of reducing GC "
540+
"overhead."
541+
msgstr ""
542+
543+
msgid ""
544+
"Does not track most untrackable tuples during creation. This prevents large "
545+
"numbers of small tuples causing excessive GCs."
546+
msgstr ""
547+
502548
msgid ""
503549
":gh:`140061`: Fixing the checking of whether an object is uniquely "
504550
"referenced to ensure free-threaded compatibility. Patch by Sergey Miryanov."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp