11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2019 , Python Software Foundation
2+ # Copyright (C) 2001-2020 , 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 <[email protected] >, 20198+ # Imaduddin A Majid <[email protected] >, 202089#
910#, fuzzy
1011msgid ""
1112msgstr ""
12- "Project-Id-Version : Python 3.8 \n "
13+ "Project-Id-Version : Python 3.9 \n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2019-10 -31 11:48 +0000\n "
15+ "POT-Creation-Date : 2020-05 -31 09:25 +0000\n "
1516"PO-Revision-Date : 2017-02-16 17:33+0000\n "
16- "Last-Translator : oon arfiandwi <oon.arfiandwi @gmail.com>, 2019 \n "
17+ "Last-Translator : Imaduddin A Majid <imaduddinamajid @gmail.com>, 2020 \n "
1718"Language-Team : Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -37,24 +38,38 @@ msgid ""
3738"referenced when accessed. Cell objects are not likely to be useful "
3839"elsewhere."
3940msgstr ""
41+ "Objek-objek \" Cell\" digunakan untuk mengimplementasi variabel-variabel yang"
42+ " direferensikan oleh beberapa *scopes*. Untuk variable seperti itu, sebuah "
43+ "objek *cell* dibuat untuk menyimpan nilai; variabel lokal dari setiap "
44+ "kerangka *stack* yang mereferensikan nilai yang memiliki referensi ke "
45+ "*cells* dari *scopes* luar yang juga menggunakan variabel tersebut. Ketika "
46+ "nilai diakses, nilai yang dimiliki *cell* digunakan alih-alih objek *cell* "
47+ "itu sendiri. *De-referencing* dari objek *cell* ini membutuhkan dukungan "
48+ "dari kode *byte* yang dihasilkan; bagian ini tidak secara otomatis "
49+ "mengalami *de-referenced* ketika diakses. Objek-objek *Cell* sepertinya "
50+ "tidak akan berguna di tempat lain. "
4051
4152#: ../../c-api/cell.rst:20
4253msgid "The C structure used for cell objects."
4354msgstr "Struktur C digunakan untuk objek sel."
4455
4556#: ../../c-api/cell.rst:25
4657msgid "The type object corresponding to cell objects."
47- msgstr ""
58+ msgstr "Tipe objek yang sesuai dengan objek sel. "
4859
4960#: ../../c-api/cell.rst:30
5061msgid "Return true if *ob* is a cell object; *ob* must not be ``NULL``."
5162msgstr ""
63+ "Mengembalikan *True* jika *ob* merupakan objek *cell*; *ob* tidak boleh "
64+ "``NULL``."
5265
5366#: ../../c-api/cell.rst:35
5467msgid ""
5568"Create and return a new cell object containing the value *ob*. The parameter"
5669" may be ``NULL``."
5770msgstr ""
71+ "Membuat dan mengembalikan objek *cell* baru yang memiliki nilai *ob*. "
72+ "Parameter dibolehkan ``NULL``."
5873
5974#: ../../c-api/cell.rst:41
6075msgid "Return the contents of the cell *cell*."
@@ -65,6 +80,8 @@ msgid ""
6580"Return the contents of the cell *cell*, but without checking that *cell* is "
6681"non-``NULL`` and a cell object."
6782msgstr ""
83+ "Kembalikan isi dari sel *cell*, tanpa mengecek jika *cell* merupakan "
84+ "*non-*``NULL`` dan sebuah objek *cell."
6885
6986#: ../../c-api/cell.rst:52
7087msgid ""
@@ -73,10 +90,17 @@ msgid ""
7390"*cell* must be non-``NULL``; if it is not a cell object, ``-1`` will be "
7491"returned. On success, ``0`` will be returned."
7592msgstr ""
93+ "Mengatur konten dari objek sel *cell* ke *value*. Ini akan menghasilkan "
94+ "referensi ke konten terkini dari sebuah *cell*. *value* dibolehkan ``NULL``."
95+ " *cell* harus non-``NULL``. Jika bukan objek sel, ``-1`` akan dikembalikan. "
96+ "Ketika berhasil, ``0`` akan dikembalikan."
7697
7798#: ../../c-api/cell.rst:60
7899msgid ""
79100"Sets the value of the cell object *cell* to *value*. No reference counts "
80101"are adjusted, and no checks are made for safety; *cell* must be non-``NULL``"
81102" and must be a cell object."
82103msgstr ""
104+ "Mengatur nilai dari objek sel *cell* ke *value*. Tidak ada hitungan "
105+ "referensi yang diatur, dan tidak ada pengecekan untuk keamanan;*cell* harus "
106+ "non-``NULL`` dan harus merupakan sebuah objek sel. "
0 commit comments