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

64 lines
2.1 KiB
JSON
Raw Normal View History

2020-06-02 00:05:54 +00:00
{
"config": {
"abort": {
2022-08-03 00:28:23 +00:00
"already_configured": "Tjenesten er allerede konfigurert",
"anna_with_adam": "B\u00e5de Anna og Adam oppdaget. Legg til din Adam i stedet for din Anna"
2020-06-02 00:05:54 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-10-07 00:06:20 +00:00
"invalid_auth": "Ugyldig godkjenning",
2022-11-29 00:26:01 +00:00
"invalid_setup": "Legg til din Adam i stedet for din Anna, se dokumentasjonen",
"response_error": "Ugyldige XML-data, eller feilindikasjon mottatt",
"unknown": "Uventet feil",
"unsupported": "Enhet med fastvare som ikke st\u00f8ttes"
2020-06-02 00:05:54 +00:00
},
"step": {
"user": {
"data": {
2022-05-31 00:23:11 +00:00
"host": "IP adresse",
"password": "Smile ID",
"port": "Port",
"username": "Smile brukernavn"
2020-06-02 00:05:54 +00:00
},
2022-05-31 00:23:11 +00:00
"description": "Vennligst skriv inn",
"title": "Koble til Smile"
2020-09-08 00:04:13 +00:00
}
}
2022-12-09 00:24:29 +00:00
},
"entity": {
2022-12-30 00:23:31 +00:00
"climate": {
"plugwise": {
"state_attributes": {
"preset_mode": {
"state": {
"asleep": "Natt",
"away": "Borte",
"home": "Hjemme",
"no_frost": "Anti-frost",
"vacation": "Ferie"
}
}
}
}
},
2022-12-09 00:24:29 +00:00
"select": {
"dhw_mode": {
"state": {
"auto": "Auto",
"boost": "\u00d8ke",
"comfort": "Komfort",
"off": "Av"
}
},
"regulation_mode": {
"state": {
"bleeding_cold": "Bl\u00f8dende forkj\u00f8lelse",
"bleeding_hot": "Bl\u00f8dende varmt",
"cooling": "Kj\u00f8ling",
"heating": "Oppvarming",
"off": "Av"
}
}
}
2020-06-02 00:05:54 +00:00
}
}