Skip to content

Commit 96caf28

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent e0613ba commit 96caf28

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

library/asyncio-stream.po

Lines changed: 6 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-08-07 20:38+0000\n"
14+
"POT-Creation-Date: 2025-08-25 14:20+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -354,6 +354,11 @@ msgid ""
354354
"await stream.drain()"
355355
msgstr ""
356356

357+
msgid ""
358+
"The *data* buffer should be a C contiguous one-dimensional :term:`bytes-like "
359+
"object <bytes-like object>`."
360+
msgstr ""
361+
357362
msgid ""
358363
"The method writes a list (or any iterable) of bytes to the underlying socket "
359364
"immediately. If that fails, the data is queued in an internal write buffer "

using/ios.po

Lines changed: 16 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-08-07 20:38+0000\n"
14+
"POT-Creation-Date: 2025-08-25 14:20+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:35+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -538,6 +538,21 @@ msgstr ""
538538
msgid "This will allow you to use the full Xcode suite of tools for debugging."
539539
msgstr ""
540540

541+
msgid ""
542+
"The arguments used to run the test suite are defined as part of the test "
543+
"plan. To modify the test plan, select the test plan node of the project tree "
544+
"(it should be the first child of the root node), and select the "
545+
"\"Configurations\" tab. Modify the \"Arguments Passed On Launch\" value to "
546+
"change the testing arguments."
547+
msgstr ""
548+
549+
msgid ""
550+
"The test plan also disables parallel testing, and specifies the use of the "
551+
"``iOSTestbed.lldbinit`` file for providing configuration of the debugger. "
552+
"The default debugger configuration disables automatic breakpoints on the "
553+
"``SIGINT``, ``SIGUSR1``, ``SIGUSR2``, and ``SIGXFSZ`` signals."
554+
msgstr ""
555+
541556
msgid "App Store Compliance"
542557
msgstr ""
543558

whatsnew/changelog.po

Lines changed: 10 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-08-23 14:15+0000\n"
14+
"POT-Creation-Date: 2025-08-25 14:20+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:35+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -31,6 +31,15 @@ msgstr ""
3131
msgid "*Release date: XXXX-XX-XX*"
3232
msgstr ""
3333

34+
msgid "Tools/Demos"
35+
msgstr "Perkakas/Demo"
36+
37+
msgid ""
38+
":gh:`137873`: The iOS test runner has been simplified, resolving some issues "
39+
"that have been observed using the runner in GitHub Actions and Azure "
40+
"Pipelines test environments."
41+
msgstr ""
42+
3443
msgid "Library"
3544
msgstr "Pustaka"
3645

@@ -196,9 +205,6 @@ msgstr ""
196205
msgid "*Release date: 2025-07-22*"
197206
msgstr ""
198207

199-
msgid "Tools/Demos"
200-
msgstr "Perkakas/Demo"
201-
202208
msgid ""
203209
":gh:`136251`: Fixes and usability improvements for ``Tools/wasm/emscripten/"
204210
"web_example``"

0 commit comments

Comments
 (0)