Skip to content

Commit db11f87

Browse files
committed
feat(lang): add VPN blocking reason
Resolves #311 by introducing a new blocking reason, `VPNPROXYDETECTED`, which will be displayed by the player whenever a VPN or proxy is detected by the backend. This will apply to content protected by DRM as well as certain live events. - add translations for the new blocking reason
1 parent 52eadc7 commit db11f87

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/lang/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"JOURNALISTIC": "Dieser Inhalt steht aus publizistischen Gründen vorübergehend nicht zur Verfügung.",
88
"LEGAL": "Dieser Inhalt ist aus rechtlichen Gründen nicht verfügbar.",
99
"STARTDATE": "Dieser Inhalt ist noch nicht verfügbar. Bitte probieren Sie es später noch einmal.",
10+
"VPNPROXYDETECTED": "Dieser Inhalt ist mit aktiviertem VPN nicht abspielbar.",
1011
"UNKNOWN": "Dieser Inhalt ist nicht verfügbar."
1112
}

src/lang/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"JOURNALISTIC": "This content is temporarily unavailable for journalistic reasons.",
88
"LEGAL": "This content is not available due to legal restrictions.",
99
"STARTDATE": "This content is not available yet.",
10+
"VPNPROXYDETECTED": "This content cannot be played while using a VPN.",
1011
"UNKNOWN": "This content is not available."
1112
}

src/lang/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"JOURNALISTIC": "Ce contenu est temporairement indisponible pour des raisons éditoriales.",
88
"LEGAL":"Pour des raisons juridiques, ce contenu n'est pas disponible.",
99
"STARTDATE":"Ce contenu n'est pas encore disponible. Veuillez réessayer plus tard.",
10+
"VPNPROXYDETECTED": "Ce contenu ne peut pas être lu lorsque vous utilisez un VPN.",
1011
"UNKNOWN":"Ce contenu n'est actuellement pas disponible."
1112
}

src/lang/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"JOURNALISTIC": "Questo contenuto è temporaneamente non disponibile per motivi editoriali.",
88
"LEGAL":"Il contenuto non è fruibile a causa di restrizioni legali.",
99
"STARTDATE":"Il contenuto non è ancora disponibile. Per cortesia prova più tardi.",
10+
"VPNPROXYDETECTED": "Questo contenuto non può essere riprodotto mentre si utilizza una VPN.",
1011
"UNKNOWN":"Questo media non è disponibile."
1112
}

src/lang/rm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@
9090
"JOURNALISTIC": "Quest cuntegn na stat ad interim betg a disposiziun per motivs publicistics.",
9191
"LEGAL": "Quest cuntegn n'è betg disponibel perquai ch'el è scadì.",
9292
"STARTDATE": "Quest cuntegn n'è betg anc disponibel. Empruvai pli tard.",
93+
"VPNPROXYDETECTED": "Quest cuntegn na po betg vegnir reproducì cun in VPN activà.",
9394
"UNKNOWN": "Quest cuntegn n'è betg disponibel."
9495
}

0 commit comments

Comments
 (0)