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

25 lines
969 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
2020-10-18 00:03:28 +00:00
"abort": {
2020-11-25 00:03:05 +00:00
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno",
2020-10-18 00:03:28 +00:00
"site_exists": "Tento identifik\u00e1tor je ji\u017e nastaven"
},
"error": {
2020-11-25 00:03:05 +00:00
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno",
"could_not_connect": "Nelze se p\u0159ipojit k API SolarEdge",
"invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API",
2020-11-26 00:03:15 +00:00
"site_exists": "Tento identifik\u00e1tor je ji\u017e nastaven",
"site_not_active": "Str\u00e1nka nen\u00ed aktivn\u00ed"
2020-10-18 00:03:28 +00:00
},
2020-06-27 00:05:54 +00:00
"step": {
"user": {
"data": {
2020-10-18 00:03:28 +00:00
"api_key": "Kl\u00ed\u010d API",
"name": "Jm\u00e9no t\u00e9to instalace",
"site_id": "Identifik\u00e1tor SolarEdge"
},
"title": "Nastavte parametry API t\u00e9to instalace"
2020-06-27 00:05:54 +00:00
}
}
}
}