Skip to content

Commit a788bc9

Browse files
Melengkapi penerjemahan tutorial-inputoutput (#15)
Melengkapi penerjemahan tutorial/inputoutput.po
1 parent cc2c725 commit a788bc9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tutorial/inputoutput.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
88
# Ryan Febriansyah <15523163@students.uii.ac.id>, 2020
9+
# Imaduddin A Majid <imad@cybermatrix.co>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -435,13 +436,19 @@ msgid ""
435436
"``f.close()`` to close the file and immediately free up any system resources"
436437
" used by it."
437438
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."
438442

439443
#: ../../tutorial/inputoutput.rst:335
440444
msgid ""
441445
"Calling ``f.write()`` without using the :keyword:`!with` keyword or calling "
442446
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
443447
"completely written to the disk, even if the program exits successfully."
444448
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."
445452

446453
#: ../../tutorial/inputoutput.rst:343
447454
msgid ""

0 commit comments

Comments
 (0)