28 lines
771 B
JSON
28 lines
771 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"not_intellifire_device": "Not an IntelliFire Device."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect"
|
|
},
|
|
"flow_title": "{serial} ({host})",
|
|
"step": {
|
|
"dhcp_confirm": {
|
|
"description": "Do you want to setup {host}\nSerial: {serial}?"
|
|
},
|
|
"manual_device_entry": {
|
|
"data": {
|
|
"host": "Host"
|
|
},
|
|
"description": "Local Configuration"
|
|
},
|
|
"pick_device": {
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |