17 lines
649 B
PHP
17 lines
649 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'New participants on the network.',
|
|
'new_title' => 'New devices',
|
|
'scanning' => 'Scanning the network… new devices appear here automatically.',
|
|
'rescan' => 'Rescan',
|
|
'rescanning' => 'Rescanning the network…',
|
|
'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.',
|
|
];
|