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

16
pages.zh/linux/pw-cli.md Normal file
View File

@@ -0,0 +1,16 @@
# pw-cli
> 管理 PipeWire 实例的模块、对象、节点、设备、链接等更多内容。
> 更多信息:<https://docs.pipewire.org/page_man_pw-cli_1.html>。
- 打印所有节点(接收端和源)及其 ID
`pw-cli list-objects Node`
- 打印特定 ID 的对象信息:
`pw-cli info {{4}}`
- 打印所有对象的信息:
`pw-cli info all`