Fix missing translation key MonitorNone
This commit is contained in:
parent
749d841d3a
commit
75420d4a89
|
@ -12,7 +12,7 @@ function SeriesMonitorNewItemsOptionsPopoverContent() {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<DescriptionListItem
|
<DescriptionListItem
|
||||||
title={translate('MonitorNone')}
|
title={translate('MonitorNoNewSeasons')}
|
||||||
data={translate('MonitorNoNewSeasonsDescription')}
|
data={translate('MonitorNoNewSeasonsDescription')}
|
||||||
/>
|
/>
|
||||||
</DescriptionList>
|
</DescriptionList>
|
||||||
|
|
|
@ -10,7 +10,7 @@ const monitorNewItemsOptions = [
|
||||||
{
|
{
|
||||||
key: 'none',
|
key: 'none',
|
||||||
get value() {
|
get value() {
|
||||||
return translate('MonitorNone');
|
return translate('MonitorNoNewSeasons');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -113,8 +113,8 @@
|
||||||
"AuthenticationMethodHelpTextWarning": "Please select a valid authentication method",
|
"AuthenticationMethodHelpTextWarning": "Please select a valid authentication method",
|
||||||
"AuthenticationRequired": "Authentication Required",
|
"AuthenticationRequired": "Authentication Required",
|
||||||
"AuthenticationRequiredHelpText": "Change which requests authentication is required for. Do not change unless you understand the risks.",
|
"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",
|
"AuthenticationRequiredPasswordConfirmationHelpTextWarning": "Confirm new password",
|
||||||
|
"AuthenticationRequiredPasswordHelpTextWarning": "Enter a new password",
|
||||||
"AuthenticationRequiredUsernameHelpTextWarning": "Enter a new username",
|
"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.",
|
"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",
|
"AutoAdd": "Auto Add",
|
||||||
|
@ -991,10 +991,11 @@
|
||||||
"MonitorLastSeasonDescription": "Monitor all episodes of the last season",
|
"MonitorLastSeasonDescription": "Monitor all episodes of the last season",
|
||||||
"MonitorMissingEpisodes": "Missing Episodes",
|
"MonitorMissingEpisodes": "Missing Episodes",
|
||||||
"MonitorMissingEpisodesDescription": "Monitor episodes that do not have files or have not aired yet",
|
"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",
|
"MonitorNewSeasons": "Monitor New Seasons",
|
||||||
"MonitorNewSeasonsHelpText": "Which new seasons should be monitored automatically",
|
"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",
|
"MonitorNoNewSeasonsDescription": "Do not monitor any new seasons automatically",
|
||||||
"MonitorPilotEpisode": "Pilot Episode",
|
"MonitorPilotEpisode": "Pilot Episode",
|
||||||
"MonitorPilotEpisodeDescription": "Only monitor the first episode of the first season",
|
"MonitorPilotEpisodeDescription": "Only monitor the first episode of the first season",
|
||||||
|
|
Loading…
Reference in New Issue