@srgssr/pillarbox-web 1.20.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,7 +107,7 @@ function _objectWithoutProperties(source, excluded) {
107
107
  return target;
108
108
  }
109
109
 
110
- const version = "1.19.1";
110
+ const version = "1.20.0";
111
111
 
112
112
  /** @import VJSPlayer from 'video.js/dist/types/player' */
113
113
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -2995,6 +2995,7 @@ const GEOBLOCK$4 = "Dieser Inhalt ist ausserhalb der Schweiz nicht verfügbar.";
2995
2995
  const JOURNALISTIC$4 = "Dieser Inhalt steht aus publizistischen Gründen vorübergehend nicht zur Verfügung.";
2996
2996
  const LEGAL$4 = "Dieser Inhalt ist aus rechtlichen Gründen nicht verfügbar.";
2997
2997
  const STARTDATE$4 = "Dieser Inhalt ist noch nicht verfügbar. Bitte probieren Sie es später noch einmal.";
2998
+ const VPNORPROXYDETECTED$4 = "Dieser Inhalt ist mit VPN oder Proxy nicht abspielbar.";
2998
2999
  const UNKNOWN$4 = "Dieser Inhalt ist nicht verfügbar.";
2999
3000
  const pillarboxLang$4 = {
3000
3001
  AGERATING12: AGERATING12$4,
@@ -3005,6 +3006,7 @@ const pillarboxLang$4 = {
3005
3006
  JOURNALISTIC: JOURNALISTIC$4,
3006
3007
  LEGAL: LEGAL$4,
3007
3008
  STARTDATE: STARTDATE$4,
3009
+ VPNORPROXYDETECTED: VPNORPROXYDETECTED$4,
3008
3010
  UNKNOWN: UNKNOWN$4
3009
3011
  };
3010
3012
 
@@ -3154,6 +3156,7 @@ const GEOBLOCK$3 = "This content is not available outside Switzerland.";
3154
3156
  const JOURNALISTIC$3 = "This content is temporarily unavailable for journalistic reasons.";
3155
3157
  const LEGAL$3 = "This content is not available due to legal restrictions.";
3156
3158
  const STARTDATE$3 = "This content is not available yet.";
3159
+ const VPNORPROXYDETECTED$3 = "This content cannot be played while using a VPN or a proxy.";
3157
3160
  const UNKNOWN$3 = "This content is not available.";
3158
3161
  const pillarboxLang$3 = {
3159
3162
  AGERATING12: AGERATING12$3,
@@ -3164,6 +3167,7 @@ const pillarboxLang$3 = {
3164
3167
  JOURNALISTIC: JOURNALISTIC$3,
3165
3168
  LEGAL: LEGAL$3,
3166
3169
  STARTDATE: STARTDATE$3,
3170
+ VPNORPROXYDETECTED: VPNORPROXYDETECTED$3,
3167
3171
  UNKNOWN: UNKNOWN$3
3168
3172
  };
3169
3173
 
@@ -3312,6 +3316,7 @@ const GEOBLOCK$2 = "La RTS ne dispose pas des droits de diffusion en dehors de l
3312
3316
  const JOURNALISTIC$2 = "Ce contenu est temporairement indisponible pour des raisons éditoriales.";
3313
3317
  const LEGAL$2 = "Pour des raisons juridiques, ce contenu n'est pas disponible.";
3314
3318
  const STARTDATE$2 = "Ce contenu n'est pas encore disponible. Veuillez réessayer plus tard.";
3319
+ const VPNORPROXYDETECTED$2 = "Ce contenu ne peut pas être lu avec un VPN ou un proxy.";
3315
3320
  const UNKNOWN$2 = "Ce contenu n'est actuellement pas disponible.";
3316
3321
  const pillarboxLang$2 = {
3317
3322
  AGERATING12: AGERATING12$2,
@@ -3322,6 +3327,7 @@ const pillarboxLang$2 = {
3322
3327
  JOURNALISTIC: JOURNALISTIC$2,
3323
3328
  LEGAL: LEGAL$2,
3324
3329
  STARTDATE: STARTDATE$2,
3330
+ VPNORPROXYDETECTED: VPNORPROXYDETECTED$2,
3325
3331
  UNKNOWN: UNKNOWN$2
3326
3332
  };
3327
3333
 
@@ -3459,6 +3465,7 @@ const GEOBLOCK$1 = "Questo media non è disponibile fuori dalla Svizzera.";
3459
3465
  const JOURNALISTIC$1 = "Questo contenuto è temporaneamente non disponibile per motivi editoriali.";
3460
3466
  const LEGAL$1 = "Il contenuto non è fruibile a causa di restrizioni legali.";
3461
3467
  const STARTDATE$1 = "Il contenuto non è ancora disponibile. Per cortesia prova più tardi.";
3468
+ const VPNORPROXYDETECTED$1 = "Questo contenuto non può essere riprodotto con VPN o proxy.";
3462
3469
  const UNKNOWN$1 = "Questo media non è disponibile.";
3463
3470
  const pillarboxLang$1 = {
3464
3471
  AGERATING12: AGERATING12$1,
@@ -3469,6 +3476,7 @@ const pillarboxLang$1 = {
3469
3476
  JOURNALISTIC: JOURNALISTIC$1,
3470
3477
  LEGAL: LEGAL$1,
3471
3478
  STARTDATE: STARTDATE$1,
3479
+ VPNORPROXYDETECTED: VPNORPROXYDETECTED$1,
3472
3480
  UNKNOWN: UNKNOWN$1
3473
3481
  };
3474
3482
 
@@ -3519,6 +3527,7 @@ const GEOBLOCK = "Quest cuntegn n'è betg disponibel ordaifer la Svizra.";
3519
3527
  const JOURNALISTIC = "Quest cuntegn na stat ad interim betg a disposiziun per motivs publicistics.";
3520
3528
  const LEGAL = "Quest cuntegn n'è betg disponibel perquai ch'el è scadì.";
3521
3529
  const STARTDATE = "Quest cuntegn n'è betg anc disponibel. Empruvai pli tard.";
3530
+ const VPNORPROXYDETECTED = "Quest cuntegn na po betg vegnir reproducì cun VPN ni proxy activà.";
3522
3531
  const UNKNOWN = "Quest cuntegn n'è betg disponibel.";
3523
3532
  const pillarboxLang = {
3524
3533
  "Audio Player": "Audio-Player",
@@ -3611,6 +3620,7 @@ const pillarboxLang = {
3611
3620
  JOURNALISTIC: JOURNALISTIC,
3612
3621
  LEGAL: LEGAL,
3613
3622
  STARTDATE: STARTDATE,
3623
+ VPNORPROXYDETECTED: VPNORPROXYDETECTED,
3614
3624
  UNKNOWN: UNKNOWN
3615
3625
  };
3616
3626