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

27 lines
937 B
JSON
Raw Normal View History

2022-01-01 00:14:34 +00:00
{
"config": {
"abort": {
2022-09-14 00:28:24 +00:00
"already_configured": "\u00da\u010det je ji\u017e nastaven",
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
2022-01-01 00:14:34 +00:00
},
"error": {
2022-09-14 00:28:24 +00:00
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed"
2022-01-01 00:14:34 +00:00
},
"step": {
2022-09-14 00:28:24 +00:00
"reauth_confirm": {
"data_description": {
"api_key": "Postupujte podle dokumentace a z\u00edskejte nov\u00fd kl\u00ed\u010d api."
}
},
2022-01-01 00:14:34 +00:00
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "Kl\u00ed\u010d API"
2022-09-14 00:28:24 +00:00
},
"data_description": {
"api_key": "Postupujte podle dokumentace a z\u00edskejte sv\u016fj kl\u00ed\u010d api."
2022-01-01 00:14:34 +00:00
}
}
}
}
}