mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 05:57:07 -04:00
Fixed: Missing Translates
This commit is contained in:
parent
8064a43dee
commit
bef12f10a8
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue