homeos/lang/en/nav.php

26 lines
670 B
PHP

<?php
return [
// sections
'section_overview' => 'Overview',
'section_persons' => 'People',
'section_security' => 'Security',
'section_system' => 'System',
// items
'dashboard' => 'Dashboard',
'panel' => 'Control',
'rooms' => 'Rooms',
'devices' => 'Devices',
'persons' => 'People & Presence',
'windows' => 'Windows & Doors',
'access' => 'Access & Face ID',
'network' => 'Network & Discovery',
'automations' => 'Automations',
'addons' => 'Add-ons',
'host' => 'Host & Services',
'settings' => 'Settings',
'soon' => 'Coming soon',
];