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

39 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"not_intellifire_device": "Not an IntelliFire Device.",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"api_error": "Login failed",
"cannot_connect": "Failed to connect",
"iftapi_connect": "Error conecting to iftapi.net"
},
"flow_title": "{serial} ({host})",
"step": {
"api_config": {
"data": {
"password": "Password",
"username": "Email"
}
},
"dhcp_confirm": {
"description": "Do you want to setup {host}\nSerial: {serial}?"
},
"manual_device_entry": {
"data": {
"host": "Host (IP Address)"
},
"description": "Local Configuration"
},
"pick_device": {
"data": {
"host": "Host"
},
"description": "The following IntelliFire devices were discovered. Please select which you wish to configure.",
"title": "Device Selection"
}
}
}
}