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

25 lines
629 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",
"no_devices_found": "V sieti sa nena\u0161li \u017eiadne zariadenia"
2022-11-21 00:26:41 +00:00
},
2022-11-22 00:26:32 +00:00
"flow_title": "{name}",
"step": {
"user": {
"data": {
"unique_id": "Zariadenie"
}
}
}
2022-12-06 00:21:31 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Interval aktualiz\u00e1cie (sekundy, minim\u00e1lne 30)"
}
}
}
2022-02-20 00:20:09 +00:00
}
}