diff --git a/frontend/src/Calendar/Options/CalendarOptionsModalContent.js b/frontend/src/Calendar/Options/CalendarOptionsModalContent.js index 223f153bf..5baaaac0c 100644 --- a/frontend/src/Calendar/Options/CalendarOptionsModalContent.js +++ b/frontend/src/Calendar/Options/CalendarOptionsModalContent.js @@ -162,7 +162,7 @@ class CalendarOptionsModalContent extends Component { values={weekColumnOptions} value={calendarWeekColumnHeader} onChange={this.onGlobalInputChange} - helpText={translate('HelpText')} + helpText={translate('SettingsWeekColumnHeaderHelpText')} /> diff --git a/frontend/src/Components/Form/UMaskInput.js b/frontend/src/Components/Form/UMaskInput.js index 22f51c8fc..6480d8084 100644 --- a/frontend/src/Components/Form/UMaskInput.js +++ b/frontend/src/Components/Form/UMaskInput.js @@ -1,6 +1,7 @@ /* eslint-disable no-bitwise */ import PropTypes from 'prop-types'; import React, { Component } from 'react'; +import translate from 'Utilities/String/translate'; import EnhancedSelectInput from './EnhancedSelectInput'; import styles from './UMaskInput.css'; @@ -101,16 +102,16 @@ class UMaskInput extends Component {
- +
{umask}
- +
{folder}
d{formatPermissions(folderNum)}
- +
{file}
{formatPermissions(fileNum)}
diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js index e5cdc55dc..bee0279e3 100644 --- a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js @@ -266,7 +266,7 @@ class InteractiveImportRow extends Component { anchor={ } - title="Formats" + title={translate('Formats')} body={
diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 6c3e0d158..5db516aa7 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -257,8 +257,8 @@ "DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.", "DownloadClients": "Download Clients", "DownloadClientSettings": "Download Client Settings", - "DownloadClientsSettingsSummary": "Download clients, download handling and remote path mappings", "DownloadClientSortingCheckMessage": "Download client {0} has {1} sorting enabled for Radarr's category. You should disable sorting in your download client to avoid import issues.", + "DownloadClientsSettingsSummary": "Download clients, download handling and remote path mappings", "DownloadClientStatusCheckAllClientMessage": "All download clients are unavailable due to failures", "DownloadClientStatusCheckSingleClientMessage": "Download clients unavailable due to failures: {0}", "DownloadClientUnavailable": "Download client is unavailable", @@ -334,6 +334,7 @@ "FailedToLoadMovieFromAPI": "Failed to load movie from API", "FailedToLoadQueue": "Failed to load Queue", "FeatureRequests": "Feature Requests", + "File": "File", "FileDateHelpText": "Change file date on import/rescan", "FileManagement": "File Management", "Filename": "Filename", @@ -1052,6 +1053,7 @@ "UILanguageHelpTextWarning": "Browser Reload Required", "UISettings": "UI Settings", "UISettingsSummary": "Calendar, date and color impaired options", + "UMask": "UMask", "UnableToAddANewConditionPleaseTryAgain": "Unable to add a new condition, please try again.", "UnableToAddANewCustomFormatPleaseTryAgain": "Unable to add a new custom format, please try again.", "UnableToAddANewDownloadClientPleaseTryAgain": "Unable to add a new download client, please try again.",