mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: App Profile help text on addition and edit of Indexers and other misc translations
This commit is contained in:
@@ -99,7 +99,7 @@ function EditIndexerModalContent(props) {
|
|||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.CHECK}
|
type={inputTypes.CHECK}
|
||||||
name="redirect"
|
name="redirect"
|
||||||
helpText={'Redirect incoming download requests for indexer instead of Proxying using Prowlarr'}
|
helpText={translate('RedirectHelpText')}
|
||||||
isDisabled={!supportsRedirect.value}
|
isDisabled={!supportsRedirect.value}
|
||||||
{...redirect}
|
{...redirect}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
@@ -113,6 +113,7 @@ function EditIndexerModalContent(props) {
|
|||||||
type={inputTypes.APP_PROFILE_SELECT}
|
type={inputTypes.APP_PROFILE_SELECT}
|
||||||
name="appProfileId"
|
name="appProfileId"
|
||||||
{...appProfileId}
|
{...appProfileId}
|
||||||
|
helpText={translate('AppProfileSelectHelpText')}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
"About": "About",
|
"About": "About",
|
||||||
"AcceptConfirmationModal": "Accept Confirmation Modal",
|
"AcceptConfirmationModal": "Accept Confirmation Modal",
|
||||||
"Actions": "Actions",
|
"Actions": "Actions",
|
||||||
"AppProfile": "App Profile",
|
|
||||||
"AddAppProfile": "Add App Sync Profile",
|
"AddAppProfile": "Add App Sync Profile",
|
||||||
"Added": "Added",
|
"Added": "Added",
|
||||||
"AddedToDownloadClient": "Release added to client",
|
"AddedToDownloadClient": "Release added to client",
|
||||||
@@ -26,11 +25,14 @@
|
|||||||
"ApplyTagsHelpTexts2": "Add: Add the tags the existing list of tags",
|
"ApplyTagsHelpTexts2": "Add: Add the tags the existing list of tags",
|
||||||
"ApplyTagsHelpTexts3": "Remove: Remove the entered tags",
|
"ApplyTagsHelpTexts3": "Remove: Remove the entered tags",
|
||||||
"ApplyTagsHelpTexts4": "Replace: Replace the tags with the entered tags (enter no tags to clear all tags)",
|
"ApplyTagsHelpTexts4": "Replace: Replace the tags with the entered tags (enter no tags to clear all tags)",
|
||||||
|
"AppProfile": "App Profile",
|
||||||
"AppProfiles": "App Profiles",
|
"AppProfiles": "App Profiles",
|
||||||
|
"AppProfileSelectHelpText": "App profiles are used to control RSS, Automatic Search and Interactive Search settings on application sync",
|
||||||
"AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?",
|
"AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?",
|
||||||
"Authentication": "Authentication",
|
"Authentication": "Authentication",
|
||||||
"AuthenticationMethodHelpText": "Require Username and Password to access Prowlarr",
|
"AuthenticationMethodHelpText": "Require Username and Password to access Prowlarr",
|
||||||
"Automatic": "Automatic",
|
"Automatic": "Automatic",
|
||||||
|
"AutomaticSearch": "Automatic Search",
|
||||||
"Backup": "Backup",
|
"Backup": "Backup",
|
||||||
"BackupFolderHelpText": "Relative paths will be under Prowlarr's AppData directory",
|
"BackupFolderHelpText": "Relative paths will be under Prowlarr's AppData directory",
|
||||||
"BackupIntervalHelpText": "Interval between automatic backups",
|
"BackupIntervalHelpText": "Interval between automatic backups",
|
||||||
@@ -163,6 +165,7 @@
|
|||||||
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
||||||
"IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}",
|
"IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}",
|
||||||
"Info": "Info",
|
"Info": "Info",
|
||||||
|
"InteractiveSearch": "Interactive Search",
|
||||||
"Interval": "Interval",
|
"Interval": "Interval",
|
||||||
"KeyboardShortcuts": "Keyboard Shortcuts",
|
"KeyboardShortcuts": "Keyboard Shortcuts",
|
||||||
"Language": "Language",
|
"Language": "Language",
|
||||||
@@ -247,6 +250,8 @@
|
|||||||
"QualitySettings": "Quality Settings",
|
"QualitySettings": "Quality Settings",
|
||||||
"Queue": "Queue",
|
"Queue": "Queue",
|
||||||
"ReadTheWikiForMoreInformation": "Read the Wiki for more information",
|
"ReadTheWikiForMoreInformation": "Read the Wiki for more information",
|
||||||
|
"Redirect": "Redirect",
|
||||||
|
"RedirectHelpText": "Redirect incoming download requests for indexer instead of Proxying using Prowlarr",
|
||||||
"Refresh": "Refresh",
|
"Refresh": "Refresh",
|
||||||
"RefreshMovie": "Refresh movie",
|
"RefreshMovie": "Refresh movie",
|
||||||
"ReleaseBranchCheckOfficialBranchMessage": "Branch {0} is not a valid Prowlarr release branch, you will not receive updates",
|
"ReleaseBranchCheckOfficialBranchMessage": "Branch {0} is not a valid Prowlarr release branch, you will not receive updates",
|
||||||
@@ -267,6 +272,7 @@
|
|||||||
"Restrictions": "Restrictions",
|
"Restrictions": "Restrictions",
|
||||||
"Result": "Result",
|
"Result": "Result",
|
||||||
"Retention": "Retention",
|
"Retention": "Retention",
|
||||||
|
"RSS": "RSS",
|
||||||
"RSSIsNotSupportedWithThisIndexer": "RSS is not supported with this indexer",
|
"RSSIsNotSupportedWithThisIndexer": "RSS is not supported with this indexer",
|
||||||
"Save": "Save",
|
"Save": "Save",
|
||||||
"SaveChanges": "Save Changes",
|
"SaveChanges": "Save Changes",
|
||||||
|
Reference in New Issue
Block a user