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>
|
||||
<DescriptionListItem
|
||||
title={translate('AllAlbums')}
|
||||
data="Monitor all new albums"
|
||||
data={translate('MonitorAllAlbums')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
title={translate('NewAlbums')}
|
||||
data="Monitor new albums released after the newest existing album"
|
||||
data={translate('MonitorNewAlbumsData')}
|
||||
/>
|
||||
|
||||
<DescriptionListItem
|
||||
title={translate('None')}
|
||||
data="Don't monitor any new albums"
|
||||
data={translate('MonitorNoAlbumsData')}
|
||||
/>
|
||||
</DescriptionList>
|
||||
);
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"AlbumsLoadError": "Unable to load albums",
|
||||
"All": "All",
|
||||
"AllAlbums": "All Albums",
|
||||
"AllAlbumsData": "Monitor all albums except specials",
|
||||
"AllAlbumsData": "Monitor all albums",
|
||||
"AllArtistAlbums": "All Artist Albums",
|
||||
"AllExpandedCollapseAll": "Collapse All",
|
||||
"AllExpandedExpandAll": "Expand All",
|
||||
|
@ -528,7 +528,7 @@
|
|||
"Formats": "Formats",
|
||||
"FreeSpace": "Free Space",
|
||||
"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",
|
||||
"FutureDaysHelpText": "Days for iCal feed to look into the future",
|
||||
"General": "General",
|
||||
|
@ -769,9 +769,11 @@
|
|||
"MonitorLastestAlbum": "Lastest Album",
|
||||
"MonitorMissingAlbums": "Missing Albums",
|
||||
"MonitorNewAlbums": "New Albums",
|
||||
"MonitorNewAlbumsData": "Monitor albums added to database in future with a release date after the latest album",
|
||||
"MonitorNewItems": "Monitor New Albums",
|
||||
"MonitorNewItemsHelpText": "Which new albums should be monitored",
|
||||
"MonitorNoAlbums": "None",
|
||||
"MonitorNoAlbumsData": "Don't monitor any new albums",
|
||||
"MonitorNoNewAlbums": "No New Albums",
|
||||
"Monitored": "Monitored",
|
||||
"MonitoredHelpText": "Download monitored albums from this artist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue