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

141 lines
5.2 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-08-31 00:03:01 +00:00
"already_configured": "An Insteon modem connection is already configured",
"cannot_connect": "Failed to connect",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed"
},
"error": {
2020-08-31 00:03:01 +00:00
"cannot_connect": "Failed to connect",
"select_single": "Select one option."
},
"step": {
2020-08-31 00:03:01 +00:00
"hub1": {
"data": {
"host": "Hub IP address",
"port": "IP port"
},
"description": "Configure the Insteon Hub Version 1 (pre-2014).",
"title": "Insteon Hub Version 1"
},
"hub2": {
"data": {
"host": "Hub IP address",
"password": "Password",
"port": "IP port",
"username": "Username"
},
"description": "Configure the Insteon Hub Version 2.",
"title": "Insteon Hub Version 2"
},
"hubv1": {
"data": {
2020-08-31 00:03:01 +00:00
"host": "IP Address",
"port": "Port"
},
"description": "Configure the Insteon Hub Version 1 (pre-2014).",
"title": "Insteon Hub Version 1"
},
"hubv2": {
"data": {
2020-08-31 00:03:01 +00:00
"host": "IP Address",
"password": "Password",
"port": "Port",
"username": "Username"
},
"description": "Configure the Insteon Hub Version 2.",
"title": "Insteon Hub Version 2"
},
2020-08-31 00:03:01 +00:00
"init": {
"data": {
"hubv1": "Hub Version 1 (Pre-2014)",
"hubv2": "Hub Version 2",
"plm": "PowerLink Modem (PLM)"
},
"description": "Select the Insteon modem type.",
"title": "Insteon"
},
"plm": {
"data": {
2020-08-31 00:03:01 +00:00
"device": "USB Device Path"
},
"description": "Configure the Insteon PowerLink Modem (PLM).",
"title": "Insteon PLM"
},
"user": {
2020-08-31 00:03:01 +00:00
"data": {
"modem_type": "Modem type."
},
"description": "Select the Insteon modem type.",
"title": "Insteon"
}
}
},
"options": {
2020-08-31 00:03:01 +00:00
"abort": {
"already_configured": "An Insteon modem connection is already configured",
"cannot_connect": "Unable to connect to the Insteon modem"
},
"error": {
2020-08-31 00:03:01 +00:00
"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": {
2020-08-31 00:03:01 +00:00
"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"
}
}
}
}