22 lines
569 B
PHP
22 lines
569 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Dashboard',
|
|
'subtitle' => 'Overview of home and devices.',
|
|
|
|
'warnings_title' => 'Warnings',
|
|
'all_clear_title' => 'All clear',
|
|
'all_clear_body' => 'No open warnings in the home.',
|
|
|
|
'kpi_devices_online' => 'Devices online',
|
|
'kpi_lights_on' => 'Lights on',
|
|
'kpi_contacts_open' => 'Open',
|
|
'kpi_low_battery' => 'Low battery',
|
|
|
|
'rooms_title' => 'Rooms',
|
|
'no_room' => 'No room',
|
|
|
|
'warn_host' => 'System service degraded',
|
|
'warn_host_meta' => 'Details in the Host area',
|
|
];
|