core/homeassistant/components/konnected/translations/cs.json

22 lines
440 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
"step": {
"user": {
"data": {
"host": "IP adresa",
"port": "Port"
}
}
}
2020-07-26 00:04:14 +00:00
},
"options": {
"step": {
"options_io_ext": {
"data": {
"alarm1": "ALARM1",
"alarm2_out2": "OUT2/ALARM2"
}
}
}
2020-06-27 00:05:54 +00:00
}
}