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,37 @@
# clementine
> 一个现代音乐播放器和库组织工具。
> 另见:`audacious``qmmp``cmus``mpv`。
> 更多信息:<https://github.com/clementine-player/Clementine/wiki>。
- 启动GUI或将其置于前台
`clementine`
- 开始播放音乐:
`clementine {{url|path/to/music.ext}}`
- 切换暂停和播放状态:
`clementine --play-pause`
- 停止播放:
`clementine --stop`
- 跳到下一首或上一首曲目:
`clementine --{{next|previous}}`
- 创建一个包含一个或多个音乐文件或网址的新播放列表:
`clementine --create {{url1 url2 ... | path/to/music1.ext path/to/music2.ext ...}}`
- 加载一个播放列表文件:
`clementine --load {{path/to/playlist.ext}}`
- 在当前加载的播放列表中播放特定曲目:
`clementine --play-track {{5}}`