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

44 lines
2.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"not_xiaomi_aqara": "Not a Xiaomi Aqara Gateway, discovered device did not match known gateways"
},
"error": {
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
"invalid_host": "Invalid IP Address, see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
"invalid_interface": "Invalid network interface",
"invalid_key": "Invalid gateway key",
"invalid_mac": "Invalid Mac Address",
"not_found_error": "Zeroconf discovered Gateway could not be located to get the necessary information, try using the IP of the device running HomeAssistant as interface"
},
"flow_title": "Xiaomi Aqara Gateway: {name}",
"step": {
"select": {
"data": {
"select_ip": "Gateway IP"
},
"description": "Run the setup again if you want to connect aditional gateways",
"title": "Select the Xiaomi Aqara Gateway that you wish to connect"
},
"settings": {
"data": {
"key": "The key of your gateway",
"name": "Name of the Gateway"
},
"description": "The key (password) can be retrieved using this tutorial: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)#Adding_the_Xiaomi_Gateway_to_Domoticz. If the key is not provided only sensors will be accessible",
"title": "Xiaomi Aqara Gateway, optional settings"
},
"user": {
"data": {
"host": "IP Address (optional)",
"interface": "The network interface to use",
"mac": "Mac Address (optional)"
},
"description": "Connect to your Xiaomi Aqara Gateway, if the IP and mac addresses are left empty, auto-discovery is used",
"title": "Xiaomi Aqara Gateway"
}
}
}
}