diff --git a/frontend/src/Album/AlbumSearchCell.js b/frontend/src/Album/AlbumSearchCell.js index 382cbec21..f9ca44800 100644 --- a/frontend/src/Album/AlbumSearchCell.js +++ b/frontend/src/Album/AlbumSearchCell.js @@ -4,6 +4,7 @@ import IconButton from 'Components/Link/IconButton'; import SpinnerIconButton from 'Components/Link/SpinnerIconButton'; import TableRowCell from 'Components/Table/Cells/TableRowCell'; import { icons } from 'Helpers/Props'; +import translate from 'Utilities/String/translate'; import AlbumInteractiveSearchModalConnector from './Search/AlbumInteractiveSearchModalConnector'; import styles from './AlbumSearchCell.css'; @@ -49,11 +50,13 @@ class AlbumSearchCell extends Component { name={icons.SEARCH} isSpinning={isSearching} onPress={onSearchPress} + title={translate('AutomaticSearch')} /> } diff --git a/frontend/src/Components/Page/Header/PageHeader.js b/frontend/src/Components/Page/Header/PageHeader.js index d381b7692..ef14de22c 100644 --- a/frontend/src/Components/Page/Header/PageHeader.js +++ b/frontend/src/Components/Page/Header/PageHeader.js @@ -81,6 +81,7 @@ class PageHeader extends Component { aria-label="Donate" to="https://lidarr.audio/donate" size={14} + title={translate('Donate')} /> @@ -32,7 +34,7 @@ function PageHeaderActionsMenu(props) { className={styles.itemIcon} name={icons.KEYBOARD} /> - Keyboard Shortcuts + {translate('KeyboardShortcuts')} @@ -42,7 +44,7 @@ function PageHeaderActionsMenu(props) { className={styles.itemIcon} name={icons.RESTART} /> - Restart + {translate('Restart')} @@ -69,7 +71,7 @@ function PageHeaderActionsMenu(props) { className={styles.itemIcon} name={icons.LOGOUT} /> - Logout + {translate('Logout')} } diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 6414b7ac9..15e3aa631 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -146,6 +146,7 @@ "AutoTaggingRequiredHelpText": "This {implementationName} condition must match for the auto tagging rule to apply. Otherwise a single {implementationName} match is sufficient.", "Automatic": "Automatic", "AutomaticAdd": "Automatic Add", + "AutomaticSearch": "Automatic Search", "AutomaticUpdatesDisabledDocker": "Automatic updates are not directly supported when using the Docker update mechanism. You will need to update the container image outside of {appName} or use a script", "AutomaticallySwitchRelease": "Automatically Switch Release", "Backup": "Backup", @@ -347,6 +348,7 @@ "DoNotPrefer": "Do Not Prefer", "DoNotUpgradeAutomatically": "Do not Upgrade Automatically", "Docker": "Docker", + "Donate": "Donate", "Donations": "Donations", "DoneEditingGroups": "Done Editing Groups", "DownloadClient": "Download Client", @@ -579,6 +581,7 @@ "IsShowingMonitoredUnmonitorSelected": "Unmonitor Selected", "IsTagUsedCannotBeDeletedWhileInUse": "Cannot be deleted while in use", "ItsEasyToAddANewArtistJustStartTypingTheNameOfTheArtistYouWantToAdd": "It's easy to add a new artist, just start typing the name of the artist you want to add.", + "KeyboardShortcuts": "Keyboard Shortcuts", "Label": "Label", "Language": "Language", "Large": "Large", @@ -596,6 +599,7 @@ "LidarrSupportsAnyIndexerThatUsesTheNewznabStandardAsWellAsOtherIndexersListedBelow": "{appName} supports any indexer that uses the Newznab standard, as well as other indexers listed below.", "LidarrSupportsMultipleListsForImportingAlbumsAndArtistsIntoTheDatabase": "{appName} supports multiple lists for importing Albums and Artists into the database.", "LidarrTags": "{appName} Tags", + "Links": "Links", "ListRefreshInterval": "List Refresh Interval", "ListWillRefreshEveryInterp": "List will refresh every {0}", "Loading": "loading", @@ -607,6 +611,7 @@ "LogLevel": "Log Level", "LogLevelvalueTraceTraceLoggingShouldOnlyBeEnabledTemporarily": "Trace logging should only be enabled temporarily", "Logging": "Logging", + "Logout": "Logout", "Logs": "Logs", "LongDateFormat": "Long Date Format", "MIA": "MIA", @@ -634,6 +639,7 @@ "MediaManagementSettings": "Media Management Settings", "Medium": "Medium", "MediumFormat": "Medium Format", + "Menu": "Menu", "Message": "Message", "Metadata": "Metadata", "MetadataConsumers": "Metadata Consumers",