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

23 lines
733 B
JSON

{
"config": {
"abort": {
"already_configured": "Gostitelj je \u017ee konfiguriran."
},
"error": {
"cannot_connect": "Ni mogo\u010de vzpostaviti povezave z gostiteljem"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Geslo",
"port": "Vrata",
"ssl": "Za povezavo s sistemom Glances uporabite SSL/TLS",
"username": "Uporabni\u0161ko ime",
"verify_ssl": "Preverite veljavnost potrdila sistema",
"version": "Glances API Version (2 ali 3)"
}
}
}
}
}