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

20 lines
603 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
2020-10-10 00:05:05 +00:00
"abort": {
2020-10-11 00:03:37 +00:00
"already_configured": "Slu\u017eba je ji\u017e nastavena"
2020-10-10 00:05:05 +00:00
},
"error": {
2020-10-11 00:03:37 +00:00
"invalid_key": "Neplatn\u00fd kl\u00ed\u010d API",
"no_devices": "V \u00fa\u010dtu nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed"
2020-10-10 00:05:05 +00:00
},
2020-06-27 00:05:54 +00:00
"step": {
"user": {
"data": {
2020-10-11 00:03:37 +00:00
"api_key": "Kl\u00ed\u010d API",
"app_key": "Kl\u00ed\u010d aplikace"
},
"title": "Vypl\u0148te sv\u00e9 \u00fadaje"
2020-06-27 00:05:54 +00:00
}
}
}
}