Additional help text for Download Clients

pull/211/head
Qstick 4 years ago
parent ed7c5a937f
commit 0fd242cd62

@ -53,6 +53,9 @@ class AddDownloadClientModalContent extends Component {
<div> <div>
<Alert kind={kinds.INFO}> <Alert kind={kinds.INFO}>
<div>
{translate('AddDownloadClientToProwlarr')}
</div>
<div> <div>
{translate('ProwlarrSupportsAnyDownloadClient')} {translate('ProwlarrSupportsAnyDownloadClient')}
</div> </div>

@ -5,6 +5,7 @@
"Add": "Add", "Add": "Add",
"AddAppProfile": "Add App Sync Profile", "AddAppProfile": "Add App Sync Profile",
"AddDownloadClient": "Add Download Client", "AddDownloadClient": "Add Download Client",
"AddDownloadClientToProwlarr": "Adding a download client allows Prowlarr to send releases direct from the UI while doing a manual search.",
"Added": "Added", "Added": "Added",
"AddedToDownloadClient": "Release added to client", "AddedToDownloadClient": "Release added to client",
"AddIndexer": "Add Indexer", "AddIndexer": "Add Indexer",
@ -110,7 +111,7 @@
"DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.", "DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.",
"DownloadClients": "Download Clients", "DownloadClients": "Download Clients",
"DownloadClientSettings": "Download Client Settings", "DownloadClientSettings": "Download Client Settings",
"DownloadClientsSettingsSummary": "Download clients, download handling and remote path mappings", "DownloadClientsSettingsSummary": "Download clients configuration for integration into Prowlarr UI search",
"DownloadClientStatusCheckAllClientMessage": "All download clients are unavailable due to failures", "DownloadClientStatusCheckAllClientMessage": "All download clients are unavailable due to failures",
"DownloadClientStatusCheckSingleClientMessage": "Download clients unavailable due to failures: {0}", "DownloadClientStatusCheckSingleClientMessage": "Download clients unavailable due to failures: {0}",
"DownloadClientUnavailable": "Download client is unavailable", "DownloadClientUnavailable": "Download client is unavailable",

Loading…
Cancel
Save