mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Fix translation for indexer priority help text
This commit is contained in:
parent
5d537689fb
commit
1d2af2aab4
2 changed files with 3 additions and 2 deletions
|
@ -160,7 +160,7 @@ function EditIndexerModalContent(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.NUMBER}
|
type={inputTypes.NUMBER}
|
||||||
name="priority"
|
name="priority"
|
||||||
helpText={translate('PriorityHelpText')}
|
helpText={translate('IndexerPriorityHelpText')}
|
||||||
min={1}
|
min={1}
|
||||||
max={50}
|
max={50}
|
||||||
{...priority}
|
{...priority}
|
||||||
|
|
|
@ -257,8 +257,8 @@
|
||||||
"CustomFormatSettings": "Custom Format Settings",
|
"CustomFormatSettings": "Custom Format Settings",
|
||||||
"CustomFormats": "Custom Formats",
|
"CustomFormats": "Custom Formats",
|
||||||
"CustomFormatsSettings": "Custom Formats Settings",
|
"CustomFormatsSettings": "Custom Formats Settings",
|
||||||
"CustomFormatsSettingsTriggerInfo": "A Custom Format will be applied to a release or file when it matches at least one of each of the different condition types chosen.",
|
|
||||||
"CustomFormatsSettingsSummary": "Custom Formats and Settings",
|
"CustomFormatsSettingsSummary": "Custom Formats and Settings",
|
||||||
|
"CustomFormatsSettingsTriggerInfo": "A Custom Format will be applied to a release or file when it matches at least one of each of the different condition types chosen.",
|
||||||
"CustomFormatsSpecificationFlag": "Flag",
|
"CustomFormatsSpecificationFlag": "Flag",
|
||||||
"CustomFormatsSpecificationRegularExpression": "Regular Expression",
|
"CustomFormatsSpecificationRegularExpression": "Regular Expression",
|
||||||
"CustomFormatsSpecificationRegularExpressionHelpText": "Custom Format RegEx is Case Insensitive",
|
"CustomFormatsSpecificationRegularExpressionHelpText": "Custom Format RegEx is Case Insensitive",
|
||||||
|
@ -584,6 +584,7 @@
|
||||||
"IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours",
|
"IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours",
|
||||||
"IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
|
"IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
|
||||||
"IndexerPriority": "Indexer Priority",
|
"IndexerPriority": "Indexer Priority",
|
||||||
|
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25. Used when grabbing releases as a tiebreaker for otherwise equal releases, {appName} will still use all enabled indexers for RSS Sync and Searching",
|
||||||
"IndexerRssHealthCheckNoAvailableIndexers": "All rss-capable indexers are temporarily unavailable due to recent indexer errors",
|
"IndexerRssHealthCheckNoAvailableIndexers": "All rss-capable indexers are temporarily unavailable due to recent indexer errors",
|
||||||
"IndexerRssHealthCheckNoIndexers": "No indexers available with RSS sync enabled, {appName} will not grab new releases automatically",
|
"IndexerRssHealthCheckNoIndexers": "No indexers available with RSS sync enabled, {appName} will not grab new releases automatically",
|
||||||
"IndexerSearchCheckNoAutomaticMessage": "No indexers available with Automatic Search enabled, {appName} will not provide any automatic search results",
|
"IndexerSearchCheckNoAutomaticMessage": "No indexers available with Automatic Search enabled, {appName} will not provide any automatic search results",
|
||||||
|
|
Loading…
Reference in a new issue