Browse Source

Merge pull request #378 from david082321/master

更新繁体翻译
DIYgod 6 years ago
parent
commit
226593f4db
1 changed files with 13 additions and 13 deletions
  1. 13 13
      src/js/i18n.js

+ 13 - 13
src/js/i18n.js

@@ -61,35 +61,35 @@ 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': '秒',
@@ -97,8 +97,8 @@ const tranTxt = {
         'Hide subtitle': '隱藏字幕',
         'Volume': '音量',
         'Live': '直播',
-        'Video info': '視頻統計信息',
+        'Video info': '影片統計訊息',
     }
 };
 
-export default i18n;
+export default i18n;