add translations

This commit is contained in:
proddy
2024-03-30 18:55:28 +01:00
parent b25cb244c0
commit d9a5232293

View File

@@ -94,15 +94,13 @@ const LayoutMenu: FC = () => {
}} }}
> >
<ListItemText <ListItemText
// TODO: translate primary={LL.CUSTOMIZE()}
primary="Customize"
primaryTypographyProps={{ primaryTypographyProps={{
fontWeight: '600', fontWeight: '600',
mb: '2px', mb: '2px',
color: 'lightblue' color: 'lightblue'
}} }}
// TODO: translate secondary={LL.CUSTOMIZATIONS() + ', ' + LL.SCHEDULER() + ', ' + LL.CUSTOM_ENTITIES(0) + '...'}
secondary="Customizations, Scheduler and Custom Entities"
secondaryTypographyProps={{ secondaryTypographyProps={{
noWrap: true, noWrap: true,
fontSize: 12, fontSize: 12,