videojs-errors
Version:
A VideoJS plugin for custom error reporting
9 lines • 776 B
JavaScript
videojs.addLanguage('ko', {
"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": "기술 세부사항"
});