diff options
author | Sam Potts <sam@potts.es> | 2018-05-08 22:22:09 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-05-08 22:22:09 +1000 |
commit | e1ff516219e88d1264ab2a3dc2748e76940ec50a (patch) | |
tree | f8f46e1f38bdfb28d8ccc146a4d014ca1ca05a31 /demo/src/js/demo.js | |
parent | 44b30380f71f03c8944e42b24c7ce3e92a0f2eea (diff) | |
parent | f687b81b70a73835f0190fbfa17a0fbbfcd28b7a (diff) | |
download | plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.tar.lz plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.tar.xz plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.zip |
Merge branch 'master' into beta
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r-- | demo/src/js/demo.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 43f42841..003e85d5 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -74,6 +74,39 @@ import Raven from 'raven-js'; 'airplay', 'fullscreen', ], */ + /* i18n: { + restart: '重新開始', + rewind: '快退{seektime}秒', + play: '播放', + pause: '暫停', + fastForward: '快進{seektime}秒', + seek: '尋求', + played: '發揮', + buffered: '緩衝的', + currentTime: '當前時間戳', + duration: '長短', + volume: '音量', + mute: '靜音', + unmute: '取消靜音', + enableCaptions: '開啟字幕', + disableCaptions: '關閉字幕', + enterFullscreen: '進入全螢幕', + exitFullscreen: '退出全螢幕', + frameTitle: '球員為{title}', + captions: '字幕', + settings: '設定', + speed: '速度', + normal: '正常', + quality: '質量', + loop: '循環', + start: 'Start', + end: 'End', + all: 'All', + reset: '重啟', + disabled: '殘', + enabled: '啟用', + advertisement: '廣告', + }, */ captions: { active: true, }, |