homeos/lang/en/addons.php

33 lines
1.5 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',
'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. Sign in with your Ring account; the connection is established by the ring-mqtt service in the background.',
'email' => 'Ring email',
'password' => 'Ring password',
'code' => '2FA code (if enabled)',
'password_stored' => 'A password is stored. Leave blank to keep it.',
'connect_title' => 'Connect Ring account',
'backend_note' => 'Credentials are stored encrypted and handed to the ring-mqtt service. The actual login incl. 2FA happens in the backend.',
'save' => 'Save & connect',
],
];