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:

committed by
GitHub

parent
36e4853e5d
commit
2ee54b9032
28
pages.id/common/airshare.md
Normal file
28
pages.id/common/airshare.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# airshare
|
||||
|
||||
> Pindahkan data antara dua perangkat dalam jaringan lokal yang sama.
|
||||
> Informasi lebih lanjut: <https://airshare.rtfd.io/en/latest/cli.html>.
|
||||
|
||||
- Kirim kumpulan file atau direktori:
|
||||
|
||||
`airshare {{kode_berbagi}} {{jalan/menuju/file_atau_direktori1 jalan/menuju/file_atau_direktori2 ...}}`
|
||||
|
||||
- Terima file:
|
||||
|
||||
`airshare {{kode_berbagi}}`
|
||||
|
||||
- Nyalakan `airshare` sebagai server penerima (sehingga memungkingkan Anda untuk mengunggah melalui situs web internal):
|
||||
|
||||
`airshare --upload {{kode_berbagi}}`
|
||||
|
||||
- Unggah kumpulan file atau direktori menuju server penerima:
|
||||
|
||||
`airshare --upload {{kode_berbagi}} {{jalan/menuju/file_atau_direktori1 jalan/menuju/file_atau_direktori2 ...}}`
|
||||
|
||||
- Kirim file dengan alamat-alamat yang disalin pada papan klip (clipboard):
|
||||
|
||||
`airshare --file-path {{kode_berbagi}}`
|
||||
|
||||
- Terima dan salin file menuju papan klip:
|
||||
|
||||
`airshare --clip-receive {{kode_berbagi}}`
|
Reference in New Issue
Block a user