bugreportz, common/*: add and update Indonesian translations (#14305)

This commit is contained in:
Reinhart Previano Koentjoro
2024-10-26 19:10:20 +07:00
committed by GitHub
parent efe9d90900
commit e03a29d5a2
15 changed files with 283 additions and 21 deletions

16
pages.id/common/banner.md Normal file
View File

@@ -0,0 +1,16 @@
# banner
> Cetak argumen perintah ini sebagai suatu seni teks ASCII (ASCII art).
> Informasi lebih lanjut: <https://manned.org/banner>.
- Tampilkan sebuah pesan teks sebagai teks spanduk teks ASCII besar (penggunaan tanda petik bersifat opsional):
`banner "{{Halo Dunia}}"`
- Tampilkan pesan dengan ukuran lebar ([w]idth) sebesar 50 karakter:
`banner -w 50 "{{Halo Dunia}}"`
- Baca teks dari `stdin`:
`banner`