Skip to content

Commit

Permalink
feat(lang): add journalistic blocking reason
Browse files Browse the repository at this point in the history
Resolves #253 by adding a blocking reason that will enable editors to temporarily
block access to content if it needs to be edited an republished.

- add translation keys for error message
  • Loading branch information
amtins committed May 6, 2024
1 parent c351bfc commit c644fb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"COMMERCIAL": "Die Werbung wurde übersprungen.",
"ENDDATE": "Dieser Inhalt ist nicht mehr verfügbar.",
"GEOBLOCK": "Dieser Inhalt ist ausserhalb der Schweiz nicht verfügbar.",
"JOURNALISTIC": "Dieser Inhalt steht aus publizistischen Gründen vorübergehend nicht zur Verfügung.",
"LEGAL": "Dieser Inhalt ist aus rechtlichen Gründen nicht verfügbar.",
"STARTDATE": "Dieser Inhalt ist noch nicht verfügbar. Bitte probieren Sie es später noch einmal.",
"UNKNOWN": "Dieser Inhalt ist nicht verfügbar."
Expand Down
1 change: 1 addition & 0 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"COMMERCIAL": "This commercial content is not available.",
"ENDDATE": "This content is not available anymore.",
"GEOBLOCK": "This content is not available outside Switzerland.",
"JOURNALISTIC": "This content is temporarily unavailable for journalistic reasons.",
"LEGAL": "This content is not available due to legal restrictions.",
"STARTDATE": "This content is not available yet.",
"UNKNOWN": "This content is not available."
Expand Down
1 change: 1 addition & 0 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"COMMERCIAL":"Ce contenu n'est actuellement pas disponible.",
"ENDDATE":"Ce contenu n'est plus disponible.",
"GEOBLOCK":"La RTS ne dispose pas des droits de diffusion en dehors de la Suisse.",
"JOURNALISTIC": "Ce contenu est temporairement indisponible pour des raisons éditoriales.",
"LEGAL":"Pour des raisons juridiques, ce contenu n'est pas disponible.",
"STARTDATE":"Ce contenu n'est pas encore disponible. Veuillez réessayer plus tard.",
"UNKNOWN":"Ce contenu n'est actuellement pas disponible."
Expand Down
1 change: 1 addition & 0 deletions src/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"COMMERCIAL":"Questo contenuto commerciale non è disponibile.",
"ENDDATE":"Questo media non è più disponibile.",
"GEOBLOCK":"Questo media non è disponibile fuori dalla Svizzera.",
"JOURNALISTIC": "Questo contenuto è temporaneamente non disponibile per motivi editoriali.",
"LEGAL":"Il contenuto non è fruibile a causa di restrizioni legali.",
"STARTDATE":"Il contenuto non è ancora disponibile. Per cortesia prova più tardi.",
"UNKNOWN":"Questo media non è disponibile."
Expand Down
1 change: 1 addition & 0 deletions src/lang/rm.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"COMMERCIAL": "Quest medium commerzial n'è betg disponibel.",
"ENDDATE": "Quest cuntegn n'è betg pli disponibel.",
"GEOBLOCK": "Quest cuntegn n'è betg disponibel ordaifer la Svizra.",
"JOURNALISTIC": "Quest cuntegn na stat ad interim betg a disposiziun per motivs publicistics.",
"LEGAL": "Quest cuntegn n'è betg disponibel perquai ch'el è scadì.",
"STARTDATE": "Quest cuntegn n'è betg anc disponibel. Empruvai pli tard.",
"UNKNOWN": "Quest cuntegn n'è betg disponibel."
Expand Down

0 comments on commit c644fb9

Please sign in to comment.