Fixed: Clarify monitor language for new and future albums.

This commit is contained in:
jasonpatrickellykrause 2025-06-20 06:14:24 -06:00 committed by bakerboy448
commit 76b7713870
2 changed files with 7 additions and 5 deletions

View file

@ -8,17 +8,17 @@ function ArtistMonitorNewItemsOptionsPopoverContent() {
<DescriptionList> <DescriptionList>
<DescriptionListItem <DescriptionListItem
title={translate('AllAlbums')} title={translate('AllAlbums')}
data="Monitor all new albums" data={translate('MonitorAllAlbums')}
/> />
<DescriptionListItem <DescriptionListItem
title={translate('NewAlbums')} title={translate('NewAlbums')}
data="Monitor new albums released after the newest existing album" data={translate('MonitorNewAlbumsData')}
/> />
<DescriptionListItem <DescriptionListItem
title={translate('None')} title={translate('None')}
data="Don't monitor any new albums" data={translate('MonitorNoAlbumsData')}
/> />
</DescriptionList> </DescriptionList>
); );

View file

@ -70,7 +70,7 @@
"AlbumsLoadError": "Unable to load albums", "AlbumsLoadError": "Unable to load albums",
"All": "All", "All": "All",
"AllAlbums": "All Albums", "AllAlbums": "All Albums",
"AllAlbumsData": "Monitor all albums except specials", "AllAlbumsData": "Monitor all albums",
"AllArtistAlbums": "All Artist Albums", "AllArtistAlbums": "All Artist Albums",
"AllExpandedCollapseAll": "Collapse All", "AllExpandedCollapseAll": "Collapse All",
"AllExpandedExpandAll": "Expand All", "AllExpandedExpandAll": "Expand All",
@ -528,7 +528,7 @@
"Formats": "Formats", "Formats": "Formats",
"FreeSpace": "Free Space", "FreeSpace": "Free Space",
"FutureAlbums": "Future Albums", "FutureAlbums": "Future Albums",
"FutureAlbumsData": "Monitor albums that have not released yet", "FutureAlbumsData": "Monitor albums currently in the database that have a release date in the future.",
"FutureDays": "Future Days", "FutureDays": "Future Days",
"FutureDaysHelpText": "Days for iCal feed to look into the future", "FutureDaysHelpText": "Days for iCal feed to look into the future",
"General": "General", "General": "General",
@ -769,9 +769,11 @@
"MonitorLastestAlbum": "Lastest Album", "MonitorLastestAlbum": "Lastest Album",
"MonitorMissingAlbums": "Missing Albums", "MonitorMissingAlbums": "Missing Albums",
"MonitorNewAlbums": "New Albums", "MonitorNewAlbums": "New Albums",
"MonitorNewAlbumsData": "Monitor albums added to database in future with a release date after the latest album",
"MonitorNewItems": "Monitor New Albums", "MonitorNewItems": "Monitor New Albums",
"MonitorNewItemsHelpText": "Which new albums should be monitored", "MonitorNewItemsHelpText": "Which new albums should be monitored",
"MonitorNoAlbums": "None", "MonitorNoAlbums": "None",
"MonitorNoAlbumsData": "Don't monitor any new albums",
"MonitorNoNewAlbums": "No New Albums", "MonitorNoNewAlbums": "No New Albums",
"Monitored": "Monitored", "Monitored": "Monitored",
"MonitoredHelpText": "Download monitored albums from this artist", "MonitoredHelpText": "Download monitored albums from this artist",