pipewire,pw*: add Korean translation (#14440)

This commit is contained in:
코드싸이
2024-10-29 15:17:05 +09:00
committed by GitHub
parent 5297ea5b15
commit 290ece6544
14 changed files with 327 additions and 0 deletions

16
pages.ko/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`