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

34 lines
1.1 KiB
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
"abort": {
2022-11-25 00:24:19 +00:00
"already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1",
2022-11-29 00:26:01 +00:00
"cannot_connect": "Nepodarilo sa pripoji\u0165",
2022-02-20 00:20:09 +00:00
"invalid_auth": "Neplatn\u00e9 overenie",
"reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9"
},
"error": {
2022-11-29 00:26:01 +00:00
"cannot_connect": "Nepodarilo sa pripoji\u0165",
2022-02-20 00:20:09 +00:00
"invalid_auth": "Neplatn\u00e9 overenie"
},
2022-11-19 00:26:11 +00:00
"flow_title": "{host}",
2022-02-20 00:20:09 +00:00
"step": {
2022-11-29 00:26:01 +00:00
"hassio_confirm": {
"description": "Chcete sa pripoji\u0165 k doplnku {addon}?"
},
2022-11-21 00:26:41 +00:00
"reauth_confirm": {
"data": {
"password": "Heslo"
2022-11-23 00:26:26 +00:00
},
"description": "Zadajte spr\u00e1vne heslo pre hostite\u013ea: {host}"
2022-11-21 00:26:41 +00:00
},
2022-02-20 00:20:09 +00:00
"user": {
"data": {
2022-11-19 00:26:11 +00:00
"host": "Hostite\u013e",
2022-02-20 00:20:09 +00:00
"name": "N\u00e1zov",
2022-11-21 00:26:41 +00:00
"password": "Heslo",
2022-02-20 00:20:09 +00:00
"port": "Port"
}
}
}
}
}