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

31 lines
933 B
JSON
Raw Normal View History

2022-09-14 00:28:24 +00:00
{
"config": {
"abort": {
2022-09-15 00:29:28 +00:00
"already_configured": "Slu\u017eba je ji\u017e nastavena",
2022-09-14 00:28:24 +00:00
"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": {
2022-09-15 00:29:28 +00:00
"data": {
"api_key": "Kl\u00ed\u010d API"
},
2022-09-14 00:28:24 +00:00
"title": "Znovu ov\u011b\u0159it integraci"
2022-09-15 00:29:28 +00:00
},
"user": {
"data": {
"api_key": "Kl\u00ed\u010d API",
"name": "Jm\u00e9no"
}
2022-09-14 00:28:24 +00:00
}
}
2022-11-26 00:22:30 +00:00
},
"issues": {
"removed_yaml": {
"title": "Konfigurace Pushover YAML byla odstran\u011bna"
}
2022-09-14 00:28:24 +00:00
}
}