24 lines
703 B
PHP
24 lines
703 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Dashboard',
|
|
'subtitle' => 'Overview of home, devices and presence.',
|
|
|
|
'welcome_title' => 'Welcome to HomeOS',
|
|
'welcome_body' => 'The foundation is in place. Rooms, devices and live state arrive in the next phase.',
|
|
|
|
'phase_label' => 'Build',
|
|
'phase_value' => 'Phase 1',
|
|
'phase_meta' => 'Foundation · Auth · Design system',
|
|
|
|
'stack_framework' => 'Framework',
|
|
'stack_database' => 'Database',
|
|
'stack_realtime' => 'Realtime',
|
|
'stack_queue' => 'Queue',
|
|
|
|
'legend_title' => 'Design system',
|
|
'legend_status' => 'Status colors',
|
|
'demo_toggle' => 'Example switch',
|
|
'demo_chips' => 'Device chips',
|
|
];
|