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

49 lines
2.3 KiB
JSON
Raw Normal View History

{
2020-03-28 00:08:09 +00:00
"config": {
"abort": {
"address_already_configured": "An ElkM1 with this address is already configured",
"already_configured": "An ElkM1 with this prefix is already configured",
"already_in_progress": "Configuration flow is already in progress",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
2020-03-28 00:08:09 +00:00
},
"error": {
2020-10-02 00:05:51 +00:00
"cannot_connect": "Failed to connect",
2020-03-28 00:08:09 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "{mac_address} ({host})",
2020-03-28 00:08:09 +00:00
"step": {
"discovered_connection": {
"data": {
"password": "Password",
"protocol": "Protocol",
2022-02-09 00:23:56 +00:00
"temperature_unit": "The temperature unit ElkM1 uses.",
"username": "Username"
},
"description": "Connect to the discovered system: {mac_address} ({host})",
"title": "Connect to Elk-M1 Control"
},
"manual_connection": {
2020-03-28 00:08:09 +00:00
"data": {
"address": "The IP address or domain or serial port if connecting via serial.",
2020-05-13 18:27:21 +00:00
"password": "Password",
2020-03-28 00:08:09 +00:00
"prefix": "A unique prefix (leave blank if you only have one ElkM1).",
"protocol": "Protocol",
2022-02-09 00:23:56 +00:00
"temperature_unit": "The temperature unit ElkM1 uses.",
2020-05-13 18:27:21 +00:00
"username": "Username"
2020-03-28 00:08:09 +00:00
},
"description": "The address string must be in the form 'address[:port]' for 'secure' and 'non-secure'. Example: '192.168.1.1'. The port is optional and defaults to 2101 for 'non-secure' and 2601 for 'secure'. For the serial protocol, the address must be in the form 'tty[:baud]'. Example: '/dev/ttyS1'. The baud is optional and defaults to 115200.",
"title": "Connect to Elk-M1 Control"
},
"user": {
"data": {
"device": "Device"
},
"description": "Choose a discovered system or 'Manual Entry' if no devices have been discovered.",
"title": "Connect to Elk-M1 Control"
2020-03-28 00:08:09 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}