mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Clarify monitor language for new and future albums.
This commit is contained in:
parent
d50ed84541
commit
76b7713870
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue