fixup! Messaging Improvements
This commit is contained in:
parent
cb4ff696b6
commit
19e3573926
src/NzbDrone.Core
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||
{
|
||||
return new HealthCheck(GetType(),
|
||||
HealthCheckResult.Warning,
|
||||
string.Format(_localizationService.GetLocalizedString("DownloadClientRootFolderHealthCheckMessage"), client.Definition.Name, folder.FullPath),
|
||||
string.Format(_localizationService.GetLocalizedString("DownloadClientRootFolderHealthCheckMessage"), client.Definition.Name, folder.FullPath, "Sonarr"),
|
||||
"#downloads-in-root-folder");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
"DownloadClientCheckNoneAvailableHealthCheckMessage": "No download client is available",
|
||||
"DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "Unable to communicate with {0}. Check your logs for details.",
|
||||
"DownloadClientOptionsLoadError": "Unable to load download client options",
|
||||
"DownloadClientRootFolderHealthCheckMessage": "Download client {0} downloads completed downloads in to the root folder {1}. You should not download to the app's Library ('root') folder.",
|
||||
"DownloadClientRootFolderHealthCheckMessage": "Download client {0} places completed downloads in to the root folder {1}. You should not download to {2}'s root folder.",
|
||||
"DownloadClientSettings": "Download Client Settings",
|
||||
"DownloadClientSortingHealthCheckMessage": "Download client {0} has {1} sorting enabled for Sonarr's category. You should disable sorting in your download client to avoid import issues.",
|
||||
"DownloadClientStatusAllClientHealthCheckMessage": "All download clients are unavailable due to failures. Check your logs for details.",
|
||||
|
@ -369,7 +369,7 @@
|
|||
"EditSeries": "Edit Series",
|
||||
"Enable": "Enable",
|
||||
"EnableAutomaticAdd": "Enable Automatic Add",
|
||||
"EnableAutomaticAddHelpText": "Add series from this list to Sonarr when syncs are performed via the UI or as a scheduled app task",
|
||||
"EnableAutomaticAddHelpText": "Add series from this list to Sonarr when syncs are performed via the UI or automatically via scheduled tasks",
|
||||
"EnableAutomaticSearch": "Enable Automatic Search",
|
||||
"EnableAutomaticSearchHelpText": "Will be used when automatic searches are performed via the UI or by Sonarr",
|
||||
"EnableAutomaticSearchHelpTextWarning": "Will be used when interactive search is used",
|
||||
|
@ -630,7 +630,7 @@
|
|||
"LibraryImport": "Library Import",
|
||||
"LibraryImportHeader": "Import series you already have",
|
||||
"LibraryImportTips": "Some tips to ensure the import goes smoothly:",
|
||||
"LibraryImportTipsDontUseDownloadsFolder": "Do not use for importing downloads from your download client. This is only for importing existing organized libraries and not unsorted files.",
|
||||
"LibraryImportTipsDontUseDownloadsFolder": "Do not use for importing downloads from your download client. This is only for importing existing organized libraries, not unsorted files.",
|
||||
"LibraryImportTipsQualityInFilename": "Make sure that your files include the quality in their filenames. eg. `episode.s02e15.bluray.mkv`",
|
||||
"LibraryImportTipsUseRootFolder": "Point Sonarr to the folder containing all of your tv shows, not a specific one. eg. \"`{goodFolderExample}`\" and not \"`{badFolderExample}`\". Additionally, each series must be in its own folder within the root/library folder.",
|
||||
"ListExclusionsLoadError": "Unable to load List Exclusions",
|
||||
|
|
Loading…
Reference in New Issue