ckplayer-plus 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,72 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
+ typeof define === 'function' && define.amd ? define(factory) :
4
+ (global = global || self, global.ckplayerLanguage = factory());
5
+ }(this, function () { 'use strict';
6
+ /*
7
+ * 功能:包含播放器用到的全部相关语言文字
8
+ */
9
+ var language={
10
+ play:'Play',
11
+ pause:'Pause',
12
+ refresh:'Refresh',
13
+ full:'Fullscreen',
14
+ exitFull:'Non-Fullscreen',
15
+ webFull:'Web fullscreen',
16
+ exitWebFull:'Non-Web fullscreen',
17
+ theatre:'Theatre',
18
+ exitTheatre:'Non-theatre',
19
+ volume:'Volume:',
20
+ muted:'Mute',
21
+ exitmuted:'Unmute',
22
+ seek:'Seek:',
23
+ waiting:'Waiting',
24
+ live:'Liveing',
25
+ backLive:'Back live',
26
+ lookBack:'Look back:',
27
+ next:'Next episode',
28
+ screenshot:'Screenshot',
29
+ smallwindows:'Small windows',
30
+ playbackrate:'Speed',
31
+ playbackrateSuffix:' Speed',
32
+ track:'Subtitle',
33
+ noTrack:'No subtitle',
34
+ definition:'Definition',
35
+ switchTo:'Switched from:',
36
+ closeTime:'The advertisement can be closed in {seconds} seconds',
37
+ closeAd:'Close ad',
38
+ second:'seconds',
39
+ details:'View details',
40
+ copy:'Copy',
41
+ copySucceeded:'Copy succeeded, can be pasted!',
42
+ smallwindowsOpen:'The small window function is turned on',
43
+ screenshotStart:'Screenshot, please wait...',
44
+ smallwindowsClose:'The small window function is turned off',
45
+ screenshotClose:'Screenshot function is turned off',
46
+ loopOpen:'Loop open',
47
+ loopClose:'Loop close',
48
+ close:'Close',
49
+ down:'Down',
50
+ p50:'50%',
51
+ p75:'75%',
52
+ p100:'100%',
53
+ timeScheduleAdjust:{
54
+ prohibit:'No dragging',
55
+ prohibitBackOff:'No repeat viewing',
56
+ prohibitForward:'Fast forward prohibited',
57
+ prohibitLookBack:'Some content is forbidden to play',
58
+ prohibitForwardNotViewed:'Disable playback of parts not viewed'
59
+ },
60
+ error:{
61
+ noMessage:'Unknown error',
62
+ supportVideoError:'The browser version is too low. It is recommended to replace it with another browser',
63
+ videoTypeError:'This browser does not support playing this video. It is recommended to replace it with another browser',
64
+ loadingFailed:'Loading failed',
65
+ emptied:'An error occurred while loading the frequency file',
66
+ screenshot:'Screenshot failed',
67
+ ajax:'Ajax data request error',
68
+ noVideoContainer:'No video container'
69
+ }
70
+ };
71
+ return language;
72
+ }))
@@ -0,0 +1,72 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
+ typeof define === 'function' && define.amd ? define(factory) :
4
+ (global = global || self, global.ckplayerLanguage = factory());
5
+ }(this, function () { 'use strict';
6
+ /*
7
+ * 功能:包含播放器用到的全部相关语言文字
8
+ */
9
+ var language={
10
+ play:'播放',
11
+ pause:'暂停',
12
+ refresh:'重播',
13
+ full:'全屏',
14
+ exitFull:'退出全屏',
15
+ webFull:'页面全屏',
16
+ exitWebFull:'退出页面全屏',
17
+ theatre:'剧场模式',
18
+ exitTheatre:'退出剧场模式',
19
+ volume:'音量:',
20
+ muted:'静音',
21
+ exitmuted:'恢复音量',
22
+ seek:'seek:',
23
+ waiting:'缓冲',
24
+ live:'直播中',
25
+ backLive:'返回直播',
26
+ lookBack:'回看:',
27
+ next:'下一集',
28
+ screenshot:'视频截图',
29
+ smallwindows:'小窗口播放功能',
30
+ playbackrate:'倍速',
31
+ playbackrateSuffix:'倍',
32
+ track:'字幕',
33
+ noTrack:'无字幕',
34
+ definition:'清晰度',
35
+ switchTo:'切换成:',
36
+ closeTime:'{seconds}秒后可关闭广告',
37
+ closeAd:'关闭广告',
38
+ second:'秒',
39
+ details:'查看详情',
40
+ copy:'复制',
41
+ copySucceeded:'复制成功,可贴粘!',
42
+ smallwindowsOpen:'小窗口功能已开启',
43
+ smallwindowsClose:'小窗口功能已关闭',
44
+ screenshotStart:'截图中,请稍候...',
45
+ screenshotClose:'截图功能已关闭',
46
+ loopOpen:'循环播放',
47
+ loopClose:'已关闭循环播放',
48
+ close:'关闭',
49
+ down:'下载',
50
+ p50:'50%',
51
+ p75:'75%',
52
+ p100:'100%',
53
+ timeScheduleAdjust:{
54
+ prohibit:'视频禁止拖动',
55
+ prohibitBackOff:'视频禁止重复观看',
56
+ prohibitForward:'视频禁止快进',
57
+ prohibitLookBack:'视频禁止播放部分内容',
58
+ prohibitForwardNotViewed:'视频禁止播放未观看的部分'
59
+ },
60
+ error:{
61
+ noMessage:'未知错误',
62
+ supportVideoError:'该浏览器版本太低,建议更换成其它浏览器',
63
+ videoTypeError:'该浏览器不支持播放该视频,建议更换成其它浏览器',
64
+ loadingFailed:'加载失败',
65
+ emptied:'视频文件加载过程中出现错误',
66
+ screenshot:'视频截图失败',
67
+ ajax:'Ajax数据请求错误',
68
+ noVideoContainer:'未找到放置视频的容器'
69
+ }
70
+ };
71
+ return language;
72
+ }))
@@ -0,0 +1,72 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
+ typeof define === 'function' && define.amd ? define(factory) :
4
+ (global = global || self, global.ckplayerLanguage = factory());
5
+ }(this, function () { 'use strict';
6
+ /*
7
+ *功能:包含播放機用到的全部相關語言文字
8
+ */
9
+ var language = {
10
+ play: '播放',
11
+ pause: '暫停',
12
+ refresh: '重播',
13
+ full: '全屏',
14
+ exitFull: '退出全屏',
15
+ webFull: '頁面全屏',
16
+ exitWebFull: '退出頁面全屏',
17
+ theatre: '劇場模式',
18
+ exitTheatre: '退出劇場模式',
19
+ volume: '音量:',
20
+ muted: '靜音',
21
+ exitmuted: '恢復音量',
22
+ seek: 'seek:',
23
+ waiting: '緩衝',
24
+ live: '直播中',
25
+ backLive: '返回直播',
26
+ lookBack: '回看:',
27
+ next: '下一集',
28
+ screenshot: '視頻截圖',
29
+ smallwindows: '小視窗播放功能',
30
+ playbackrate: '倍速',
31
+ playbackrateSuffix: '倍',
32
+ track: '字幕',
33
+ noTrack: '無字幕',
34
+ definition: '清晰度',
35
+ switchTo: '切換成:',
36
+ closeTime: '{seconds}秒後可關閉廣告',
37
+ closeAd: '關閉廣告',
38
+ second: '秒',
39
+ details: '查看詳情',
40
+ copy: '複製',
41
+ copySucceeded: '複製成功,可貼粘!',
42
+ smallwindowsOpen: '小視窗功能已開啟',
43
+ smallwindowsClose: '小視窗功能已關閉',
44
+ screenshotStart: '截圖中,請稍候…',
45
+ screenshotClose: '截圖功能已關閉',
46
+ loopOpen: '迴圈播放',
47
+ loopClose: '已關閉迴圈播放',
48
+ close: '關閉',
49
+ down: '下載',
50
+ p50: '50%',
51
+ p75: '75%',
52
+ p100: '100%',
53
+ timeScheduleAdjust: {
54
+ prohibit: '視頻禁止拖動',
55
+ prohibitBackOff: '視頻禁止重複觀看',
56
+ prohibitForward: '視頻禁止快進',
57
+ prohibitLookBack: '視頻禁止播放部分內容',
58
+ prohibitForwardNotViewed: '視頻禁止播放未觀看的部分'
59
+ },
60
+ error: {
61
+ noMessage: '未知錯誤',
62
+ supportVideoError: '該流覽器版本太低,建議更換成其它瀏覽器',
63
+ videoTypeError: '該瀏覽器不支持播放該視頻,建議更換成其它瀏覽器',
64
+ loadingFailed: '加載失敗',
65
+ emptied: '視頻檔案加載過程中出現錯誤',
66
+ screenshot: '視頻截圖失敗',
67
+ ajax: 'Ajax數據請求錯誤',
68
+ noVideoContainer: '未找到放置視頻的容器'
69
+ }
70
+ };
71
+ return language;
72
+ }))