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

29 lines
801 B
JSON
Raw Normal View History

2020-10-10 00:05:05 +00:00
{
"config": {
2020-10-11 00:03:37 +00:00
"error": {
2020-10-27 00:06:28 +00:00
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno",
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
2020-11-11 11:10:09 +00:00
"id_exists": "ID br\u00e1ny ji\u017e existuje"
2020-10-11 00:03:37 +00:00
},
2020-10-10 00:05:05 +00:00
"step": {
"init": {
"data": {
2020-10-17 00:06:00 +00:00
"device": "Cesta nebo URL",
2020-10-11 00:03:37 +00:00
"id": "ID",
2020-10-10 00:05:05 +00:00
"name": "Jm\u00e9no"
2020-10-11 00:03:37 +00:00
},
"title": "Br\u00e1na OpenTherm"
}
}
},
"options": {
"step": {
"init": {
"data": {
2021-05-12 00:04:03 +00:00
"floor_temperature": "Teplota podlahy"
2020-10-11 00:03:37 +00:00
},
"description": "Mo\u017enosti br\u00e1ny OpenTherm"
2020-10-10 00:05:05 +00:00
}
}
}
}