17 lines
698 B
PHP
17 lines
698 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Residents and presence.',
|
|
'empty_title' => 'No people yet',
|
|
'empty_body' => 'People are created with presence detection (UniFi) and linked to a device.',
|
|
'presence_home' => 'Home',
|
|
'presence_away' => 'Away',
|
|
'presence_unknown' => 'Unknown',
|
|
'add' => 'Add person',
|
|
'add_title' => 'Add person',
|
|
'device' => 'Device (UniFi client)',
|
|
'pick_client' => 'Pick a client…',
|
|
'client_hint' => 'The device that represents this person — presence follows its WLAN connection.',
|
|
'unifi_error' => 'UniFi unreachable — enter the MAC manually.',
|
|
];
|