Skip to content

Commit

Permalink
Merge pull request #378 from david082321/master
Browse files Browse the repository at this point in the history
更新繁体翻译
  • Loading branch information
DIYgod authored Sep 21, 2018
2 parents 01ab283 + 6d09bf9 commit 226593f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,44 +61,44 @@ const tranTxt = {
'Video info': '视频统计信息',
},
'zh-tw' : {
'Danmaku is loading': '彈幕加載中',
'Danmaku is loading': '彈幕載入中',
'Top': '頂部',
'Bottom': '底部',
'Rolling': '滾動',
'Input danmaku, hit Enter': '輸入彈幕,Enter 發送',
'About author': '關於作者',
'DPlayer feedback': '播放器意見反饋',
'DPlayer feedback': '播放器意見回饋',
'About DPlayer': '關於 DPlayer 播放器',
'Loop': '循環播放',
'Speed': '速度',
'Opacity for danmaku': '彈幕透明度',
'Normal': '正常',
'Please input danmaku content!': '請輸入彈幕内容啊!',
'Set danmaku color': '設置彈幕顏色',
'Set danmaku type': '設置彈幕類型',
'Please input danmaku content!': '請輸入彈幕內容啊!',
'Set danmaku color': '設定彈幕顏色',
'Set danmaku type': '設定彈幕類型',
'Show danmaku': '顯示彈幕',
'Video load failed': '視頻加載失敗',
'Danmaku load failed': '彈幕加載失敗',
'Video load failed': '影片載入失敗',
'Danmaku load failed': '彈幕載入失敗',
'Danmaku send failed': '彈幕發送失敗',
'Switching to': '正在切換至',
'Switched to': '已經切換至',
'quality': '畫質',
'FF': '快進',
'REW': '快退',
'Unlimited danmaku': '海量彈幕',
'Unlimited danmaku': '巨量彈幕',
'Send danmaku': '發送彈幕',
'Setting': '設置',
'Full screen': '全屏',
'Web full screen': '頁面全屏',
'Setting': '設定',
'Full screen': '全螢幕',
'Web full screen': '頁面全螢幕',
'Send': '發送',
'Screenshot': '截圖',
's': '秒',
'Show subtitle': '顯示字幕',
'Hide subtitle': '隱藏字幕',
'Volume': '音量',
'Live': '直播',
'Video info': '視頻統計信息',
'Video info': '影片統計訊息',
}
};

export default i18n;
export default i18n;

0 comments on commit 226593f

Please sign in to comment.