feat(frontend): add option to hide all available items from discovery (#699)

This commit is contained in:
sct
2021-01-20 18:56:45 +09:00
committed by GitHub
parent e1032ff5df
commit 6c1742e94c
19 changed files with 192 additions and 19 deletions

View File

@@ -21,6 +21,7 @@ const globalMessages = defineMessages({
deleting: 'Deleting…',
close: 'Close',
edit: 'Edit',
experimental: 'Experimental',
});
export default globalMessages;

View File

@@ -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",