Skip to content

Commit

Permalink
Merge branch 'main' into docs-template
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Feb 8, 2023
2 parents 732f7b3 + b306ce6 commit 3815bcb
Show file tree
Hide file tree
Showing 26 changed files with 1,051 additions and 941 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: npm run test

- name: coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: './test/dist/coverage/coverage-final.json'
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="8.0.4"></a>
## [8.0.4](https://github.com/videojs/video.js/compare/v8.0.3...v8.0.4) (2023-02-02)

### Bug Fixes

* use Screen Orientation API where supported ([#8031](https://github.com/videojs/video.js/issues/8031)) ([33b476d](https://github.com/videojs/video.js/commit/33b476d))
* Ensures iOS can use native fullscreen ([#8071](https://github.com/videojs/video.js/issues/8071)) ([509b3d0](https://github.com/videojs/video.js/commit/509b3d0))
* Exit PIP if entering fullscreen ([#8082](https://github.com/videojs/video.js/issues/8082)) ([267b5c6](https://github.com/videojs/video.js/commit/267b5c6))
* Improves types for registerPlugin and getPlugin ([#8058](https://github.com/videojs/video.js/issues/8058)) ([2e96253](https://github.com/videojs/video.js/commit/2e96253))
* **lang:** Add missing comma in turkish ([#8102](https://github.com/videojs/video.js/issues/8102)) ([7776d18](https://github.com/videojs/video.js/commit/7776d18))
* **lang:** Remove dupelicate entry in en.json ([#8093](https://github.com/videojs/video.js/issues/8093)) ([68fec76](https://github.com/videojs/video.js/commit/68fec76))
* remove unnecessary handling of invalid cues ([#7956](https://github.com/videojs/video.js/issues/7956)) ([db882cd](https://github.com/videojs/video.js/commit/db882cd))
* Set alt attr on poster img ([#8043](https://github.com/videojs/video.js/issues/8043)) ([3accbc7](https://github.com/videojs/video.js/commit/3accbc7))

### Chores

* add missing translations ([#8083](https://github.com/videojs/video.js/issues/8083)) ([e21d295](https://github.com/videojs/video.js/commit/e21d295))
* roll back remark dev dependencies to address failing release automation ([#8021](https://github.com/videojs/video.js/issues/8021)) ([9bda6be](https://github.com/videojs/video.js/commit/9bda6be))
* Update codecov action ([#8103](https://github.com/videojs/video.js/issues/8103)) ([0cfc485](https://github.com/videojs/video.js/commit/0cfc485))

<a name="8.0.3"></a>
## [8.0.3](https://github.com/videojs/video.js/compare/v8.0.2...v8.0.3) (2023-01-05)

Expand Down
220 changes: 183 additions & 37 deletions docs/translations-needed.md

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion lang/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
"{1} is loading.": "{1} قيد التحميل.",
"Exit Picture-in-Picture": "خرج من وضع صورة داخل صورة",
"Picture-in-Picture": "صورة داخل صورة",
"No content": "لا يوجد محتوى"
"No content": "لا يوجد محتوى",
"Color": "اللون",
"Opacity": "معدل الشفافية",
"Text Background": "خلفية النص",
"Caption Area Background": "خلفية منطقة التسمية التوضيحية"
}
10 changes: 5 additions & 5 deletions lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Audio Player": "Audio Přehravač",
"Video Player": "Video Přehravač",
"Play": "Přehrát",
"Pause": "Pauza",
"Replay": "Spustit znovu",
"Pause": "Pozastavit",
"Replay": "Přehrát znovu",
"Current Time": "Aktuální čas",
"Duration": "Doba trvání",
"Remaining Time": "Zbývající čas",
Expand All @@ -15,13 +15,13 @@
"progress bar timing: currentTime={1} duration={2}": "{1} z {2}",
"Fullscreen": "Celá obrazovka",
"Exit Fullscreen": "Běžné zobrazení",
"Mute": "Ztlumit zvuk",
"Unmute": "Zapnout zvuk",
"Mute": "Ztlumit",
"Unmute": "Zrušit ztlumení",
"Playback Rate": "Rychlost přehrávání",
"Subtitles": "Titulky",
"subtitles off": "Bez titulků",
"Captions": "Popisky",
"captions off": "Popisky vypnuty",
"captions off": "Popisky vypnuté",
"Chapters": "Kapitoly",
"Descriptions": "Popisy",
"descriptions off": "Bez popisů",
Expand Down
6 changes: 5 additions & 1 deletion lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
"Seek to live, currently playing live": "Zur Live-Übertragung wechseln. Es wird aktuell live abgespielt.",
"Exit Picture-in-Picture": "Bild-im-Bild-Modus beenden",
"Picture-in-Picture": "Bild-im-Bild-Modus",
"No content": "Kein Inhalt"
"No content": "Kein Inhalt",
"Color": "Farbe",
"Opacity": "Deckkraft",
"Text Background": "Texthintergrund",
"Caption Area Background": "Hintergrund des Untertitelbereichs"
}

7 changes: 5 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
"Fullscreen": "Fullscreen",
"Exit Fullscreen": "Exit Fullscreen",
"Exit Fullscreen": "Exit Fullscreen",
"Mute": "Mute",
"Unmute": "Unmute",
"Playback Rate": "Playback Rate",
Expand Down Expand Up @@ -87,5 +86,9 @@
"{1} is loading.": "{1} is loading.",
"Exit Picture-in-Picture": "Exit Picture-in-Picture",
"Picture-in-Picture": "Picture-in-Picture",
"No content": "No content"
"No content": "No content",
"Color": "Color",
"Opacity": "Opacity",
"Text Background": "Text Background",
"Caption Area Background": "Caption Area Background"
}
6 changes: 5 additions & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
"{1} is loading.": "{1} se está cargando.",
"Exit Picture-in-Picture": "Salir de imagen sobre imagen",
"Picture-in-Picture": "Imagen sobre imagen",
"No content": "Sin contenido"
"No content": "Sin contenido",
"Color": "Color",
"Opacity": "Opacidad",
"Text Background": "Fondo del texto",
"Caption Area Background": "Fondo del área de subtítulos"
}
6 changes: 5 additions & 1 deletion lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
"Exit Picture-in-Picture": "Quitter le mode image dans l'image",
"Picture-in-Picture": "Image dans l'image",
"{1} is loading.": "{1} en cours de chargement.",
"No content": "Aucun contenu"
"No content": "Aucun contenu",
"Color": "Couleur",
"Opacity": "Opacité",
"Text Background": "Arrière-plan du texte",
"Caption Area Background": "Arrière-plan de la zone de sous-titre"
}
6 changes: 5 additions & 1 deletion lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@
"End of dialog window.": "Fine della finestra di dialogo.",
"{1} is loading.": "{1} in fase di caricamento.",
"Exit Picture-in-Picture": "Uscire dalla modalità Picture-in-Picture",
"Picture-in-Picture": "Picture-in-Picture"
"Picture-in-Picture": "Picture-in-Picture",
"Color": "Colore",
"Opacity": "Opacità",
"Text Background": "Sfondo del testo",
"Caption Area Background": "Sfondo dell'area dei sottotitoli"
}
6 changes: 5 additions & 1 deletion lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
"{1} is loading.": "{1}は読み込み中です。",
"Exit Picture-in-Picture": "ピクチャーインピクチャー機能の終了",
"Picture-in-Picture": "ピクチャーインピクチャー",
"No content": "コンテンツなし"
"No content": "コンテンツなし",
"Color": "",
"Opacity": "不透明度",
"Text Background": "テキスト背景",
"Caption Area Background": "キャプション領域背景"
}
8 changes: 6 additions & 2 deletions lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Exit Fullscreen": "전체 화면 해제",
"Mute": "음소거",
"Unmute": "음소거 해제",
"Playback Rate": "재생 비율",
"Playback Rate": "재생 속도",
"Subtitles": "서브타이틀",
"subtitles off": "서브타이틀 끄기",
"Captions": "자막",
Expand Down Expand Up @@ -86,5 +86,9 @@
"{1} is loading.": "{1}이(가) 로딩 중입니다.",
"Exit Picture-in-Picture": "Picture-in-Picture 종료",
"Picture-in-Picture": "Picture-in-Picture",
"No content": "콘텐츠 없음"
"No content": "콘텐츠 없음",
"Color": "색상",
"Opacity": "투명도",
"Text Background": "텍스트 배경",
"Caption Area Background": "자막 배경"
}
58 changes: 36 additions & 22 deletions lang/tr.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"Audio Player": "Ses Oynatıcısı",
"Video Player": "Video Oynatıcısı",
"Play": "Oynat",
"Pause": "Duraklat",
"Replay": "Yeniden Oynat",
Expand All @@ -7,41 +9,46 @@
"Remaining Time": "Kalan Süre",
"Stream Type": "Yayın Tipi",
"LIVE": "CANLI",
"Seek to live, currently behind live": "Canlıya git, şu anda canlının gerisinde",
"Seek to live, currently playing live": "Canlıya git, şu anda canlı oynuyor",
"Loaded": "Yüklendi",
"Progress": "Yükleniyor",
"Progress Bar": "İlerleme Çubuğu",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"Fullscreen": "Tam Ekran",
"Exit Fullscreen": "Küçük Ekran",
"Mute": "Ses Kapa",
"Unmute": "Ses",
"Exit Fullscreen": "Tam Ekrandan Çık",
"Mute": "Sessiz",
"Unmute": "Sesi",
"Playback Rate": "Oynatma Hızı",
"Subtitles": "Altyazı",
"Subtitles": "Altyazılar",
"subtitles off": "Altyazı Kapalı",
"Captions": "Altyazı",
"Captions": "Altyazılar",
"captions off": "Altyazı Kapalı",
"Chapters": "Bölümler",
"Close Modal Dialog": "Dialogu Kapat",
"Close Modal Dialog": "Etkileşim Penceresini Kapat",
"Descriptions": "Açıklamalar",
"descriptions off": "Açıklamalar kapalı",
"Audio Track": "Ses Dosyası",
"You aborted the media playback": "Video oynatmayı iptal ettiniz",
"A network error caused the media download to fail part-way.": "Video indirilirken bağlantı sorunu oluştu.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Video oynatılamadı, ağ ya da sunucu hatası veya belirtilen format desteklenmiyor.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Tarayıcınız desteklemediği için videoda hata oluştu.",
"No compatible source was found for this media.": "Video için kaynak bulunamadı.",
"The media is encrypted and we do not have the keys to decrypt it.": "Video, şifrelenmiş bir kaynaktan geliyor ve oynatmak için gerekli anahtar bulunamadı.",
"descriptions off": "açıklamalar kapalı",
"Audio Track": "Ses Parçası",
"Volume Level": "Ses Düzeyi",
"You aborted the media playback": "Medyayı oynatmayı iptal ettiniz",
"A network error caused the media download to fail part-way.": "Medya indirme işleminin kısmen başarısız olmasına neden olan bir ağ sorunu oluştu.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Sunucu veya ağ hatasından ya da biçim desteklenmediğinden medya yüklenemedi.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Medya oynatma, bir bozulma sorunu nedeniyle veya medya, tarayıcınızın desteklemediği özellikleri kullandığı için durduruldu.",
"No compatible source was found for this media.": "Bu medya için uyumlu bir kaynak bulunamadı.",
"The media is encrypted and we do not have the keys to decrypt it.": "Medya, şifrelenmiş bir kaynaktan geliyor ve oynatmak için gerekli anahtar bulunamadı.",
"Play Video": "Videoyu Oynat",
"Close": "Kapat",
"Modal Window": "Modal Penceresi",
"This is a modal window": "Bu bir modal penceresidir",
"This modal can be closed by pressing the Escape key or activating the close button.": "Bu modal ESC tuşuna basarak ya da kapata tıklanarak kapatılabilir.",
"Modal Window": "Etkileşim Penceresi",
"This is a modal window": "Bu bir etkileşim penceresidir",
"This modal can be closed by pressing the Escape key or activating the close button.": "Bu etkileşim penceresi ESC tuşuna basarak ya da kapat butonuna tıklanarak kapatılabilir.",
", opens captions settings dialog": ", altyazı ayarları menüsünü açar",
", opens subtitles settings dialog": ", altyazı ayarları menüsünü açar",
", opens descriptions settings dialog": ", açıklama ayarları menüsünü açar",
", selected": ", seçildi",
"captions settings": "altyazı ayarları",
"subtitles settings": "altyazı ayarları",
"descriptions settings": "açıklama ayarları",
"Text": "Yazı",
"Text": "Metin",
"White": "Beyaz",
"Black": "Siyah",
"Red": "Kırmızı",
Expand All @@ -55,10 +62,10 @@
"Transparent": "Saydam",
"Semi-Transparent": "Yarı-Saydam",
"Opaque": "Mat",
"Font Size": "Yazı Boyutu",
"Text Edge Style": "Yazı Kenarlıkları",
"Font Size": "Metin Boyutu",
"Text Edge Style": "Metin Kenar Stili",
"None": "Hiçbiri",
"Raised": "Kabartılmış",
"Raised": "Kabarık",
"Depressed": "Yassı",
"Uniform": "Düz",
"Dropshadow": "Gölgeli",
Expand All @@ -70,7 +77,14 @@
"Casual": "Gündelik",
"Script": "El Yazısı",
"Small Caps": "Küçük Boyutlu Büyük Harfli",
"Reset": "Sıfırla",
"restore all settings to the default values": "tüm ayarları varsayılan değerlere geri yükler",
"Done": "Tamam",
"Caption Settings Dialog": "Altyazı Ayarları Menüsü",
"Beginning of dialog window. Escape will cancel and close the window.": "Diyalog penceresinin başlangıcı. ESC tuşu işlemi iptal edip pencereyi kapatacaktır."
"Beginning of dialog window. Escape will cancel and close the window.": "Etkileşim penceresinin başlangıcı. ESC tuşu işlemi iptal edip pencereyi kapatacaktır.",
"End of dialog window.": "Etkileşim penceresinin sonu.",
"{1} is loading.": "{1} yükleniyor.",
"Exit Picture-in-Picture": "Mini oynatıcıdan çık",
"Picture-in-Picture": "Mini oynatıcı",
"No content": "İçerik yok"
}
6 changes: 5 additions & 1 deletion lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
"Seek to live, currently playing live": "尝试直播,当前为实时播放",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "正在加载 {1}。",
"No content": "无内容"
"No content": "无内容",
"Color": "颜色",
"Opacity": "不透明度",
"Text Background": "文本背景",
"Caption Area Background": "字幕区域背景"
}
6 changes: 5 additions & 1 deletion lang/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
"Seek to live, currently playing live": "快轉至直播,目前為現場畫面",
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
"{1} is loading.": "{1} 正在載入。",
"No content": "無內容"
"No content": "無內容",
"Color": "顏色",
"Opacity": "不透明度",
"Text Background": "文字背景",
"Caption Area Background": "字幕區域背景"
}
Loading

0 comments on commit 3815bcb

Please sign in to comment.