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

28 lines
621 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
"abort": {
"already_configured": "Slu\u017eba je ji\u017e nastavena"
},
2022-09-14 00:28:24 +00:00
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit"
},
2022-02-20 00:20:09 +00:00
"step": {
"manual_tunnel": {
"data": {
2022-09-14 00:28:24 +00:00
"host": "Hostitel",
2022-02-20 00:20:09 +00:00
"port": "Port"
}
}
}
},
"options": {
"step": {
"tunnel": {
"data": {
2022-09-14 00:28:24 +00:00
"host": "Hostitel",
2022-02-20 00:20:09 +00:00
"port": "Port"
}
}
}
}
}