More Language string migration

This commit is contained in:
nitsua
2020-08-28 23:56:13 -04:00
committed by Qstick
parent 84e769b14e
commit be38ca4728
134 changed files with 849 additions and 468 deletions
+5 -5
View File
@@ -22,7 +22,7 @@ function getInternalLink(source) {
return (
<IconButton
name={icons.SETTINGS}
title="Settings"
title={translate('Settings')}
to="/settings/indexers"
/>
);
@@ -32,7 +32,7 @@ function getInternalLink(source) {
return (
<IconButton
name={icons.SETTINGS}
title="Settings"
title={translate('Settings')}
to="/settings/downloadclients"
/>
);
@@ -40,7 +40,7 @@ function getInternalLink(source) {
return (
<IconButton
name={icons.PLAY}
title="Movie Editor"
title={translate('MovieEditor')}
to="/movieeditor"
/>
);
@@ -48,7 +48,7 @@ function getInternalLink(source) {
return (
<IconButton
name={icons.UPDATE}
title="Updates"
title={translate('Updates')}
to="/system/updates"
/>
);
@@ -185,7 +185,7 @@ class Health extends Component {
<IconButton
name={icons.WIKI}
to={item.wikiUrl}
title="Read the Wiki for more information"
title={translate('ReadTheWikiForMoreInformation')}
/>
{