23 lines
566 B
PHP
23 lines
566 B
PHP
<?php
|
|
|
|
return [
|
|
// sections
|
|
'section_overview' => 'Overview',
|
|
'section_persons' => 'People',
|
|
'section_security' => 'Security',
|
|
'section_system' => 'System',
|
|
|
|
// items
|
|
'dashboard' => 'Dashboard',
|
|
'rooms' => 'Rooms',
|
|
'devices' => 'Devices',
|
|
'persons' => 'People & Presence',
|
|
'windows' => 'Windows & Doors',
|
|
'access' => 'Access & Face ID',
|
|
'network' => 'Network & Discovery',
|
|
'automations' => 'Automations',
|
|
'settings' => 'Settings',
|
|
|
|
'soon' => 'Coming soon',
|
|
];
|