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

View File

@@ -0,0 +1,24 @@
# bluetoothd
> 管理蓝牙设备的守护进程。
> 更多信息:<https://manned.org/bluetoothd>.
- 启动守护进程:
`bluetoothd`
- 启动守护进程,日志输出到标准输出:
`bluetoothd --nodetach`
- 指定一个配置文件启动守护进程(默认是 `/etc/bluetooth/main.conf`
`bluetoothd --configfile {{配置文件}}`
- 启动守护进程并将详细信息输出到标准错误:
`bluetoothd --debug`
- 使用来自 bluetoothd 或插件源中特定文件启动守护进程并输出详细信息:
`bluetoothd --debug={{文件一}}:{{文件二}}:{{文件三}}`