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

View File

@@ -0,0 +1,20 @@
# pw-profiler
> 로컬 또는 원격 인스턴스를 프로파일링.
> 더 많은 정보: <https://docs.pipewire.org/page_man_pw-profiler_1.html>.
- 기본 인스턴스를 프로파일링하고 `profile.log`에 기록 (`gnuplot` 파일과 결과 시각화를 위한 HTML 파일도 생성됨):
`pw-profiler`
- 로그 출력 파일 변경:
`pw-profiler --output {{경로/대상/파일.log}}`
- 원격 인스턴스를 프로파일링:
`pw-profiler --remote {{원격_이름}}`
- 도움말 표시:
`pw-profiler --help`