diff --git a/frontend/src/Settings/Settings.js b/frontend/src/Settings/Settings.js index c29cb7cef..dadb3188d 100644 --- a/frontend/src/Settings/Settings.js +++ b/frontend/src/Settings/Settings.js @@ -14,15 +14,26 @@ function Settings() { /> + + {translate('Indexers')} + + +
+ {translate('IndexerSettingsSummary')} +
+ - Applications + {translate('Apps')}
- Applications and settings to configure how prowlarr interacts with your PVR programs + {translate('AppSettingsSummary')}
- Notifications + {translate('Notifications')}
diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index ac461ff7f..e5aee90c8 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -37,6 +37,7 @@ "AppProfiles": "App Profiles", "AppProfileSelectHelpText": "App profiles are used to control RSS, Automatic Search and Interactive Search settings on application sync", "Apps": "Apps", + "AppSettingsSummary": "Applications and settings to configure how Prowlarr interacts with your PVR programs", "AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?", "Auth": "Auth", "Authentication": "Authentication", @@ -72,13 +73,13 @@ "CloseCurrentModal": "Close Current Modal", "Columns": "Columns", "Component": "Component", - "Connect": "Connect", + "Connect": "Notifications", "ConnectionLost": "Connection Lost", "ConnectionLostAutomaticMessage": "Prowlarr will try to connect automatically, or you can click reload below.", "ConnectionLostMessage": "Prowlarr has lost it's connection to the backend and will need to be reloaded to restore functionality.", "Connections": "Connections", "ConnectSettings": "Connect Settings", - "ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts", + "ConnectSettingsSummary": "Notifications and custom scripts", "CouldNotConnectSignalR": "Could not connect to SignalR, UI won't update", "Custom": "Custom", "CustomFilters": "Custom Filters", @@ -164,7 +165,7 @@ "FullSync": "Full Sync", "General": "General", "GeneralSettings": "General Settings", - "GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics and updates", + "GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics, and updates", "Grabbed": "Grabbed", "Grabs": "Grabs", "Health": "Health", @@ -190,6 +191,7 @@ "IndexerPriority": "Indexer Priority", "IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25.", "IndexerProxies": "Indexer Proxies", + "IndexerSettingsSummary": "Configure various global Indexer settings including Proxies.", "IndexerProxyStatusCheckAllClientMessage": "All proxies are unavailable due to failures", "IndexerProxyStatusCheckSingleClientMessage": "Proxies unavailable due to failures: {0}", "IndexerQuery": "Indexer Query", @@ -248,6 +250,7 @@ "NoMinimumForAnyRuntime": "No minimum for any runtime", "NoSearchResultsFound": "No search results found, try performing a new search below.", "NoTagsHaveBeenAddedYet": "No tags have been added yet", + "Notifications": "Notifications", "NotificationTriggers": "Notification Triggers", "NotificationTriggersHelpText": "Select which events should trigger this notification", "NoUpdatesAreAvailable": "No updates are available", @@ -394,7 +397,7 @@ "UILanguageHelpText": "Language that Prowlarr will use for UI", "UILanguageHelpTextWarning": "Browser Reload Required", "UISettings": "UI Settings", - "UISettingsSummary": "Calendar, date and color impaired options", + "UISettingsSummary": "Date, language, and color impaired options", "UnableToAddANewApplicationPleaseTryAgain": "Unable to add a new application, please try again.", "UnableToAddANewAppProfilePleaseTryAgain": "Unable to add a new application profile, please try again.", "UnableToAddANewDownloadClientPleaseTryAgain": "Unable to add a new download client, please try again.",