11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2020 , Python Software Foundation
2+ # Copyright (C) 2001-2021 , 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# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
88# Sutrisno Efendi <kangfend@gmail.com>, 2020
9+ # Elmo Allistair <work.elmoallistair@gmail.com>, 2021
910#
1011#, fuzzy
1112msgid ""
1213msgstr ""
1314"Project-Id-Version : Python 3.9\n "
1415"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2020-08-20 03:54 +0000\n "
16+ "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
1617"PO-Revision-Date : 2017-02-16 17:33+0000\n "
17- "Last-Translator : Sutrisno Efendi <kangfend @gmail.com>, 2020 \n "
18+ "Last-Translator : Elmo Allistair <work.elmoallistair @gmail.com>, 2021 \n "
1819"Language-Team : Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -34,6 +35,11 @@ msgid ""
3435"Third-party libraries may define their own types for special purposes, such "
3536"as image processing or numeric analysis."
3637msgstr ""
38+ "Objek tertentu yang tersedia dalam Python membungkus akses ke larik memori "
39+ "atau *buffer* yang mendasari. Objek tersebut termasuk built-in "
40+ ":class:`bytes` dan :class:`bytearray`, dan beberapa tipe ekstensi seperti "
41+ ":class:`array.array`. Pustaka pihak ketiga dapat menentukan jenisnya sendiri"
42+ " untuk tujuan khusus, seperti pemrosesan gambar atau analisis numerik."
3743
3844#: ../../c-api/buffer.rst:24
3945msgid ""
@@ -48,13 +54,18 @@ msgid ""
4854"Python provides such a facility at the C level in the form of the "
4955":ref:`buffer protocol <bufferobjects>`. This protocol has two sides:"
5056msgstr ""
57+ "Python menyediakan fasilitas seperti itu pada level C dalam bentuk "
58+ ":ref:`protokol buffer <bufferobjects>`. Protokol ini memiliki dua sisi:"
5159
5260#: ../../c-api/buffer.rst:34
5361msgid ""
5462"on the producer side, a type can export a \" buffer interface\" which allows "
5563"objects of that type to expose information about their underlying buffer. "
5664"This interface is described in the section :ref:`buffer-structs`;"
5765msgstr ""
66+ "di sisi produsen, suatu tipe dapat mengekspor \" antarmuka buffer\" yang "
67+ "memungkinkan objek jenis tersebut untuk mengekspos informasi tentang buffer "
68+ "yang mendasarinya. Antarmuka ini dijelaskan di bagian :ref:`buffer-structs`;"
5869
5970#: ../../c-api/buffer.rst:38
6071msgid ""
0 commit comments