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

41 lines
1.2 KiB
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-12-09 00:24:29 +00:00
"incomplete_discovery": "Ne\u00fapln\u00e9 vyh\u013ead\u00e1vanie",
2022-11-23 00:26:26 +00:00
"no_devices_found": "V sieti sa nena\u0161li \u017eiadne zariadenia"
2022-11-21 00:26:41 +00:00
},
2022-12-07 00:24:08 +00:00
"error": {
"few": "Pr\u00e1zdnych",
"many": "Pr\u00e1zdnych",
"one": "Pr\u00e1zdny",
"other": "Pr\u00e1zdny"
},
2022-11-22 00:26:32 +00:00
"flow_title": "{name}",
"step": {
2022-12-07 00:24:08 +00:00
"init": {
"few": "Pr\u00e1zdnych",
"many": "Pr\u00e1zdnych",
"one": "Pr\u00e1zdny",
"other": "Pr\u00e1zdny"
},
"ssdp_confirm": {
"description": "Chcete nastavi\u0165 toto zariadenie UPnP/IGD?"
},
2022-11-22 00:26:32 +00:00
"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
}
}