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

24 lines
878 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
"abort": {
2022-11-23 00:26:26 +00:00
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9",
2022-02-20 00:20:09 +00:00
"already_in_progress": "Konfigur\u00e1cia u\u017e prebieha"
},
"error": {
2022-11-29 00:26:01 +00:00
"cannot_connect": "Nepodarilo sa pripoji\u0165",
"cannot_retrieve_device_info": "\u00daspe\u0161ne pripojen\u00e9, ale nie je mo\u017en\u00e9 z\u00edska\u0165 inform\u00e1cie o zariaden\u00ed",
2022-02-20 00:20:09 +00:00
"invalid_auth": "Neplatn\u00e9 overenie"
2022-11-19 00:26:11 +00:00
},
"step": {
"user": {
"data": {
2022-11-29 00:26:01 +00:00
"group": "Skupina",
2022-11-21 00:26:41 +00:00
"host": "Hostite\u013e",
2022-11-29 00:26:01 +00:00
"password": "Heslo",
"ssl": "Pou\u017e\u00edva SSL certifik\u00e1t",
"verify_ssl": "Overi\u0165 SSL certifik\u00e1t"
2022-11-19 00:26:11 +00:00
}
}
2022-02-20 00:20:09 +00:00
}
}
}