From 72b3caa72d9dd1e9574df04d5581e9d0101c1041 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Fri, 21 Jan 2022 12:27:27 -0600 Subject: [PATCH] Fixed: Various Translations --- .../src/System/Tasks/Queued/QueuedTaskRow.js | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/frontend/src/System/Tasks/Queued/QueuedTaskRow.js b/frontend/src/System/Tasks/Queued/QueuedTaskRow.js index e03244685..2e27c711b 100644 --- a/frontend/src/System/Tasks/Queued/QueuedTaskRow.js +++ b/frontend/src/System/Tasks/Queued/QueuedTaskRow.js @@ -200,7 +200,7 @@ class QueuedTaskRow extends Component { { clientUserAgent ? - {translate('from')}: {clientUserAgent} + {translate('From')}: {clientUserAgent} : null } diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index c2211ad79..15f20e48c 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -71,6 +71,7 @@ "Authentication": "Authentication", "AuthenticationMethodHelpText": "Require Username and Password to access Radarr", "AuthForm": "Forms (Login Page)", + "Auto": "Auto", "Automatic": "Automatic", "AutomaticSearch": "Automatic Search", "AutoRedownloadFailedHelpText": "Automatically search for and attempt to download a different release", @@ -226,10 +227,6 @@ "DetailedProgressBar": "Detailed Progress Bar", "DetailedProgressBarHelpText": "Show text on progress bar", "Details": "Details", - "TmdbRating": "TMDb Rating", - "TmdbVotes": "TMDb Votes", - "ImdbRating": "IMDb Rating", - "ImdbVotes": "IMDb Votes", "DigitalRelease": "Digital Release", "Disabled": "Disabled", "Discord": "Discord", @@ -266,6 +263,7 @@ "DownloadPropersAndRepacksHelpTextWarning": "Use custom formats for automatic upgrades to Propers/Repacks", "DownloadWarning": "Download warning: {0}", "DownloadWarningCheckDownloadClientForMoreDetails": "Download warning: check download client for more details", + "Duration": "Duration", "Edit": "Edit", "EditCustomFormat": "Edit Custom Format", "EditDelayProfile": "Edit Delay Profile", @@ -347,7 +345,7 @@ "ForMoreInformationOnTheIndividualImportListsClinkOnTheInfoButtons": "For more information on the individual import lists, click on the info buttons.", "ForMoreInformationOnTheIndividualIndexers": "For more information on the individual indexers, click on the info buttons.", "FreeSpace": "Free Space", - "From": "From", + "From": "from", "General": "General", "GeneralSettings": "General Settings", "GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics and updates", @@ -386,6 +384,8 @@ "IllRestartLater": "I'll restart later", "Images": "Images", "IMDb": "IMDb", + "ImdbRating": "IMDb Rating", + "ImdbVotes": "IMDb Votes", "Import": "Import", "ImportCustomFormat": "Import Custom Format", "Imported": "Imported", @@ -423,6 +423,7 @@ "Indexer": "Indexer", "IndexerDownloadClientHelpText": "Specify which download client is used for grabs from this indexer", "IndexerFlags": "Indexer Flags", + "IndexerJackettAll": "Indexers using the unsupported Jackett 'all' endpoint: {0}", "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}", "IndexerPriority": "Indexer Priority", @@ -438,7 +439,6 @@ "IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures", "IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}", "IndexerTagHelpText": "Only use this indexer for movies with at least one matching tag. Leave blank to use with all movies.", - "IndexerJackettAll": "Indexers using the unsupported Jackett 'all' endpoint: {0}", "Info": "Info", "InstallLatest": "Install Latest", "InteractiveImport": "Interactive Import", @@ -463,6 +463,7 @@ "Level": "Level", "LinkHere": "here", "Links": "Links", + "List": "List", "ListExclusions": "List Exclusions", "Lists": "Lists", "ListSettings": "List Settings", @@ -589,6 +590,7 @@ "Negated": "Negated", "NegateHelpText": "If checked, the custom format will not apply if this {0} condition matches.", "NetCore": ".NET", + "Never": "Never", "New": "New", "NextExecution": "Next Execution", "No": "No", @@ -727,6 +729,7 @@ "RadarrSupportsCustomConditionsAgainstTheReleasePropertiesBelow": "Radarr supports custom conditions against the release properties below.", "RadarrTags": "Radarr Tags", "RadarrUpdated": "Radarr Updated", + "Rating": "Rating", "Ratings": "Ratings", "ReadTheWikiForMoreInformation": "Read the Wiki for more information", "Real": "Real", @@ -943,6 +946,7 @@ "SSLCertPathHelpText": "Path to pfx file", "SSLPort": "SSL Port", "StandardMovieFormat": "Standard Movie Format", + "Started": "Started", "StartImport": "Start Import", "StartProcessing": "Start Processing", "StartSearchForMissingMovie": "Start search for missing movie", @@ -983,6 +987,8 @@ "TMDb": "TMDb", "TMDBId": "TMDb Id", "TmdbIdHelpText": "The TMDb Id of the movie to exclude", + "TmdbRating": "TMDb Rating", + "TmdbVotes": "TMDb Votes", "Today": "Today", "Tomorrow": "Tomorrow", "TorrentDelay": "Torrent Delay", @@ -1088,6 +1094,7 @@ "VideoCodec": "Video Codec", "View": "View", "VisitGithubCustomFormatsAphrodite": "Visit the wiki for more details: ", + "Waiting": "Waiting", "WaitingToImport": "Waiting to Import", "WaitingToProcess": "Waiting to Process", "Wanted": "Wanted",