diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 0ecb8338..24dd6f0f 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -670,6 +670,7 @@ let NSPanel_Service_SubPage: PageType = 'items': [ /*PageItem*/{ id: AliasPath + 'Config.Screensaver.alternativeScreensaverLayout', name: findLocaleServMenu('alternative_layout') ,icon: 'page-previous-outline', offColor: HMIOff, onColor: HMIOn}, /*PageItem*/{ id: AliasPath + 'Config.Screensaver.ScreensaverAdvanced', name: findLocaleServMenu('advanced_layout') ,icon: 'page-next-outline', offColor: HMIOff, onColor: HMIOn}, + /*PageItem*/{ id: AliasPath + 'Config.Screensaver.ScreensaverEasyView', name: findLocaleServMenu('easyview_layout') ,icon: 'page-next-outline', offColor: HMIOff, onColor: HMIOn}, ] }; diff --git a/ioBroker/ioBroker_NSPanel_locales_service.json b/ioBroker/ioBroker_NSPanel_locales_service.json index a9bf8c6b..979991b9 100644 --- a/ioBroker/ioBroker_NSPanel_locales_service.json +++ b/ioBroker/ioBroker_NSPanel_locales_service.json @@ -2705,5 +2705,9 @@ "hiddencards_offon":{ "en-US":"hidden Cards (on/off)", "de-DE":"ausgeblendete Seiten (an/aus)" + }, + "easyview_layout":{ + "en-US":"Easyview Layout", + "de-DE":"Einfaches Layout" } }