refactor: rename blacklist to blocklist (#2157)
Signed-off-by: 0xsysr3ll <0xsysr3ll@pm.me> Co-authored-by: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Co-authored-by: 0xsysr3ll <0xsysr3ll@pm.me> Co-authored-by: gauthier-th <mail@gauthierth.fr>
This commit is contained in:
@@ -57,16 +57,16 @@ const globalMessages = defineMessages('i18n', {
|
||||
noresults: 'No results.',
|
||||
open: 'Open',
|
||||
resolved: 'Resolved',
|
||||
blacklist: 'Blacklist',
|
||||
blacklisted: 'Blacklisted',
|
||||
blacklistSuccess: '<strong>{title}</strong> was successfully blacklisted.',
|
||||
blacklistError: 'Something went wrong. Please try again.',
|
||||
blacklistDuplicateError:
|
||||
'<strong>{title}</strong> has already been blacklisted.',
|
||||
removeFromBlacklistSuccess:
|
||||
'<strong>{title}</strong> was successfully removed from the Blacklist.',
|
||||
addToBlacklist: 'Add to Blacklist',
|
||||
removefromBlacklist: 'Remove from Blacklist',
|
||||
blocklist: 'Blocklist',
|
||||
blocklisted: 'Blocklisted',
|
||||
blocklistSuccess: '<strong>{title}</strong> was successfully blocklisted.',
|
||||
blocklistError: 'Something went wrong. Please try again.',
|
||||
blocklistDuplicateError:
|
||||
'<strong>{title}</strong> has already been blocklisted.',
|
||||
removeFromBlocklistSuccess:
|
||||
'<strong>{title}</strong> was successfully removed from the Blocklist.',
|
||||
addToBlocklist: 'Add to Blocklist',
|
||||
removefromBlocklist: 'Remove from Blocklist',
|
||||
specials: 'Specials',
|
||||
});
|
||||
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"component.BlacklistBlock.blacklistdate": "Blacklisted date",
|
||||
"component.BlacklistBlock.blacklistedby": "Blacklisted By",
|
||||
"component.BlacklistModal.blacklisting": "Blacklisting",
|
||||
"component.BlocklistBlock.blocklistdate": "Blocklisted date",
|
||||
"component.BlocklistBlock.blocklistedby": "Blocklisted By",
|
||||
"component.BlocklistModal.blocklisting": "Blocklisting",
|
||||
"components.AirDateBadge.airedrelative": "Aired {relativeTime}",
|
||||
"components.AirDateBadge.airsrelative": "Airing {relativeTime}",
|
||||
"components.AppDataWarning.dockerVolumeMissingDescription": "The <code>{appDataPath}</code> volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.",
|
||||
"components.Blacklist.blacklistNotFoundError": "<strong>{title}</strong> is not blacklisted.",
|
||||
"components.Blacklist.blacklistSettingsDescription": "Manage blacklisted media.",
|
||||
"components.Blacklist.blacklistdate": "date",
|
||||
"components.Blacklist.blacklistedby": "{date} by {user}",
|
||||
"components.Blacklist.blacklistsettings": "Blacklist Settings",
|
||||
"components.Blacklist.filterBlacklistedTags": "Blacklisted Tags",
|
||||
"components.Blacklist.filterManual": "Manual",
|
||||
"components.Blacklist.mediaName": "Name",
|
||||
"components.Blacklist.mediaTmdbId": "tmdb Id",
|
||||
"components.Blacklist.mediaType": "Type",
|
||||
"components.Blacklist.showAllBlacklisted": "Show All Blacklisted Media",
|
||||
"components.Blocklist.blocklistNotFoundError": "<strong>{title}</strong> is not blocklisted.",
|
||||
"components.Blocklist.blocklistSettingsDescription": "Manage blocklisted media.",
|
||||
"components.Blocklist.blocklistdate": "date",
|
||||
"components.Blocklist.blocklistedby": "{date} by {user}",
|
||||
"components.Blocklist.blocklistsettings": "Blocklist Settings",
|
||||
"components.Blocklist.filterBlocklistedTags": "Blocklisted Tags",
|
||||
"components.Blocklist.filterManual": "Manual",
|
||||
"components.Blocklist.mediaName": "Name",
|
||||
"components.Blocklist.mediaTmdbId": "tmdb Id",
|
||||
"components.Blocklist.mediaType": "Type",
|
||||
"components.Blocklist.showAllBlocklisted": "Show All Blocklisted Media",
|
||||
"components.CollectionDetails.numberofmovies": "{count} Movies",
|
||||
"components.CollectionDetails.overview": "Overview",
|
||||
"components.CollectionDetails.requestcollection": "Request Collection",
|
||||
@@ -219,7 +219,7 @@
|
||||
"components.LanguageSelector.originalLanguageDefault": "All Languages",
|
||||
"components.Layout.LanguagePicker.displaylanguage": "Display Language",
|
||||
"components.Layout.SearchInput.searchPlaceholder": "Search Movies & TV",
|
||||
"components.Layout.Sidebar.blacklist": "Blacklist",
|
||||
"components.Layout.Sidebar.blocklist": "Blocklist",
|
||||
"components.Layout.Sidebar.browsemovies": "Movies",
|
||||
"components.Layout.Sidebar.browsetv": "Series",
|
||||
"components.Layout.Sidebar.dashboard": "Discover",
|
||||
@@ -412,12 +412,12 @@
|
||||
"components.PermissionEdit.autorequestMoviesDescription": "Grant permission to automatically submit requests for non-4K movies via Plex Watchlist.",
|
||||
"components.PermissionEdit.autorequestSeries": "Auto-Request Series",
|
||||
"components.PermissionEdit.autorequestSeriesDescription": "Grant permission to automatically submit requests for non-4K series via Plex Watchlist.",
|
||||
"components.PermissionEdit.blacklistedItems": "Blacklist media.",
|
||||
"components.PermissionEdit.blacklistedItemsDescription": "Grant permission to blacklist media.",
|
||||
"components.PermissionEdit.blocklistedItems": "Blocklist media.",
|
||||
"components.PermissionEdit.blocklistedItemsDescription": "Grant permission to blocklist media.",
|
||||
"components.PermissionEdit.createissues": "Report Issues",
|
||||
"components.PermissionEdit.createissuesDescription": "Grant permission to report media issues.",
|
||||
"components.PermissionEdit.manageblacklist": "Manage Blacklist",
|
||||
"components.PermissionEdit.manageblacklistDescription": "Grant permission to manage blacklisted media.",
|
||||
"components.PermissionEdit.manageblocklist": "Manage Blocklist",
|
||||
"components.PermissionEdit.manageblocklistDescription": "Grant permission to manage blocklisted media.",
|
||||
"components.PermissionEdit.manageissues": "Manage Issues",
|
||||
"components.PermissionEdit.manageissuesDescription": "Grant permission to manage media issues.",
|
||||
"components.PermissionEdit.managerequests": "Manage Requests",
|
||||
@@ -436,8 +436,8 @@
|
||||
"components.PermissionEdit.requestTvDescription": "Grant permission to submit requests for non-4K series.",
|
||||
"components.PermissionEdit.users": "Manage Users",
|
||||
"components.PermissionEdit.usersDescription": "Grant permission to manage users. Users with this permission cannot modify users with or grant the Admin privilege.",
|
||||
"components.PermissionEdit.viewblacklistedItems": "View blacklisted media.",
|
||||
"components.PermissionEdit.viewblacklistedItemsDescription": "Grant permission to view blacklisted media.",
|
||||
"components.PermissionEdit.viewblocklistedItems": "View blocklisted media.",
|
||||
"components.PermissionEdit.viewblocklistedItemsDescription": "Grant permission to view blocklisted media.",
|
||||
"components.PermissionEdit.viewissues": "View Issues",
|
||||
"components.PermissionEdit.viewissuesDescription": "Grant permission to view media issues reported by other users.",
|
||||
"components.PermissionEdit.viewrecent": "View Recently Added",
|
||||
@@ -935,7 +935,7 @@
|
||||
"components.Settings.SettingsJobsCache.plex-refresh-token": "Plex Refresh Token",
|
||||
"components.Settings.SettingsJobsCache.plex-watchlist-sync": "Plex Watchlist Sync",
|
||||
"components.Settings.SettingsJobsCache.process": "Process",
|
||||
"components.Settings.SettingsJobsCache.process-blacklisted-tags": "Process Blacklisted Tags",
|
||||
"components.Settings.SettingsJobsCache.process-blocklisted-tags": "Process Blocklisted Tags",
|
||||
"components.Settings.SettingsJobsCache.radarr-scan": "Radarr Scan",
|
||||
"components.Settings.SettingsJobsCache.runnow": "Run Now",
|
||||
"components.Settings.SettingsJobsCache.size": "Size",
|
||||
@@ -964,10 +964,10 @@
|
||||
"components.Settings.SettingsMain.apikeyCopied": "Copied API key to clipboard.",
|
||||
"components.Settings.SettingsMain.applicationTitle": "Application Title",
|
||||
"components.Settings.SettingsMain.applicationurl": "Application URL",
|
||||
"components.Settings.SettingsMain.blacklistedTags": "Blacklist Content with Tags",
|
||||
"components.Settings.SettingsMain.blacklistedTagsLimit": "Limit Content Blacklisted per Tag",
|
||||
"components.Settings.SettingsMain.blacklistedTagsLimitTip": "The \"Process Blacklisted Tags\" job will blacklist this many pages into each sort. Larger numbers will create a more accurate blacklist, but use more space.",
|
||||
"components.Settings.SettingsMain.blacklistedTagsTip": "Automatically add content with tags to the blacklist using the \"Process Blacklisted Tags\" job",
|
||||
"components.Settings.SettingsMain.blocklistedTags": "Blocklist Content with Tags",
|
||||
"components.Settings.SettingsMain.blocklistedTagsLimit": "Limit Content Blocklisted per Tag",
|
||||
"components.Settings.SettingsMain.blocklistedTagsLimitTip": "The \"Process Blocklisted Tags\" job will blocklist this many pages into each sort. Larger numbers will create a more accurate blocklist, but use more space.",
|
||||
"components.Settings.SettingsMain.blocklistedTagsTip": "Automatically add content with tags to the blocklist using the \"Process Blocklisted Tags\" job",
|
||||
"components.Settings.SettingsMain.cacheImages": "Enable Image Caching",
|
||||
"components.Settings.SettingsMain.cacheImagesTip": "Cache externally sourced images (requires a significant amount of disk space)",
|
||||
"components.Settings.SettingsMain.discoverRegion": "Discover Region",
|
||||
@@ -978,8 +978,8 @@
|
||||
"components.Settings.SettingsMain.generalsettingsDescription": "Configure global and default settings for Seerr.",
|
||||
"components.Settings.SettingsMain.hideAvailable": "Hide Available Media",
|
||||
"components.Settings.SettingsMain.hideAvailableTip": "Hide available media from the discover pages but not search results",
|
||||
"components.Settings.SettingsMain.hideBlacklisted": "Hide Blacklisted Items",
|
||||
"components.Settings.SettingsMain.hideBlacklistedTip": "Hide blacklisted items from discover pages for all users with the \"Manage Blacklist\" permission",
|
||||
"components.Settings.SettingsMain.hideBlocklisted": "Hide Blocklisted Items",
|
||||
"components.Settings.SettingsMain.hideBlocklistedTip": "Hide blocklisted items from discover pages for all users with the \"Manage Blocklist\" permission",
|
||||
"components.Settings.SettingsMain.locale": "Display Language",
|
||||
"components.Settings.SettingsMain.originallanguage": "Discover Language",
|
||||
"components.Settings.SettingsMain.originallanguageTip": "Filter content by original language",
|
||||
@@ -1112,17 +1112,17 @@
|
||||
"components.Settings.allChosenProvidersAreOperational": "All chosen metadata providers are operational",
|
||||
"components.Settings.animeMetadataProvider": "Anime metadata provider",
|
||||
"components.Settings.apiKey": "API key",
|
||||
"components.Settings.blacklistedTagImportInstructions": "Paste blacklist tag configuration below.",
|
||||
"components.Settings.blacklistedTagImportTitle": "Import Blacklisted Tag Configuration",
|
||||
"components.Settings.blacklistedTagsText": "Blacklisted Tags",
|
||||
"components.Settings.blocklistedTagImportInstructions": "Paste blocklist tag configuration below.",
|
||||
"components.Settings.blocklistedTagImportTitle": "Import Blocklisted Tag Configuration",
|
||||
"components.Settings.blocklistedTagsText": "Blocklisted Tags",
|
||||
"components.Settings.cancelscan": "Cancel Scan",
|
||||
"components.Settings.chooseProvider": "Choose metadata providers for different content types",
|
||||
"components.Settings.clearBlacklistedTagsConfirm": "Are you sure you want to clear the blacklisted tags?",
|
||||
"components.Settings.clearBlocklistedTagsConfirm": "Are you sure you want to clear the blocklisted tags?",
|
||||
"components.Settings.clickTest": "Click on the \"Test\" button to check connectivity with metadata providers",
|
||||
"components.Settings.connectionTestFailed": "Connection test failed",
|
||||
"components.Settings.copyBlacklistedTags": "Copied blacklisted tags to clipboard.",
|
||||
"components.Settings.copyBlacklistedTagsEmpty": "Nothing to copy",
|
||||
"components.Settings.copyBlacklistedTagsTip": "Copy blacklisted tag configuration",
|
||||
"components.Settings.copyBlocklistedTags": "Copied blocklisted tags to clipboard.",
|
||||
"components.Settings.copyBlocklistedTagsEmpty": "Nothing to copy",
|
||||
"components.Settings.copyBlocklistedTagsTip": "Copy blocklisted tag configuration",
|
||||
"components.Settings.currentlibrary": "Current Library: {name}",
|
||||
"components.Settings.default": "Default",
|
||||
"components.Settings.default4k": "Default 4K",
|
||||
@@ -1136,7 +1136,7 @@
|
||||
"components.Settings.failedToSaveMetadataSettings": "Failed to save metadata provider settings",
|
||||
"components.Settings.general": "General",
|
||||
"components.Settings.hostname": "Hostname or IP Address",
|
||||
"components.Settings.importBlacklistedTagsTip": "Import blacklisted tag configuration",
|
||||
"components.Settings.importBlocklistedTagsTip": "Import blocklisted tag configuration",
|
||||
"components.Settings.invalidKeyword": "{keywordId} is not a TMDB keyword.",
|
||||
"components.Settings.invalidurlerror": "Unable to connect to {mediaServerName} server.",
|
||||
"components.Settings.is4k": "4K",
|
||||
@@ -1539,7 +1539,7 @@
|
||||
"components.UserProfile.seriesrequest": "Series Requests",
|
||||
"components.UserProfile.totalrequests": "Total Requests",
|
||||
"components.UserProfile.unlimited": "Unlimited",
|
||||
"i18n.addToBlacklist": "Add to Blacklist",
|
||||
"i18n.addToBlocklist": "Add to Blocklist",
|
||||
"i18n.advanced": "Advanced",
|
||||
"i18n.all": "All",
|
||||
"i18n.approve": "Approve",
|
||||
@@ -1547,11 +1547,11 @@
|
||||
"i18n.areyousure": "Are you sure?",
|
||||
"i18n.available": "Available",
|
||||
"i18n.back": "Back",
|
||||
"i18n.blacklist": "Blacklist",
|
||||
"i18n.blacklistDuplicateError": "<strong>{title}</strong> has already been blacklisted.",
|
||||
"i18n.blacklistError": "Something went wrong. Please try again.",
|
||||
"i18n.blacklistSuccess": "<strong>{title}</strong> was successfully blacklisted.",
|
||||
"i18n.blacklisted": "Blacklisted",
|
||||
"i18n.blocklist": "Blocklist",
|
||||
"i18n.blocklistDuplicateError": "<strong>{title}</strong> has already been blocklisted.",
|
||||
"i18n.blocklistError": "Something went wrong. Please try again.",
|
||||
"i18n.blocklistSuccess": "<strong>{title}</strong> was successfully blocklisted.",
|
||||
"i18n.blocklisted": "Blocklisted",
|
||||
"i18n.cancel": "Cancel",
|
||||
"i18n.canceling": "Canceling…",
|
||||
"i18n.close": "Close",
|
||||
@@ -1579,8 +1579,8 @@
|
||||
"i18n.pending": "Pending",
|
||||
"i18n.previous": "Previous",
|
||||
"i18n.processing": "Processing",
|
||||
"i18n.removeFromBlacklistSuccess": "<strong>{title}</strong> was successfully removed from the Blacklist.",
|
||||
"i18n.removefromBlacklist": "Remove from Blacklist",
|
||||
"i18n.removeFromBlocklistSuccess": "<strong>{title}</strong> was successfully removed from the Blocklist.",
|
||||
"i18n.removefromBlocklist": "Remove from Blocklist",
|
||||
"i18n.request": "Request",
|
||||
"i18n.request4k": "Request in 4K",
|
||||
"i18n.requested": "Requested",
|
||||
|
||||
Reference in New Issue
Block a user