android/*: use imperative mood on Indonesian translation (#8690)
This commit is contained in:

committed by
GitHub

parent
9c05558a2c
commit
0a7b28c8e5
@@ -1,20 +1,20 @@
|
||||
# settings
|
||||
|
||||
> Menampilkan informasi terhadap pengaturan sistem operasi Android.
|
||||
> Tampilkan informasi terhadap pengaturan sistem operasi Android.
|
||||
> Informasi lebih lanjut: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
|
||||
|
||||
- Menampilkan daftar pengaturan di dalam namespace `global`:
|
||||
- Tampilkan daftar pengaturan di dalam namespace `global`:
|
||||
|
||||
`settings list {{global}}`
|
||||
|
||||
- Menampilkan nilai dari pengaturan tertentu:
|
||||
- Tampilkan nilai dari pengaturan tertentu:
|
||||
|
||||
`settings get {{global}} {{airplane_mode_on}}`
|
||||
|
||||
- Menyetel nilai pengaturan tertentu:
|
||||
- Setel nilai pengaturan tertentu:
|
||||
|
||||
`settings put {{system}} {{screen_brightness}} {{42}}`
|
||||
|
||||
- Menghapus nilai pengaturan tertentu:
|
||||
- Hapus nilai pengaturan tertentu:
|
||||
|
||||
`settings delete {{secure}} {{screensaver_enabled}}`
|
||||
|
Reference in New Issue
Block a user