feat(blocklist): add support for collections (#1841)
This commit is contained in:
@@ -60,6 +60,7 @@ const globalMessages = defineMessages('i18n', {
|
||||
resolved: 'Resolved',
|
||||
blocklist: 'Blocklist',
|
||||
blocklisted: 'Blocklisted',
|
||||
partiallyblocklisted: 'Partially Blocklisted',
|
||||
blocklistSuccess: '<strong>{title}</strong> was successfully blocklisted.',
|
||||
blocklistError: 'Something went wrong. Please try again.',
|
||||
blocklistDuplicateError:
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"components.Blocklist.showAllBlocklisted": "Show All Blocklisted Media",
|
||||
"components.CollectionDetails.numberofmovies": "{count} Movies",
|
||||
"components.CollectionDetails.overview": "Overview",
|
||||
"components.CollectionDetails.removefromblocklistpartialcount": "{removeLabel} ({count, plural, one {# movie} other {# movies}})",
|
||||
"components.CollectionDetails.requestcollection": "Request Collection",
|
||||
"components.CollectionDetails.requestcollection4k": "Request Collection in 4K",
|
||||
"components.Discover.CreateSlider.addSlider": "Add Slider",
|
||||
@@ -1601,6 +1602,7 @@
|
||||
"i18n.notrequested": "Not Requested",
|
||||
"i18n.open": "Open",
|
||||
"i18n.partiallyavailable": "Partially Available",
|
||||
"i18n.partiallyblocklisted": "Partially Blocklisted",
|
||||
"i18n.pending": "Pending",
|
||||
"i18n.previous": "Previous",
|
||||
"i18n.processing": "Processing",
|
||||
|
||||
Reference in New Issue
Block a user