Skip to content

Commit 387d7c2

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 8d35372 commit 387d7c2

26 files changed

Lines changed: 534 additions & 281 deletions

c-api/memory.po

Lines changed: 6 additions & 6 deletions
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-06-02 00:16+0000\n"
15+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -101,8 +101,8 @@ msgid ""
101101
"certain circumstances, the Python memory manager may or may not trigger "
102102
"appropriate actions, like garbage collection, memory compaction or other "
103103
"preventive procedures. Note that by using the C library allocator as shown "
104-
"in the previous example, the allocated memory for the I/O buffer escapes "
105-
"completely the Python memory manager."
104+
"in the previous example, the allocated memory for the I/O buffer completely "
105+
"escapes the Python memory manager."
106106
msgstr ""
107107

108108
msgid ""
@@ -199,9 +199,9 @@ msgid ""
199199
msgstr ""
200200

201201
msgid ""
202-
"Allocates *nelem* elements each whose size in bytes is *elsize* and returns "
203-
"a pointer of type :c:expr:`void*` to the allocated memory, or ``NULL`` if "
204-
"the request fails. The memory is initialized to zeros."
202+
"Allocates *nelem* elements each of size *elsize* bytes and returns a pointer "
203+
"of type :c:expr:`void*` to the allocated memory, or ``NULL`` if the request "
204+
"fails. The memory is initialized to zeros."
205205
msgstr ""
206206

207207
msgid ""

c-api/weakref.po

Lines changed: 5 additions & 5 deletions
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-06-02 00:16+0000\n"
11+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -54,8 +54,8 @@ msgid ""
5454
"a callable object that receives notification when *ob* is garbage collected; "
5555
"it should accept a single parameter, which will be the weak reference object "
5656
"itself. *callback* may also be ``None`` or ``NULL``. If *ob* is not a "
57-
"weakly referenceable object, or if *callback* is not callable, ``None``, or "
58-
"``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
57+
"weakly referenceable object, this will raise :exc:`TypeError` and return "
58+
"``NULL``."
5959
msgstr ""
6060

6161
msgid ""
@@ -70,8 +70,8 @@ msgid ""
7070
"can be a callable object that receives notification when *ob* is garbage "
7171
"collected; it should accept a single parameter, which will be the weak "
7272
"reference object itself. *callback* may also be ``None`` or ``NULL``. If "
73-
"*ob* is not a weakly referenceable object, or if *callback* is not callable, "
74-
"``None``, or ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
73+
"*ob* weakly referenceable object, this will raise :exc:`TypeError` and "
74+
"return ``NULL``."
7575
msgstr ""
7676

7777
msgid ""

howto/annotations.po

Lines changed: 1 addition & 7 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-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -25,12 +25,6 @@ msgstr ""
2525
msgid "Annotations Best Practices"
2626
msgstr ""
2727

28-
msgid "author"
29-
msgstr "penulis"
30-
31-
msgid "Larry Hastings"
32-
msgstr "Larry Hastings"
33-
3428
msgid "Abstract"
3529
msgstr "Abstrak"
3630

howto/argparse.po

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
# Translators:
7-
# python-doc bot, 2025
8-
#
96
#, fuzzy
107
msgid ""
118
msgstr ""
129
"Project-Id-Version: Python 3.15\n"
1310
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
11+
"POT-Creation-Date: 2026-06-11 17:33+0000\n"
1512
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
1713
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1814
"id/)\n"
1915
"MIME-Version: 1.0\n"
@@ -25,12 +21,6 @@ msgstr ""
2521
msgid "Argparse Tutorial"
2622
msgstr ""
2723

28-
msgid "author"
29-
msgstr "penulis"
30-
31-
msgid "Tshepang Mbambo"
32-
msgstr ""
33-
3424
msgid ""
3525
"This tutorial is intended to be a gentle introduction to :mod:`argparse`, "
3626
"the recommended command-line parsing module in the Python standard library."

howto/curses.po

Lines changed: 1 addition & 13 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-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -25,18 +25,6 @@ msgstr ""
2525
msgid "Curses Programming with Python"
2626
msgstr "Pemrograman Curses dengan Python"
2727

28-
msgid "Author"
29-
msgstr "Penulis"
30-
31-
msgid "A.M. Kuchling, Eric S. Raymond"
32-
msgstr "A.M. Kuchling, Eric S. Raymond"
33-
34-
msgid "Release"
35-
msgstr "Rilis"
36-
37-
msgid "2.04"
38-
msgstr "2.04"
39-
4028
msgid "Abstract"
4129
msgstr "Abstrak"
4230

howto/descriptor.po

Lines changed: 1 addition & 13 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-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -25,18 +25,6 @@ msgstr ""
2525
msgid "Descriptor Guide"
2626
msgstr ""
2727

