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

26 lines
809 B
JSON
Raw Normal View History

2022-02-18 00:24:29 +00:00
{
"config": {
2022-09-14 00:28:24 +00:00
"abort": {
2022-09-15 00:29:28 +00:00
"already_configured": "\u00da\u010det je ji\u017e nastaven",
2022-09-14 00:28:24 +00:00
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
},
2022-02-18 00:24:29 +00:00
"error": {
2022-09-14 00:28:24 +00:00
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
2022-02-18 00:24:29 +00:00
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed"
2022-09-14 00:28:24 +00:00
},
"step": {
"reauth_confirm": {
"data": {
"password": "Heslo"
},
"title": "Znovu ov\u011b\u0159it integraci"
},
"user": {
"data": {
"password": "Heslo",
"username": "U\u017eivatelsk\u00e9 jm\u00e9no"
}
}
2022-02-18 00:24:29 +00:00
}
}
}