vlc: add Chinese translation (#4592)

This commit is contained in:
Alan Chang 2020-10-10 00:52:01 +01:00 committed by GitHub
parent 07417ed646
commit bd3523c845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
pages.zh/common/vlc.md Normal file
View File

@ -0,0 +1,24 @@
# vlc
> 跨平台多媒体播放器.
> 更多信息: <https://www.videolan.org/vlc/>.
- 播放一个文件:
`vlc {{文件名}}`
- 全屏播放:
`vlc --fullscreen {{文件名}}`
- 静音播放:
`vlc --no-audio {{文件名}}`
- 循环播放:
`vlc --loop {{文件名}}`
- 播放网络连接:
`vlc {{连接}}`