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

31 lines
935 B
JSON
Raw Normal View History

2022-11-21 00:26:41 +00:00
{
"config": {
2022-11-25 00:24:19 +00:00
"abort": {
2022-11-29 00:26:01 +00:00
"single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia.",
2022-11-25 00:24:19 +00:00
"unknown": "Neo\u010dak\u00e1van\u00e1 chyba"
},
"error": {
"cannot_connect": "Nepodarilo sa pripoji\u0165"
},
2022-11-23 00:26:26 +00:00
"flow_title": "{name}",
2022-11-21 00:26:41 +00:00
"step": {
"user": {
"data": {
2022-11-29 00:26:01 +00:00
"password": "Heslo",
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
2022-12-04 00:23:06 +00:00
},
"title": "Pripojenie ku Canary"
}
}
},
"options": {
"step": {
"init": {
"data": {
2022-12-07 00:24:08 +00:00
"ffmpeg_arguments": "Argumenty odovzdan\u00e9 ffmpeg pre kamery",
"timeout": "\u010casov\u00fd limit po\u017eiadavky (v sekund\u00e1ch)"
2022-11-21 00:26:41 +00:00
}
}
}
}
}