core/homeassistant/components/venstar/translations/sl.json

20 lines
489 B
JSON
Raw Normal View History

2021-12-01 00:17:12 +00:00
{
"config": {
"abort": {
"already_configured": "Naprava je \u017ee konfigurirana"
},
"error": {
"cannot_connect": "Povezava ni uspela"
},
"step": {
"user": {
"data": {
"host": "Gostitelj",
"password": "Geslo",
"pin": "PIN koda",
"username": "Uporabni\u0161ko ime"
}
}
}
}
}