Skip to content

Commit 8ab00f8

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 32dd7e7 commit 8ab00f8

12 files changed

Lines changed: 167 additions & 114 deletions

c-api/extension-modules.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
15+
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/import.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
15+
"POT-Creation-Date: 2026-08-03 16:16+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/"

c-api/typehints.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.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
11+
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

howto/a-conceptual-overview-of-asyncio.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.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
11+
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

library/asyncio-future.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.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
11+
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

library/asyncio-platforms.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
14+
"POT-Creation-Date: 2026-08-03 16:16+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/"

library/asyncio-stream.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-01 14:54+0000\n"
14+
"POT-Creation-Date: 2026-08-05 15:56+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/"
@@ -362,6 +362,14 @@ msgid ""
362362
"`drain` returns immediately."
363363
msgstr ""
364364

365+
msgid ""
366+
"When the write buffer is below the high watermark, :meth:`drain` returns "
367+
"immediately without yielding to the event loop. As a result, code which "
368+
"repeatedly calls ``write()`` followed by ``await drain()`` may prevent other "
369+
"tasks from running. To prevent blocking behavior, yield to the event loop "
370+
"explicitly with ``await asyncio.sleep(0)`` (see :func:`asyncio.sleep`)."
371+
msgstr ""
372+
365373
msgid "Upgrade an existing stream-based connection to TLS."
366374
msgstr ""
367375

library/asyncio-task.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-19 14:48+0000\n"
14+
"POT-Creation-Date: 2026-08-05 15:56+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/"
@@ -519,7 +519,10 @@ msgid ""
519519
"exception group and raised. The exception passed into :meth:`~object."
520520
"__aexit__`, unless it is :exc:`asyncio.CancelledError`, is also included in "
521521
"the exception group. The same special case is made for :exc:"
522-
"`KeyboardInterrupt` and :exc:`SystemExit` as in the previous paragraph."
522+
"`KeyboardInterrupt` and :exc:`SystemExit` as in the previous paragraph. "
523+
"There is an additional special case made only for the body of the ``async "
524+
"with``: if it raises :exc:`GeneratorExit` and none of the other tasks raise "
525+
"exceptions that would be reported, then the :exc:`GeneratorExit` is reraised."
523526
msgstr ""
524527

525528
msgid ""
@@ -549,6 +552,9 @@ msgid ""
549552
"correct preservation of cancellation counts."
550553
msgstr ""
551554

555+
msgid "Addition of the special case for :exc:`GeneratorExit`."
556+
msgstr ""
557+
552558
msgid "Sleeping"
553559
msgstr ""
554560

library/curses.panel.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
14+
"POT-Creation-Date: 2026-08-03 16:16+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/"

library/queue.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.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
11+
"POT-Creation-Date: 2026-08-03 16:16+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"

0 commit comments

Comments
 (0)