brightness: add Indonesian translation (#6667)

beep
Theodorus Clarence 2021-10-06 18:05:48 +07:00 committed by GitHub
parent 4efa36e763
commit f54330861a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,15 @@
# brightness
> Menampilkan dan mengubah brightness (tingkat kecerahan) untuk internal dan external displays.
- Menampilkan brightness sekarang:
`brightness -l`
- Mengubah brightness menjadi 100%:
`brightness {{1}}`
- Mengubah brightness menjadi 50%:
`brightness {{0.5}}`

View File

@ -6,10 +6,10 @@
`brightness -l`
- Set the brightness to 100%::
- Set the brightness to 100%:
`brightness {{1}}`
- Set the brightness to 50%::
- Set the brightness to 50%:
`brightness {{0.5}}`