mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-05 07:27:11 +00:00
various fixups of confusing UI translates
This commit is contained in:
@@ -186,7 +186,7 @@ function EditMetadataProfileModalContent(props) {
|
||||
<FormInputGroup
|
||||
type={inputTypes.TEXT_TAG}
|
||||
name="ignored"
|
||||
helpText={translate('IgnoredHelpText')}
|
||||
helpText={translate('IgnoredMetaHelpText')}
|
||||
kind={kinds.DANGER}
|
||||
placeholder={translate('IgnoredPlaceHolder')}
|
||||
delimiters={tagInputDelimiters}
|
||||
|
||||
@@ -276,6 +276,7 @@
|
||||
"IgnoredAddresses": "Ignored Addresses",
|
||||
"IgnoreDeletedBooks": "Ignore Deleted Books",
|
||||
"IgnoredHelpText": "The release will be rejected if it contains one or more of terms (case insensitive)",
|
||||
"IgnoredMetaHelpText": "Books will be ignored if they contains one or more of terms (case insensitive)",
|
||||
"IgnoredPlaceHolder": "Add new restriction",
|
||||
"IllRestartLater": "I'll restart later",
|
||||
"ImportedTo": "Imported To",
|
||||
@@ -631,7 +632,7 @@
|
||||
"SupportsSearchvalueWillBeUsedWhenInteractiveSearchIsUsed": "Will be used when interactive search is used",
|
||||
"TagIsNotUsedAndCanBeDeleted": "Tag is not used and can be deleted",
|
||||
"Tags": "Tags",
|
||||
"TagsHelpText": "Release profiles will apply to authors with at least one matching tag. Leave blank to apply to all authors",
|
||||
"TagsHelpText": "Applies to authors with at least one matching tag. Leave blank to apply to all authors",
|
||||
"Tasks": "Tasks",
|
||||
"TBA": "TBA",
|
||||
"Term": "Term",
|
||||
|
||||
Reference in New Issue
Block a user