homeos/lang/en/addons.php

63 lines
3.0 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' => 'The ring-mqtt bridge runs automatically as part of HomeOS — no manual start. Connect your Ring account like this:',
'step1' => 'Open the bridge UI (button below) and sign in with your Ring account — including 2FA. The bridge stores the token.',
'step2' => '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',
],
'smtp' => [
'summary' => 'E-mail notifications for events (via SMTP).',
'body' => 'Get e-mails when a device goes offline, a battery runs low or an automation reports something — toggle each individually.',
'setup_title'=> 'E-mail notifications',
'server' => 'SMTP server',
'host' => 'Host',
'port' => 'Port',
'encryption'=> 'Encryption',
'enc_none' => 'None',
'username' => 'Username',
'password' => 'Password',
'password_stored' => 'Password stored. Leave blank to keep it.',
'from_email'=> 'From e-mail',
'from_name' => 'From name',
'to_email' => 'Recipient e-mail',
'events_title' => 'Notify on',
'ev_device_offline' => 'Device offline',
'ev_low_battery' => 'Low battery',
'ev_automation' => 'Automation messages',
'test' => 'Send test e-mail',
'test_subject' => 'Test notification',
'test_body' => 'This is a test e-mail from HomeOS. If you can read this, SMTP works.',
'test_ok' => 'Test e-mail sent.',
'test_fail' => 'Sending failed — check the settings.',
'save' => 'Save',
],
];