mirror of https://github.com/Radarr/Radarr
Fix: Update monitor options to be displayed in a more user friendly way
This commit is contained in:
parent
616ae471d1
commit
bdb61e263e
|
@ -1,10 +1,11 @@
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
import translate from 'Utilities/String/translate';
|
||||||
import SelectInput from './SelectInput';
|
import SelectInput from './SelectInput';
|
||||||
|
|
||||||
const monitorTypesOptions = [
|
const monitorTypesOptions = [
|
||||||
{ key: 'true', value: 'True' },
|
{ key: 'true', value: translate('Yes') },
|
||||||
{ key: 'false', value: 'False' }
|
{ key: 'false', value: translate('No') }
|
||||||
];
|
];
|
||||||
|
|
||||||
function MovieMonitoredSelectInput(props) {
|
function MovieMonitoredSelectInput(props) {
|
||||||
|
|
|
@ -115,6 +115,7 @@
|
||||||
"Connections": "Connections",
|
"Connections": "Connections",
|
||||||
"ConnectSettings": "Connect Settings",
|
"ConnectSettings": "Connect Settings",
|
||||||
"ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts",
|
"ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts",
|
||||||
|
"ConsideredAvailable": "Considered Available",
|
||||||
"CopyToClipboard": "Copy to Clipboard",
|
"CopyToClipboard": "Copy to Clipboard",
|
||||||
"CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded",
|
"CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded",
|
||||||
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Radarr's rename function as a work around.",
|
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Radarr's rename function as a work around.",
|
||||||
|
@ -333,6 +334,8 @@
|
||||||
"IncludeUnmonitored": "Include Unmonitored",
|
"IncludeUnmonitored": "Include Unmonitored",
|
||||||
"Indexer": "Indexer",
|
"Indexer": "Indexer",
|
||||||
"IndexerFlags": "Indexer Flags",
|
"IndexerFlags": "Indexer Flags",
|
||||||
|
"IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours",
|
||||||
|
"IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
|
||||||
"IndexerPriority": "Indexer Priority",
|
"IndexerPriority": "Indexer Priority",
|
||||||
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25.",
|
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25.",
|
||||||
"IndexerRssHealthCheckNoAvailableIndexers": "All rss-capable indexers are temporarily unavailable due to recent indexer errors",
|
"IndexerRssHealthCheckNoAvailableIndexers": "All rss-capable indexers are temporarily unavailable due to recent indexer errors",
|
||||||
|
@ -345,13 +348,10 @@
|
||||||
"IndexersSettingsSummary": "Indexers and release restrictions",
|
"IndexersSettingsSummary": "Indexers and release restrictions",
|
||||||
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
||||||
"IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}",
|
"IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}",
|
||||||
"IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours",
|
|
||||||
"IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
|
|
||||||
"Info": "Info",
|
"Info": "Info",
|
||||||
"InteractiveImport": "Interactive Import",
|
"InteractiveImport": "Interactive Import",
|
||||||
"InteractiveSearch": "Interactive Search",
|
"InteractiveSearch": "Interactive Search",
|
||||||
"Interval": "Interval",
|
"Interval": "Interval",
|
||||||
"ConsideredAvailable": "Considered Available",
|
|
||||||
"KeyboardShortcuts": "Keyboard Shortcuts",
|
"KeyboardShortcuts": "Keyboard Shortcuts",
|
||||||
"Language": "Language",
|
"Language": "Language",
|
||||||
"LanguageHelpText": "Language for Releases",
|
"LanguageHelpText": "Language for Releases",
|
||||||
|
@ -468,6 +468,7 @@
|
||||||
"NegateHelpText": "If checked, the custom format will not apply if this {0} condition matches.",
|
"NegateHelpText": "If checked, the custom format will not apply if this {0} condition matches.",
|
||||||
"NetCore": ".NET Core",
|
"NetCore": ".NET Core",
|
||||||
"New": "New",
|
"New": "New",
|
||||||
|
"No": "No",
|
||||||
"NoBackupsAreAvailable": "No backups are available",
|
"NoBackupsAreAvailable": "No backups are available",
|
||||||
"NoChange": "No Change",
|
"NoChange": "No Change",
|
||||||
"NoChanges": "No Changes",
|
"NoChanges": "No Changes",
|
||||||
|
@ -847,6 +848,7 @@
|
||||||
"WhitelistedHardcodedSubsHelpText": "Subtitle tags set here will not be considered hardcoded",
|
"WhitelistedHardcodedSubsHelpText": "Subtitle tags set here will not be considered hardcoded",
|
||||||
"WhitelistedSubtitleTags": "Whitelisted Subtitle Tags",
|
"WhitelistedSubtitleTags": "Whitelisted Subtitle Tags",
|
||||||
"Year": "Year",
|
"Year": "Year",
|
||||||
|
"Yes": "Yes",
|
||||||
"YesCancel": "Yes, Cancel",
|
"YesCancel": "Yes, Cancel",
|
||||||
"Yesterday": "Yesterday",
|
"Yesterday": "Yesterday",
|
||||||
"YouCanAlsoSearch": "You can also search using TMDb ID or IMDb ID of a movie. eg. tmdb:71663"
|
"YouCanAlsoSearch": "You can also search using TMDb ID or IMDb ID of a movie. eg. tmdb:71663"
|
||||||
|
|
Loading…
Reference in New Issue