mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add translations
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user