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

29
pages.zh/common/mpc.md Normal file
View File

@@ -0,0 +1,29 @@
# mpc
> 音乐播放器客户端控制音乐播放器守护进程MPD
> 另见:`mpd`、`ncmpcpp`、`cmus`。
> 更多信息:<https://www.musicpd.org/doc/mpc/html>。
- 切换播放/暂停:
`mpc toggle`
- 停止播放:
`mpc stop`
- 显示当前播放歌曲的信息:
`mpc status`
- 播放下一首歌曲:
`mpc next`
- 播放上一首歌曲:
`mpc prev`
- 向前(`+`)或向后(`-`)快进 `n` 秒:
`mpc {{+n|-n}}`