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

24 lines
947 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
2020-10-10 00:05:05 +00:00
"abort": {
2020-10-11 00:03:37 +00:00
"address_already_configured": "Za\u0159\u00edzen\u00ed BleBox je ji\u017e na adrese {address} nastaveno.",
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno"
2020-10-10 00:05:05 +00:00
},
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
2020-10-11 00:03:37 +00:00
"unknown": "Neo\u010dek\u00e1van\u00e1 chyba",
"unsupported_version": "Za\u0159\u00edzen\u00ed BleBox m\u00e1 zastaral\u00fd firmware. Nejprve jej upgradujte."
2020-10-10 00:05:05 +00:00
},
2020-10-11 00:03:37 +00:00
"flow_title": "Za\u0159\u00edzen\u00ed BleBox: {name} ({host})",
2020-06-27 00:05:54 +00:00
"step": {
"user": {
"data": {
"host": "IP adresa",
"port": "Port"
2020-10-11 00:03:37 +00:00
},
2020-10-18 00:03:28 +00:00
"description": "Nastavte BleBox k integraci s Home Assistant.",
2020-10-11 00:03:37 +00:00
"title": "Nastaven\u00ed za\u0159\u00edzen\u00ed BleBox"
2020-06-27 00:05:54 +00:00
}
}
}
}