parent
57445bbe57
commit
1bba7e177b
|
@ -133,7 +133,7 @@ class EditDownloadClientModalContent extends Component {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.NUMBER}
|
type={inputTypes.NUMBER}
|
||||||
name="priority"
|
name="priority"
|
||||||
helpText={translate('PriorityHelpText')}
|
helpText={translate('DownloadClientPriorityHelpText')}
|
||||||
min={1}
|
min={1}
|
||||||
max={50}
|
max={50}
|
||||||
{...priority}
|
{...priority}
|
||||||
|
|
|
@ -371,6 +371,7 @@
|
||||||
"DownloadClientAriaSettingsDirectoryHelpText": "Optional location to put downloads in, leave blank to use the default Aria2 location",
|
"DownloadClientAriaSettingsDirectoryHelpText": "Optional location to put downloads in, leave blank to use the default Aria2 location",
|
||||||
"DownloadClientCheckNoneAvailableHealthCheckMessage": "No download client is available",
|
"DownloadClientCheckNoneAvailableHealthCheckMessage": "No download client is available",
|
||||||
"DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "Unable to communicate with {downloadClientName}. {errorMessage}",
|
"DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "Unable to communicate with {downloadClientName}. {errorMessage}",
|
||||||
|
"DownloadClientPriorityHelpText": "Download Client Priority from 1 (Highest) to 50 (Lowest). Default: 1. Round-Robin is used for clients with the same priority.",
|
||||||
"DownloadClientDelugeSettingsUrlBaseHelpText": "Adds a prefix to the deluge json url, see {url}",
|
"DownloadClientDelugeSettingsUrlBaseHelpText": "Adds a prefix to the deluge json url, see {url}",
|
||||||
"DownloadClientDelugeTorrentStateError": "Deluge is reporting an error",
|
"DownloadClientDelugeTorrentStateError": "Deluge is reporting an error",
|
||||||
"DownloadClientDelugeValidationLabelPluginFailure": "Configuration of label failed",
|
"DownloadClientDelugeValidationLabelPluginFailure": "Configuration of label failed",
|
||||||
|
@ -1349,7 +1350,6 @@
|
||||||
"PreviousAiringDate": "Previous Airing: {date}",
|
"PreviousAiringDate": "Previous Airing: {date}",
|
||||||
"PreviouslyInstalled": "Previously Installed",
|
"PreviouslyInstalled": "Previously Installed",
|
||||||
"Priority": "Priority",
|
"Priority": "Priority",
|
||||||
"PriorityHelpText": "Prioritize multiple Download Clients. Round-Robin is used for clients with the same priority.",
|
|
||||||
"PrioritySettings": "Priority: {priority}",
|
"PrioritySettings": "Priority: {priority}",
|
||||||
"ProcessingFolders": "Processing Folders",
|
"ProcessingFolders": "Processing Folders",
|
||||||
"Profiles": "Profiles",
|
"Profiles": "Profiles",
|
||||||
|
|
Loading…
Reference in New Issue