samvera_hls 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- data/lib/samvera_hls/version.rb +1 -1
- data/vendor/assets/flash/mediaelement-flash-audio-ogg.swf +0 -0
- data/vendor/assets/flash/mediaelement-flash-audio.swf +0 -0
- data/vendor/assets/flash/mediaelement-flash-video-hls.swf +0 -0
- data/vendor/assets/flash/mediaelement-flash-video-mdash.swf +0 -0
- data/vendor/assets/flash/mediaelement-flash-video.swf +0 -0
- data/vendor/assets/images/mejs-controls.png +0 -0
- data/vendor/assets/images/mejs-controls.svg +1 -0
- data/vendor/assets/images/playlist-controls.svg +52 -0
- data/vendor/assets/javascripts/lang/ca.js +89 -0
- data/vendor/assets/javascripts/lang/cs.js +90 -0
- data/vendor/assets/javascripts/lang/de.js +90 -0
- data/vendor/assets/javascripts/lang/es.js +90 -0
- data/vendor/assets/javascripts/lang/fa.js +90 -0
- data/vendor/assets/javascripts/lang/fr.js +91 -0
- data/vendor/assets/javascripts/lang/hr.js +87 -0
- data/vendor/assets/javascripts/lang/hu.js +90 -0
- data/vendor/assets/javascripts/lang/it.js +90 -0
- data/vendor/assets/javascripts/lang/ja.js +90 -0
- data/vendor/assets/javascripts/lang/ko.js +90 -0
- data/vendor/assets/javascripts/lang/nl.js +91 -0
- data/vendor/assets/javascripts/lang/pl.js +90 -0
- data/vendor/assets/javascripts/lang/pt.js +92 -0
- data/vendor/assets/javascripts/lang/ro.js +90 -0
- data/vendor/assets/javascripts/lang/ru.js +90 -0
- data/vendor/assets/javascripts/lang/sk.js +90 -0
- data/vendor/assets/javascripts/lang/sv.js +89 -0
- data/vendor/assets/javascripts/lang/uk.js +89 -0
- data/vendor/assets/javascripts/lang/zh-cn.js +90 -0
- data/vendor/assets/javascripts/lang/zh.js +91 -0
- data/vendor/assets/javascripts/mediaelement-and-player.js +8497 -0
- data/vendor/assets/javascripts/playlist-i18n.js +149 -0
- data/vendor/assets/javascripts/playlist.js +348 -0
- data/vendor/assets/javascripts/renderers/dailymotion.js +415 -0
- data/vendor/assets/javascripts/renderers/dailymotion.min.js +12 -0
- data/vendor/assets/javascripts/renderers/facebook.js +361 -0
- data/vendor/assets/javascripts/renderers/facebook.min.js +12 -0
- data/vendor/assets/javascripts/renderers/soundcloud.js +306 -0
- data/vendor/assets/javascripts/renderers/soundcloud.min.js +12 -0
- data/vendor/assets/javascripts/renderers/twitch.js +374 -0
- data/vendor/assets/javascripts/renderers/twitch.min.js +12 -0
- data/vendor/assets/javascripts/renderers/vimeo.js +411 -0
- data/vendor/assets/javascripts/renderers/vimeo.min.js +12 -0
- data/vendor/assets/stylesheets/mediaelementplayer-legacy.css.erb +774 -0
- data/vendor/assets/stylesheets/mediaelementplayer.css.erb +774 -0
- data/vendor/assets/stylesheets/playlist.css.erb +229 -0
- metadata +46 -1
@@ -0,0 +1,87 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Croatian
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Hrvoj3e (hrvoj3e@gmail.com) * @see core/i18n.js
|
8
|
+
*/
|
9
|
+
(function (exports) {
|
10
|
+
if (exports.hr === undefined) {
|
11
|
+
exports.hr = {
|
12
|
+
'mejs.plural-form': 7,
|
13
|
+
'mejs.download-file': 'Preuzmi datoteku',
|
14
|
+
'mejs.install-flash': 'Koristite preglednik koji nema omogućen ili instaliran Flash preglednik. Molimo Vas uključite Flash dodatak ili preuzmite najnoviju verziju s https://get.adobe.com/flashplayer/',
|
15
|
+
'mejs.fullscreen': 'Puni zaslon',
|
16
|
+
'mejs.play': 'Pokreni',
|
17
|
+
'mejs.pause': 'Zaustavi',
|
18
|
+
'mejs.time-slider': 'Vremenska traka',
|
19
|
+
'mejs.time-help-text': 'Koristi strelice lijevo/desno za pomak naprijed za 1 sekundu te gore/dolje za pomak od 10 sekundi.',
|
20
|
+
'mejs.live-broadcast' : 'Prijenos uživo',
|
21
|
+
'mejs.volume-help-text': 'Koristi strelice gore/dolje za pojačavanje ili stišavanje.',
|
22
|
+
'mejs.unmute': 'Uključi zvuk',
|
23
|
+
'mejs.mute': 'Isključi zvuk',
|
24
|
+
'mejs.volume-slider': 'Pokazivač razine zvuka',
|
25
|
+
'mejs.video-player': 'Video preglednik',
|
26
|
+
'mejs.audio-player': 'Audio preglednik',
|
27
|
+
'mejs.captions-subtitles': 'Opisi/Prijevodi',
|
28
|
+
'mejs.captions-chapters': 'Poglavlja',
|
29
|
+
'mejs.none': 'Ništa',
|
30
|
+
'mejs.afrikaans': 'Afrički',
|
31
|
+
'mejs.albanian': 'Albanski',
|
32
|
+
'mejs.arabic': 'Arapski',
|
33
|
+
'mejs.belarusian': 'Bjeloruski',
|
34
|
+
'mejs.bulgarian': 'Bugarski',
|
35
|
+
'mejs.catalan': 'Katalonski',
|
36
|
+
'mejs.chinese': 'Kineski',
|
37
|
+
'mejs.chinese-simplified': 'Kineski (jednostavni)',
|
38
|
+
'mejs.chinese-traditional': 'Kineski (tradicionalni)',
|
39
|
+
'mejs.croatian': 'Hrvatski',
|
40
|
+
'mejs.czech': 'Češki',
|
41
|
+
'mejs.danish': 'Danski',
|
42
|
+
'mejs.dutch': 'Nizozemski',
|
43
|
+
'mejs.english': 'Engleski',
|
44
|
+
'mejs.estonian': 'Estonski',
|
45
|
+
'mejs.filipino': 'Filipinski',
|
46
|
+
'mejs.finnish': 'Finski',
|
47
|
+
'mejs.french': 'Francuski',
|
48
|
+
'mejs.galician': 'Galicijski',
|
49
|
+
'mejs.german': 'Njemački',
|
50
|
+
'mejs.greek': 'Grčki',
|
51
|
+
'mejs.haitian-creole': 'Haićanski kreolski',
|
52
|
+
'mejs.hebrew': 'Hebrejski',
|
53
|
+
'mejs.hindi': 'Hindski',
|
54
|
+
'mejs.hungarian': 'Mađarski',
|
55
|
+
'mejs.icelandic': 'Islandski',
|
56
|
+
'mejs.indonesian': 'Indonezijski',
|
57
|
+
'mejs.irish': 'Irski',
|
58
|
+
'mejs.italian': 'Talijanski',
|
59
|
+
'mejs.japanese': 'Japanski',
|
60
|
+
'mejs.korean': 'Korejski',
|
61
|
+
'mejs.latvian': 'Latvijski',
|
62
|
+
'mejs.lithuanian': 'Litvanski',
|
63
|
+
'mejs.macedonian': 'Makedonski',
|
64
|
+
'mejs.malay': 'Malajski',
|
65
|
+
'mejs.maltese': 'Malteški',
|
66
|
+
'mejs.norwegian': 'Norveški',
|
67
|
+
'mejs.persian': 'Perzijski',
|
68
|
+
'mejs.polish': 'Poljski',
|
69
|
+
'mejs.portuguese': 'Portugalski',
|
70
|
+
'mejs.romanian': 'Rumunjski',
|
71
|
+
'mejs.russian': 'Ruski',
|
72
|
+
'mejs.serbian': 'Srpski',
|
73
|
+
'mejs.slovak': 'Slovački',
|
74
|
+
'mejs.slovenian': 'Slovenski',
|
75
|
+
'mejs.spanish': 'Španjolski',
|
76
|
+
'mejs.swahili': 'Svahili',
|
77
|
+
'mejs.swedish': 'Švedski',
|
78
|
+
'mejs.tagalog': 'Tagaloški',
|
79
|
+
'mejs.thai': 'Tajski',
|
80
|
+
'mejs.turkish': 'Turski',
|
81
|
+
'mejs.ukrainian': 'Ukrajinski',
|
82
|
+
'mejs.vietnamese': 'Vijetnamski',
|
83
|
+
'mejs.welsh': 'Velški',
|
84
|
+
'mejs.yiddish': 'Jidiški'
|
85
|
+
};
|
86
|
+
}
|
87
|
+
})(mejs.i18n);
|
@@ -0,0 +1,90 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Hungarian
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Jalios (Twitter: @Jalios)
|
8
|
+
* Sascha Greuel (Twitter: @SoftCreatR)
|
9
|
+
*
|
10
|
+
* @see core/i18n.js
|
11
|
+
*/
|
12
|
+
(function (exports) {
|
13
|
+
if (exports.hu === undefined) {
|
14
|
+
exports.hu = {
|
15
|
+
'mejs.plural-form': 1,
|
16
|
+
'mejs.download-file': 'Fájl letöltése',
|
17
|
+
'mejs.install-flash': 'Olyan böngészőt használ, amelyhez nincs engedélyezve vagy telepítve a Flash player. Kérjük, kapcsolja be a Flash-lejátszó bővítményét, vagy töltse le a legfrissebb verziót a https://get.adobe.com/flashplayer/ címen',
|
18
|
+
'mejs.fullscreen': 'Teljes képernyő',
|
19
|
+
'mejs.play': 'Lejátszás',
|
20
|
+
'mejs.pause': 'Szünet',
|
21
|
+
'mejs.time-slider': 'Idő csúszka',
|
22
|
+
'mejs.time-help-text': 'Használja a Bal/Jobb nyíl gombokat az egy másodperces léptetéshez, a Fel/Le nyíl gombokat a tíz másodperces léptetéshez.',
|
23
|
+
'mejs.live-broadcast' : 'Élő közvetítés',
|
24
|
+
'mejs.volume-help-text': 'Használja a Fel/Le nyíl gombokat a hangerő növeléséhez vagy csökkentéséhez.',
|
25
|
+
'mejs.unmute': 'Némítás feloldása',
|
26
|
+
'mejs.mute': 'Némítás',
|
27
|
+
'mejs.volume-slider': 'Hangerőcsúszka',
|
28
|
+
'mejs.video-player': 'Videolejátszó',
|
29
|
+
'mejs.audio-player': 'Audiolejátszó',
|
30
|
+
'mejs.captions-subtitles': 'Képaláírás/Feliratok',
|
31
|
+
'mejs.captions-chapters': 'Fejezetek',
|
32
|
+
'mejs.none': 'Nincs',
|
33
|
+
'mejs.afrikaans': 'Afrikaans',
|
34
|
+
'mejs.albanian': 'Albán',
|
35
|
+
'mejs.arabic': 'Arab',
|
36
|
+
'mejs.belarusian': 'Belorusz',
|
37
|
+
'mejs.bulgarian': 'Bolgár',
|
38
|
+
'mejs.catalan': 'Katalán',
|
39
|
+
'mejs.chinese': 'Kínai',
|
40
|
+
'mejs.chinese-simplified': 'Kínai (Egyszerűsített)',
|
41
|
+
'mejs.chinese-traditional': 'Kínai (Hagyományos)',
|
42
|
+
'mejs.croatian': 'Horvát',
|
43
|
+
'mejs.czech': 'Cseh',
|
44
|
+
'mejs.danish': 'Dán',
|
45
|
+
'mejs.dutch': 'Holland',
|
46
|
+
'mejs.english': 'Angol',
|
47
|
+
'mejs.estonian': 'Észt',
|
48
|
+
'mejs.filipino': 'Filippínó',
|
49
|
+
'mejs.finnish': 'Finn',
|
50
|
+
'mejs.french': 'Francia',
|
51
|
+
'mejs.galician': 'Galíciai',
|
52
|
+
'mejs.german': 'Német',
|
53
|
+
'mejs.greek': 'Görög',
|
54
|
+
'mejs.haitian-creole': 'Haiti Kreol',
|
55
|
+
'mejs.hebrew': 'Héber',
|
56
|
+
'mejs.hindi': 'Hindi',
|
57
|
+
'mejs.hungarian': 'Magyar',
|
58
|
+
'mejs.icelandic': 'Izlandi',
|
59
|
+
'mejs.indonesian': 'Indonéz',
|
60
|
+
'mejs.irish': 'Ír',
|
61
|
+
'mejs.italian': 'Olasz',
|
62
|
+
'mejs.japanese': 'Japán',
|
63
|
+
'mejs.korean': 'Koreai',
|
64
|
+
'mejs.latvian': 'Lett',
|
65
|
+
'mejs.lithuanian': 'Litván',
|
66
|
+
'mejs.macedonian': 'Macedóniai',
|
67
|
+
'mejs.malay': 'Maláj',
|
68
|
+
'mejs.maltese': 'Máltai',
|
69
|
+
'mejs.norwegian': 'Norvég',
|
70
|
+
'mejs.persian': 'Perzsa',
|
71
|
+
'mejs.polish': 'Lengyel',
|
72
|
+
'mejs.portuguese': 'Portugál',
|
73
|
+
'mejs.romanian': 'Román',
|
74
|
+
'mejs.russian': 'Orosz',
|
75
|
+
'mejs.serbian': 'Szerb',
|
76
|
+
'mejs.slovak': 'Szlovák',
|
77
|
+
'mejs.slovenian': 'Szlovén',
|
78
|
+
'mejs.spanish': 'Spanyol',
|
79
|
+
'mejs.swahili': 'Szuahéli',
|
80
|
+
'mejs.swedish': 'Svéd',
|
81
|
+
'mejs.tagalog': 'Tagalog',
|
82
|
+
'mejs.thai': 'Thai',
|
83
|
+
'mejs.turkish': 'Török',
|
84
|
+
'mejs.ukrainian': 'Ukrán',
|
85
|
+
'mejs.vietnamese': 'Vietnami',
|
86
|
+
'mejs.welsh': 'Walesi',
|
87
|
+
'mejs.yiddish': 'Jiddis'
|
88
|
+
};
|
89
|
+
}
|
90
|
+
})(mejs.i18n);
|
@@ -0,0 +1,90 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Italian
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Jalios (Twitter: @Jalios)
|
8
|
+
* Sascha 'SoftCreatR' Greuel
|
9
|
+
*
|
10
|
+
* @see core/i18n.js
|
11
|
+
*/
|
12
|
+
(function (exports) {
|
13
|
+
if (exports.it === undefined) {
|
14
|
+
exports.it = {
|
15
|
+
'mejs.plural-form': 1,
|
16
|
+
'mejs.download-file': 'Scaricare il file',
|
17
|
+
'mejs.install-flash': 'Stai utilizzando un browser che non dispone di Flash Player abilitato o installato. Accenda il tuo plug-in Flash Player o scarica la versione più recente da https://get.adobe.com/flashplayer/',
|
18
|
+
'mejs.fullscreen': 'Schermo intero',
|
19
|
+
'mejs.play': 'Eseguire',
|
20
|
+
'mejs.pause': 'Pausa',
|
21
|
+
'mejs.time-slider': 'Barra di scorrimento',
|
22
|
+
'mejs.time-help-text': 'Utilizzare i tasti Freccia sinistra/Freccia destra per avanzare di un secondo, Freccia Su/Giù per avanzare dieci secondi.',
|
23
|
+
'mejs.live-broadcast' : 'Trasmissione in diretta',
|
24
|
+
'mejs.volume-help-text': 'Utilizzare i tasti Freccia Su/Giù per aumentare o diminuire il volume.',
|
25
|
+
'mejs.unmute': 'Disattivare muto',
|
26
|
+
'mejs.mute': 'Muto',
|
27
|
+
'mejs.volume-slider': 'Barra del volume',
|
28
|
+
'mejs.video-player': 'Lettore Video',
|
29
|
+
'mejs.audio-player': 'Lettore Audio',
|
30
|
+
'mejs.captions-subtitles': 'Acquisizioni/sottotitoli',
|
31
|
+
'mejs.captions-chapters': 'Capitoli',
|
32
|
+
'mejs.none': 'Nessuno',
|
33
|
+
'mejs.afrikaans': 'Afrikaans',
|
34
|
+
'mejs.albanian': 'Albanese',
|
35
|
+
'mejs.arabic': 'Arabo',
|
36
|
+
'mejs.belarusian': 'Bielorusso',
|
37
|
+
'mejs.bulgarian': 'Bulgaro',
|
38
|
+
'mejs.catalan': 'Catalano',
|
39
|
+
'mejs.chinese': 'Cinese',
|
40
|
+
'mejs.chinese-semplificato': 'Cinese (Semplificato)',
|
41
|
+
'mejs.chinese-traditional': 'Cinese (Tradizionale)',
|
42
|
+
'mejs.croatian': 'Croato',
|
43
|
+
'mejs.czech': 'Ceco',
|
44
|
+
'mejs.danish': 'Danese',
|
45
|
+
'mejs.dutch': 'Olandese',
|
46
|
+
'mejs.english': 'Inglese',
|
47
|
+
'mejs.estonian': 'Estone',
|
48
|
+
'mejs.filipino': 'Filippino',
|
49
|
+
'mejs.finnish': 'Finlandese',
|
50
|
+
'mejs.french': 'Francese',
|
51
|
+
'mejs.galician': 'Galiziano',
|
52
|
+
'mejs.german': 'Tedesco',
|
53
|
+
'mejs.greek': 'Greco',
|
54
|
+
'mejs.haitian-creole': 'Creolo Haitiano',
|
55
|
+
'mejs.hebrew': 'Ebraico',
|
56
|
+
'mejs.hindi': 'Hindi',
|
57
|
+
'mejs.hungarian': 'Ungherese',
|
58
|
+
'mejs.icelandic': 'Islandese',
|
59
|
+
'mejs.indonesian': 'Indonesiano',
|
60
|
+
'mejs.irish': 'Irlandese',
|
61
|
+
'mejs.italian': 'Italiano',
|
62
|
+
'mejs.japanese': 'Giapponese',
|
63
|
+
'mejs.korean': 'Coreano',
|
64
|
+
'mejs.latvian': 'Lettone',
|
65
|
+
'mejs.lithuanian': 'Lituano',
|
66
|
+
'mejs.macedonian': 'Macedone',
|
67
|
+
'mejs.malay': 'Malay',
|
68
|
+
'mejs.maltese': 'Maltese',
|
69
|
+
'mejs.norwegian': 'Norvegese',
|
70
|
+
'mejs.persian': 'Persiano',
|
71
|
+
'mejs.polish': 'Polacco',
|
72
|
+
'mejs.portuguese': 'Portoghese',
|
73
|
+
'mejs.romanian': 'Rumeno',
|
74
|
+
'mejs.russian': 'Russo',
|
75
|
+
'mejs.serbian': 'Serbo',
|
76
|
+
'mejs.slovak': 'Slovacco',
|
77
|
+
'mejs.slovenian': 'Sloveno',
|
78
|
+
'mejs.spanish': 'Spagnolo',
|
79
|
+
'mejs.swahili': 'Swahili',
|
80
|
+
'mejs.swedish': 'Svedese',
|
81
|
+
'mejs.tagalog': 'Tagalog',
|
82
|
+
'mejs.thai': 'Thai',
|
83
|
+
'mejs.turkish': 'Turco',
|
84
|
+
'mejs.ukrainian': 'Ucraino',
|
85
|
+
'mejs.vietnamese': 'Vietnamita',
|
86
|
+
'mejs.welsh': 'Gallese',
|
87
|
+
'mejs.yiddish': 'Yiddish'
|
88
|
+
};
|
89
|
+
}
|
90
|
+
})(mejs.i18n);
|
@@ -0,0 +1,90 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Japanese
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Jalios (Twitter: @Jalios)
|
8
|
+
* Sascha 'SoftCreatR' Greuel
|
9
|
+
*
|
10
|
+
* @see core/i18n.js
|
11
|
+
*/
|
12
|
+
(function (exports) {
|
13
|
+
if (exports.ja === undefined) {
|
14
|
+
exports.ja = {
|
15
|
+
'mejs.plural-form': 0,
|
16
|
+
'mejs.download-file': 'ファイルをダウンロードする',
|
17
|
+
'mejs.install-flash': 'Flash Playerが有効またはインストールされていないブラウザを使用しています。Flash Playerプラグインをオンにするか,https://get.adobe.com/flashplayer/から最新バージョンをダウンロードしてください。',
|
18
|
+
'mejs.fullscreen': '全画面',
|
19
|
+
'mejs.play': '再生',
|
20
|
+
'mejs.pause': '一時停止',
|
21
|
+
'mejs.time-slider': 'タイムスライダー',
|
22
|
+
'mejs.time-help-text': '1秒進めるには左/右矢印をキーを,10秒進めるには上/下矢印を使います。',
|
23
|
+
'mejs.live-broadcast': 'ライブブロードキャスト',
|
24
|
+
'mejs.volume-help-text': '音量を上げたり下げたりするには,上/下矢印を使います。',
|
25
|
+
'mejs.unmute': 'ミュートを解除',
|
26
|
+
'mejs.mute': 'ミュート',
|
27
|
+
'mejs.volume-slider': '音量スライダー',
|
28
|
+
'mejs.video-player': 'ビデオプレーヤー',
|
29
|
+
'mejs.audio-player': 'オーディオプレーヤー',
|
30
|
+
'mejs.captions-subtitles': 'キャプション/字幕',
|
31
|
+
'mejs.captions-chapters': '章',
|
32
|
+
'mejs.none': 'なし',
|
33
|
+
'mejs.afrikaans': 'アフリカーンス語',
|
34
|
+
'mejs.albanian': 'アルバニア語',
|
35
|
+
'mejs.arabic': 'アラビア語',
|
36
|
+
'mejs.belarusian': 'ベラルーシ語',
|
37
|
+
'mejs.bulgarian': 'ブルガリア語',
|
38
|
+
'mejs.catalan': 'カタロニア語',
|
39
|
+
'mejs.chinese': '中国語',
|
40
|
+
'mejs.chinese-simplified': '中国語(簡体字)',
|
41
|
+
'mejs.chinese-traditional': '中国語(繁体字)',
|
42
|
+
'mejs.croatian': 'クロアチア語',
|
43
|
+
'mejs.czech': 'チェコ語',
|
44
|
+
'mejs.danish': 'デンマーク語',
|
45
|
+
'mejs.dutch': 'オランダの',
|
46
|
+
'mejs.english': '英語',
|
47
|
+
'mejs.estonian': 'エストニア語',
|
48
|
+
'mejs.filipino': 'フィリピン人',
|
49
|
+
'mejs.finnish': 'フィンランド語',
|
50
|
+
'mejs.french': 'フランス語',
|
51
|
+
'mejs.galician': 'ガリシア人',
|
52
|
+
'mejs.german': 'ドイツ語',
|
53
|
+
'mejs.greek': 'ギリシャ語',
|
54
|
+
'mejs.haitian-creole': 'ハイチクレオール',
|
55
|
+
'mejs.hebrew': 'ヘブライ語',
|
56
|
+
'mejs.hindi': 'ヒンディー語',
|
57
|
+
'mejs.hungarian': 'ハンガリー語',
|
58
|
+
'mejs.icelandic': 'アイスランド語',
|
59
|
+
'mejs.indonesian': 'インドネシア語',
|
60
|
+
'mejs.irish': 'アイルランド',
|
61
|
+
'mejs.italian': 'イタリア語',
|
62
|
+
'mejs.japanese': '日本語',
|
63
|
+
'mejs.korean': '韓国語',
|
64
|
+
'mejs.latvian': 'ラトビア語',
|
65
|
+
'mejs.lithuanian': 'リトアニア語',
|
66
|
+
'mejs.macedonian': 'マケドニアの',
|
67
|
+
'mejs.malay': 'マレー語',
|
68
|
+
'mejs.maltese': 'マルタ',
|
69
|
+
'mejs.norwegian': 'ノルウェー語',
|
70
|
+
'mejs.persian': 'ペルシア語',
|
71
|
+
'mejs.polish': 'ポーランド語',
|
72
|
+
'mejs.portuguese': 'ポルトガル語',
|
73
|
+
'mejs.romanian': 'ルーマニア語',
|
74
|
+
'mejs.russian': 'ロシア語',
|
75
|
+
'mejs.serbian': 'セルビア語',
|
76
|
+
'mejs.slovak': 'スロバキア語',
|
77
|
+
'mejs.slovenian': 'スロベニア語',
|
78
|
+
'mejs.spanish': 'スペイン語',
|
79
|
+
'mejs.swahili': 'スワヒリ語',
|
80
|
+
'mejs.swedish': 'スウェーデン語',
|
81
|
+
'mejs.tagalog': 'タガログ',
|
82
|
+
'mejs.thai': 'タイ',
|
83
|
+
'mejs.turkish': 'トルコ語',
|
84
|
+
'mejs.ukrainian': 'ウクライナ語',
|
85
|
+
'mejs.vietnamese': 'ベトナム語',
|
86
|
+
'mejs.welsh': 'ウェールズ',
|
87
|
+
'mejs.yiddish': 'イディッシュ'
|
88
|
+
};
|
89
|
+
}
|
90
|
+
})(mejs.i18n);
|
@@ -0,0 +1,90 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Korean
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Jalios (Twitter: @Jalios)
|
8
|
+
* Sascha 'SoftCreatR' Greuel
|
9
|
+
*
|
10
|
+
* @see core/i18n.js
|
11
|
+
*/
|
12
|
+
(function (exports) {
|
13
|
+
if (exports.ko === undefined) {
|
14
|
+
exports.ko = {
|
15
|
+
'mejs.plural-form': 0,
|
16
|
+
'mejs.download-file': '파일 다운로드',
|
17
|
+
'mejs.install-flash': 'Flash Player가 활성화되거나 설치되지 않은 브라우저를 사용 중입니다. 플래시 플레이어 플러그인을 켜거나 https://get.adobe.com/flashplayer/에서 최신 버전을 다운로드하십시오.',
|
18
|
+
'mejs.fullscreen': '전체화면',
|
19
|
+
'mejs.play': '작동',
|
20
|
+
'mejs.pause': '정지',
|
21
|
+
'mejs.time-slider': '시간 슬라이더',
|
22
|
+
'mejs.time-help-text': '1초 전진하려면 좌/우측 화살표를 사용하시고 10초 전진하려면 위/아래 화살표를 사용하세요.',
|
23
|
+
'mejs.live-broadcast' : '생방송',
|
24
|
+
'mejs.volume-help-text': '볼륨을 높이거나 낮추려면 위/아래 화살표를 이용하세요.',
|
25
|
+
'mejs.unmute': '음소거 해제',
|
26
|
+
'mejs.mute': '말 없는',
|
27
|
+
'mejs.volume-slider': '볼륨 슬라이더',
|
28
|
+
'mejs.video-player': '비디오 플레이어',
|
29
|
+
'mejs.audio-player': '오디오 플레이어',
|
30
|
+
'mejs.captions-subtitles': '캡션/자막',
|
31
|
+
'mejs.captions-chapters': '챕터',
|
32
|
+
'mejs.none': '없음',
|
33
|
+
'mejs.afrikaans': '아프리칸스어',
|
34
|
+
'mejs.albanian': '알바니아',
|
35
|
+
'mejs.arabic': '아랍어',
|
36
|
+
'mejs.belarusian': '벨로루시 어',
|
37
|
+
'mejs.bulgarian': '불가리아',
|
38
|
+
'mejs.catalan': '카탈로니아 어',
|
39
|
+
'mejs.chinese': '중국어',
|
40
|
+
'mejs.chinese-simplified': '중국어 (간체)',
|
41
|
+
'mejs.chinese-traditional': '중국어 (번체)',
|
42
|
+
'mejs.croatian': '크로아티아어',
|
43
|
+
'mejs.czech': '체코 어',
|
44
|
+
'mejs.danish': '덴마크어',
|
45
|
+
'mejs.dutch': '네덜란드어',
|
46
|
+
'mejs.english': '영어',
|
47
|
+
'mejs.estonian': '에스토니아',
|
48
|
+
'mejs.filipino': '필리핀',
|
49
|
+
'mejs.finnish': '핀란드어',
|
50
|
+
'mejs.french': '프랑스어',
|
51
|
+
'mejs.galician': '갈리시아인',
|
52
|
+
'mejs.german': '독일어',
|
53
|
+
'mejs.greek': '그리스어',
|
54
|
+
'mejs.haitian-creole': '아이티 크리올',
|
55
|
+
'mejs.hebrew': '히브리어',
|
56
|
+
'mejs.hindi': '힌디어',
|
57
|
+
'mejs.hungarian': '헝가리어',
|
58
|
+
'mejs.icelandic': '아이슬란드 어',
|
59
|
+
'mejs.indonesian': '인도네시아어',
|
60
|
+
'mejs.irish': '아일랜드어',
|
61
|
+
'mejs.italian': '이탈리아어',
|
62
|
+
'mejs.japanese': '일본어',
|
63
|
+
'mejs.korean': '한국어',
|
64
|
+
'mejs.latvian': '라트비아어',
|
65
|
+
'mejs.lithuanian': '리투아니아어',
|
66
|
+
'mejs.macedonian': '마케도니아인',
|
67
|
+
'mejs.malay': '말레이',
|
68
|
+
'mejs.maltese': '몰타어',
|
69
|
+
'mejs.norwegian': '노르웨이어',
|
70
|
+
'mejs.persian': '페르시아어',
|
71
|
+
'mejs.polish': '폴란드어',
|
72
|
+
'mejs.portuguese': '포르투갈어',
|
73
|
+
'mejs.romanian': '루마니아어',
|
74
|
+
'mejs.russian': '러시아어',
|
75
|
+
'mejs.serbian': '세르비아어',
|
76
|
+
'mejs.slovak': '슬로바키아어',
|
77
|
+
'mejs.slovenian': '슬로베니아어',
|
78
|
+
'mejs.spanish': '스페인어',
|
79
|
+
'mejs.swahili': '스와힐리어',
|
80
|
+
'mejs.swedish': '스웨덴어',
|
81
|
+
'mejs.tagalog': '타갈로그어',
|
82
|
+
'mejs.thai': '태국어',
|
83
|
+
'mejs.turkish': '터키어',
|
84
|
+
'mejs.ukrainian': '우크라이나어',
|
85
|
+
'mejs.vietnamese': '베트남인',
|
86
|
+
'mejs.welsh': '웨일스 어',
|
87
|
+
'mejs.yiddish': '이디시어'
|
88
|
+
};
|
89
|
+
}
|
90
|
+
})(mejs.i18n);
|
@@ -0,0 +1,91 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Dutch
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Leonard de Ruijter, Twitter: @LeonarddR
|
8
|
+
* Jalios (Twitter: @Jalios)
|
9
|
+
* Sascha 'SoftCreatR' Greuel
|
10
|
+
*
|
11
|
+
* @see core/i18n.js
|
12
|
+
*/
|
13
|
+
(function (exports) {
|
14
|
+
if (exports.nl === undefined) {
|
15
|
+
exports.nl = {
|
16
|
+
'mejs.plural-form': 1,
|
17
|
+
'mejs.download-file': 'Bestand downloaden',
|
18
|
+
'mejs.install-flash': 'U gebruikt een browser die geen Flash Player heeft ingeschakeld of geïnstalleerd. Zet de Flash Player plug-in of download de nieuwste versie van https://get.adobe.com/flashplayer/',
|
19
|
+
'mejs.fullscreen': 'Volledig scherm',
|
20
|
+
'mejs.play': 'Afspelen',
|
21
|
+
'mejs.pause': 'Pauzeren',
|
22
|
+
'mejs.time-slider': 'Tijd schuifbalk',
|
23
|
+
'mejs.time-help-text': 'Gebruik pijl naar links/rechts om per seconde te springen, pijl omhoog/omlaag om per tien seconden te springen.',
|
24
|
+
'mejs.live-broadcast' : 'Live uitzending',
|
25
|
+
'mejs.volume-help-text': 'Gebruik pijl omhoog/omlaag om het volume te verhogen/verlagen.',
|
26
|
+
'mejs.unmute': 'Dempen opheffen',
|
27
|
+
'mejs.mute': 'Dempen',
|
28
|
+
'mejs.volume-slider': 'Volume schuifbalk',
|
29
|
+
'mejs.video-player': 'Videospeler',
|
30
|
+
'mejs.audio-player': 'Audiospeler',
|
31
|
+
'mejs.captions-subtitles': 'Bijschriften/ondertiteling',
|
32
|
+
'mejs.captions-chapters': 'Hoofdstukken',
|
33
|
+
'mejs.none': 'Geen',
|
34
|
+
'mejs.afrikaans': 'Afrikaans',
|
35
|
+
'mejs.albanian': 'Albanees',
|
36
|
+
'mejs.arabic': 'Arabisch',
|
37
|
+
'mejs.belarusian': 'Wit-Russisch',
|
38
|
+
'mejs.bulgarian': 'Bulgaars',
|
39
|
+
'mejs.catalan': 'Catalaans',
|
40
|
+
'mejs.chinese': 'Chinees',
|
41
|
+
'mejs.chinese-simplified': 'Chinees (Vereenvoudigd)',
|
42
|
+
'mejs.chinese-traditional': 'Chinees (Traditioneel)',
|
43
|
+
'mejs.croatian': 'Kroatisch',
|
44
|
+
'mejs.czech': 'Tsjechisch',
|
45
|
+
'mejs.danish': 'Deens',
|
46
|
+
'mejs.dutch': 'Nederlands',
|
47
|
+
'mejs.english': 'Engels',
|
48
|
+
'mejs.estonian': 'Estlands',
|
49
|
+
'mejs.filipino': 'Filipijns',
|
50
|
+
'mejs.finnish': 'Finse',
|
51
|
+
'mejs.french': 'Frans',
|
52
|
+
'mejs.galician': 'Galicisch',
|
53
|
+
'mejs.german': 'Duits',
|
54
|
+
'mejs.greek': 'Grieks',
|
55
|
+
'mejs.haitian-creole': 'Haïtiaanse Creoolse',
|
56
|
+
'mejs.hebrew': 'Hebreeuws',
|
57
|
+
'mejs.hindi': 'Hindi',
|
58
|
+
'mejs.hungarian': 'Hongaars',
|
59
|
+
'mejs.icelandic': 'Icelandic',
|
60
|
+
'mejs.indonesian': 'Indonesisch',
|
61
|
+
'mejs.irish': 'Iers',
|
62
|
+
'mejs.italian': 'Italiaans',
|
63
|
+
'mejs.japanese': 'Japans',
|
64
|
+
'mejs.korean': 'Koreaans',
|
65
|
+
'mejs.latvian': 'Letlands',
|
66
|
+
'mejs.lithuanian': 'Litouws',
|
67
|
+
'mejs.macedonian': 'Macedonisch',
|
68
|
+
'mejs.malay': 'Maleis',
|
69
|
+
'mejs.maltese': 'Maltese',
|
70
|
+
'mejs.norwegian': 'Noors',
|
71
|
+
'mejs.persian': 'Perzisch',
|
72
|
+
'mejs.polish': 'Pools',
|
73
|
+
'mejs.portuguese': 'Portugees',
|
74
|
+
'mejs.romanian': 'Roemeens',
|
75
|
+
'mejs.russian': 'Russisch',
|
76
|
+
'mejs.serbian': 'Servisch',
|
77
|
+
'mejs.slovak': 'Slowaaks',
|
78
|
+
'mejs.slovenian': 'Sloveens',
|
79
|
+
'mejs.spanish': 'Spaans',
|
80
|
+
'mejs.swahili': 'Swahili',
|
81
|
+
'mejs.swedish': 'Zweeds',
|
82
|
+
'mejs.tagalog': 'Tagalog',
|
83
|
+
'mejs.thai': 'Thai',
|
84
|
+
'mejs.turkish': 'Turks',
|
85
|
+
'mejs.ukrainian': 'Oekraïens',
|
86
|
+
'mejs.vietnamese': 'Vietnamese',
|
87
|
+
'mejs.welsh': 'Welsh',
|
88
|
+
'mejs.yiddish': 'Jiddisch'
|
89
|
+
};
|
90
|
+
}
|
91
|
+
})(mejs.i18n);
|
@@ -0,0 +1,90 @@
|
|
1
|
+
'use strict';/*!
|
2
|
+
* This is a `i18n` language object.
|
3
|
+
*
|
4
|
+
* Polish
|
5
|
+
*
|
6
|
+
* @author
|
7
|
+
* Jalios (Twitter: @Jalios)
|
8
|
+
* Sascha Greuel (Twitter: @SoftCreatR)
|
9
|
+
*
|
10
|
+
* @see core/i18n.js
|
11
|
+
*/
|
12
|
+
(function (exports) {
|
13
|
+
if (exports.pl === undefined) {
|
14
|
+
exports.pl = {
|
15
|
+
'mejs.plural-form': 9,
|
16
|
+
'mejs.download-file': 'Pobierz plik',
|
17
|
+
'mejs.install-flash': 'Twoja przeglądarka nie ma włączonej lub zainstalowanej wtyczki Flash Player. Prosimy ją włączyć lub pobrać najnowszą wersję ze strony https://get.adobe.com/flashplayer/',
|
18
|
+
'mejs.fullscreen': 'Pełny ekran',
|
19
|
+
'mejs.play': 'Odtwarzaj',
|
20
|
+
'mejs.pause': 'Wstrzymaj',
|
21
|
+
'mejs.time-slider': 'Suwak czasu',
|
22
|
+
'mejs.time-help-text': 'Strzałki w lewo/w prawo powodują przewijanie o sekundę, strzałki w górę/w dół o dziesięć sekund.',
|
23
|
+
'mejs.live-broadcast': 'Transmisja na żywo',
|
24
|
+
'mejs.volume-help-text': 'Aby zwiększyć lub zmniejszyć głośność, użyj strzałek w górę/w dół.',
|
25
|
+
'mejs.unmute': 'Wyłącz wyciszenie',
|
26
|
+
'mejs.mute': 'Wycisz',
|
27
|
+
'mejs.volume-slider': 'Suwak głośności',
|
28
|
+
'mejs.video-player': 'Odtwarzacz wideo',
|
29
|
+
'mejs.audio-player': 'Odtwarzacz audio',
|
30
|
+
'mejs.captions-subtitles': 'Podpisy/napisy',
|
31
|
+
'mejs.captions-chapters': 'Rozdziały',
|
32
|
+
'mejs.none': 'Brak',
|
33
|
+
'mejs.afrikaans': 'Afrykański',
|
34
|
+
'mejs.albanian': 'Albański',
|
35
|
+
'mejs.arabic': 'Arabski',
|
36
|
+
'mejs.belarusian': 'Białoruski',
|
37
|
+
'mejs.bulgarian': 'Bułgarski',
|
38
|
+
'mejs.catalan': 'Kataloński',
|
39
|
+
'mejs.chinese': 'Chiński',
|
40
|
+
'mejs.chinese-simplified': 'Chiński (uproszczony)',
|
41
|
+
'mejs.chinese-traditional': 'Chiński (tradycyjny)',
|
42
|
+
'mejs.croatian': 'Chorwacki',
|
43
|
+
'mejs.czech': 'Czeski',
|
44
|
+
'mejs.danish': 'Duński',
|
45
|
+
'mejs.dutch': 'Holenderski',
|
46
|
+
'mejs.english': 'Angielski',
|
47
|
+
'mejs.estonian': 'Estoński',
|
48
|
+
'mejs.filipino': 'Filipiński',
|
49
|
+
'mejs.finnish': 'Fiński',
|
50
|
+
'mejs.french': 'Francuski',
|
51
|
+
'mejs.galician': 'Galicyjski',
|
52
|
+
'mejs.german': 'Niemiecki',
|
53
|
+
'mejs.greek': 'Grecki',
|
54
|
+
'mejs.haitian-creole': 'Haitański',
|
55
|
+
'mejs.hebrew': 'Hebrajski',
|
56
|
+
'mejs.hindi': 'Hinduski',
|
57
|
+
'mejs.hungarian': 'Węgierski',
|
58
|
+
'mejs.icelandic': 'Islandzki',
|
59
|
+
'mejs.indonesian': 'Indonezyjski',
|
60
|
+
'mejs.irish': 'Irlandzki',
|
61
|
+
'mejs.italian': 'Włoski',
|
62
|
+
'mejs.japanese': 'Japoński',
|
63
|
+
'mejs.korean': 'Koreański',
|
64
|
+
'mejs.latvian': 'Łotewski',
|
65
|
+
'mejs.lithuanian': 'Litewski',
|
66
|
+
'mejs.macedonian': 'Macedoński',
|
67
|
+
'mejs.malay': 'Malajski',
|
68
|
+
'mejs.maltese': 'Maltański',
|
69
|
+
'mejs.norwegian': 'Norweski',
|
70
|
+
'mejs.persian': 'Perski',
|
71
|
+
'mejs.polish': 'Polski',
|
72
|
+
'mejs.portuguese': 'Portugalski',
|
73
|
+
'mejs.romanian': 'Rumuński',
|
74
|
+
'mejs.russian': 'Rosyjski',
|
75
|
+
'mejs.serbian': 'Serbski',
|
76
|
+
'mejs.slovak': 'Słowacki',
|
77
|
+
'mejs.slovenian': 'Słoweński',
|
78
|
+
'mejs.spanish': 'Hiszpański',
|
79
|
+
'mejs.swahili': 'Suahili',
|
80
|
+
'mejs.swedish': 'Szwedzki',
|
81
|
+
'mejs.tagalog': 'Tagalski',
|
82
|
+
'mejs.thai': 'Tajski',
|
83
|
+
'mejs.turkish': 'Turecki',
|
84
|
+
'mejs.ukrainian': 'Ukraiński',
|
85
|
+
'mejs.vietnamese': 'Wietnamski',
|
86
|
+
'mejs.welsh': 'Walijski',
|
87
|
+
'mejs.yiddish': 'Jidysz'
|
88
|
+
};
|
89
|
+
}
|
90
|
+
})(mejs.i18n);
|