1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

common/*: add Indonesian translations and update other outdated translations (#13843)

* common/*: add Indonesian translations and update other outdated translations

* fping: revert "More Information" URL
This commit is contained in:
Reinhart Previano Koentjoro 2024-09-27 08:54:52 +07:00 committed by GitHub
parent d404b02045
commit 15e106c4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 126 additions and 21 deletions

View file

@ -5,7 +5,7 @@
- Lade eine Datei hoch:
`ffsend upload {{datei}}`
`ffsend upload {{pfad/zu/datei}}`
- Lade eine Datei herunter:
@ -13,12 +13,12 @@
- Lade eine Datei mit Passwort hoch:
`ffsend upload {{datei}} -p {{passwort}}`
`ffsend upload {{pfad/zu/datei}} {{-p|--password}} {{passwort}}`
- Lade eine passwortgeschützte Datei herunter:
`ffsend download {{datei}} -p {{passwort}}`
`ffsend download {{url}} {{-p|--password}} {{passwort}}`
- Lade eine Datei hoch und erlaube maximal 4 Downloads:
`ffsend upload {{datei}} -d {{4}}`
`ffsend upload {{pfad/zu/datei}} {{-d|--downloads}} {{4}}`

View file

@ -7,7 +7,7 @@
`exit`
- Beenden des aktuellen Batch-Skripts:
- Beenden des aktuellen [b]atch-Skripts:
`exit /b`

12
pages.id/common/exit.md Normal file
View file

@ -0,0 +1,12 @@
# exit
> Keluar dari sesi shell.
> Informasi lebih lanjut: <https://manned.org/exit.1posix>.
- Keluar dengan kode status keluar (exit code) yang berasal dari hasil eksekusi perintah sebelumnya:
`exit`
- Keluar dengan kode status keluar khusus:
`exit {{exit_code}}`

24
pages.id/common/ffsend.md Normal file
View file

@ -0,0 +1,24 @@
# ffsend
> Bagikan berkas-berkas secara mudah dan aman.
> Informasi lebih lanjut: <https://gitlab.com/timvisee/ffsend>.
- Unggah suatu berkas:
`ffsend upload {{jalan/menuju/berkas}}`
- Unduh suatu berkas:
`ffsend download {{url}}`
- Unggah berkas dengan suatu kata sandi:
`ffsend upload {{jalan/menuju/berkas}} {{-p|--password}} {{kata_sandi}}`
- Unduh berkas yang terlindungi dengan suatu kata sandi:
`ffsend download {{url}} {{-p|--password}} {{kata_sandi}}`
- Unggah dan atur unggahan supaya hanya dapat diunduh sebanyak 4 kali:
`ffsend upload {{jalan/menuju/berkas}} {{-d|--downloads}} {{4}}`

16
pages.id/common/fping.md Normal file
View file

@ -0,0 +1,16 @@
# fping
> Utilitas ping lebih kuat yang dapat melakukan proses ping pada lebih dari satu host.
> Informasi lebih lanjut: <https://fping.org>.
- Tampilkan daftar seluruh host yang aktif dalam suatu subjaringan menurut definisi network mask (netmask):
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.0/24`
- Tampilkan daftar seluruh host yang aktif dalam suatu subjaringan berdasarkan rentang alamat IP:
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.1 192.168.1.254`
- Tampilkan daftar seluruh host yang tidak aktif dalam suatu subjaringan menurut definisi network mask (netmask):
`fping {{-u|--unreach}} {{-g|--generate}} 192.168.1.0/24`

View file

@ -0,0 +1,12 @@
# gitstats
> Buat laporan statistika atas repositori Git.
> Informasi lebih lanjut: <https://gitstats.sourceforge.net>.
- Buat laporan statistik terhadap suatu repositori lokal:
`gitstats {{jalan/menuju/repo_git/.git}} {{jalan/menuju/direktori_luaran}}`
- Lihat hasil laporan dalam suatu peramban web dalam Windows (PowerShell)/macOS/Linux:
`{{Invoke-Item|open|xdg-open}} {{jalan/menuju/direktori_luaran/index.html}}`

16
pages.id/common/whois.md Normal file
View file

@ -0,0 +1,16 @@
# whois
> Program klien antarmuka baris perintah bagi protokol informasi WHOIS (RFC 3912).
> Informasi lebih lanjut: <https://github.com/rfc1036/whois>.
- Dapatkan informasi kepemilikan bagi suatu nama domain:
`whois {{example.com}}`
- Dapatkan informasi kepemilikan bagi suatu alamat IP:
`whois {{8.8.8.8}}`
- Dapatkan informasi kontak penyalahgunaan bagi suatu alamat IP:
`whois -b {{8.8.8.8}}`

View file

@ -0,0 +1,9 @@
# dnsdomainname
> Tampilkan nama domain jaringan yang disetel oleh sistem bagi perangkat komputer ini.
> Catatan: Program ini menggunakan perintah `gethostname` untuk mendapatkan hostname perangkat serta `getaddrinfo` untuk melakukan resolusi hostname tersebut menuju nama kanonikal.
> Informasi lebih lanjut: <https://www.gnu.org/software/inetutils/manual/html_node/dnsdomainname-invocation.html>.
- Tampilkan nama domain DNS atas perangkat ini:
`dnsdomainname`

16
pages.id/windows/exit.md Normal file
View file

@ -0,0 +1,16 @@
# exit
> Keluar dari sesi Command Prompt (CMD) atau berkas skrip batch saat ini.
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- Keluar dari sesi CMD saat ini:
`exit`
- Keluar dari proses eksekusi skrip [b]atch saat ini:
`exit /b`
- Keluar menggunakan kode status keluar (exit code) khusus:
`exit {{2}}`

View file

@ -7,7 +7,7 @@
`exit`
- Esci dallo script batch corrente:
- Esci dallo script [b]atch corrente:
`exit /b`

View file

@ -7,7 +7,7 @@
`exit`
- Verlaat het huidige batchscript:
- Verlaat het huidige [b]atchscript:
`exit /b`

View file

@ -13,12 +13,12 @@
- 上传带有密码的文件:
`ffsend upload {{路径/到/文件}} -p {{密码}}`
`ffsend upload {{路径/到/文件}} {{-p|--password}} {{密码}}`
- 下载带有密码保护的文件:
`ffsend download {{路径/到/文件}} -p {{密码}}`
`ffsend download {{url}} {{-p|--password}} {{密码}}`
- 上传文件并允许下载 4 次:
`ffsend upload {{路径/到/文件}} -d {{4}}`
`ffsend upload {{路径/到/文件}} {{-d|--downloads}} {{4}}`

View file

@ -7,7 +7,7 @@
`exit`
- 退出当前的 bat 脚本:
- 退出当前的 [b]at 脚本:
`exit /b`

View file

@ -13,12 +13,12 @@
- Upload a file with password:
`ffsend upload {{path/to/file}} -p {{password}}`
`ffsend upload {{path/to/file}} {{-p|--password}} {{password}}`
- Download a file protected by password:
`ffsend download {{path/to/file}} -p {{password}}`
`ffsend download {{url}} {{-p|--password}} {{password}}`
- Upload a file and allow 4 downloads:
`ffsend upload {{path/to/file}} -d {{4}}`
`ffsend upload {{path/to/file}} {{-d|--downloads}} {{4}}`

View file

@ -5,12 +5,12 @@
- List alive hosts within a subnet generated from a netmask:
`fping -a -g 192.168.1.0/24`
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.0/24`
- List alive hosts within a subnet generated from an IP range:
`fping -a -g 192.168.1.1 192.168.1.254`
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.1 192.168.1.254`
- List unreachable hosts within a subnet generated from a netmask:
`fping -u -g 192.168.1.0/24`
`fping {{-u|--unreach}} {{-g|--generate}} 192.168.1.0/24`

View file

@ -5,8 +5,8 @@
- Generate statistics for a local repository:
`gitstats {{path/to/gitrepo/.git}} {{path/to/output_folder}}`
`gitstats {{path/to/git_repo/.git}} {{path/to/output_folder}}`
- View generated statistics in a web browser:
- View generated statistics in a web browser on Windows (PowerShell)/macOS/Linux:
`xdg-open {{path/to/output_folder/index.html}}`
`{{Invoke-Item|open|xdg-open}} {{path/to/output_folder/index.html}}`

View file

@ -7,7 +7,7 @@
`exit`
- Quit the current batch script:
- Quit the current [b]atch script:
`exit /b`