mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
show message in Dashboard if no fav entities set
This commit is contained in:
@@ -340,11 +340,13 @@ const it: Translation = {
|
||||
RESTARTING_POST: 'Preparing', // TODO translate
|
||||
AUTO_SCROLL: 'Auto Scroll', // TODO translate
|
||||
DASHBOARD: 'Dashboard', // TODO translate
|
||||
NO_DATA: 'No data available', // TODO translate
|
||||
DASHBOARD_1: 'Customize your dashboard by marking EMS entities as Favorite using the Customizations module', // TODO translate
|
||||
DEVELOPER_MODE: 'Developer Mode', // TODO translate
|
||||
DUPLICATE: 'Duplicate', // TODO translate
|
||||
UPGRADE: 'Upgrade' // TODO translate
|
||||
UPGRADE: 'Upgrade', // TODO translate
|
||||
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 it;
|
||||
|
||||
Reference in New Issue
Block a user