core/homeassistant/components/airzone/translations/no.json

27 lines
694 B
JSON

{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_system_id": "Ugyldig Airzone System ID"
},
"step": {
"discovered_connection": {
"data": {
"host": "Vert",
"id": "System-ID",
"port": "Port"
}
},
"user": {
"data": {
"host": "Vert",
"id": "System-ID",
"port": "Port"
}
}
}
}
}