From a321288a71ea30d2458f74463c39d7438eaa22d0 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 20 Jan 2022 23:17:54 -0600 Subject: [PATCH] Fixed: Various Translations Fixes #1209 --- frontend/src/Author/Details/AuthorDetails.js | 2 +- .../AddDownloadClientModalContent.js | 2 +- .../EditDownloadClientModalContent.js | 2 +- .../EditRemotePathMappingModalContent.js | 8 ++-- .../RemotePathMappings/RemotePathMappings.js | 4 +- .../Indexers/EditIndexerModalContent.js | 2 +- .../Backup/RestoreBackupModalContent.js | 2 +- frontend/src/System/Status/Health/Health.js | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 37 ++++++++++++++----- 9 files changed, 40 insertions(+), 21 deletions(-) diff --git a/frontend/src/Author/Details/AuthorDetails.js b/frontend/src/Author/Details/AuthorDetails.js index 93d21390d..1ae4f0d75 100644 --- a/frontend/src/Author/Details/AuthorDetails.js +++ b/frontend/src/Author/Details/AuthorDetails.js @@ -273,7 +273,7 @@ class AuthorDetails extends Component {
- {translate('ReadarrSupportsAnyDownloadClientThatUsesTheNewznabStandardAsWellAsOtherDownloadClientsListedBelow')} + {translate('ReadarrSupportsAnyDownloadClient')}
{translate('ForMoreInformationOnTheIndividualDownloadClientsClickOnTheInfoButtons')} diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js index f2d70e5a3..efdbbb4bb 100644 --- a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js +++ b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js @@ -134,7 +134,7 @@ class EditDownloadClientModalContent extends Component { - {translate('RemotePath')} + {translate('SettingsRemotePathMappingRemotePath')} @@ -91,13 +91,13 @@ function EditRemotePathMappingModalContent(props) { - {translate('LocalPath')} + {translate('SettingsRemotePathMappingLocalPath')} diff --git a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.js b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.js index 00743dbe7..8c0a7316d 100644 --- a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.js +++ b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.js @@ -55,10 +55,10 @@ class RemotePathMappings extends Component { {translate('Host')}
- {translate('RemotePath')} + {translate('SettingsRemotePathMappingRemotePath')}
- {translate('LocalPath')} + {translate('SettingsRemotePathMappingLocalPath')}
diff --git a/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.js b/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.js index da66770a2..5be8a8591 100644 --- a/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.js +++ b/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.js @@ -154,7 +154,7 @@ function EditIndexerModalContent(props) {
- Note: Readarr will automatically restart and reload the UI during the restore process. + {translate('RestartReloadNote')}