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

22 lines
657 B
JSON
Raw Normal View History

2020-10-10 00:05:05 +00:00
{
"config": {
"abort": {
2020-10-11 00:03:37 +00:00
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno"
2020-10-10 00:05:05 +00:00
},
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed",
"unknown": "Neo\u010dek\u00e1van\u00e1 chyba"
},
"flow_title": "Nightscout",
"step": {
"user": {
"data": {
"api_key": "Kl\u00ed\u010d API",
"url": "URL"
2020-10-18 00:03:28 +00:00
},
"title": "Zadejte informace o serveru Nightscout."
2020-10-10 00:05:05 +00:00
}
}
}
}