File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
8
8
# Ryan Febriansyah <15523163@students.uii.ac.id>, 2020
9
+ # Imaduddin A Majid <imad@cybermatrix.co>, 2020
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -435,13 +436,19 @@ msgid ""
435
436
"``f.close()`` to close the file and immediately free up any system resources"
436
437
" used by it."
437
438
msgstr ""
439
+ "Jika anda tidak menggunakan kata kunci :keyword:`with`, maka anda harus memanggil"
440
+ "``f.close()`` untuk menutup *file* dan membebaskan sumber daya sistem yang digunakan"
441
+ " secara langsung."
438
442
439
443
#: ../../tutorial/inputoutput.rst:335
440
444
msgid ""
441
445
"Calling ``f.write()`` without using the :keyword:`!with` keyword or calling "
442
446
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
443
447
"completely written to the disk, even if the program exits successfully."
444
448
msgstr ""
449
+ "Memanggil ``f.write()`` tanpa menggunakan katakunci :keyword:`!with` atau memanggil"
450
+ "``f.close()`` **dapat** menyebabkan argumen-argumen dari ``f.write()`` tidak"
451
+ "dituliskan ke dalam *disk* secara utuh, meskipun program berhenti dengan sukses."
445
452
446
453
#: ../../tutorial/inputoutput.rst:343
447
454
msgid ""
You can’t perform that action at this time.
0 commit comments