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

23 lines
856 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
2022-11-23 00:26:26 +00:00
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
2022-02-20 00:20:09 +00:00
"error": {
2022-11-23 00:26:26 +00:00
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9",
2022-11-28 00:23:09 +00:00
"could_not_connect": "Nepodarilo sa pripoji\u0165 k rozhraniu solaredge API",
2022-12-06 00:21:31 +00:00
"invalid_api_key": "Neplatn\u00fd API k\u013e\u00fa\u010d",
"site_not_active": "Str\u00e1nka nie je akt\u00edvna"
2022-02-20 00:20:09 +00:00
},
"step": {
"user": {
"data": {
2022-11-29 00:26:01 +00:00
"api_key": "API k\u013e\u00fa\u010d",
2022-12-06 00:21:31 +00:00
"name": "N\u00e1zov tejto in\u0161tal\u00e1cie",
"site_id": "Identifik\u00e1tor SolarEdge"
2022-12-03 00:21:50 +00:00
},
"title": "Definujte parametre API pre t\u00fato in\u0161tal\u00e1ciu"
2022-02-20 00:20:09 +00:00
}
}
}
}