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

31 lines
794 B
JSON

{
"config": {
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
"error": {
"invalid_auth": "Neplatn\u00e9 overenie"
},
"flow_title": "{name} ({ip_address})",
"step": {
"discovery_confirm": {
"data": {
"password": "Heslo"
}
},
"reauth_confirm": {
"data": {
"password": "Heslo",
"port": "Port"
}
},
"user": {
"data": {
"host": "Hostite\u013e",
"password": "Heslo",
"port": "Port"
}
}
}
}
}