add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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