Blame view

node_modules/video.js/dist/lang/ko.js 1.48 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  videojs.addLanguage("ko",{
   "Play": "재생",
   "Pause": "일시중지",
   "Current Time": "현재 시간",
   "Duration": "지정 기간",
   "Remaining Time": "남은 시간",
   "Stream Type": "스트리밍 유형",
   "LIVE": "라이브",
   "Loaded": "로드됨",
   "Progress": "진행",
   "Fullscreen": "전체 화면",
   "Non-Fullscreen": "전체 화면 해제",
   "Mute": "음소거",
   "Unmute": "음소거 해제",
   "Playback Rate": "재생 비율",
   "Subtitles": "서브타이틀",
   "subtitles off": "서브타이틀 끄기",
   "Captions": "자막",
   "captions off": "자막 끄기",
   "Chapters": "챕터",
   "You aborted the media playback": "비디오 재생을 취소했습니다.",
   "A network error caused the media download to fail part-way.": "네트워크 오류로 인하여 비디오 일부를 다운로드하지 못 했습니다.",
   "The media could not be loaded, either because the server or network failed or because the format is not supported.": "비디오를 로드할 수 없습니다. 서버 혹은 네트워크 오류 때문이거나 지원되지 않는 형식 때문일 수 있습니다.",
   "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "비디오 재생이 취소됐습니다. 비디오가 손상되었거나 비디오가 사용하는 기능을 브라우저에서 지원하지 않는 것 같습니다.",
   "No compatible source was found for this media.": "비디오에 호환되지 않는 소스가 있습니다."
  });