github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/video-js-5.9.0/lang/zh-CN.js (about)

     1  videojs.addLanguage("zh-CN",{
     2   "Play": "播放",
     3   "Pause": "暂停",
     4   "Current Time": "当前时间",
     5   "Duration Time": "时长",
     6   "Remaining Time": "剩余时间",
     7   "Stream Type": "媒体流类型",
     8   "LIVE": "直播",
     9   "Loaded": "加载完毕",
    10   "Progress": "进度",
    11   "Fullscreen": "全屏",
    12   "Non-Fullscreen": "退出全屏",
    13   "Mute": "静音",
    14   "Unmute": "取消静音",
    15   "Playback Rate": "播放码率",
    16   "Subtitles": "字幕",
    17   "subtitles off": "字幕关闭",
    18   "Captions": "内嵌字幕",
    19   "captions off": "内嵌字幕关闭",
    20   "Chapters": "节目段落",
    21   "You aborted the media playback": "视频播放被终止",
    22   "A network error caused the media download to fail part-way.": "网络错误导致视频下载中途失败。",
    23   "The media could not be loaded, either because the server or network failed or because the format is not supported.": "视频因格式不支持或者服务器或网络的问题无法加载。",
    24   "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "由于视频文件损坏或是该视频使用了你的浏览器不支持的功能,播放终止。",
    25   "No compatible source was found for this media.": "无法找到此视频兼容的源。",
    26   "The media is encrypted and we do not have the keys to decrypt it.": "视频已加密,无法解密。"
    27  });