@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.14\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2025-11-01 14:13 +0000\n "
15+ "POT-Creation-Date :2025-11-05 14:15 +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/ "
@@ -29,23 +29,13 @@ msgstr "Objek Sel, *Cell*"
2929msgid ""
3030"\" Cell\" objects are used to implement variables referenced by multiple "
3131"scopes. For each such variable, a cell object is created to store the value; "
32- "the local variables of each stack frame that references the valuecontains a "
32+ "the local variables of each stack frame that references the valuecontain a "
3333"reference to the cells from outer scopes which also use that variable. When "
3434"the value is accessed, the value contained in the cell is used instead of "
3535"the cell object itself. This de-referencing of the cell object requires "
3636"support from the generated byte-code; these are not automatically de-"
3737"referenced when accessed. Cell objects are not likely to be useful elsewhere."
3838msgstr ""
39- "Objek-objek\" Cell\" digunakan untuk mengimplementasi variabel-variabel yang "
40- "direferensikan oleh beberapa *scopes*. Untuk variable seperti itu, sebuah "
41- "objek *cell* dibuat untuk menyimpan nilai; variabel lokal dari setiap "
42- "kerangka *stack* yang mereferensikan nilai yang memiliki referensi ke "
43- "*cells* dari *scopes* luar yang juga menggunakan variabel tersebut. Ketika "
44- "nilai diakses, nilai yang dimiliki *cell* digunakan alih-alih objek *cell* "
45- "itu sendiri. *De-referencing* dari objek *cell* ini membutuhkan dukungan "
46- "dari kode *byte* yang dihasilkan; bagian ini tidak secara otomatis "
47- "mengalami *de-referenced* ketika diakses. Objek-objek *Cell* sepertinya "
48- "tidak akan berguna di tempat lain."
4939
5040msgid "The C structure used for cell objects."
5141msgstr "Struktur C digunakan untuk objek sel."