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

42 lines
1.2 KiB
JSON
Raw Normal View History

2020-06-02 00:05:54 +00:00
{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Tjenesten er allerede konfigurert"
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",
2020-06-02 00:05:54 +00:00
"unknown": "Uventet feil"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-06-02 00:05:54 +00:00
"step": {
"user": {
"data": {
2020-11-11 11:10:09 +00:00
"flow_type": "Tilkoblingstype"
2020-06-02 00:05:54 +00:00
},
2020-10-10 00:05:05 +00:00
"description": "Produkt:",
2020-10-13 00:03:24 +00:00
"title": ""
2020-10-10 00:05:05 +00:00
},
"user_gateway": {
"data": {
"host": "IP adresse",
"password": "Smile ID",
2020-11-10 00:04:21 +00:00
"port": "Port",
"username": "Smile brukernavn"
2020-10-10 00:05:05 +00:00
},
2020-11-10 00:04:21 +00:00
"description": "Vennligst skriv inn",
2020-06-02 00:05:54 +00:00
"title": "Koble til Smile"
}
}
2020-09-08 00:04:13 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Skanneintervall (sekunder)"
},
"description": "Juster Plugwise-alternativer"
}
}
2020-06-02 00:05:54 +00:00
}
}