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

31 lines
832 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +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-19 00:26:11 +00:00
"flow_title": "{name} ({host})",
2022-02-20 00:20:09 +00:00
"step": {
"user": {
"data": {
2022-11-19 00:26:11 +00:00
"host": "Hostite\u013e",
2022-11-21 00:26:41 +00:00
"password": "Heslo",
2022-11-28 00:23:09 +00:00
"port": "Port",
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
2022-02-20 00:20:09 +00:00
}
}
}
2022-12-03 00:21:50 +00:00
},
"options": {
"step": {
"user": {
"data": {
2022-12-07 00:24:08 +00:00
"interfaces": "Vyberte rozhrania na skenovanie",
"scan_interval": "Interval skenovania"
2022-12-03 00:21:50 +00:00
}
}
}
2022-02-20 00:20:09 +00:00
}
}