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

@@ -0,0 +1,24 @@
# pulseaudio
> PulseAudio 声音系统守护进程和管理器。
> 更多信息:<https://www.freedesktop.org/wiki/Software/PulseAudio/>.
- 检查 PulseAudio 是否正在运行(非零退出代码表示未运行):
`pulseaudio --check`
- 在后台启动 PulseAudio 守护进程:
`pulseaudio --start`
- 终止正在运行的 PulseAudio 守护进程:
`pulseaudio --kill`
- 列出可用模块:
`pulseaudio --dump-modules`
- 使用指定参数将模块加载到当前正在运行的守护进程中:
`pulseaudio --load="{{module_name}} {{arguments}}"`