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

26 lines
804 B
JSON

{
"config": {
"abort": {
"already_configured": "Slu\u017eba je ji\u017e nastavena",
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
},
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
"invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Kl\u00ed\u010d API"
},
"title": "Znovu ov\u011b\u0159it integraci"
},
"user": {
"data": {
"api_key": "Kl\u00ed\u010d API",
"name": "Jm\u00e9no"
}
}
}
}
}