vlc: add Chinese translation (#4592)
This commit is contained in:
24
pages.zh/common/vlc.md
Normal file
24
pages.zh/common/vlc.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# vlc
|
||||
|
||||
> 跨平台多媒体播放器.
|
||||
> 更多信息: <https://www.videolan.org/vlc/>.
|
||||
|
||||
- 播放一个文件:
|
||||
|
||||
`vlc {{文件名}}`
|
||||
|
||||
- 全屏播放:
|
||||
|
||||
`vlc --fullscreen {{文件名}}`
|
||||
|
||||
- 静音播放:
|
||||
|
||||
`vlc --no-audio {{文件名}}`
|
||||
|
||||
- 循环播放:
|
||||
|
||||
`vlc --loop {{文件名}}`
|
||||
|
||||
- 播放网络连接:
|
||||
|
||||
`vlc {{连接}}`
|
Reference in New Issue
Block a user