Merge pull request #1101 from chussum/feat/i18n-kokr
This commit is contained in:
commit
c162fcc045
|
|
@ -102,6 +102,46 @@ const tranTxt = {
|
|||
Live: '直播',
|
||||
'Video info': '影片統計訊息',
|
||||
},
|
||||
'ko-kr': {
|
||||
'Danmaku is loading': 'Danmaku를 불러오는 중입니다.',
|
||||
Top: 'Top',
|
||||
Bottom: 'Bottom',
|
||||
Rolling: 'Rolling',
|
||||
'Input danmaku, hit Enter': 'Danmaku를 입력하고 Enter를 누르세요.',
|
||||
'About author': '만든이',
|
||||
'DPlayer feedback': '피드백 보내기',
|
||||
'About DPlayer': 'DPlayer 정보',
|
||||
Loop: '반복',
|
||||
Speed: '배속',
|
||||
'Opacity for danmaku': 'Danmaku 불투명도',
|
||||
Normal: '표준',
|
||||
'Please input danmaku content!': 'Danmaku를 입력하세요!',
|
||||
'Set danmaku color': 'Danmaku 색상',
|
||||
'Set danmaku type': 'Danmaku 설정',
|
||||
'Show danmaku': 'Danmaku 표시',
|
||||
'Video load failed': '비디오를 불러오지 못했습니다.',
|
||||
'Danmaku load failed': 'Danmaku를 불러오지 못했습니다.',
|
||||
'Danmaku send failed': 'Danmaku 전송에 실패했습니다.',
|
||||
'Switching to': '전환',
|
||||
'Switched to': '전환 됨',
|
||||
quality: '화질',
|
||||
FF: '앞으로',
|
||||
REW: '뒤로',
|
||||
'Unlimited danmaku': '끝없는 Danmaku',
|
||||
'Send danmaku': 'Danmaku 보내기',
|
||||
Setting: '설정',
|
||||
'Full screen': '전체 화면',
|
||||
'Web full screen': '웹 내 전체화면',
|
||||
Send: '보내기',
|
||||
Screenshot: '화면 캡쳐',
|
||||
AirPlay: '에어플레이',
|
||||
s: '초',
|
||||
'Show subtitle': '자막 보이기',
|
||||
'Hide subtitle': '자막 숨기기',
|
||||
Volume: '볼륨',
|
||||
Live: '생방송',
|
||||
'Video info': '비디오 정보',
|
||||
},
|
||||
};
|
||||
|
||||
export default i18n;
|
||||
|
|
|
|||
Loading…
Reference in New Issue