show message in Dashboard if no fav entities set

This commit is contained in:
proddy
2025-01-14 21:44:56 +01:00
parent 64a2f5eb11
commit 570678e3d3
13 changed files with 112 additions and 75 deletions

View File

@@ -340,11 +340,13 @@ const de: Translation = {
RESTARTING_POST: 'Vorbereitung',
AUTO_SCROLL: 'Automatisches Scrollen',
DASHBOARD: 'Dashboard',
NO_DATA: 'Keine Daten verfügbar',
DASHBOARD_1: 'Passen Sie Ihr Dashboard an, indem Sie EMS-Entitäten mithilfe des Moduls „Anpassungen“ als Favorit markieren',
DEVELOPER_MODE: 'Entwicklermodus',
DUPLICATE: 'Kopieren',
UPGRADE: 'Aktualisieren'
UPGRADE: 'Aktualisieren',
NO_DATA_1: 'No favourite EMS entities found. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
};
export default de;