core/homeassistant/components/isy994/translations/en.json

74 lines
3.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_host": "The host entry was not in full URL format, e.g., http://192.168.10.100:80",
"reauth_successful": "Re-authentication was successful",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({host})",
"step": {
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "The credentials for {host} are no longer valid.",
"title": "Reauthenticate your ISY"
},
"user": {
"data": {
"host": "URL",
"password": "Password",
"tls": "The TLS version of the ISY controller.",
"username": "Username"
},
"description": "The host entry must be in full URL format, e.g., http://192.168.10.100:80",
"title": "Connect to your ISY"
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`.",
"title": "The {deprecated_service} service will be removed"
},
"deprecated_yaml": {
"description": "Configuring Universal Devices ISY/IoX using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `isy994` YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The ISY/IoX YAML configuration is being removed"
}
}
},
"title": "The {deprecated_service} service will be removed"
}
},
"options": {
"step": {
"init": {
"data": {
"ignore_string": "Ignore String",
"restore_light_state": "Restore Light Brightness",
"sensor_string": "Node Sensor String",
"variable_sensor_string": "Variable Sensor String"
},
"description": "Set the options for the ISY Integration: \n \u2022 Node Sensor String: Any device or folder that contains 'Node Sensor String' in the name will be treated as a sensor or binary sensor. \n \u2022 Ignore String: Any device with 'Ignore String' in the name will be ignored. \n \u2022 Variable Sensor String: Any variable that contains 'Variable Sensor String' will be added as a sensor. \n \u2022 Restore Light Brightness: If enabled, the previous brightness will be restored when turning on a light instead of the device's built-in On-Level.",
"title": "ISY Options"
}
}
},
"system_health": {
"info": {
"device_connected": "ISY Connected",
"host_reachable": "Host Reachable",
"last_heartbeat": "Last Heartbeat Time",
"websocket_status": "Event Socket Status"
}
}
}