Fixed: Settings Page Translates

New: Indexer Proxies Settings Page Links
- renamed Connect to Notifications
pull/429/head
bakerboy448 4 years ago
parent e8c6103cc7
commit 7c1f5f769d

@ -14,15 +14,26 @@ function Settings() {
/>
<PageContentBody>
<Link
className={styles.link}
to="/settings/indexers"
>
{translate('Indexers')}
</Link>
<div className={styles.summary}>
{translate('IndexerSettingsSummary')}
</div>
<Link
className={styles.link}
to="/settings/applications"
>
Applications
{translate('Apps')}
</Link>
<div className={styles.summary}>
Applications and settings to configure how prowlarr interacts with your PVR programs
{translate('AppSettingsSummary')}
</div>
<Link
@ -40,7 +51,7 @@ function Settings() {
className={styles.link}
to="/settings/connect"
>
Notifications
{translate('Notifications')}
</Link>
<div className={styles.summary}>

@ -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.",

Loading…
Cancel
Save