aurvote, b*: add Chinese translation (#6413)

* aurvote: add Chinese translation

* balooctl: add Chinese translation

* beep: add Chinese translation

* betterlockscreen: add Chinese translation

* binwalk: add Chinese translation

* binwise: add Chinese translation

* blkdiscard: add Chinese translation

* blkid: add Chinese translation

* bluetoothctl: add Chinese translation

* bluetoothd: add Chinese translation

* bmon: add Chinese translation

* bpftrace: add Chinese translation

* bpytop: add Chinese translation

* brctl: add Chinese translation

* brew: add Chinese translation

* commit suggestion
This commit is contained in:
千玄子
2021-08-27 11:38:39 +08:00
committed by GitHub
parent e090e48c45
commit 48b9a13502
15 changed files with 369 additions and 0 deletions

24
pages.zh/linux/beep.md Normal file
View File

@@ -0,0 +1,24 @@
# beep
> 让电脑扬声器发出哔哔声的实用程序。
> 更多信息:<https://github.com/spkr-beep/beep>.
- 播放哔哔声:
`beep`
- 重复播放哔哔声:
`beep -r {{重复次数}}`
- 指定频率Hz和持续时间毫秒播放哔哔声
`beep -f {{频率}} -l {{持续时间}}`
- 将每个新的频率和持续时间作为单独的哔哔声播放:
`beep -f {{频率}} -l {{持续时间}} -n -f {{频率}} -l {{持续时间}}`
- 播放 C 大调:
`beep -f 262 -n -f 294 -n -f 330 -n -f 349 -n -f 392 -n -f 440 -n -f 494 -n -f 523`