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

29 lines
951 B
JSON
Raw Normal View History

2020-12-02 00:03:14 +00:00
{
"config": {
"abort": {
"already_configured": "Slu\u017eba je ji\u017e nastavena",
"already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1",
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit"
},
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
"invalid_access_token": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token"
},
"step": {
2020-12-09 00:03:07 +00:00
"auth": {
"data": {
"create_token": "Automaticky vytvo\u0159it nov\u00fd token"
}
},
"create_token_external": {
"title": "P\u0159ijmout nov\u00fd token v u\u017eivatelsk\u00e9m rozhran\u00ed Hyperion"
},
2020-12-02 00:03:14 +00:00
"user": {
"data": {
"host": "Hostitel",
"port": "Port"
}
}
}
}
}