Skip to content

Commit 08be62b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent fdae1e6 commit 08be62b

File tree

12 files changed

+524
-456
lines changed

12 files changed

+524
-456
lines changed

c-api/init.po

Lines changed: 5 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-01 14:15+0000\n"
15+
"POT-Creation-Date: 2025-10-05 14:11+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -2080,6 +2080,10 @@ msgid ""
20802080
"scheduled calls."
20812081
msgstr ""
20822082

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

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: Indonesian (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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -48,9 +48,6 @@ msgstr ""
4848
msgid ":mod:`builtins`:"
4949
msgstr ":mod:`builtins`:"
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: Indonesian (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
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
11+
"POT-Creation-Date: 2025-10-05 14:11+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

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: Indonesian (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-
"curly braces) parts of a string *before* they are combined."
47+
"curly brackets) 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 "Parameter"
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: 7 additions & 16 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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -520,16 +520,7 @@ msgstr ""
520520
msgid "Examples of returned values:"
521521
msgstr ""
522522

523-
msgid "linux-i586"
524-
msgstr ""
525-
526-
msgid "linux-alpha (?)"
527-
msgstr ""
528-
529-
msgid "solaris-2.6-sun4u"
530-
msgstr ""
531-
532-
msgid "Windows will return one of:"
523+
msgid "Windows:"
533524
msgstr ""
534525

535526
msgid "win-amd64 (64-bit Windows on AMD64, aka x86_64, Intel64, and EM64T)"
@@ -541,19 +532,19 @@ msgstr ""
541532
msgid "win32 (all others - specifically, sys.platform is returned)"
542533
msgstr ""
543534

544-
msgid "macOS can return:"
535+
msgid "POSIX based OS:"
545536
msgstr ""
546537

547-
msgid "macosx-10.6-ppc"
538+
msgid "linux-x86_64"
548539
msgstr ""
549540

550-
msgid "macosx-10.4-ppc64"
541+
msgid "macosx-15.5-arm64"
551542
msgstr ""
552543

553-
msgid "macosx-10.3-i386"
544+
msgid "macosx-26.0-universal2 (macOS on Apple Silicon or Intel)"
554545
msgstr ""
555546

556-
msgid "macosx-10.4-fat"
547+
msgid "android-24-arm64_v8a"
557548
msgstr ""
558549

559550
msgid ""

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: Indonesian (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: Indonesian (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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -2955,9 +2955,6 @@ msgstr ""
29552955
msgid "The :class:`argparse.FileType` type converter is deprecated."
29562956
msgstr ""
29572957

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

0 commit comments

Comments
 (0)