37 lines
1.8 KiB
PHP
37 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Install and connect integrations.',
|
|
'available' => 'Available',
|
|
'installed' => 'Installed',
|
|
'install' => 'Install',
|
|
'uninstall' => 'Remove',
|
|
'uninstall_title' => 'Remove :name?',
|
|
'uninstall_body' => 'The integration is disabled and stored credentials are deleted. Devices are kept but stop receiving updates.',
|
|
'connect' => 'Connect account',
|
|
'setup' => 'Set up',
|
|
'reconnect' => 'Reconnect',
|
|
'cloud' => 'Cloud',
|
|
'cloud_hint' => 'This integration needs a cloud connection to the vendor.',
|
|
|
|
'status_disconnected' => 'Not connected',
|
|
'status_connecting' => 'Connecting …',
|
|
'status_connected' => 'Connected',
|
|
'status_error' => 'Error',
|
|
|
|
'ring' => [
|
|
'summary' => 'Doorbell, cameras and sensors via the ring-mqtt bridge.',
|
|
'body' => 'Ring has no local API. The login incl. 2FA happens in the ring-mqtt bridge\'s own web UI — HomeOS never stores Ring credentials.',
|
|
'setup' => 'Set up',
|
|
'setup_title' => 'Set up Ring',
|
|
'setup_intro' => 'Ring connects through the separate ring-mqtt bridge. Set it up like this:',
|
|
'step1' => 'Start the bridge (once, on the server):',
|
|
'step2' => 'Open the bridge UI and sign in with your Ring account (incl. 2FA). The bridge stores the token.',
|
|
'step3' => 'Done — your Ring devices appear automatically under “Devices” (with a “Cloud” badge).',
|
|
'open_bridge' => 'Open bridge UI',
|
|
'status_title' => 'Bridge status',
|
|
'status_hint_disconnected' => 'No connection received from the bridge yet. Start the bridge and sign in.',
|
|
'connected_since' => 'Connected since',
|
|
],
|
|
];
|