Fix missing translation key MonitorNone

pull/6216/head
Stevie Robinson 6 months ago committed by GitHub
parent 749d841d3a
commit 75420d4a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ function SeriesMonitorNewItemsOptionsPopoverContent() {
/>
<DescriptionListItem
title={translate('MonitorNone')}
title={translate('MonitorNoNewSeasons')}
data={translate('MonitorNoNewSeasonsDescription')}
/>
</DescriptionList>

@ -10,7 +10,7 @@ const monitorNewItemsOptions = [
{
key: 'none',
get value() {
return translate('MonitorNone');
return translate('MonitorNoNewSeasons');
}
}
];

@ -113,8 +113,8 @@
"AuthenticationMethodHelpTextWarning": "Please select a valid authentication method",
"AuthenticationRequired": "Authentication Required",
"AuthenticationRequiredHelpText": "Change which requests authentication is required for. Do not change unless you understand the risks.",
"AuthenticationRequiredPasswordHelpTextWarning": "Enter a new password",
"AuthenticationRequiredPasswordConfirmationHelpTextWarning": "Confirm new password",
"AuthenticationRequiredPasswordHelpTextWarning": "Enter a new password",
"AuthenticationRequiredUsernameHelpTextWarning": "Enter a new username",
"AuthenticationRequiredWarning": "To prevent remote access without authentication, {appName} now requires authentication to be enabled. You can optionally disable authentication from local addresses.",
"AutoAdd": "Auto Add",
@ -991,10 +991,11 @@
"MonitorLastSeasonDescription": "Monitor all episodes of the last season",
"MonitorMissingEpisodes": "Missing Episodes",
"MonitorMissingEpisodesDescription": "Monitor episodes that do not have files or have not aired yet",
"MonitorNoEpisodes": "None",
"MonitorNoEpisodesDescription": "No episodes will be monitored",
"MonitorNewSeasons": "Monitor New Seasons",
"MonitorNewSeasonsHelpText": "Which new seasons should be monitored automatically",
"MonitorNoEpisodes": "None",
"MonitorNoEpisodesDescription": "No episodes will be monitored",
"MonitorNoNewSeasons": "No New Seasons",
"MonitorNoNewSeasonsDescription": "Do not monitor any new seasons automatically",
"MonitorPilotEpisode": "Pilot Episode",
"MonitorPilotEpisodeDescription": "Only monitor the first episode of the first season",

Loading…
Cancel
Save