mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(frontend): add option to hide all available items from discovery (#699)
This commit is contained in:
@@ -21,6 +21,7 @@ const globalMessages = defineMessages({
|
||||
deleting: 'Deleting…',
|
||||
close: 'Close',
|
||||
edit: 'Edit',
|
||||
experimental: 'Experimental',
|
||||
});
|
||||
|
||||
export default globalMessages;
|
||||
|
||||
@@ -351,6 +351,7 @@
|
||||
"components.Settings.edit": "Edit",
|
||||
"components.Settings.generalsettings": "General Settings",
|
||||
"components.Settings.generalsettingsDescription": "These are settings related to general Overseerr configuration.",
|
||||
"components.Settings.hideAvailable": "Hide available media",
|
||||
"components.Settings.hostname": "Hostname/IP",
|
||||
"components.Settings.jobname": "Job Name",
|
||||
"components.Settings.librariesRemaining": "Libraries Remaining: {count}",
|
||||
@@ -517,6 +518,7 @@
|
||||
"i18n.delete": "Delete",
|
||||
"i18n.deleting": "Deleting…",
|
||||
"i18n.edit": "Edit",
|
||||
"i18n.experimental": "Experimental",
|
||||
"i18n.failed": "Failed",
|
||||
"i18n.movies": "Movies",
|
||||
"i18n.partiallyavailable": "Partially Available",
|
||||
|
||||
Reference in New Issue
Block a user