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

32
pages.id/common/act.md Normal file
View File

@@ -0,0 +1,32 @@
# act
> Jalankan GitHub Actions secara lokal melalui Docker.
> Informasi lebih lanjut: <https://github.com/nektos/act>.
- Tampilkan daftar actions (tugas dalam GitHub Actions) yang tersedia:
`act -l`
- Jalankan tugas dengan event default:
`act`
- Jalankan event pemicu tugas tertentu:
`act {{jenis_event}}`
- Jalankan tugas/[a]ction tertentu:
`act -a {{action_id}}`
- Tampilkan tugas-tugas yang akan dijalankan ta[n]pa mengeksekusikannya (dry-run):
`act -n`
- Tampilkan log tingkat [v]erbose:
`act -v`
- Jalankan [W]orkflow tertentu:
`act push -W {{jalam/menuju/workflow}}`