1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Missing Translates

This commit is contained in:
bakerboy448 2021-03-01 20:20:01 -06:00 committed by Qstick
parent 8064a43dee
commit bef12f10a8
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@ import SpinnerIcon from 'Components/SpinnerIcon';
import { forEach } from 'Helpers/elementChildren';
import { align, icons } from 'Helpers/Props';
import dimensions from 'Styles/Variables/dimensions';
import translate from 'Utilities/String/translate';
import styles from './PageToolbarSection.css';
const BUTTON_WIDTH = parseInt(dimensions.toolbarButtonWidth);
@ -161,7 +162,7 @@ class PageToolbarSection extends Component {
<ToolbarMenuButton
className={styles.overflowMenuButton}
iconName={icons.OVERFLOW}
text="More"
text={translate('More')}
/>
<MenuContent>

View File

@ -235,6 +235,7 @@
"DoNotUpgradeAutomatically": "Do not Upgrade Automatically",
"DotNetVersionCheckNotRecommendedMessage": "Currently installed .Net Framework {0} is supported but we recommend upgrading to at least {1}.",
"DotNetVersionCheckOldUnsupportedMessage": "Currently installed .Net Framework {0} is old and unsupported. Please upgrade the .Net Framework to at least {1}.",
"Download": "Download",
"DownloadClient": "Download Client",
"DownloadClientCheckNoneAvailableMessage": "No download client is available",
"DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.",
@ -532,6 +533,7 @@
"MonoVersionCheckUpgradeRecommendedMessage": "Currently installed Mono version {0} is supported but upgrading to {1} is recommended.",
"Month": "Month",
"Months": "Months",
"More": "More",
"MoreControlCFText": "Want more control over which downloads are preferred? Add a",
"MoreDetails": "More details",
"MoreInfo": "More Info",