@srgssr/pillarbox-web 1.23.3 → 1.24.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.
- package/dist/pillarbox-core.cjs +1 -1
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox.cjs +505 -504
- package/dist/pillarbox.cjs.map +1 -1
- package/dist/pillarbox.es.js +505 -504
- package/dist/pillarbox.es.js.map +1 -1
- package/dist/pillarbox.umd.js +8435 -8155
- package/dist/pillarbox.umd.js.map +1 -1
- package/dist/pillarbox.umd.min.js +25 -14
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/dist/types/src/dataProvider/model/MediaComposition.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/pillarbox.cjs
CHANGED
|
@@ -94,7 +94,7 @@ function _toPropertyKey(t) {
|
|
|
94
94
|
return "symbol" == typeof i ? i : i + "";
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
const version = "1.
|
|
97
|
+
const version = "1.24.0";
|
|
98
98
|
|
|
99
99
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
100
100
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
|
@@ -2753,6 +2753,7 @@ class MediaComposition {
|
|
|
2753
2753
|
mimeType: resource.mimeType,
|
|
2754
2754
|
presentation: resource.presentation,
|
|
2755
2755
|
quality: resource.quality,
|
|
2756
|
+
spriteSheet: this.getMainChapter().spriteSheet,
|
|
2756
2757
|
streaming: resource.streaming,
|
|
2757
2758
|
streamOffset: resource.streamOffset,
|
|
2758
2759
|
subtitles: this.getFilteredExternalSubtitles(),
|
|
@@ -2878,101 +2879,101 @@ const Done$4 = "Fertig";
|
|
|
2878
2879
|
const Color$3 = "Farbe";
|
|
2879
2880
|
const Opacity$3 = "Deckkraft";
|
|
2880
2881
|
const vjsLang$3 = {
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2882
|
+
Play: Play$4,
|
|
2883
|
+
Pause: Pause$4,
|
|
2884
|
+
Replay: Replay$4,
|
|
2885
|
+
"Current Time": "Aktueller Zeitpunkt",
|
|
2886
|
+
Duration: Duration$4,
|
|
2887
|
+
"Remaining Time": "Verbleibende Zeit",
|
|
2888
|
+
"Stream Type": "Streamtyp",
|
|
2889
|
+
LIVE: LIVE$4,
|
|
2890
|
+
Loaded: Loaded$4,
|
|
2891
|
+
Progress: Progress$4,
|
|
2892
|
+
Fullscreen: Fullscreen$4,
|
|
2893
|
+
"Exit Fullscreen": "Vollbildmodus beenden",
|
|
2894
|
+
Mute: Mute$4,
|
|
2895
|
+
Unmute: Unmute$4,
|
|
2896
|
+
"Playback Rate": "Wiedergabegeschwindigkeit",
|
|
2897
|
+
Subtitles: Subtitles$4,
|
|
2898
|
+
"subtitles off": "Untertitel aus",
|
|
2899
|
+
Captions: Captions$4,
|
|
2900
|
+
"captions off": "Untertitel aus",
|
|
2901
|
+
Chapters: Chapters$4,
|
|
2902
|
+
"You aborted the media playback": "Sie haben die Videowiedergabe abgebrochen.",
|
|
2903
|
+
"A network error caused the media download to fail part-way.": "Der Videodownload ist aufgrund eines Netzwerkfehlers fehlgeschlagen.",
|
|
2904
|
+
"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.",
|
|
2905
|
+
"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.",
|
|
2906
|
+
"No compatible source was found for this media.": "Für dieses Video wurde keine kompatible Quelle gefunden.",
|
|
2907
|
+
"Play Video": "Video abspielen",
|
|
2908
|
+
Close: Close$4,
|
|
2909
|
+
"Modal Window": "Modales Fenster",
|
|
2910
|
+
"This is a modal window": "Dies ist ein modales Fenster",
|
|
2911
|
+
"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.",
|
|
2912
|
+
", opens captions settings dialog": ", öffnet Einstellungen für Untertitel",
|
|
2913
|
+
", opens subtitles settings dialog": ", öffnet Einstellungen für Untertitel",
|
|
2914
|
+
", selected": ", ausgewählt",
|
|
2915
|
+
"captions settings": "Untertiteleinstellungen",
|
|
2916
|
+
"subtitles settings": "Untertiteleinstellungen",
|
|
2917
|
+
"descriptions settings": "Einstellungen für Beschreibungen",
|
|
2918
|
+
"Close Modal Dialog": "Modales Fenster schließen",
|
|
2919
|
+
Descriptions: Descriptions$4,
|
|
2920
|
+
"descriptions off": "Beschreibungen aus",
|
|
2921
|
+
"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.",
|
|
2922
|
+
", opens descriptions settings dialog": ", öffnet Einstellungen für Beschreibungen",
|
|
2923
|
+
"Audio Track": "Tonspur",
|
|
2924
|
+
Text: Text$4,
|
|
2925
|
+
White: White$4,
|
|
2926
|
+
Black: Black$4,
|
|
2927
|
+
Red: Red$4,
|
|
2928
|
+
Green: Green$4,
|
|
2929
|
+
Blue: Blue$4,
|
|
2930
|
+
Yellow: Yellow$4,
|
|
2931
|
+
Magenta: Magenta$4,
|
|
2932
|
+
Cyan: Cyan$4,
|
|
2933
|
+
Background: Background$4,
|
|
2934
|
+
Window: Window$4,
|
|
2935
|
+
Transparent: Transparent$4,
|
|
2936
|
+
"Semi-Transparent": "Halbdurchsichtig",
|
|
2937
|
+
Opaque: Opaque$4,
|
|
2938
|
+
"Font Size": "Schriftgröße",
|
|
2939
|
+
"Text Edge Style": "Textkantenstil",
|
|
2940
|
+
None: None$4,
|
|
2941
|
+
Raised: Raised$3,
|
|
2942
|
+
Depressed: Depressed$3,
|
|
2943
|
+
Uniform: Uniform$4,
|
|
2944
|
+
"Drop shadow": "Schlagschatten",
|
|
2945
|
+
"Font Family": "Schriftfamilie",
|
|
2946
|
+
"Proportional Sans-Serif": "Proportionale Sans-Serif",
|
|
2947
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
2948
|
+
"Proportional Serif": "Proportionale Serif",
|
|
2949
|
+
"Monospace Serif": "Monospace Serif",
|
|
2950
|
+
Casual: Casual$3,
|
|
2951
|
+
Script: Script$3,
|
|
2952
|
+
"Small Caps": "Small-Caps",
|
|
2953
|
+
Reset: Reset$4,
|
|
2954
|
+
"restore all settings to the default values": "Alle Einstellungen auf die Standardwerte zurücksetzen",
|
|
2955
|
+
Done: Done$4,
|
|
2956
|
+
"Caption Settings Dialog": "Einstellungsdialog für Untertitel",
|
|
2957
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Anfang des Dialogfensters. Esc bricht ab und schließt das Fenster.",
|
|
2958
|
+
"End of dialog window.": "Ende des Dialogfensters.",
|
|
2959
|
+
"Audio Player": "Audio-Player",
|
|
2960
|
+
"Video Player": "Video-Player",
|
|
2961
|
+
"Progress Bar": "Fortschrittsbalken",
|
|
2962
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} von {2}",
|
|
2963
|
+
"Volume Level": "Lautstärke",
|
|
2964
|
+
"{1} is loading.": "{1} wird geladen.",
|
|
2965
|
+
"Seek to live, currently behind live": "Zur Live-Übertragung wechseln. Aktuell wird es nicht live abgespielt.",
|
|
2966
|
+
"Seek to live, currently playing live": "Zur Live-Übertragung wechseln. Es wird aktuell live abgespielt.",
|
|
2967
|
+
"Exit Picture-in-Picture": "Bild-im-Bild-Modus beenden",
|
|
2968
|
+
"Picture-in-Picture": "Bild-im-Bild-Modus",
|
|
2969
|
+
"No content": "Kein Inhalt",
|
|
2970
|
+
Color: Color$3,
|
|
2971
|
+
Opacity: Opacity$3,
|
|
2972
|
+
"Text Background": "Texthintergrund",
|
|
2973
|
+
"Caption Area Background": "Hintergrund des Untertitelbereichs",
|
|
2974
|
+
"Playing in Picture-in-Picture": "Wird im Bild-im-Bild-Modus wiedergegeben",
|
|
2975
|
+
"Skip forward {1} seconds": "{1} Sekunden vorwärts",
|
|
2976
|
+
"Skip backward {1} seconds": "{1} Sekunden zurück",
|
|
2976
2977
|
};
|
|
2977
2978
|
|
|
2978
2979
|
const AGERATING12$4 = "Aus Gründen des Jugendschutzes steht dieser Inhalt nur zwischen 20:00 und 06:00 Uhr zur Verfügung.";
|
|
@@ -2986,16 +2987,16 @@ const STARTDATE$4 = "Dieser Inhalt ist noch nicht verfügbar. Bitte probieren Si
|
|
|
2986
2987
|
const VPNORPROXYDETECTED$4 = "Dieser Inhalt ist mit VPN oder Proxy nicht abspielbar.";
|
|
2987
2988
|
const UNKNOWN$4 = "Dieser Inhalt ist nicht verfügbar.";
|
|
2988
2989
|
const pillarboxLang$4 = {
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2990
|
+
AGERATING12: AGERATING12$4,
|
|
2991
|
+
AGERATING18: AGERATING18$4,
|
|
2992
|
+
COMMERCIAL: COMMERCIAL$4,
|
|
2993
|
+
ENDDATE: ENDDATE$4,
|
|
2994
|
+
GEOBLOCK: GEOBLOCK$4,
|
|
2995
|
+
JOURNALISTIC: JOURNALISTIC$4,
|
|
2996
|
+
LEGAL: LEGAL$4,
|
|
2997
|
+
STARTDATE: STARTDATE$4,
|
|
2998
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$4,
|
|
2999
|
+
UNKNOWN: UNKNOWN$4,
|
|
2999
3000
|
};
|
|
3000
3001
|
|
|
3001
3002
|
pillarbox.addLanguage('de', _objectSpread2(_objectSpread2({}, vjsLang$3), pillarboxLang$4));
|
|
@@ -3039,101 +3040,101 @@ const Done$3 = "Done";
|
|
|
3039
3040
|
const Color$2 = "Color";
|
|
3040
3041
|
const Opacity$2 = "Opacity";
|
|
3041
3042
|
const vjsLang$2 = {
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3043
|
+
"Audio Player": "Audio Player",
|
|
3044
|
+
"Video Player": "Video Player",
|
|
3045
|
+
Play: Play$3,
|
|
3046
|
+
Pause: Pause$3,
|
|
3047
|
+
Replay: Replay$3,
|
|
3048
|
+
"Current Time": "Current Time",
|
|
3049
|
+
Duration: Duration$3,
|
|
3050
|
+
"Remaining Time": "Remaining Time",
|
|
3051
|
+
"Stream Type": "Stream Type",
|
|
3052
|
+
LIVE: LIVE$3,
|
|
3053
|
+
"Seek to live, currently behind live": "Seek to live, currently behind live",
|
|
3054
|
+
"Seek to live, currently playing live": "Seek to live, currently playing live",
|
|
3055
|
+
Loaded: Loaded$3,
|
|
3056
|
+
Progress: Progress$3,
|
|
3057
|
+
"Progress Bar": "Progress Bar",
|
|
3058
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
|
|
3059
|
+
Fullscreen: Fullscreen$3,
|
|
3060
|
+
"Exit Fullscreen": "Exit Fullscreen",
|
|
3061
|
+
Mute: Mute$3,
|
|
3062
|
+
Unmute: Unmute$3,
|
|
3063
|
+
"Playback Rate": "Playback Rate",
|
|
3064
|
+
Subtitles: Subtitles$3,
|
|
3065
|
+
"subtitles off": "subtitles off",
|
|
3066
|
+
Captions: Captions$3,
|
|
3067
|
+
"captions off": "captions off",
|
|
3068
|
+
Chapters: Chapters$3,
|
|
3069
|
+
Descriptions: Descriptions$3,
|
|
3070
|
+
"descriptions off": "descriptions off",
|
|
3071
|
+
"Audio Track": "Audio Track",
|
|
3072
|
+
"Volume Level": "Volume Level",
|
|
3073
|
+
"You aborted the media playback": "You aborted the media playback",
|
|
3074
|
+
"A network error caused the media download to fail part-way.": "A network error caused the media download to fail part-way.",
|
|
3075
|
+
"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.",
|
|
3076
|
+
"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.",
|
|
3077
|
+
"No compatible source was found for this media.": "No compatible source was found for this media.",
|
|
3078
|
+
"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.",
|
|
3079
|
+
"Play Video": "Play Video",
|
|
3080
|
+
Close: Close$3,
|
|
3081
|
+
"Close Modal Dialog": "Close Modal Dialog",
|
|
3082
|
+
"Modal Window": "Modal Window",
|
|
3083
|
+
"This is a modal window": "This is a modal window",
|
|
3084
|
+
"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.",
|
|
3085
|
+
", opens captions settings dialog": ", opens captions settings dialog",
|
|
3086
|
+
", opens subtitles settings dialog": ", opens subtitles settings dialog",
|
|
3087
|
+
", opens descriptions settings dialog": ", opens descriptions settings dialog",
|
|
3088
|
+
", selected": ", selected",
|
|
3089
|
+
"captions settings": "captions settings",
|
|
3090
|
+
"subtitles settings": "subtitles settings",
|
|
3091
|
+
"descriptions settings": "descriptions settings",
|
|
3092
|
+
Text: Text$3,
|
|
3093
|
+
White: White$3,
|
|
3094
|
+
Black: Black$3,
|
|
3095
|
+
Red: Red$3,
|
|
3096
|
+
Green: Green$3,
|
|
3097
|
+
Blue: Blue$3,
|
|
3098
|
+
Yellow: Yellow$3,
|
|
3099
|
+
Magenta: Magenta$3,
|
|
3100
|
+
Cyan: Cyan$3,
|
|
3101
|
+
Background: Background$3,
|
|
3102
|
+
Window: Window$3,
|
|
3103
|
+
Transparent: Transparent$3,
|
|
3104
|
+
"Semi-Transparent": "Semi-Transparent",
|
|
3105
|
+
Opaque: Opaque$3,
|
|
3106
|
+
"Font Size": "Font Size",
|
|
3107
|
+
"Text Edge Style": "Text Edge Style",
|
|
3108
|
+
None: None$3,
|
|
3109
|
+
Raised: Raised$2,
|
|
3110
|
+
Depressed: Depressed$2,
|
|
3111
|
+
Uniform: Uniform$3,
|
|
3112
|
+
"Drop shadow": "Drop shadow",
|
|
3113
|
+
"Font Family": "Font Family",
|
|
3114
|
+
"Proportional Sans-Serif": "Proportional Sans-Serif",
|
|
3115
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
3116
|
+
"Proportional Serif": "Proportional Serif",
|
|
3117
|
+
"Monospace Serif": "Monospace Serif",
|
|
3118
|
+
Casual: Casual$2,
|
|
3119
|
+
Script: Script$2,
|
|
3120
|
+
"Small Caps": "Small Caps",
|
|
3121
|
+
Reset: Reset$3,
|
|
3122
|
+
"restore all settings to the default values": "restore all settings to the default values",
|
|
3123
|
+
Done: Done$3,
|
|
3124
|
+
"Caption Settings Dialog": "Caption Settings Dialog",
|
|
3125
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Beginning of dialog window. Escape will cancel and close the window.",
|
|
3126
|
+
"End of dialog window.": "End of dialog window.",
|
|
3127
|
+
"{1} is loading.": "{1} is loading.",
|
|
3128
|
+
"Exit Picture-in-Picture": "Exit Picture-in-Picture",
|
|
3129
|
+
"Picture-in-Picture": "Picture-in-Picture",
|
|
3130
|
+
"No content": "No content",
|
|
3131
|
+
Color: Color$2,
|
|
3132
|
+
Opacity: Opacity$2,
|
|
3133
|
+
"Text Background": "Text Background",
|
|
3134
|
+
"Caption Area Background": "Caption Area Background",
|
|
3135
|
+
"Playing in Picture-in-Picture": "Playing in Picture-in-Picture",
|
|
3136
|
+
"Skip backward {1} seconds": "Skip backward {1} seconds",
|
|
3137
|
+
"Skip forward {1} seconds": "Skip forward {1} seconds",
|
|
3137
3138
|
};
|
|
3138
3139
|
|
|
3139
3140
|
const AGERATING12$3 = "To protect children this content is only available between 8PM and 6AM.";
|
|
@@ -3147,16 +3148,16 @@ const STARTDATE$3 = "This content is not available yet.";
|
|
|
3147
3148
|
const VPNORPROXYDETECTED$3 = "This content cannot be played while using a VPN or a proxy.";
|
|
3148
3149
|
const UNKNOWN$3 = "This content is not available.";
|
|
3149
3150
|
const pillarboxLang$3 = {
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3151
|
+
AGERATING12: AGERATING12$3,
|
|
3152
|
+
AGERATING18: AGERATING18$3,
|
|
3153
|
+
COMMERCIAL: COMMERCIAL$3,
|
|
3154
|
+
ENDDATE: ENDDATE$3,
|
|
3155
|
+
GEOBLOCK: GEOBLOCK$3,
|
|
3156
|
+
JOURNALISTIC: JOURNALISTIC$3,
|
|
3157
|
+
LEGAL: LEGAL$3,
|
|
3158
|
+
STARTDATE: STARTDATE$3,
|
|
3159
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$3,
|
|
3160
|
+
UNKNOWN: UNKNOWN$3,
|
|
3160
3161
|
};
|
|
3161
3162
|
|
|
3162
3163
|
pillarbox.addLanguage('en', _objectSpread2(_objectSpread2({}, vjsLang$2), pillarboxLang$3));
|
|
@@ -3200,100 +3201,100 @@ const Done$2 = "Terminé";
|
|
|
3200
3201
|
const Color$1 = "Couleur";
|
|
3201
3202
|
const Opacity$1 = "Opacité";
|
|
3202
3203
|
const vjsLang$1 = {
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3204
|
+
"Audio Player": "Lecteur audio",
|
|
3205
|
+
"Video Player": "Lecteur vidéo",
|
|
3206
|
+
Play: Play$2,
|
|
3207
|
+
Pause: Pause$2,
|
|
3208
|
+
Replay: Replay$2,
|
|
3209
|
+
"Current Time": "Temps actuel",
|
|
3210
|
+
Duration: Duration$2,
|
|
3211
|
+
"Remaining Time": "Temps restant",
|
|
3212
|
+
"Stream Type": "Type de flux",
|
|
3213
|
+
LIVE: LIVE$2,
|
|
3214
|
+
"Seek to live, currently behind live": "Rechercher le direct, actuellement après le direct",
|
|
3215
|
+
"Seek to live, currently playing live": "Rechercher le direct, le direct actuellement en cours de lecture",
|
|
3216
|
+
Loaded: Loaded$2,
|
|
3217
|
+
Progress: Progress$2,
|
|
3218
|
+
"Progress Bar": "Barre de progression",
|
|
3219
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} de {2}",
|
|
3220
|
+
Fullscreen: Fullscreen$2,
|
|
3221
|
+
"Exit Fullscreen": "Fenêtré",
|
|
3222
|
+
Mute: Mute$2,
|
|
3223
|
+
Unmute: Unmute$2,
|
|
3224
|
+
"Playback Rate": "Vitesse de lecture",
|
|
3225
|
+
Subtitles: Subtitles$2,
|
|
3226
|
+
"subtitles off": "Sous-titres désactivés",
|
|
3227
|
+
Captions: Captions$2,
|
|
3228
|
+
"captions off": "Sous-titres transcrits désactivés",
|
|
3229
|
+
Chapters: Chapters$2,
|
|
3230
|
+
Descriptions: Descriptions$2,
|
|
3231
|
+
"descriptions off": "descriptions désactivées",
|
|
3232
|
+
"Audio Track": "Piste audio",
|
|
3233
|
+
"Volume Level": "Niveau de volume",
|
|
3234
|
+
"You aborted the media playback": "Vous avez interrompu la lecture de la vidéo.",
|
|
3235
|
+
"A network error caused the media download to fail part-way.": "Une erreur de réseau a interrompu le téléchargement de la vidéo.",
|
|
3236
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.",
|
|
3237
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.",
|
|
3238
|
+
"No compatible source was found for this media.": "Aucune source compatible n'a été trouvée pour cette vidéo.",
|
|
3239
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.",
|
|
3240
|
+
"Play Video": "Lire la vidéo",
|
|
3241
|
+
Close: Close$2,
|
|
3242
|
+
"Close Modal Dialog": "Fermer la boîte de dialogue modale",
|
|
3243
|
+
"Modal Window": "Fenêtre modale",
|
|
3244
|
+
"This is a modal window": "Ceci est une fenêtre modale",
|
|
3245
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Ce modal peut être fermé en appuyant sur la touche Échap ou activer le bouton de fermeture.",
|
|
3246
|
+
", opens captions settings dialog": ", ouvrir les paramètres des sous-titres transcrits",
|
|
3247
|
+
", opens subtitles settings dialog": ", ouvrir les paramètres des sous-titres",
|
|
3248
|
+
", opens descriptions settings dialog": ", ouvrir les paramètres des descriptions",
|
|
3249
|
+
", selected": ", sélectionné",
|
|
3250
|
+
"captions settings": "Paramètres des sous-titres transcrits",
|
|
3251
|
+
"subtitles settings": "Paramètres des sous-titres",
|
|
3252
|
+
"descriptions settings": "Paramètres des descriptions",
|
|
3253
|
+
Text: Text$2,
|
|
3254
|
+
White: White$2,
|
|
3255
|
+
Black: Black$2,
|
|
3256
|
+
Red: Red$2,
|
|
3257
|
+
Green: Green$2,
|
|
3258
|
+
Blue: Blue$2,
|
|
3259
|
+
Yellow: Yellow$2,
|
|
3260
|
+
Magenta: Magenta$2,
|
|
3261
|
+
Cyan: Cyan$2,
|
|
3262
|
+
Background: Background$2,
|
|
3263
|
+
Window: Window$2,
|
|
3264
|
+
Transparent: Transparent$2,
|
|
3265
|
+
"Semi-Transparent": "Semi-transparent",
|
|
3266
|
+
Opaque: Opaque$2,
|
|
3267
|
+
"Font Size": "Taille des caractères",
|
|
3268
|
+
"Text Edge Style": "Style des contours du texte",
|
|
3269
|
+
None: None$2,
|
|
3270
|
+
Raised: Raised$1,
|
|
3271
|
+
Depressed: Depressed$1,
|
|
3272
|
+
Uniform: Uniform$2,
|
|
3273
|
+
"Drop shadow": "Ombre portée",
|
|
3274
|
+
"Font Family": "Famille de polices",
|
|
3275
|
+
"Proportional Sans-Serif": "Polices à chasse variable sans empattement (Proportional Sans-Serif)",
|
|
3276
|
+
"Monospace Sans-Serif": "Polices à chasse fixe sans empattement (Monospace Sans-Serif)",
|
|
3277
|
+
"Proportional Serif": "Polices à chasse variable avec empattement (Proportional Serif)",
|
|
3278
|
+
"Monospace Serif": "Polices à chasse fixe avec empattement (Monospace Serif)",
|
|
3279
|
+
Casual: Casual$1,
|
|
3280
|
+
Script: Script$1,
|
|
3281
|
+
"Small Caps": "Petites capitales",
|
|
3282
|
+
Reset: Reset$2,
|
|
3283
|
+
"restore all settings to the default values": "Restaurer tous les paramètres aux valeurs par défaut",
|
|
3284
|
+
Done: Done$2,
|
|
3285
|
+
"Caption Settings Dialog": "Boîte de dialogue des paramètres des sous-titres transcrits",
|
|
3286
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.",
|
|
3287
|
+
"End of dialog window.": "Fin de la fenêtre de dialogue.",
|
|
3288
|
+
"Exit Picture-in-Picture": "Quitter le mode image dans l'image",
|
|
3289
|
+
"Picture-in-Picture": "Image dans l'image",
|
|
3290
|
+
"{1} is loading.": "{1} en cours de chargement.",
|
|
3291
|
+
"No content": "Aucun contenu",
|
|
3292
|
+
Color: Color$1,
|
|
3293
|
+
Opacity: Opacity$1,
|
|
3294
|
+
"Text Background": "Arrière-plan du texte",
|
|
3295
|
+
"Caption Area Background": "Arrière-plan de la zone de sous-titre",
|
|
3296
|
+
"Skip backward {1} seconds": "Reculer de {1} secondes",
|
|
3297
|
+
"Skip forward {1} seconds": "Avancer de {1} secondes",
|
|
3297
3298
|
};
|
|
3298
3299
|
|
|
3299
3300
|
const AGERATING12$2 = "Pour protéger les enfants, ce contenu est accessible entre 20h et 6h.";
|
|
@@ -3307,16 +3308,16 @@ const STARTDATE$2 = "Ce contenu n'est pas encore disponible. Veuillez réessayer
|
|
|
3307
3308
|
const VPNORPROXYDETECTED$2 = "Ce contenu ne peut pas être lu avec un VPN ou un proxy.";
|
|
3308
3309
|
const UNKNOWN$2 = "Ce contenu n'est actuellement pas disponible.";
|
|
3309
3310
|
const pillarboxLang$2 = {
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3311
|
+
AGERATING12: AGERATING12$2,
|
|
3312
|
+
AGERATING18: AGERATING18$2,
|
|
3313
|
+
COMMERCIAL: COMMERCIAL$2,
|
|
3314
|
+
ENDDATE: ENDDATE$2,
|
|
3315
|
+
GEOBLOCK: GEOBLOCK$2,
|
|
3316
|
+
JOURNALISTIC: JOURNALISTIC$2,
|
|
3317
|
+
LEGAL: LEGAL$2,
|
|
3318
|
+
STARTDATE: STARTDATE$2,
|
|
3319
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$2,
|
|
3320
|
+
UNKNOWN: UNKNOWN$2,
|
|
3320
3321
|
};
|
|
3321
3322
|
|
|
3322
3323
|
pillarbox.addLanguage('fr', _objectSpread2(_objectSpread2({}, vjsLang$1), pillarboxLang$2));
|
|
@@ -3356,93 +3357,93 @@ const Done$1 = "Fatto";
|
|
|
3356
3357
|
const Color = "Colore";
|
|
3357
3358
|
const Opacity = "Opacità";
|
|
3358
3359
|
const vjsLang = {
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3360
|
+
"Audio Player": "Lettore audio",
|
|
3361
|
+
"Video Player": "Lettore video",
|
|
3362
|
+
Play: Play$1,
|
|
3363
|
+
Pause: Pause$1,
|
|
3364
|
+
Replay: Replay$1,
|
|
3365
|
+
"Current Time": "Orario attuale",
|
|
3366
|
+
Duration: Duration$1,
|
|
3367
|
+
"Remaining Time": "Tempo rimanente",
|
|
3368
|
+
"Stream Type": "Tipo di streaming",
|
|
3369
|
+
LIVE: LIVE$1,
|
|
3370
|
+
Loaded: Loaded$1,
|
|
3371
|
+
Progress: Progress$1,
|
|
3372
|
+
"Progress Bar": "Barra di avanzamento",
|
|
3373
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} di {2}",
|
|
3374
|
+
Fullscreen: Fullscreen$1,
|
|
3375
|
+
"Exit Fullscreen": "Chiudi Schermo intero",
|
|
3376
|
+
Mute: Mute$1,
|
|
3377
|
+
Unmute: Unmute$1,
|
|
3378
|
+
"Playback Rate": "Velocità di riproduzione",
|
|
3379
|
+
Subtitles: Subtitles$1,
|
|
3380
|
+
"subtitles off": "Senza sottotitoli",
|
|
3381
|
+
Captions: Captions$1,
|
|
3382
|
+
"captions off": "Senza didascalie",
|
|
3383
|
+
Chapters: Chapters$1,
|
|
3384
|
+
Descriptions: Descriptions$1,
|
|
3385
|
+
"descriptions off": "Descrizioni disattivate",
|
|
3386
|
+
"Audio Track": "Traccia audio",
|
|
3387
|
+
"Volume Level": "Livello del volume",
|
|
3388
|
+
"You aborted the media playback": "La riproduzione del contenuto multimediale è stata interrotta.",
|
|
3389
|
+
"A network error caused the media download to fail part-way.": "Il download del contenuto multimediale è stato interrotto a causa di un problema rete.",
|
|
3390
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il contenuto multimediale non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
|
|
3391
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La riproduzione del contenuto multimediale è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.",
|
|
3392
|
+
"No compatible source was found for this media.": "Non ci sono fonti compatibili per questo contenuto multimediale.",
|
|
3393
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Il contenuto multimediale è criptato e non disponiamo delle chiavi per decifrarlo.",
|
|
3394
|
+
"Play Video": "Riproduci il video",
|
|
3395
|
+
Close: Close$1,
|
|
3396
|
+
"Close Modal Dialog": "Chiudi la finestra di dialogo",
|
|
3397
|
+
"Modal Window": "Finestra di dialogo",
|
|
3398
|
+
"This is a modal window": "Questa è una finestra di dialogo",
|
|
3399
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Questa finestra di dialogo può essere chiusa premendo sul tasto Esc o attivando il pulsante di chiusura.",
|
|
3400
|
+
", opens captions settings dialog": ", aprire le impostazioni delle didascalie",
|
|
3401
|
+
", opens subtitles settings dialog": ", aprire le impostazioni dei sottotitoli",
|
|
3402
|
+
", opens descriptions settings dialog": ", aprire le impostazioni delle descrizioni",
|
|
3403
|
+
", selected": ", selezionato",
|
|
3404
|
+
"captions settings": "Impostazioni didascalie",
|
|
3405
|
+
"subtitles settings": "Impostazioni sottotitoli",
|
|
3406
|
+
"descriptions settings": "Impostazioni descrizioni",
|
|
3407
|
+
Text: Text$1,
|
|
3408
|
+
White: White$1,
|
|
3409
|
+
Black: Black$1,
|
|
3410
|
+
Red: Red$1,
|
|
3411
|
+
Green: Green$1,
|
|
3412
|
+
Blue: Blue$1,
|
|
3413
|
+
Yellow: Yellow$1,
|
|
3414
|
+
Magenta: Magenta$1,
|
|
3415
|
+
Cyan: Cyan$1,
|
|
3416
|
+
Background: Background$1,
|
|
3417
|
+
Window: Window$1,
|
|
3418
|
+
Transparent: Transparent$1,
|
|
3419
|
+
"Semi-Transparent": "Semi-Trasparente",
|
|
3420
|
+
Opaque: Opaque$1,
|
|
3421
|
+
"Font Size": "Dimensione dei caratteri",
|
|
3422
|
+
"Text Edge Style": "Stile dei bordi del testo",
|
|
3423
|
+
None: None$1,
|
|
3424
|
+
Uniform: Uniform$1,
|
|
3425
|
+
"Drop shadow": "Ombra",
|
|
3426
|
+
"Font Family": "Carattere",
|
|
3427
|
+
"Proportional Sans-Serif": "Sans-Serif proporzionale",
|
|
3428
|
+
"Monospace Sans-Serif": "Sans-Serif monospaziato",
|
|
3429
|
+
"Proportional Serif": "Serif proporzionale",
|
|
3430
|
+
"Monospace Serif": "Serif monospaziato",
|
|
3431
|
+
"Small Caps": "Maiuscoletto",
|
|
3432
|
+
Reset: Reset$1,
|
|
3433
|
+
"restore all settings to the default values": "Ripristina i valori predefiniti per tutti i parametri",
|
|
3434
|
+
Done: Done$1,
|
|
3435
|
+
"Caption Settings Dialog": "Finestra di dialogo dei parametri della trascrizione dei sottotitoli",
|
|
3436
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Inizio della finestra di dialogo. Il tasto Esc annullerà l’operazione e chiuderà la finestra.",
|
|
3437
|
+
"End of dialog window.": "Fine della finestra di dialogo.",
|
|
3438
|
+
"{1} is loading.": "{1} in fase di caricamento.",
|
|
3439
|
+
"Exit Picture-in-Picture": "Esci dalla modalità Picture-in-Picture",
|
|
3440
|
+
"Picture-in-Picture": "Picture-in-Picture",
|
|
3441
|
+
Color,
|
|
3442
|
+
Opacity,
|
|
3443
|
+
"Text Background": "Sfondo testo",
|
|
3444
|
+
"Caption Area Background": "Sfondo area sottotitoli",
|
|
3445
|
+
"Skip forward {1} seconds": "Avanti {1} secondi",
|
|
3446
|
+
"Skip backward {1} seconds": "Indietro {1} secondi",
|
|
3446
3447
|
};
|
|
3447
3448
|
|
|
3448
3449
|
const AGERATING12$1 = "Per proteggere i bambini, questo media è disponibile solo fra le 20 e le 6.";
|
|
@@ -3456,16 +3457,16 @@ const STARTDATE$1 = "Il contenuto non è ancora disponibile. Per cortesia prova
|
|
|
3456
3457
|
const VPNORPROXYDETECTED$1 = "Questo contenuto non può essere riprodotto con VPN o proxy.";
|
|
3457
3458
|
const UNKNOWN$1 = "Questo media non è disponibile.";
|
|
3458
3459
|
const pillarboxLang$1 = {
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3460
|
+
AGERATING12: AGERATING12$1,
|
|
3461
|
+
AGERATING18: AGERATING18$1,
|
|
3462
|
+
COMMERCIAL: COMMERCIAL$1,
|
|
3463
|
+
ENDDATE: ENDDATE$1,
|
|
3464
|
+
GEOBLOCK: GEOBLOCK$1,
|
|
3465
|
+
JOURNALISTIC: JOURNALISTIC$1,
|
|
3466
|
+
LEGAL: LEGAL$1,
|
|
3467
|
+
STARTDATE: STARTDATE$1,
|
|
3468
|
+
VPNORPROXYDETECTED: VPNORPROXYDETECTED$1,
|
|
3469
|
+
UNKNOWN: UNKNOWN$1,
|
|
3469
3470
|
};
|
|
3470
3471
|
|
|
3471
3472
|
pillarbox.addLanguage('it', _objectSpread2(_objectSpread2({}, vjsLang), pillarboxLang$1));
|
|
@@ -3518,98 +3519,98 @@ const STARTDATE = "Quest cuntegn n'è betg anc disponibel. Empruvai pli tard.";
|
|
|
3518
3519
|
const VPNORPROXYDETECTED = "Quest cuntegn na po betg vegnir reproducì cun VPN ni proxy activà.";
|
|
3519
3520
|
const UNKNOWN = "Quest cuntegn n'è betg disponibel.";
|
|
3520
3521
|
const pillarboxLang = {
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3522
|
+
"Audio Player": "Audio-Player",
|
|
3523
|
+
"Video Player": "Video-Player",
|
|
3524
|
+
Play,
|
|
3525
|
+
Pause,
|
|
3526
|
+
Replay,
|
|
3527
|
+
"Current Time": "Temp actual",
|
|
3528
|
+
Duration,
|
|
3529
|
+
"Remaining Time": "Temp restant",
|
|
3530
|
+
"Stream Type": "Tip dal stream",
|
|
3531
|
+
LIVE,
|
|
3532
|
+
Loaded,
|
|
3533
|
+
Progress,
|
|
3534
|
+
"Progress Bar": "Bar da progessiun",
|
|
3535
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} da {2}",
|
|
3536
|
+
Fullscreen,
|
|
3537
|
+
"Non-Fullscreen": "Betg entir visur",
|
|
3538
|
+
Mute,
|
|
3539
|
+
Unmute,
|
|
3540
|
+
"Playback Rate": "Tempo ",
|
|
3541
|
+
Subtitles,
|
|
3542
|
+
"subtitles off": "senza suttitels",
|
|
3543
|
+
Captions,
|
|
3544
|
+
"captions off": "senza suttitels",
|
|
3545
|
+
Chapters,
|
|
3546
|
+
Descriptions,
|
|
3547
|
+
"descriptions off": "senza descripziuns",
|
|
3548
|
+
"Audio Track": "Piese audio",
|
|
3549
|
+
"Volume Level": "Nivel dal volumen",
|
|
3550
|
+
"You aborted the media playback": "Vus avais interrut il vdieo",
|
|
3551
|
+
"A network error caused the media download to fail part-way.": "In sbagl en la rait ha impedì il download",
|
|
3552
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il video n'è betg chargià - ubain per in sbagl da server / da la rait, ubain ch'il format n'è betg cumpatibel.",
|
|
3553
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Il video è interrut: Ubain ch'il video è donnegià, ubain che funcziuns n'èn betg cumpatiblas.",
|
|
3554
|
+
"No compatible source was found for this media.": "Chattà nagina funtauna cumpatibla per quest video.",
|
|
3555
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Il video è codifitgà da moda nunenconuschenta.",
|
|
3556
|
+
"Play Video": "Aviar video",
|
|
3557
|
+
Close,
|
|
3558
|
+
"Close Modal Dialog": "Serrar la fanestra modala",
|
|
3559
|
+
"Modal Window": "Fanestra modala",
|
|
3560
|
+
"This is a modal window": "Quai è ina fanestra modala",
|
|
3561
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Questa fanestra modala pudais serrar cun la tasta \"Escape\" ubain cun il buttun.",
|
|
3562
|
+
", opens captions settings dialog": ", avra opziuns per ils suttitels",
|
|
3563
|
+
", opens subtitles settings dialog": ", avra opziuns per ils suttitels",
|
|
3564
|
+
", opens descriptions settings dialog": ", avra opziuns per la descripziun",
|
|
3565
|
+
", selected": ", selecziunà",
|
|
3566
|
+
"captions settings": "opziuns per ils suttitels",
|
|
3567
|
+
"subtitles settings": "opziuns per ils suttitels",
|
|
3568
|
+
"descriptions settings": "opziuns per la descripziun",
|
|
3569
|
+
Text,
|
|
3570
|
+
White,
|
|
3571
|
+
Black,
|
|
3572
|
+
Red,
|
|
3573
|
+
Green,
|
|
3574
|
+
Blue,
|
|
3575
|
+
Yellow,
|
|
3576
|
+
Magenta,
|
|
3577
|
+
Cyan,
|
|
3578
|
+
Background,
|
|
3579
|
+
Window,
|
|
3580
|
+
Transparent,
|
|
3581
|
+
"Semi-Transparent": "Mez transparent",
|
|
3582
|
+
Opaque,
|
|
3583
|
+
"Font Size": "Grandezza dal text",
|
|
3584
|
+
"Text Edge Style": "Stil dal text",
|
|
3585
|
+
None,
|
|
3586
|
+
Raised,
|
|
3587
|
+
Depressed,
|
|
3588
|
+
Uniform,
|
|
3589
|
+
Dropshadow,
|
|
3590
|
+
"Font Family": "Scrittira",
|
|
3591
|
+
"Proportional Sans-Serif": "Proportionale Sans-Serif",
|
|
3592
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
3593
|
+
"Proportional Serif": "Proportionale Serif",
|
|
3594
|
+
"Monospace Serif": "Monospace Serif",
|
|
3595
|
+
Casual,
|
|
3596
|
+
Script,
|
|
3597
|
+
"Small Caps": "Bustabs pitschens",
|
|
3598
|
+
Reset,
|
|
3599
|
+
"restore all settings to the default values": "Enavos tar las opziuns da standard",
|
|
3600
|
+
Done,
|
|
3601
|
+
"Caption Settings Dialog": "Opziuns per suttitels",
|
|
3602
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Entschatta da la fanestra da dialog. Escape stizza e serra la fanestra.",
|
|
3603
|
+
"End of dialog window.": "Fin da la fanestra da dialog.",
|
|
3604
|
+
AGERATING12,
|
|
3605
|
+
AGERATING18,
|
|
3606
|
+
COMMERCIAL,
|
|
3607
|
+
ENDDATE,
|
|
3608
|
+
GEOBLOCK,
|
|
3609
|
+
JOURNALISTIC,
|
|
3610
|
+
LEGAL,
|
|
3611
|
+
STARTDATE,
|
|
3612
|
+
VPNORPROXYDETECTED,
|
|
3613
|
+
UNKNOWN,
|
|
3613
3614
|
};
|
|
3614
3615
|
|
|
3615
3616
|
pillarbox.addLanguage('rm', _objectSpread2({}, pillarboxLang));
|