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

29 lines
971 B
JSON
Raw Normal View History

2022-05-16 00:24:28 +00:00
{
"config": {
2022-11-23 00:26:26 +00:00
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
2022-05-16 00:24:28 +00:00
"error": {
2022-11-19 00:26:11 +00:00
"cannot_connect": "Nepodarilo sa pripoji\u0165.",
"invalid_host": "Neplatn\u00fd n\u00e1zov hostite\u013ea alebo IP adresa"
},
"flow_title": "{name} - {model} ({host})",
"step": {
2022-11-23 00:26:26 +00:00
"discovery_confirm": {
"description": "Chcete nastavi\u0165 {name} - {model} ({host})?"
},
2022-11-19 00:26:11 +00:00
"manual": {
"data": {
"host": "Hostite\u013e"
2022-11-25 00:24:19 +00:00
},
"description": "Zadajte IP adresu."
2022-11-22 00:26:32 +00:00
},
"user": {
"data": {
"device": "Zariadenie"
2022-11-25 00:24:19 +00:00
},
"description": "Vyberte zariadenie alebo vyberte mo\u017enos\u0165 \"IP adresa\", ak chcete manu\u00e1lne zada\u0165 IP adresu."
2022-11-19 00:26:11 +00:00
}
2022-05-16 00:24:28 +00:00
}
}
}