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

29 lines
793 B
JSON
Raw Normal View History

2022-11-21 00:26:41 +00:00
{
"config": {
2022-11-25 00:24:19 +00:00
"abort": {
"already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd"
},
"error": {
"cannot_connect": "Nepodarilo sa pripoji\u0165"
},
2022-11-21 00:26:41 +00:00
"step": {
"cloud": {
"data": {
2022-11-29 00:26:01 +00:00
"password": "Heslo",
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
2022-11-21 00:26:41 +00:00
}
2022-11-23 00:26:26 +00:00
},
"local": {
2022-11-25 00:24:19 +00:00
"data": {
"ip_address": "IP adresa"
},
2022-11-23 00:26:26 +00:00
"description": "Lok\u00e1lna IP adresa zariadenia."
2022-11-29 00:26:01 +00:00
},
"user": {
"data": {
"connection_type": "Vyberte typ pripojenia"
}
2022-11-21 00:26:41 +00:00
}
}
}
}