28-
msgid "Author"
29-
msgstr "Penulis"
30-
31-
msgid "Raymond Hettinger"
32-
msgstr "Raymond Hettinger"
33-
34-
msgid "Contact"
35-
msgstr ""
36-
37-
msgid "<python at rcn dot com>"
38-
msgstr ""
39-
4028
msgid "Contents"
4129
msgstr "Konten"
4230

howto/functional.po

Lines changed: 11 additions & 20 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-06-09 16:27+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -25,18 +25,6 @@ msgstr ""
2525
msgid "Functional Programming HOWTO"
2626
msgstr "Pemrograman Fungsional HOWTO"
2727

28-
msgid "Author"
29-
msgstr "Penulis"
30-
31-
msgid "\\A. M. Kuchling"
32-
msgstr ""
33-
34-
msgid "Release"
35-
msgstr "Rilis"
36-
37-
msgid "0.32"
38-
msgstr "0.32"
39-
4028
msgid ""
4129
"In this document, we'll take a tour of Python's features suitable for "
4230
"implementing programs in a functional style. After an introduction to the "
@@ -1488,10 +1476,11 @@ msgid "Revision History and Acknowledgements"
14881476
msgstr ""
14891477

14901478
msgid ""
1491-
"The author would like to thank the following people for offering "
1492-
"suggestions, corrections and assistance with various drafts of this article: "
1493-
"Ian Bicking, Nick Coghlan, Nick Efford, Raymond Hettinger, Jim Jewett, Mike "
1494-
"Krell, Leandro Lameiro, Jussi Salmela, Collin Winter, Blake Winton."
1479+
"This HOWTO was originally written by A. M. Kuchling. The author would like "
1480+
"to thank the following people for offering suggestions, corrections and "
1481+
"assistance with various drafts of this article: Ian Bicking, Nick Coghlan, "
1482+
"Nick Efford, Raymond Hettinger, Jim Jewett, Mike Krell, Leandro Lameiro, "
1483+
"Jussi Salmela, Collin Winter, Blake Winton."
14951484
msgstr ""
14961485

14971486
msgid "Version 0.1: posted June 30 2006."
@@ -1565,9 +1554,11 @@ msgstr ""
15651554

15661555
msgid ""
15671556
"Mertz also wrote a 3-part series of articles on functional programming for "
1568-
"IBM's DeveloperWorks site; see `part 1 <https://developer.ibm.com/articles/l-"
1569-
"prog/>`__, `part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and "
1570-
"`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,"
1557+
"IBM's DeveloperWorks site; see `part 1 <https://web.archive.org/"
1558+
"web/20211006103639/https://developer.ibm.com/articles/l-prog/>`__, `part 2 "
1559+
"<https://web.archive.org/web/20211205224606/https://developer.ibm.com/"
1560+
"tutorials/l-prog2/>`__, and `part 3 <https://web.archive.org/"
1561+
"web/20211127083846/https://developer.ibm.com/tutorials/l-prog3/>`__."
15711562
msgstr ""
15721563

15731564
msgid "Python documentation"

howto/instrumentation.po

Lines changed: 1 addition & 10 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-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -25,15 +25,6 @@ msgstr ""
2525
msgid "Instrumenting CPython with DTrace and SystemTap"
2626
msgstr ""
2727

28-
msgid "author"
29-
msgstr "penulis"
30-
31-
msgid "David Malcolm"
32-
msgstr ""
33-
34-
msgid "Łukasz Langa"
35-
msgstr "Łukasz Langa"
36-
3728
msgid ""
3829
"DTrace and SystemTap are monitoring tools, each providing a way to inspect "
3930
"what the processes on a computer system are doing. They both use domain-"

howto/ipaddress.po

Lines changed: 1 addition & 10 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-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -25,15 +25,6 @@ msgstr ""
2525
msgid "An introduction to the ipaddress module"
2626
msgstr ""
2727

28-
msgid "author"
29-
msgstr "penulis"
30-
31-
msgid "Peter Moody"
32-
msgstr ""
33-
34-
msgid "Nick Coghlan"
35-
msgstr ""
36-
3728
msgid "Overview"
3829
msgstr "Skorowidz"
3930

howto/logging-cookbook.po

Lines changed: 1 addition & 7 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-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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/"
@@ -25,12 +25,6 @@ msgstr ""
2525
msgid "Logging Cookbook"
2626
msgstr ""
2727

28-
msgid "Author"
29-
msgstr "Penulis"
30-
31-
msgid "Vinay Sajip <vinay_sajip at red-dove dot com>"
32-
msgstr "Vinay Sajip <vinay_sajip at red-dove dot com>"
33-
3428
msgid ""
3529
"This page contains a number of recipes related to logging, which have been "
3630
"found useful in the past. For links to tutorial and reference information, "

0 commit comments

Comments
 (0)