zh-CN.js 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "Mute": "静音",
  14. "Unmute": "取消静音",
  15. "Playback Rate": "播放速度",
  16. "Subtitles": "字幕",
  17. "subtitles off": "关闭字幕",
  18. "Captions": "内嵌字幕",
  19. "captions off": "关闭内嵌字幕",
  20. "Chapters": "节目段落",
  21. "Close Modal Dialog": "关闭弹窗",
  22. "Descriptions": "描述",
  23. "descriptions off": "关闭描述",
  24. "Audio Track": "音轨",
  25. "You aborted the media playback": "视频播放被终止",
  26. "A network error caused the media download to fail part-way.": "网络错误导致视频下载中途失败。",
  27. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "视频因格式不支持或者服务器或网络的问题无法加载。",
  28. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "由于视频文件损坏或是该视频使用了你的浏览器不支持的功能,播放终止。",
  29. "No compatible source was found for this media.": "无法找到此视频兼容的源。",
  30. "The media is encrypted and we do not have the keys to decrypt it.": "视频已加密,无法解密。",
  31. "Play Video": "播放视频",
  32. "Close": "关闭",
  33. "Modal Window": "弹窗",
  34. "This is a modal window": "这是一个弹窗",
  35. "This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按键或启用关闭按钮来关闭此弹窗。",
  36. ", opens captions settings dialog": ", 开启标题设置弹窗",
  37. ", opens subtitles settings dialog": ", 开启字幕设置弹窗",
  38. ", opens descriptions settings dialog": ", 开启描述设置弹窗",
  39. ", selected": ", 选择",
  40. "captions settings": "字幕设定",
  41. "Audio Player": "音频播放器",
  42. "Video Player": "视频播放器",
  43. "Replay": "重播",
  44. "Progress Bar": "进度小节",
  45. "Volume Level": "音量",
  46. "subtitles settings": "字幕设定",
  47. "descriptions settings": "描述设定",
  48. "Text": "文字",
  49. "White": "白",
  50. "Black": "黑",
  51. "Red": "红",
  52. "Green": "绿",
  53. "Blue": "蓝",
  54. "Yellow": "黄",
  55. "Magenta": "紫红",
  56. "Cyan": "青",
  57. "Background": "背景",
  58. "Window": "视窗",
  59. "Transparent": "透明",
  60. "Semi-Transparent": "半透明",
  61. "Opaque": "不透明",
  62. "Font Size": "字体尺寸",
  63. "Text Edge Style": "字体边缘样式",
  64. "None": "无",
  65. "Raised": "浮雕",
  66. "Depressed": "压低",
  67. "Uniform": "均匀",
  68. "Dropshadow": "下阴影",
  69. "Font Family": "字体库",
  70. "Proportional Sans-Serif": "比例无细体",
  71. "Monospace Sans-Serif": "单间隔无细体",
  72. "Proportional Serif": "比例细体",
  73. "Monospace Serif": "单间隔细体",
  74. "Casual": "舒适",
  75. "Script": "手写体",
  76. "Small Caps": "小型大写字体",
  77. "Reset": "重启",
  78. "restore all settings to the default values": "恢复全部设定至预设值",
  79. "Done": "完成",
  80. "Caption Settings Dialog": "字幕设定视窗",
  81. "Beginning of dialog window. Escape will cancel and close the window.": "开始对话视窗。离开会取消及关闭视窗",
  82. "End of dialog window.": "结束对话视窗"
  83. });