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

109 lines
4.0 KiB
JSON

{
"config": {
"abort": {
"cannot_connect": "Failed to connect",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"select_single": "Select one option."
},
"step": {
"hubv1": {
"data": {
"host": "IP Address",
"port": "Port"
},
"description": "Configure the Insteon Hub Version 1 (pre-2014).",
"title": "Insteon Hub Version 1"
},
"hubv2": {
"data": {
"host": "IP Address",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Configure the Insteon Hub Version 2.",
"title": "Insteon Hub Version 2"
},
"plm": {
"data": {
"device": "USB Device Path"
},
"description": "Configure the Insteon PowerLink Modem (PLM).",
"title": "Insteon PLM"
},
"user": {
"data": {
"modem_type": "Modem type."
},
"description": "Select the Insteon modem type.",
"title": "Insteon"
}
}
},
"options": {
"error": {
"cannot_connect": "Failed to connect",
"input_error": "Invalid entries, please check your values.",
"select_single": "Select one option."
},
"step": {
"add_override": {
"data": {
"address": "Device address (i.e. 1a2b3c)",
"cat": "Device category (i.e. 0x10)",
"subcat": "Device subcategory (i.e. 0x0a)"
},
"description": "Add a device override.",
"title": "Insteon"
},
"add_x10": {
"data": {
"housecode": "Housecode (a - p)",
"platform": "Platform",
"steps": "Dimmer steps (for light devices only, default 22)",
"unitcode": "Unitcode (1 - 16)"
},
"description": "Change the Insteon Hub password.",
"title": "Insteon"
},
"change_hub_config": {
"data": {
"host": "IP Address",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Change the Insteon Hub connection information. You must restart Home Assistant after making this change. This does not change the configuration of the Hub itself. To change the configuration in the Hub use the Hub app.",
"title": "Insteon"
},
"init": {
"data": {
"add_override": "Add a device override.",
"add_x10": "Add an X10 device.",
"change_hub_config": "Change the Hub configuration.",
"remove_override": "Remove a device override.",
"remove_x10": "Remove an X10 device."
},
"description": "Select an option to configure.",
"title": "Insteon"
},
"remove_override": {
"data": {
"address": "Select a device address to remove"
},
"description": "Remove a device override",
"title": "Insteon"
},
"remove_x10": {
"data": {
"address": "Select a device address to remove"
},
"description": "Remove an X10 device",
"title": "Insteon"
}
}
}
}