videojs-ng 6.2.7

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.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/Gemfile +6 -0
  4. data/LICENSE +13 -0
  5. data/README.md +98 -0
  6. data/Rakefile +2 -0
  7. data/lib/videojs/ng.rb +8 -0
  8. data/lib/videojs/ng/version.rb +5 -0
  9. data/vendor/LICENSE +13 -0
  10. data/vendor/assets/fonts/VideoJS.eot +0 -0
  11. data/vendor/assets/fonts/VideoJS.svg +102 -0
  12. data/vendor/assets/fonts/VideoJS.ttf +0 -0
  13. data/vendor/assets/fonts/VideoJS.woff +0 -0
  14. data/vendor/assets/javascripts/video-ie8.js +2600 -0
  15. data/vendor/assets/javascripts/video-lang.js +1 -0
  16. data/vendor/assets/javascripts/video-lang/ar.js +34 -0
  17. data/vendor/assets/javascripts/video-lang/ba.js +26 -0
  18. data/vendor/assets/javascripts/video-lang/bg.js +26 -0
  19. data/vendor/assets/javascripts/video-lang/ca.js +26 -0
  20. data/vendor/assets/javascripts/video-lang/cs.js +26 -0
  21. data/vendor/assets/javascripts/video-lang/da.js +26 -0
  22. data/vendor/assets/javascripts/video-lang/de.js +84 -0
  23. data/vendor/assets/javascripts/video-lang/el.js +40 -0
  24. data/vendor/assets/javascripts/video-lang/en.js +84 -0
  25. data/vendor/assets/javascripts/video-lang/es.js +27 -0
  26. data/vendor/assets/javascripts/video-lang/fa.js +26 -0
  27. data/vendor/assets/javascripts/video-lang/fi.js +26 -0
  28. data/vendor/assets/javascripts/video-lang/fr.js +84 -0
  29. data/vendor/assets/javascripts/video-lang/gl.js +27 -0
  30. data/vendor/assets/javascripts/video-lang/hr.js +26 -0
  31. data/vendor/assets/javascripts/video-lang/hu.js +26 -0
  32. data/vendor/assets/javascripts/video-lang/it.js +26 -0
  33. data/vendor/assets/javascripts/video-lang/ja.js +26 -0
  34. data/vendor/assets/javascripts/video-lang/ko.js +26 -0
  35. data/vendor/assets/javascripts/video-lang/nb.js +26 -0
  36. data/vendor/assets/javascripts/video-lang/nl.js +37 -0
  37. data/vendor/assets/javascripts/video-lang/nn.js +26 -0
  38. data/vendor/assets/javascripts/video-lang/pl.js +34 -0
  39. data/vendor/assets/javascripts/video-lang/pt-BR.js +26 -0
  40. data/vendor/assets/javascripts/video-lang/pt-PT.js +41 -0
  41. data/vendor/assets/javascripts/video-lang/ru.js +40 -0
  42. data/vendor/assets/javascripts/video-lang/sk.js +84 -0
  43. data/vendor/assets/javascripts/video-lang/sr.js +26 -0
  44. data/vendor/assets/javascripts/video-lang/sv.js +26 -0
  45. data/vendor/assets/javascripts/video-lang/tr.js +76 -0
  46. data/vendor/assets/javascripts/video-lang/uk.js +40 -0
  47. data/vendor/assets/javascripts/video-lang/vi.js +41 -0
  48. data/vendor/assets/javascripts/video-lang/zh-CN.js +40 -0
  49. data/vendor/assets/javascripts/video-lang/zh-TW.js +40 -0
  50. data/vendor/assets/javascripts/video-novtt.js +23012 -0
  51. data/vendor/assets/javascripts/video.js +24838 -0
  52. data/vendor/assets/stylesheets/video-cdn.css +1389 -0
  53. data/vendor/assets/stylesheets/video.css.erb +1401 -0
  54. data/videojs-ng.gemspec +26 -0
  55. metadata +126 -0
@@ -0,0 +1 @@
1
+ //= require_directory ./video-lang
@@ -0,0 +1,34 @@
1
+ videojs.addLanguage("ar",{
2
+ "Play": "تشغيل",
3
+ "Pause": "إيقاف",
4
+ "Current Time": "الوقت الحالي",
5
+ "Duration Time": "مدة",
6
+ "Remaining Time": "الوقت المتبقي",
7
+ "Stream Type": "نوع التيار",
8
+ "LIVE": "مباشر",
9
+ "Loaded": "تم التحميل",
10
+ "Progress": "التقدم",
11
+ "Fullscreen": "ملء الشاشة",
12
+ "Non-Fullscreen": "تعطيل ملء الشاشة",
13
+ "Mute": "صامت",
14
+ "Unmute": "غير الصامت",
15
+ "Playback Rate": "معدل التشغيل",
16
+ "Subtitles": "الترجمة",
17
+ "subtitles off": "إيقاف الترجمة",
18
+ "Captions": "التعليقات",
19
+ "captions off": "إيقاف التعليقات",
20
+ "Chapters": "فصول",
21
+ "You aborted the media playback": "لقد ألغيت تشغيل الفيديو",
22
+ "A network error caused the media download to fail part-way.": "تسبب خطأ في الشبكة بفشل تحميل الفيديو بالكامل.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "لا يمكن تحميل الفيديو بسبب فشل في الخادوم أو الشبكة ، أو فشل بسبب عدم إمكانية قراءة تنسيق الفيديو.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "تم إيقاف تشغيل الفيديو بسبب مشكلة فساد أو لأن الفيديو المستخدم يستخدم ميزات غير مدعومة من متصفحك.",
25
+ "No compatible source was found for this media.": "فشل العثور على أي مصدر متوافق مع هذا الفيديو.",
26
+ "Play Video": "تشغيل الفيديو",
27
+ "Close": "أغلق",
28
+ "Modal Window": "نافذة مشروطة",
29
+ "This is a modal window": "هذه نافذة مشروطة",
30
+ "This modal can be closed by pressing the Escape key or activating the close button.": "يمكن غلق هذه النافذة المشروطة عن طريق الضغط على زر الخروج أو تفعيل زر الإغلاق",
31
+ ", opens captions settings dialog": ", تفتح نافذة خيارات التعليقات",
32
+ ", opens subtitles settings dialog": ", تفتح نافذة خيارات الترجمة",
33
+ ", selected": ", مختار"
34
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("ba",{
2
+ "Play": "Pusti",
3
+ "Pause": "Pauza",
4
+ "Current Time": "Trenutno vrijeme",
5
+ "Duration Time": "Vrijeme trajanja",
6
+ "Remaining Time": "Preostalo vrijeme",
7
+ "Stream Type": "Način strimovanja",
8
+ "LIVE": "UŽIVO",
9
+ "Loaded": "Učitan",
10
+ "Progress": "Progres",
11
+ "Fullscreen": "Puni ekran",
12
+ "Non-Fullscreen": "Mali ekran",
13
+ "Mute": "Prigušen",
14
+ "Unmute": "Ne-prigušen",
15
+ "Playback Rate": "Stopa reprodukcije",
16
+ "Subtitles": "Podnaslov",
17
+ "subtitles off": "Podnaslov deaktiviran",
18
+ "Captions": "Titlovi",
19
+ "captions off": "Titlovi deaktivirani",
20
+ "Chapters": "Poglavlja",
21
+ "You aborted the media playback": "Isključili ste reprodukciju videa.",
22
+ "A network error caused the media download to fail part-way.": "Video se prestao preuzimati zbog greške na mreži.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Video se ne može reproducirati zbog servera, greške u mreži ili je format ne podržan.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Reprodukcija videa je zaustavljenja zbog greške u formatu ili zbog verzije vašeg pretraživača.",
25
+ "No compatible source was found for this media.": "Nije nađen nijedan kompatibilan izvor ovog videa."
26
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("bg",{
2
+ "Play": "Възпроизвеждане",
3
+ "Pause": "Пауза",
4
+ "Current Time": "Текущо време",
5
+ "Duration Time": "Продължителност",
6
+ "Remaining Time": "Оставащо време",
7
+ "Stream Type": "Тип на потока",
8
+ "LIVE": "НА ЖИВО",
9
+ "Loaded": "Заредено",
10
+ "Progress": "Прогрес",
11
+ "Fullscreen": "Цял екран",
12
+ "Non-Fullscreen": "Спиране на цял екран",
13
+ "Mute": "Без звук",
14
+ "Unmute": "Със звук",
15
+ "Playback Rate": "Скорост на възпроизвеждане",
16
+ "Subtitles": "Субтитри",
17
+ "subtitles off": "Спряни субтитри",
18
+ "Captions": "Аудио надписи",
19
+ "captions off": "Спряни аудио надписи",
20
+ "Chapters": "Глави",
21
+ "You aborted the media playback": "Спряхте възпроизвеждането на видеото",
22
+ "A network error caused the media download to fail part-way.": "Грешка в мрежата провали изтеглянето на видеото.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Видеото не може да бъде заредено заради проблем със сървъра или мрежата или защото този формат не е поддържан.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Възпроизвеждането на видеото беше прекъснато заради проблем с файла или защото видеото използва опции които браузърът Ви не поддържа.",
25
+ "No compatible source was found for this media.": "Не беше намерен съвместим източник за това видео."
26
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("ca",{
2
+ "Play": "Reproducció",
3
+ "Pause": "Pausa",
4
+ "Current Time": "Temps reproduït",
5
+ "Duration Time": "Durada total",
6
+ "Remaining Time": "Temps restant",
7
+ "Stream Type": "Tipus de seqüència",
8
+ "LIVE": "EN DIRECTE",
9
+ "Loaded": "Carregat",
10
+ "Progress": "Progrés",
11
+ "Fullscreen": "Pantalla completa",
12
+ "Non-Fullscreen": "Pantalla no completa",
13
+ "Mute": "Silencia",
14
+ "Unmute": "Amb so",
15
+ "Playback Rate": "Velocitat de reproducció",
16
+ "Subtitles": "Subtítols",
17
+ "subtitles off": "Subtítols desactivats",
18
+ "Captions": "Llegendes",
19
+ "captions off": "Llegendes desactivades",
20
+ "Chapters": "Capítols",
21
+ "You aborted the media playback": "Heu interromput la reproducció del vídeo.",
22
+ "A network error caused the media download to fail part-way.": "Un error de la xarxa ha interromput la baixada del vídeo.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "No s'ha pogut carregar el vídeo perquè el servidor o la xarxa han fallat, o bé perquè el seu format no és compatible.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducció de vídeo s'ha interrumput per un problema de corrupció de dades o bé perquè el vídeo demanava funcions que el vostre navegador no ofereix.",
25
+ "No compatible source was found for this media.": "No s'ha trobat cap font compatible amb el vídeo."
26
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("cs",{
2
+ "Play": "Přehrát",
3
+ "Pause": "Pauza",
4
+ "Current Time": "Aktuální čas",
5
+ "Duration Time": "Doba trvání",
6
+ "Remaining Time": "Zbývající čas",
7
+ "Stream Type": "Stream Type",
8
+ "LIVE": "ŽIVĚ",
9
+ "Loaded": "Načteno",
10
+ "Progress": "Stav",
11
+ "Fullscreen": "Celá obrazovka",
12
+ "Non-Fullscreen": "Zmenšená obrazovka",
13
+ "Mute": "Ztlumit zvuk",
14
+ "Unmute": "Přehrát zvuk",
15
+ "Playback Rate": "Rychlost přehrávání",
16
+ "Subtitles": "Titulky",
17
+ "subtitles off": "Titulky vypnuty",
18
+ "Captions": "Popisky",
19
+ "captions off": "Popisky vypnuty",
20
+ "Chapters": "Kapitoly",
21
+ "You aborted the media playback": "Přehrávání videa je přerušeno.",
22
+ "A network error caused the media download to fail part-way.": "Video nemohlo být načteno, kvůli chybě v síti.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Video nemohlo být načteno, buď kvůli chybě serveru nebo sítě nebo proto, že daný formát není podporován.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Váš prohlížeč nepodporuje formát videa.",
25
+ "No compatible source was found for this media.": "Špatně zadaný zdroj videa."
26
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("da",{
2
+ "Play": "Afspil",
3
+ "Pause": "Pause",
4
+ "Current Time": "Aktuel tid",
5
+ "Duration Time": "Varighed",
6
+ "Remaining Time": "Resterende tid",
7
+ "Stream Type": "Stream-type",
8
+ "LIVE": "LIVE",
9
+ "Loaded": "Indlæst",
10
+ "Progress": "Status",
11
+ "Fullscreen": "Fuldskærm",
12
+ "Non-Fullscreen": "Luk fuldskærm",
13
+ "Mute": "Uden lyd",
14
+ "Unmute": "Med lyd",
15
+ "Playback Rate": "Afspilningsrate",
16
+ "Subtitles": "Undertekster",
17
+ "subtitles off": "Uden undertekster",
18
+ "Captions": "Undertekster for hørehæmmede",
19
+ "captions off": "Uden undertekster for hørehæmmede",
20
+ "Chapters": "Kapitler",
21
+ "You aborted the media playback": "Du afbrød videoafspilningen.",
22
+ "A network error caused the media download to fail part-way.": "En netværksfejl fik download af videoen til at fejle.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Videoen kunne ikke indlæses, enten fordi serveren eller netværket fejlede, eller fordi formatet ikke er understøttet.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Videoafspilningen blev afbrudt på grund af ødelagte data eller fordi videoen benyttede faciliteter som din browser ikke understøtter.",
25
+ "No compatible source was found for this media.": "Fandt ikke en kompatibel kilde for denne media."
26
+ });
@@ -0,0 +1,84 @@
1
+ videojs.addLanguage("de",{
2
+ "Play": "Wiedergabe",
3
+ "Pause": "Pause",
4
+ "Replay": "Erneut abspielen",
5
+ "Current Time": "Aktueller Zeitpunkt",
6
+ "Duration Time": "Dauer",
7
+ "Remaining Time": "Verbleibende Zeit",
8
+ "Stream Type": "Streamtyp",
9
+ "LIVE": "LIVE",
10
+ "Loaded": "Geladen",
11
+ "Progress": "Status",
12
+ "Fullscreen": "Vollbild",
13
+ "Non-Fullscreen": "Kein Vollbild",
14
+ "Mute": "Ton aus",
15
+ "Unmute": "Ton ein",
16
+ "Playback Rate": "Wiedergabegeschwindigkeit",
17
+ "Subtitles": "Untertitel",
18
+ "subtitles off": "Untertitel aus",
19
+ "Captions": "Untertitel",
20
+ "captions off": "Untertitel aus",
21
+ "Chapters": "Kapitel",
22
+ "You aborted the media playback": "Sie haben die Videowiedergabe abgebrochen.",
23
+ "A network error caused the media download to fail part-way.": "Der Videodownload ist aufgrund eines Netzwerkfehlers fehlgeschlagen.",
24
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Das Video konnte nicht geladen werden, da entweder ein Server- oder Netzwerkfehler auftrat oder das Format nicht unterstützt wird.",
25
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Die Videowiedergabe wurde entweder wegen eines Problems mit einem beschädigten Video oder wegen verwendeten Funktionen, die vom Browser nicht unterstützt werden, abgebrochen.",
26
+ "No compatible source was found for this media.": "Für dieses Video wurde keine kompatible Quelle gefunden.",
27
+ "Play Video": "Video abspielen",
28
+ "Close": "Schließen",
29
+ "Modal Window": "Modales Fenster",
30
+ "This is a modal window": "Dies ist ein modales Fenster",
31
+ "This modal can be closed by pressing the Escape key or activating the close button.": "Durch Drücken der Esc-Taste bzw. Betätigung der Schaltfläche \"Schließen\" wird dieses modale Fenster geschlossen.",
32
+ ", opens captions settings dialog": ", öffnet Einstellungen für Untertitel",
33
+ ", opens subtitles settings dialog": ", öffnet Einstellungen für Untertitel",
34
+ ", selected": ", ausgewählt",
35
+ "captions settings": "Untertiteleinstellungen",
36
+ "subtitles settings": "Untertiteleinstellungen",
37
+ "descriptions settings": "Einstellungen für Beschreibungen",
38
+ "Close Modal Dialog": "Modales Fenster schließen",
39
+ "Descriptions": "Beschreibungen",
40
+ "descriptions off": "Beschreibungen aus",
41
+ "The media is encrypted and we do not have the keys to decrypt it.": "Die Entschlüsselungsschlüssel für den verschlüsselten Medieninhalt sind nicht verfügbar.",
42
+ ", opens descriptions settings dialog": ", öffnet Einstellungen für Beschreibungen",
43
+ "Audio Track": "Tonspur",
44
+ "Text": "Schrift",
45
+ "White": "Weiß",
46
+ "Black": "Schwarz",
47
+ "Red": "Rot",
48
+ "Green": "Grün",
49
+ "Blue": "Blau",
50
+ "Yellow": "Gelb",
51
+ "Magenta": "Magenta",
52
+ "Cyan": "Türkis",
53
+ "Background": "Hintergrund",
54
+ "Window": "Fenster",
55
+ "Transparent": "Durchsichtig",
56
+ "Semi-Transparent": "Halbdurchsichtig",
57
+ "Opaque": "Undurchsictig",
58
+ "Font Size": "Schriftgröße",
59
+ "Text Edge Style": "Textkantenstil",
60
+ "None": "Kein",
61
+ "Raised": "Erhoben",
62
+ "Depressed": "Gedrückt",
63
+ "Uniform": "Uniform",
64
+ "Dropshadow": "Schlagschatten",
65
+ "Font Family": "Schristfamilie",
66
+ "Proportional Sans-Serif": "Proportionale Sans-Serif",
67
+ "Monospace Sans-Serif": "Monospace Sans-Serif",
68
+ "Proportional Serif": "Proportionale Serif",
69
+ "Monospace Serif": "Monospace Serif",
70
+ "Casual": "Zwanglos",
71
+ "Script": "Schreibeschrift",
72
+ "Small Caps": "Small-Caps",
73
+ "Reset": "Zurücksetzen",
74
+ "restore all settings to the default values": "Alle Einstellungen auf die Standardwerte zurücksetzen",
75
+ "Done": "Fertig",
76
+ "Caption Settings Dialog": "Einstellungsdialog für Untertitel",
77
+ "Beginning of dialog window. Escape will cancel and close the window.": "Anfang des Dialogfensters. Esc bricht ab und schließt das Fenster.",
78
+ "End of dialog window.": "Ende des Dialogfensters.",
79
+ "Audio Player": "Audio-Player",
80
+ "Video Player": "Video-Player",
81
+ "Progress Bar": "Forschrittsbalken",
82
+ "progress bar timing: currentTime={1} duration={2}": "{1} von {2}",
83
+ "Volume Level": "Lautstärkestufe"
84
+ });
@@ -0,0 +1,40 @@
1
+ videojs.addLanguage("el",{
2
+ "Play": "Aναπαραγωγή",
3
+ "Pause": "Παύση",
4
+ "Current Time": "Τρέχων χρόνος",
5
+ "Duration Time": "Συνολικός χρόνος",
6
+ "Remaining Time": "Υπολοιπόμενος χρόνος",
7
+ "Stream Type": "Τύπος ροής",
8
+ "LIVE": "ΖΩΝΤΑΝΑ",
9
+ "Loaded": "Φόρτωση επιτυχής",
10
+ "Progress": "Πρόοδος",
11
+ "Fullscreen": "Πλήρης οθόνη",
12
+ "Non-Fullscreen": "Έξοδος από πλήρη οθόνη",
13
+ "Mute": "Σίγαση",
14
+ "Unmute": "Kατάργηση σίγασης",
15
+ "Playback Rate": "Ρυθμός αναπαραγωγής",
16
+ "Subtitles": "Υπότιτλοι",
17
+ "subtitles off": "απόκρυψη υπότιτλων",
18
+ "Captions": "Λεζάντες",
19
+ "captions off": "απόκρυψη λεζάντων",
20
+ "Chapters": "Κεφάλαια",
21
+ "Close Modal Dialog": "Κλείσιμο παραθύρου",
22
+ "Descriptions": "Περιγραφές",
23
+ "descriptions off": "απόκρυψη περιγραφών",
24
+ "Audio Track": "Ροή ήχου",
25
+ "You aborted the media playback": "Ακυρώσατε την αναπαραγωγή",
26
+ "A network error caused the media download to fail part-way.": "Ένα σφάλμα δικτύου προκάλεσε την αποτυχία μεταφόρτωσης του αρχείου προς αναπαραγωγή.",
27
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Το αρχείο προς αναπαραγωγή δεν ήταν δυνατό να φορτωθεί είτε γιατί υπήρξε σφάλμα στον διακομιστή ή το δίκτυο, είτε γιατί ο τύπος του αρχείου δεν υποστηρίζεται.",
28
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Η αναπαραγωγή ακυρώθηκε είτε λόγω κατεστραμμένου αρχείου, είτε γιατί το αρχείο απαιτεί λειτουργίες που δεν υποστηρίζονται από το πρόγραμμα περιήγησης που χρησιμοποιείτε.",
29
+ "No compatible source was found for this media.": "Δεν βρέθηκε συμβατή πηγή αναπαραγωγής για το συγκεκριμένο αρχείο.",
30
+ "The media is encrypted and we do not have the keys to decrypt it.": "Το αρχείο προς αναπαραγωγή είναι κρυπτογραφημένo και δεν υπάρχουν τα απαραίτητα κλειδιά αποκρυπτογράφησης.",
31
+ "Play Video": "Αναπαραγωγή βίντεο",
32
+ "Close": "Κλείσιμο",
33
+ "Modal Window": "Aναδυόμενο παράθυρο",
34
+ "This is a modal window": "Το παρών είναι ένα αναδυόμενο παράθυρο",
35
+ "This modal can be closed by pressing the Escape key or activating the close button.": "Αυτό το παράθυρο μπορεί να εξαφανιστεί πατώντας το πλήκτρο Escape ή πατώντας το κουμπί κλεισίματος.",
36
+ ", opens captions settings dialog": ", εμφανίζει τις ρυθμίσεις για τις λεζάντες",
37
+ ", opens subtitles settings dialog": ", εμφανίζει τις ρυθμίσεις για τους υπότιτλους",
38
+ ", opens descriptions settings dialog": ", εμφανίζει τις ρυθμίσεις για τις περιγραφές",
39
+ ", selected": ", επιλεγμένο"
40
+ });
@@ -0,0 +1,84 @@
1
+ videojs.addLanguage("en",{
2
+ "Audio Player": "Audio Player",
3
+ "Video Player": "Video Player",
4
+ "Play": "Play",
5
+ "Pause": "Pause",
6
+ "Replay": "Replay",
7
+ "Current Time": "Current Time",
8
+ "Duration Time": "Duration Time",
9
+ "Remaining Time": "Remaining Time",
10
+ "Stream Type": "Stream Type",
11
+ "LIVE": "LIVE",
12
+ "Loaded": "Loaded",
13
+ "Progress": "Progress",
14
+ "Progress Bar": "Progress Bar",
15
+ "progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
16
+ "Fullscreen": "Fullscreen",
17
+ "Non-Fullscreen": "Non-Fullscreen",
18
+ "Mute": "Mute",
19
+ "Unmute": "Unmute",
20
+ "Playback Rate": "Playback Rate",
21
+ "Subtitles": "Subtitles",
22
+ "subtitles off": "subtitles off",
23
+ "Captions": "Captions",
24
+ "captions off": "captions off",
25
+ "Chapters": "Chapters",
26
+ "Descriptions": "Descriptions",
27
+ "descriptions off": "descriptions off",
28
+ "Audio Track": "Audio Track",
29
+ "Volume Level": "Volume Level",
30
+ "You aborted the media playback": "You aborted the media playback",
31
+ "A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
32
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "The media could not be loaded, either because the server or network failed or because the format is not supported.",
33
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",
34
+ "No compatible source was found for this media.": "No compatible source was found for this media.",
35
+ "The media is encrypted and we do not have the keys to decrypt it.": "The media is encrypted and we do not have the keys to decrypt it.",
36
+ "Play Video": "Play Video",
37
+ "Close": "Close",
38
+ "Close Modal Dialog": "Close Modal Dialog",
39
+ "Modal Window": "Modal Window",
40
+ "This is a modal window": "This is a modal window",
41
+ "This modal can be closed by pressing the Escape key or activating the close button.": "This modal can be closed by pressing the Escape key or activating the close button.",
42
+ ", opens captions settings dialog": ", opens captions settings dialog",
43
+ ", opens subtitles settings dialog": ", opens subtitles settings dialog",
44
+ ", opens descriptions settings dialog": ", opens descriptions settings dialog",
45
+ ", selected": ", selected",
46
+ "captions settings": "captions settings",
47
+ "subtitles settings": "subititles settings",
48
+ "descriptions settings": "descriptions settings",
49
+ "Text": "Text",
50
+ "White": "White",
51
+ "Black": "Black",
52
+ "Red": "Red",
53
+ "Green": "Green",
54
+ "Blue": "Blue",
55
+ "Yellow": "Yellow",
56
+ "Magenta": "Magenta",
57
+ "Cyan": "Cyan",
58
+ "Background": "Background",
59
+ "Window": "Window",
60
+ "Transparent": "Transparent",
61
+ "Semi-Transparent": "Semi-Transparent",
62
+ "Opaque": "Opaque",
63
+ "Font Size": "Font Size",
64
+ "Text Edge Style": "Text Edge Style",
65
+ "None": "None",
66
+ "Raised": "Raised",
67
+ "Depressed": "Depressed",
68
+ "Uniform": "Uniform",
69
+ "Dropshadow": "Dropshadow",
70
+ "Font Family": "Font Family",
71
+ "Proportional Sans-Serif": "Proportional Sans-Serif",
72
+ "Monospace Sans-Serif": "Monospace Sans-Serif",
73
+ "Proportional Serif": "Proportional Serif",
74
+ "Monospace Serif": "Monospace Serif",
75
+ "Casual": "Casual",
76
+ "Script": "Script",
77
+ "Small Caps": "Small Caps",
78
+ "Reset": "Reset",
79
+ "restore all settings to the default values": "restore all settings to the default values",
80
+ "Done": "Done",
81
+ "Caption Settings Dialog": "Caption Settings Dialog",
82
+ "Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
83
+ "End of dialog window.": "End of dialog window."
84
+ });
@@ -0,0 +1,27 @@
1
+ videojs.addLanguage("es",{
2
+ "Play": "Reproducción",
3
+ "Play Video": "Reproducción Vídeo",
4
+ "Pause": "Pausa",
5
+ "Current Time": "Tiempo reproducido",
6
+ "Duration Time": "Duración total",
7
+ "Remaining Time": "Tiempo restante",
8
+ "Stream Type": "Tipo de secuencia",
9
+ "LIVE": "DIRECTO",
10
+ "Loaded": "Cargado",
11
+ "Progress": "Progreso",
12
+ "Fullscreen": "Pantalla completa",
13
+ "Non-Fullscreen": "Pantalla no completa",
14
+ "Mute": "Silenciar",
15
+ "Unmute": "No silenciado",
16
+ "Playback Rate": "Velocidad de reproducción",
17
+ "Subtitles": "Subtítulos",
18
+ "subtitles off": "Subtítulos desactivados",
19
+ "Captions": "Subtítulos especiales",
20
+ "captions off": "Subtítulos especiales desactivados",
21
+ "Chapters": "Capítulos",
22
+ "You aborted the media playback": "Ha interrumpido la reproducción del vídeo.",
23
+ "A network error caused the media download to fail part-way.": "Un error de red ha interrumpido la descarga del vídeo.",
24
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "No se ha podido cargar el vídeo debido a un fallo de red o del servidor o porque el formato es incompatible.",
25
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducción de vídeo se ha interrumpido por un problema de corrupción de datos o porque el vídeo precisa funciones que su navegador no ofrece.",
26
+ "No compatible source was found for this media.": "No se ha encontrado ninguna fuente compatible con este vídeo."
27
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("fa",{
2
+ "Play": "پخش",
3
+ "Pause": "وقفه",
4
+ "Current Time": "زمان کنونی",
5
+ "Duration Time": "مدت زمان",
6
+ "Remaining Time": "زمان باقیمانده",
7
+ "Stream Type": "نوع استریم",
8
+ "LIVE": "زنده",
9
+ "Loaded": "فراخوانی شده",
10
+ "Progress": "پیشرفت",
11
+ "Fullscreen": "تمام صفحه",
12
+ "Non-Fullscreen": "نمایش عادی",
13
+ "Mute": "بی صدا",
14
+ "Unmute": "بهمراه صدا",
15
+ "Playback Rate": "سرعت پخش",
16
+ "Subtitles": "زیرنویس",
17
+ "subtitles off": "بدون زیرنویس",
18
+ "Captions": "عنوان",
19
+ "captions off": "بدون عنوان",
20
+ "Chapters": "فصل",
21
+ "You aborted the media playback": "شما پخش را متوقف کردید.",
22
+ "A network error caused the media download to fail part-way.": "مشکل در دریافت ویدئو ...",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "فرمت پشتیبانی نمیشود یا خطایی روی داده است.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "مشکل در دریافت ویدئو ...",
25
+ "No compatible source was found for this media.": "هیچ ورودی ای برای این رسانه شناسایی نشد."
26
+ });
@@ -0,0 +1,26 @@
1
+ videojs.addLanguage("fi",{
2
+ "Play": "Toisto",
3
+ "Pause": "Tauko",
4
+ "Current Time": "Tämänhetkinen aika",
5
+ "Duration Time": "Kokonaisaika",
6
+ "Remaining Time": "Jäljellä oleva aika",
7
+ "Stream Type": "Lähetystyyppi",
8
+ "LIVE": "LIVE",
9
+ "Loaded": "Ladattu",
10
+ "Progress": "Edistyminen",
11
+ "Fullscreen": "Koko näyttö",
12
+ "Non-Fullscreen": "Koko näyttö pois",
13
+ "Mute": "Ääni pois",
14
+ "Unmute": "Ääni päällä",
15
+ "Playback Rate": "Toistonopeus",
16
+ "Subtitles": "Tekstitys",
17
+ "subtitles off": "Tekstitys pois",
18
+ "Captions": "Tekstitys",
19
+ "captions off": "Tekstitys pois",
20
+ "Chapters": "Kappaleet",
21
+ "You aborted the media playback": "Olet keskeyttänyt videotoiston.",
22
+ "A network error caused the media download to fail part-way.": "Verkkovirhe keskeytti videon latauksen.",
23
+ "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Videon lataus ei onnistunut joko palvelin- tai verkkovirheestä tai väärästä formaatista johtuen.",
24
+ "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Videon toisto keskeytyi, koska media on vaurioitunut tai käyttää käyttää toimintoja, joita selaimesi ei tue.",
25
+ "No compatible source was found for this media.": "Tälle videolle ei löytynyt yhteensopivaa lähdettä."
26
+ });