zh-TW.js 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. videojs.addLanguage("zh-TW",{
  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. });