Skip to content

Commit

Permalink
Merge pull request #1101 from chussum/feat/i18n-kokr
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod authored Aug 15, 2022
2 parents 69dfac4 + 085921d commit c162fcc
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit c162fcc

Please sign in to comment.