From 788a5a3e241bb1fc861bf42c5b7aa030fa46c10b Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:37:53 -0600 Subject: [PATCH] Fixed: Missing Translates --- frontend/src/Search/QueryParameterModal.js | 2 +- frontend/src/Search/SearchFooter.js | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/Search/QueryParameterModal.js b/frontend/src/Search/QueryParameterModal.js index aede4a251..d684d32d8 100644 --- a/frontend/src/Search/QueryParameterModal.js +++ b/frontend/src/Search/QueryParameterModal.js @@ -248,7 +248,7 @@ class QueryParameterModal extends Component { onSelectionChange={this.onInputSelectionChange} /> diff --git a/frontend/src/Search/SearchFooter.js b/frontend/src/Search/SearchFooter.js index 36dd4acaa..5d8c42a42 100644 --- a/frontend/src/Search/SearchFooter.js +++ b/frontend/src/Search/SearchFooter.js @@ -264,7 +264,7 @@ class SearchFooter extends Component { isDisabled={isFetching || !hasIndexers || selectedCount === 0} onPress={onBulkGrabPress} > - {translate('Grab Releases')} + {translate('GrabReleases')} } diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index a0a9beeac..8890e6212 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -22,6 +22,7 @@ "ApiKey": "API Key", "AppDataDirectory": "AppData directory", "AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update", + "Application": "Application", "Applications": "Applications", "ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures", "ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}", @@ -154,6 +155,7 @@ "GeneralSettings": "General Settings", "GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics, and updates", "Grabbed": "Grabbed", + "GrabReleases": "Grab Release(s)", "Grabs": "Grabs", "Health": "Health", "HealthNoIssues": "No issues with your configuration", @@ -179,6 +181,7 @@ "IndexerInfo": "Indexer Info", "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}", + "IndexerName": "Indexer Name", "IndexerNoDefCheckMessage": "Indexers have no definition and will not work: {0}. Please remove and (or) re-add to Prowlarr", "IndexerObsoleteCheckMessage": "Indexers are obsolete or have been updated: {0}. Please remove and (or) re-add to Prowlarr", "IndexerPriority": "Indexer Priority", @@ -206,6 +209,7 @@ "LastWriteTime": "Last Write Time", "LaunchBrowserHelpText": " Open a web browser and navigate to the Prowlarr homepage on app start.", "Level": "Level", + "Link": "Link", "LogFiles": "Log Files", "Logging": "Logging", "LogLevel": "Log Level", @@ -213,6 +217,7 @@ "Logs": "Logs", "MaintenanceRelease": "Maintenance Release: bug fixes and other improvements. See Github Commit History for more details", "Manual": "Manual", + "MappedDrivesRunningAsService": "Mapped network drives are not available when running as a Windows Service. Please see the FAQ for more information", "MassEditor": "Mass Editor", "Mechanism": "Mechanism", "Message": "Message", @@ -227,6 +232,7 @@ "Name": "Name", "NetCore": ".NET", "New": "New", + "No": "No", "NoBackupsAreAvailable": "No backups are available", "NoChange": "No Change", "NoChanges": "No Changes", @@ -435,6 +441,7 @@ "Warn": "Warn", "Website": "Website", "Wiki": "Wiki", + "Yes": "Yes", "YesCancel": "Yes, Cancel", "Yesterday": "Yesterday" }