zh-CN.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. videojs.addLanguage('zh-CN', {
  2. "Play": "播放",
  3. "Pause": "暂停",
  4. "Current Time": "当前时间",
  5. "Duration": "时长",
  6. "Remaining Time": "剩余时间",
  7. "Stream Type": "媒体流类型",
  8. "LIVE": "直播",
  9. "Loaded": "加载完成",
  10. "Progress": "进度",
  11. "Fullscreen": "全屏",
  12. "Non-Fullscreen": "退出全屏",
  13. "Picture-in-Picture": "画中画",
  14. "Exit Picture-in-Picture": "退出画中画",
  15. "Mute": "静音",
  16. "Unmute": "取消静音",
  17. "Playback Rate": "播放速度",
  18. "Subtitles": "字幕",
  19. "subtitles off": "关闭字幕",
  20. "Captions": "内嵌字幕",
  21. "captions off": "关闭内嵌字幕",
  22. "Chapters": "节目段落",
  23. "Close Modal Dialog": "关闭弹窗",
  24. "Descriptions": "描述",
  25. "descriptions off": "关闭描述",
  26. "Audio Track": "音轨",
  27. "You aborted the media playback": "视频播放被终止",
  28. "A network error caused the media download to fail part-way.": "网络错误导致视频下载中途失败。",
  29. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "视频因格式不支持或者服务器或网络的问题无法加载。",
  30. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "由于视频文件损坏或是该视频使用了你的浏览器不支持的功能,播放终止。",
  31. "No compatible source was found for this media.": "无法找到此视频兼容的源。",
  32. "The media is encrypted and we do not have the keys to decrypt it.": "视频已加密,无法解密。",
  33. "Play Video": "播放视频",
  34. "Close": "关闭",
  35. "Modal Window": "弹窗",
  36. "This is a modal window": "这是一个弹窗",
  37. "This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按键或启用关闭按钮来关闭此弹窗。",
  38. ", opens captions settings dialog": ", 开启标题设置弹窗",
  39. ", opens subtitles settings dialog": ", 开启字幕设置弹窗",
  40. ", opens descriptions settings dialog": ", 开启描述设置弹窗",
  41. ", selected": ", 选择",
  42. "captions settings": "字幕设定",
  43. "Audio Player": "音频播放器",
  44. "Video Player": "视频播放器",
  45. "Replay": "重新播放",
  46. "Progress Bar": "进度条",
  47. "Volume Level": "音量",
  48. "subtitles settings": "字幕设定",
  49. "descriptions settings": "描述设定",
  50. "Text": "文字",
  51. "White": "白",
  52. "Black": "黑",
  53. "Red": "红",
  54. "Green": "绿",
  55. "Blue": "蓝",
  56. "Yellow": "黄",
  57. "Magenta": "紫红",
  58. "Cyan": "青",
  59. "Background": "背景",
  60. "Window": "窗口",
  61. "Transparent": "透明",
  62. "Semi-Transparent": "半透明",
  63. "Opaque": "不透明",
  64. "Font Size": "字体尺寸",
  65. "Text Edge Style": "字体边缘样式",
  66. "None": "无",
  67. "Raised": "浮雕",
  68. "Depressed": "压低",
  69. "Uniform": "均匀",
  70. "Dropshadow": "下阴影",
  71. "Font Family": "字体库",
  72. "Proportional Sans-Serif": "比例无细体",
  73. "Monospace Sans-Serif": "单间隔无细体",
  74. "Proportional Serif": "比例细体",
  75. "Monospace Serif": "单间隔细体",
  76. "Casual": "舒适",
  77. "Script": "手写体",
  78. "Small Caps": "小型大写字体",
  79. "Reset": "重置",
  80. "restore all settings to the default values": "恢复全部设定至预设值",
  81. "Done": "完成",
  82. "Caption Settings Dialog": "字幕设定窗口",
  83. "Beginning of dialog window. Escape will cancel and close the window.": "打开对话窗口。Escape键将取消并关闭对话窗口",
  84. "End of dialog window.": "结束对话窗口",
  85. "Seek to live, currently behind live": "尝试直播,当前为延时播放",
  86. "Seek to live, currently playing live": "尝试直播,当前为实时播放",
  87. "progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
  88. "{1} is loading.": "正在加载 {1}。",
  89. "No content": "无内容"
  90. });