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,28 +1,28 @@
# boltctl
> 控制雷电thunderbolt设备。
> 更多信息:<https://manned.org/boltctl>.
> 控制雷电设备。
> 更多信息:<https://manned.org/boltctl>
- 列出连接授权的设备:
- 列出连接的(和授权的设备:
`boltctl`
- 列出连接的设备,且包含未授权的设备:
- 列出连接的设备,包括未授权的设备:
`boltctl list`
- 临时授权一个设备:
- 临时授权设备:
`boltctl authorize {{设备uuid}}`
`boltctl authorize {{device_uuid}}`
- 授权并记住一个设备:
- 授权并记住设备:
`boltctl enroll {{设备uuid}}`
`boltctl enroll {{device_uuid}}`
- 取消一个设备的授权
- 撤销之前授权的设备
`boltctl forget {{设备uuid}}`
`boltctl forget {{device_uuid}}`
- 显示一个设备的详细信息:
- 显示设备的更多信息:
`boltctl info {{设备uuid}}`
`boltctl info {{device_uuid}}`