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

27 lines
694 B
JSON
Raw Normal View History

2022-03-10 00:17:10 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
2022-04-29 00:22:21 +00:00
"cannot_connect": "Tilkobling mislyktes",
"invalid_system_id": "Ugyldig Airzone System ID"
2022-03-10 00:17:10 +00:00
},
"step": {
2022-11-25 00:24:19 +00:00
"discovered_connection": {
"data": {
"host": "Vert",
"id": "System-ID",
"port": "Port"
}
},
2022-03-10 00:17:10 +00:00
"user": {
"data": {
"host": "Vert",
2022-11-25 00:24:19 +00:00
"id": "System-ID",
2022-03-10 00:17:10 +00:00
"port": "Port"
2022-12-01 00:33:36 +00:00
}
2022-03-10 00:17:10 +00:00
}
}
}
}