Fixed: Translation warning for search all

This commit is contained in:
PearsonFlyer 2022-01-16 07:57:59 -05:00 committed by Qstick
parent 5487acb041
commit 4acf12f056
3 changed files with 7 additions and 4 deletions

View file

@ -243,10 +243,10 @@ class CutoffUnmet extends Component {
message={ message={
<div> <div>
<div> <div>
Are you sure you want to search for all {totalRecords} Cutoff Unmet albums? {translate('MassAlbumsCutoffUnmetWarning', [totalRecords])}
</div> </div>
<div> <div>
This cannot be cancelled once started without restarting Lidarr. {translate('ThisCannotBeCancelled')}
</div> </div>
</div> </div>
} }

View file

@ -260,10 +260,10 @@ class Missing extends Component {
message={ message={
<div> <div>
<div> <div>
Are you sure you want to search for all {totalRecords} missing albums? {translate('MassAlbumsSearchWarning', [totalRecords])}
</div> </div>
<div> <div>
This cannot be cancelled once started without restarting Lidarr. {translate('ThisCannotBeCancelled')}
</div> </div>
</div> </div>
} }

View file

@ -317,6 +317,8 @@
"ManualImport": "Manual Import", "ManualImport": "Manual Import",
"MarkAsFailed": "Mark as Failed", "MarkAsFailed": "Mark as Failed",
"MarkAsFailedMessageText": "Are you sure you want to mark '{0}' as failed?", "MarkAsFailedMessageText": "Are you sure you want to mark '{0}' as failed?",
"MassAlbumsSearchWarning": "Are you sure you want to search for all '{0}' missing albums?",
"MassAlbumsCutoffUnmetWarning": "Are you sure you want to search for all '{0}' Cutoff Unmet albums?",
"MaximumLimits": "Maximum Limits", "MaximumLimits": "Maximum Limits",
"MaximumSize": "Maximum Size", "MaximumSize": "Maximum Size",
"MaximumSizeHelpText": "Maximum size for a release to be grabbed in MB. Set to zero to set to unlimited.", "MaximumSizeHelpText": "Maximum size for a release to be grabbed in MB. Set to zero to set to unlimited.",
@ -603,6 +605,7 @@
"TestAllLists": "Test All Lists", "TestAllLists": "Test All Lists",
"TheAlbumsFilesWillBeDeleted": "The album's files will be deleted.", "TheAlbumsFilesWillBeDeleted": "The album's files will be deleted.",
"TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted": "The artist folder <strong>{path}</strong> and all of its content will be deleted.", "TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted": "The artist folder <strong>{path}</strong> and all of its content will be deleted.",
"ThisCannotBeCancelled": "This cannot be cancelled once started without disabling all of your indexers.",
"ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "This will apply to all indexers, please follow the rules set forth by them", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "This will apply to all indexers, please follow the rules set forth by them",
"Time": "Time", "Time": "Time",
"TimeFormat": "Time Format", "TimeFormat": "Time Format",