Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tutorial/inputoutput.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Translators:
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
# Ryan Febriansyah <15523163@students.uii.ac.id>, 2020
# Imaduddin A Majid <imad@cybermatrix.co>, 2020
#
#, fuzzy
msgid ""
Expand Down Expand Up @@ -435,13 +436,19 @@ msgid ""
"``f.close()`` to close the file and immediately free up any system resources"
" used by it."
msgstr ""
"Jika anda tidak menggunakan kata kunci :keyword:`with`, maka anda harus memanggil"
"``f.close()`` untuk menutup *file* dan membebaskan sumber daya sistem yang digunakan"
" secara langsung."

#: ../../tutorial/inputoutput.rst:335
msgid ""
"Calling ``f.write()`` without using the :keyword:`!with` keyword or calling "
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
"completely written to the disk, even if the program exits successfully."
msgstr ""
"Memanggil ``f.write()`` tanpa menggunakan katakunci :keyword:`!with` atau memanggil"
"``f.close()`` **dapat** menyebabkan argumen-argumen dari ``f.write()`` tidak"
"dituliskan ke dalam *disk* secara utuh, meskipun program berhenti dengan sukses."

#: ../../tutorial/inputoutput.rst:343
msgid ""
Expand Down