11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2021, Python Software Foundation
2+ # Copyright (C) 2001 Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
77# Elmo <work.elmoallistair@gmail.com>, 2021
8- # oon arfiandwi <oon.arfiandwi@gmail.com>, 2021
8+ # oon arfiandwi <oon.arfiandwi@gmail.com>, 2023
99#
1010#, fuzzy
1111msgid ""
1212msgstr ""
13- "Project-Id-Version : Python 3.9 \n "
13+ "Project-Id-Version : Python 3.14 \n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-01-07 05:06 +0000\n "
16- "PO-Revision-Date : 2017-02-16 17:33 +0000\n "
17- "Last-Translator : oon arfiandwi <oon.arfiandwi@gmail.com>, 2021 \n "
18- "Language-Team : Indonesian (https://www .transifex.com/python-doc/teams/5390/id/)\n "
15+ "POT-Creation-Date : 2025-05-09 14:19 +0000\n "
16+ "PO-Revision-Date : 2021-06-28 00:47 +0000\n "
17+ "Last-Translator : oon arfiandwi <oon.arfiandwi@gmail.com>, 2023 \n "
18+ "Language-Team : Indonesian (https://app .transifex.com/python-doc/teams/5390/id/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
@@ -71,26 +71,27 @@ msgstr ""
7171"Mengembalikan objek bytearray baru dari objek apa pun, *o*, yang "
7272"mengimplementasikan :ref:`buffer protocol <bufferobjects>`."
7373
74+ #: ../../c-api/bytearray.rst:45 ../../c-api/bytearray.rst:52
75+ #: ../../c-api/bytearray.rst:59
76+ msgid "On failure, return ``NULL`` with an exception set."
77+ msgstr ""
78+
7479#: ../../c-api/bytearray.rst:50
75- msgid ""
76- "Create a new bytearray object from *string* and its length, *len*. On "
77- "failure, ``NULL`` is returned."
80+ msgid "Create a new bytearray object from *string* and its length, *len*."
7881msgstr ""
79- "Membuat objek bytearray baru dari *string* dan panjangnya, *len*. Jika "
80- "gagal, ``NULL`` dikembalikan."
8182
82- #: ../../c-api/bytearray.rst:56
83+ #: ../../c-api/bytearray.rst:57
8384msgid ""
8485"Concat bytearrays *a* and *b* and return a new bytearray with the result."
8586msgstr ""
8687"Menyatukan bytearrays *a* dan *b* dan mengembalikan bytearray baru dengan "
8788"hasilnya."
8889
89- #: ../../c-api/bytearray.rst:61
90+ #: ../../c-api/bytearray.rst:64
9091msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
9192msgstr "Mengembalikan ukuran *bytearray* setelah memeriksa pointer ``NULL``."
9293
93- #: ../../c-api/bytearray.rst:66
94+ #: ../../c-api/bytearray.rst:69
9495msgid ""
9596"Return the contents of *bytearray* as a char array after checking for a "
9697"``NULL`` pointer. The returned array always has an extra null byte "
@@ -100,23 +101,38 @@ msgstr ""
100101"pointer ``NULL``. Array yang dikembalikan selalu memiliki byte null ekstra "
101102"yang ditambahkan."
102103
103- #: ../../c-api/bytearray.rst:73
104- msgid "Resize the internal buffer of *bytearray* to *len*."
105- msgstr "Mengubah ukuran buffer internal *bytearray* menjadi *len*."
106-
107104#: ../../c-api/bytearray.rst:76
105+ msgid ""
106+ "Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` "
107+ "return with an exception set."
108+ msgstr ""
109+
110+ #: ../../c-api/bytearray.rst:79
111+ msgid ""
112+ "A negative *len* will now result in an exception being set and -1 returned."
113+ msgstr ""
114+
115+ #: ../../c-api/bytearray.rst:84
108116msgid "Macros"
109117msgstr "Makro"
110118
111- #: ../../c-api/bytearray.rst:78
119+ #: ../../c-api/bytearray.rst:86
112120msgid "These macros trade safety for speed and they don't check pointers."
113121msgstr ""
114122"Makro ini menukar keamanan dengan kecepatan dan tidak memeriksa pointer."
115123
116- #: ../../c-api/bytearray.rst:82
117- msgid "Macro version of :c:func:`PyByteArray_AsString`."
118- msgstr "Versi makro dari :c:func:`PyByteArray_AsString`. "
124+ #: ../../c-api/bytearray.rst:90
125+ msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking ."
126+ msgstr ""
119127
120- #: ../../c-api/bytearray.rst:87
121- msgid "Macro version of :c:func:`PyByteArray_Size`."
122- msgstr "Versi makro dari :c:func:`PyByteArray_Size`."
128+ #: ../../c-api/bytearray.rst:95
129+ msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
130+ msgstr ""
131+
132+ #: ../../c-api/bytearray.rst:8
133+ msgid "object"
134+ msgstr "objek"
135+
136+ #: ../../c-api/bytearray.rst:8
137+ msgid "bytearray"
138+ msgstr ""
0 commit comments