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

Commit9ab0c7c

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

File tree

12 files changed

+529
-461
lines changed

12 files changed

+529
-461
lines changed

‎c-api/init.po‎

Lines changed: 5 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-01 14:15+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -2079,6 +2079,10 @@ msgid ""
20792079
"scheduled calls."
20802080
msgstr""
20812081

2082+
msgid""
2083+
"This function now always schedules *func* to be run in the main interpreter."
2084+
msgstr""
2085+
20822086
msgid"Profiling and Tracing"
20832087
msgstr""
20842088

‎deprecations/index.po‎

Lines changed: 1 addition & 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-09-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -400,9 +400,6 @@ msgstr ""
400400
msgid"The :class:`argparse.FileType` type converter is deprecated."
401401
msgstr""
402402

403-
msgid"``bool(NotImplemented)``."
404-
msgstr""
405-
406403
msgid""
407404
"Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)`` signature "
408405
"is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single "

‎deprecations/pending-removal-in-future.po‎

Lines changed: 1 addition & 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -48,9 +48,6 @@ msgstr ""
4848
msgid":mod:`builtins`:"
4949
msgstr""
5050

51-
msgid"``bool(NotImplemented)``."
52-
msgstr""
53-
5451
msgid""
5552
"Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)`` signature "
5653
"is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single "

‎library/asyncio-stream.po‎

Lines changed: 6 additions & 6 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -292,6 +292,11 @@ msgid ""
292292
"until it can be sent."
293293
msgstr""
294294

295+
msgid""
296+
"The *data* buffer should be a bytes, bytearray, or C-contiguous one-"
297+
"dimensional memoryview object."
298+
msgstr""
299+
295300
msgid"The method should be used along with the ``drain()`` method::"
296301
msgstr""
297302

@@ -300,11 +305,6 @@ msgid ""
300305
"await stream.drain()"
301306
msgstr""
302307

303-
msgid""
304-
"The *data* buffer should be a C contiguous one-dimensional :term:`bytes-like "
305-
"object <bytes-like object>`."
306-
msgstr""
307-
308308
msgid""
309309
"The method writes a list (or any iterable) of bytes to the underlying socket "
310310
"immediately. If that fails, the data is queued in an internal write buffer "

‎library/compression.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-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/string.templatelib.po‎

Lines changed: 15 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -44,7 +44,7 @@ msgid ""
4444
"Template strings are a mechanism for custom string processing. They have the "
4545
"full flexibility of Python's :ref:`f-strings`, but return a :class:"
4646
"`Template` instance that gives access to the static and interpolated (in "
47-
"curlybraces) parts of a string *before* they are combined."
47+
"curlybrackets) parts of a string *before* they are combined."
4848
msgstr""
4949

5050
msgid""
@@ -180,14 +180,19 @@ msgstr ""
180180
msgid"The evaluated value of the interpolation."
181181
msgstr""
182182

183-
msgid"The text of a valid Python expression, or an empty string."
183+
msgid""
184+
"For interpolations created by t-string literals, :attr:`!expression` is the "
185+
"expression text found inside the curly brackets (``{`` & ``}``), including "
186+
"any whitespace, excluding the curly brackets themselves, and ending before "
187+
"the first ``!``, ``:``, or ``=`` if any is present. For manually created "
188+
"interpolations, :attr:`!expression` is the arbitrary string provided when "
189+
"constructing the interpolation instance."
184190
msgstr""
185191

186192
msgid""
187-
"The :attr:`.expression` is the original text of the interpolation's Python "
188-
"expression, if the interpolation was created from a t-string literal. "
189-
"Developers creating interpolations manually should either set this to an "
190-
"empty string or choose a suitable valid Python expression."
193+
"We recommend using valid Python expressions or the empty string for the "
194+
"``expression`` field of manually created :class:`!Interpolation` instances, "
195+
"although this is not enforced at runtime."
191196
msgstr""
192197

193198
msgid"The conversion to apply to the value, or ``None``."
@@ -231,6 +236,9 @@ msgstr ""
231236
msgid"The evaluated, in-scope result of the interpolation."
232237
msgstr""
233238

