mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ipconfig, scrcpy: add Indonesian translation (#6045)
* scrcpy: Add "--serial" option Display a mirror of a specific device based on its serial ID or IP address, as shown in the "adb devices" command * Simplify words * Update pages/common/scrcpy.md Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> * common/cd: Add Indonesian translation * ipconfig: Add Indonesian translation * ipconfig: Fix typo * scrcpy: Localize Indonesian path/to/file * Update pages.id/windows/ipconfig.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * ipconfig: Localise adapter to adaptor Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
parent
c0ea286ede
commit
0cca0c93c9
2 changed files with 56 additions and 0 deletions
32
pages.id/common/scrcpy.md
Normal file
32
pages.id/common/scrcpy.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# scrcpy
|
||||
|
||||
> Tampilkan layar and kontrol perangkat Android anda di dalam desktop.
|
||||
> Informasi lebih lanjut: <https://github.com/Genymobile/scrcpy>.
|
||||
|
||||
- Tampilkan layar sebuah perangkat yang terhubung:
|
||||
|
||||
`scrcpy`
|
||||
|
||||
- Tampilkan layar perangkat tertentu berdasarkan ID atau alamat IP-nya (temukan menggunakan perintah `adb devices`):
|
||||
|
||||
`scrcpy --serial {{0123456789abcdef|192.168.0.1:5555}}`
|
||||
|
||||
- Tampilkan layar dalam mode layar penuh / fullscreen:
|
||||
|
||||
`scrcpy --fullscreen`
|
||||
|
||||
- Putarkan tampilan layar perangkat dalam kelipatan 90 derajat (berlawanan arah jarum jam):
|
||||
|
||||
`scrcpy --rotation {{0|1|2|3}}`
|
||||
|
||||
- Tunjukkan indikator sentuhan pada perangkat fisik:
|
||||
|
||||
`scrcpy --show-touches`
|
||||
|
||||
- Rekam tampilan layar perangkat ke dalam file video tertentu:
|
||||
|
||||
`scrcpy --record {{jalan/menuju/file.mp4}}`
|
||||
|
||||
- Tentukan direktori yang akan digunakan untuk memindahkan file (non-APK) ke dalam perangkat melalui drag-and-drop:
|
||||
|
||||
`scrcpy --push-target {{jalan/menuju/direktori}}`
|
24
pages.id/windows/ipconfig.md
Normal file
24
pages.id/windows/ipconfig.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ipconfig
|
||||
|
||||
> Menampilkan dan mengatur konfigurasi jaringan dalam sistem operasi Windows.
|
||||
> Informasi lebih lanjut: <https://docs.microsoft.com/windows-server/administration/windows-commands/ipconfig>.
|
||||
|
||||
- Menunjukkan daftar adaptor jaringan:
|
||||
|
||||
`ipconfig`
|
||||
|
||||
- Menunjukkan daftar adaptor jaringan secara lengkap:
|
||||
|
||||
`ipconfig /all`
|
||||
|
||||
- Memperbarui alamat IP sebuah adaptor jaringan:
|
||||
|
||||
`ipconfig /renew {{adaptor}}`
|
||||
|
||||
- Mengosongkan alamat-alamat IP yang disetel dalam sebuah adaptor jaringan:
|
||||
|
||||
`ipconfig /release {{adaptor}}`
|
||||
|
||||
- Mengosongkan cache DNS:
|
||||
|
||||
`ipconfig /flushdns`
|
Loading…
Add table
Reference in a new issue