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,28 @@
# mplayer
> 跨平台多媒体播放器。
> 更多信息:<https://mplayerhq.hu/DOCS/HTML/en/commandline.html>。
- 播放指定的文件或 URL
`mplayer {{path/to/file|url}}`
- 播放多个文件:
`mplayer {{path/to/file1 path/to/file2 ...}}`
- 重复播放指定文件:
`mplayer -loop {{0}} {{path/to/file}}`
- 暂停播放:
`<Space>`
- 退出 mplayer
`<Esc>`
- 向后或向前快进 10 秒:
`{{Left|Right}}`