homeos/lang/en/persons.php

29 lines
1.3 KiB
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.',
'edit_title' => 'Edit person',
'edit' => 'Edit',
'save' => 'Save',
'avatar_upload' => 'Choose image',
'avatar_hint' => 'JPG/PNG, up to 4 MB. Optional.',
'delete' => 'Delete person',
'delete_title' => 'Delete person?',
'delete_body' => ':name will be deleted. The device link is lost.',
'home_title' => 'Home',
'home_none' => 'Nobody is home right now.',
'away_count' => '{0}nobody away|{1}:count away|[2,*]:count away',
'since' => 'since',
];