pages.id/*: add and improve Indonesian translation (#11640)

* 7z, 7za, 7zr: update Indonesian translation

* common: imperative mood on Indonesian translation

* linux, osx, windows: imperative mood on Indonesian translation

* common, linux: add Indonesian translation

* powershell, pwsh: add Indonesian translation

* common: add Indonesian translation

* gcc: use standard file path template

* Update pages.id/common/gcc.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages.id/common/gcc.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages.id/common/7za.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages.id/common/gcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.id/common/7za.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update 7za.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update gcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* git-commit: update Indonesian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Reinhart Previano Koentjoro
2023-12-15 08:49:58 +07:00
committed by GitHub
parent 36e4853e5d
commit 2ee54b9032
45 changed files with 837 additions and 75 deletions

View File

@@ -1,9 +1,9 @@
# halt
> Hentikan sistem.
> Hentikan seluruh proses dan jalannya CPU dalam sistem komputer.
> Informasi lebih lanjut: <https://manned.org/halt.8>.
- Hentikan sistem:
- Hentikan sistem komputer:
`halt`
@@ -11,13 +11,13 @@
`halt --poweroff`
- Reboot sistem (sama seperti `reboot`):
- Nyalakan ulang sistem (sama seperti `reboot`):
`halt --reboot`
- Berhenti segera tanpa menghubungi manajer sistem:
- Hentikan sistem secara segera tanpa menghubungi manajer sistem:
`halt --force --force`
`halt --force`
- Tulis entri wtmp shutdown tanpa menghentikan sistem:

View File

@@ -1,9 +1,9 @@
# reboot
> Reboot sistem.
> Nyalakan ulang sistem komputer.
> Informasi lebih lanjut: <https://manned.org/reboot.8>.
- Reboot sistem:
- Nyalakan ulang sistem komputer:
`reboot`
@@ -15,10 +15,10 @@
`reboot --halt`
- Reboot segera tanpa menghubungi manajer sistem:
- Nyalakan ulang segera tanpa menghubungi manajer sistem:
`reboot --force --force`
`reboot --force`
- Tulis entri wtmp shutdown tanpa me-reboot sistem:
- Tulis entri wtmp shutdown tanpa menyalakan ulang sistem:
`reboot --wtmp-only`

View File

@@ -0,0 +1,24 @@
# shutdown
> Matikan dan nyalakan ulang sistem komputer.
> Informasi lebih lanjut: <https://manned.org/shutdown.8>.
- Matikan ([h]alt) sistem secara segera:
`shutdown -h now`
- Nyalakan ulang ([r]eboot) segera:
`shutdown -r now`
- Nyalakan ulang dalam 5 menit:
`shutdown -r +{{5}} &`
- Matikan sistem pada pukul 1 siang (menggunakan format 24 jam):
`shutdown -h 13:00`
- Batalkan proses mati atau penyalaan ulang yang telah dijadwalkan:
`shutdown -c`