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

32 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"api_not_enabled": "The API is not enabled. Enable API in the HomeWizard Energy App under settings",
"device_not_supported": "This device is not supported",
"invalid_discovery_parameters": "Detected unsupported API version",
"reauth_successful": "Enabling API was successful",
"unknown_error": "Unexpected error"
},
"error": {
"api_not_enabled": "The API is not enabled. Enable API in the HomeWizard Energy App under settings",
"network_error": "Device unreachable, make sure that you have entered the correct IP address and that the device is available in your network"
},
"step": {
"discovery_confirm": {
"description": "Do you want to set up {product_type} ({serial}) at {ip_address}?",
"title": "Confirm"
},
"reauth_confirm": {
"description": "The local API is disabled. Go to the HomeWizard Energy app and enable the API in the device settings."
},
"user": {
"data": {
"ip_address": "IP Address"
},
"description": "Enter the IP address of your HomeWizard Energy device to integrate with Home Assistant.",
"title": "Configure device"
}
}
}
}