15 lines
564 B
PHP
15 lines
564 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'New participants on the network.',
|
|
'new_title' => 'New devices',
|
|
'scanning' => 'Scanning the network… new devices appear here automatically.',
|
|
'assign' => 'Assign',
|
|
'ignore' => 'Ignore',
|
|
'ignored_title' => 'Ignored',
|
|
'restore' => 'Restore',
|
|
'assign_title' => 'Add device',
|
|
'source' => 'Source',
|
|
'shelly_hint' => 'To control it, enable MQTT on the Shelly and set the topic prefix to ":prefix"; per-device credentials are issued at onboarding.',
|
|
];
|