239+
msgid"The text of a valid Python expression, or an empty string."
240+
msgstr""
241+
234242
msgid""
235243
"The :ref:`conversion <formatstrings>` to be used, one of ``None``, ``'a'``, "
236244
"``'r'``, or ``'s'``."

‎library/sysconfig.po‎

Lines changed: 12 additions & 21 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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -507,18 +507,9 @@ msgstr ""
507507
msgid"Examples of returned values:"
508508
msgstr"Exempel på returnerade värden:"
509509

510-
msgid"linux-i586"
510+
msgid"Windows:"
511511
msgstr""
512512

513-
msgid"linux-alpha (?)"
514-
msgstr""
515-
516-
msgid"solaris-2.6-sun4u"
517-
msgstr"solaris-2.6-sun4u"
518-
519-
msgid"Windows will return one of:"
520-
msgstr"Windows kommer att returnera en av:"
521-
522513
msgid"win-amd64 (64-bit Windows on AMD64, aka x86_64, Intel64, and EM64T)"
523514
msgstr""
524515
"win-amd64 (64-bitars Windows på AMD64, även känt som x86_64, Intel64 och "
@@ -530,20 +521,20 @@ msgstr "win-arm64 (64-bitars Windows på ARM64, även kallat AArch64)"
530521
msgid"win32 (all others - specifically, sys.platform is returned)"
531522
msgstr"win32 (alla andra - specifikt returneras sys.platform)"
532523

533-
msgid"macOS can return:"
534-
msgstr"macOS kan returnera:"
524+
msgid"POSIX based OS:"
525+
msgstr""
535526

536-
msgid"macosx-10.6-ppc"
537-
msgstr"macosx-10.6-ppc"
527+
msgid"linux-x86_64"
528+
msgstr""
538529

539-
msgid"macosx-10.4-ppc64"
540-
msgstr"macosx-10.4-ppc64"
530+
msgid"macosx-15.5-arm64"
531+
msgstr""
541532

542-
msgid"macosx-10.3-i386"
543-
msgstr"macosx-10.3-i386"
533+
msgid"macosx-26.0-universal2 (macOS on Apple Silicon or Intel)"
534+
msgstr""
544535

545-
msgid"macosx-10.4-fat"
546-
msgstr"macosx-10.4-fat"
536+
msgid"android-24-arm64_v8a"
537+
msgstr""
547538

548539
msgid""
549540
"For other non-POSIX platforms, currently just returns :data:`sys.platform`."

‎using/configure.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-09-16 17:23+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -50,7 +50,7 @@ msgid "Support for threads."
5050
msgstr""
5151

5252
msgid""
53-
"OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.16 is the recommended "
53+
"OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.18 is the recommended "
5454
"minimum version for the :mod:`ssl` and :mod:`hashlib` extension modules."
5555
msgstr""
5656

‎whatsnew/3.12.po‎

Lines changed: 1 addition & 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-09-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -2229,9 +2229,6 @@ msgstr ""
22292229
msgid"The :class:`argparse.FileType` type converter is deprecated."
22302230
msgstr""
22312231

2232-
msgid"``bool(NotImplemented)``."
2233-
msgstr""
2234-
22352232
msgid""
22362233
"Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)`` signature "
22372234
"is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single "

‎whatsnew/3.13.po‎

Lines changed: 1 addition & 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-09-19 14:16+0000\n"
14+
"POT-Creation-Date:2025-10-05 14:11+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/"
@@ -2956,9 +2956,6 @@ msgstr ""
29562956
msgid"The :class:`argparse.FileType` type converter is deprecated."
29572957
msgstr""
29582958

2959-
msgid"``bool(NotImplemented)``."
2960-
msgstr"``bool(NotImplemented)``."
2961-
29622959
msgid""
29632960
"Generators: ``throw(type, exc, tb)`` and ``athrow(type, exc, tb)`` signature "
29642961
"is deprecated: use ``throw(exc)`` and ``athrow(exc)`` instead, the single "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp