videojs-errors
Version:
A VideoJS plugin for custom error reporting
12 lines • 983 B
JavaScript
videojs.addLanguage('zh-TW', {
"No video has been loaded": "未載入任何影片",
"Could not download the video": "無法載入影片",
"The video connection was lost, please confirm you are connected to the internet": "影片連線已中斷,請確認您已連線至網際網路",
"The video is bad or in a format that cannot be played on your browser": "影片錯誤或使用無法在瀏覽器上播放的格式",
"This video is either unavailable or not supported in this browser": "此影片無法使用或在此瀏覽器中不受支援",
"Error Code": "錯誤代碼",
"Technical details": "技術細節",
"The video download was cancelled": "已取消下載影片",
"The video you are trying to watch is encrypted and we do not know how to decrypt it": "您嘗試觀看的影片已加密,而且解密方法未知",
"An unanticipated problem was encountered, check back soon and try again": "發生未預期的問題,請稍後查看並再試一次"
});