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

47 lines
1.6 KiB
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
2022-11-23 00:26:26 +00:00
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
2022-02-20 00:20:09 +00:00
"error": {
2022-11-29 00:26:01 +00:00
"cannot_connect": "Nepodarilo sa pripoji\u0165",
2022-11-25 00:24:19 +00:00
"invalid_auth": "Neplatn\u00e9 overenie",
2022-11-28 00:23:09 +00:00
"invalid_host": "Z\u00e1znam hostite\u013ea nemal \u00fapln\u00fd form\u00e1t adresy URL, napr. http://192.168.10.100:80",
2022-11-25 00:24:19 +00:00
"unknown": "Neo\u010dak\u00e1van\u00e1 chyba"
2022-11-19 00:26:11 +00:00
},
"flow_title": "{name} ({host})",
"step": {
2022-11-21 00:26:41 +00:00
"reauth_confirm": {
"data": {
2022-11-29 00:26:01 +00:00
"password": "Heslo",
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
2022-11-23 00:26:26 +00:00
},
"description": "Poverenia pre {host} u\u017e nie s\u00fa platn\u00e9."
2022-11-21 00:26:41 +00:00
},
2022-11-19 00:26:11 +00:00
"user": {
"data": {
2022-11-21 00:26:41 +00:00
"host": "URL",
2022-11-29 00:26:01 +00:00
"password": "Heslo",
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
2022-11-28 00:23:09 +00:00
},
2022-11-29 00:26:01 +00:00
"description": "Polo\u017eka hostite\u013ea mus\u00ed by\u0165 v \u00faplnom form\u00e1te URL, napr. http://192.168.10.100:80",
"title": "Pripoji\u0165 sa k ISY"
}
}
},
"options": {
"step": {
"init": {
"data": {
"restore_light_state": "Obnovenie jasu osvetlenia"
}
2022-11-19 00:26:11 +00:00
}
2022-02-20 00:20:09 +00:00
}
2022-11-28 00:23:09 +00:00
},
"system_health": {
"info": {
2022-11-29 00:26:01 +00:00
"device_connected": "ISY pripojen\u00e9",
2022-11-28 00:23:09 +00:00
"host_reachable": "Hostite\u013e je dostupn\u00fd"
}
2022-02-20 00:20:09 +00:00
}
}