core/homeassistant/components/progettihwsw/strings.json

45 lines
1.2 KiB
JSON

{
"config": {
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"step": {
"user": {
"title": "Set up board",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your ProgettiHWSW board."
}
},
"relay_modes": {
"title": "Set up relays",
"data": {
"relay_1": "Relay 1",
"relay_2": "Relay 2",
"relay_3": "Relay 3",
"relay_4": "Relay 4",
"relay_5": "Relay 5",
"relay_6": "Relay 6",
"relay_7": "Relay 7",
"relay_8": "Relay 8",
"relay_9": "Relay 9",
"relay_10": "Relay 10",
"relay_11": "Relay 11",
"relay_12": "Relay 12",
"relay_13": "Relay 13",
"relay_14": "Relay 14",
"relay_15": "Relay 15",
"relay_16": "Relay 16"
}
}
}
}
}