33 lines
1.5 KiB
PHP
33 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Integrations and system.',
|
|
'integrations' => 'Integrations',
|
|
'system' => 'System',
|
|
'not_configured' => 'not configured',
|
|
'addon' => 'Add-on',
|
|
'state_active' => 'Active',
|
|
'state_inactive' => 'Inactive',
|
|
'state_available' => 'Available',
|
|
'locale' => 'Language',
|
|
'timezone' => 'Timezone',
|
|
'host' => 'Host',
|
|
|
|
'device_mqtt' => 'Device MQTT (Shelly)',
|
|
'device_mqtt_intro' => 'Enter these once on every Shelly under Settings → MQTT. The device then appears automatically — no assigning needed.',
|
|
'device_mqtt_server' => 'Server',
|
|
'device_mqtt_user' => 'Username',
|
|
'device_mqtt_pass' => 'Password',
|
|
'device_mqtt_host_hint'=> 'your HomeOS server IP:port',
|
|
'device_mqtt_reveal' => 'Show password',
|
|
'device_mqtt_hide' => 'Hide password',
|
|
'device_mqtt_copy' => 'Copy',
|
|
'device_mqtt_copied' => 'Copied',
|
|
'device_mqtt_steps_title' => 'Connecting a Shelly',
|
|
'device_mqtt_step1' => 'Open the Shelly web UI → Settings → MQTT.',
|
|
'device_mqtt_step2' => 'Tick “Enable”, then “Generic status update over MQTT” and “RPC over MQTT”.',
|
|
'device_mqtt_step3' => 'Enter the Server, Username and Password above. Leave the MQTT prefix as-is.',
|
|
'device_mqtt_step4' => 'Save — the device shows up under “Devices” within a few seconds.',
|
|
'device_mqtt_missing' => 'Password not set yet. Run docker/mosquitto/gen-passwd.sh.',
|
|
];
|