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

23 lines
675 B
JSON
Raw Normal View History

2020-05-20 00:03:49 +00:00
{
"config": {
2020-08-05 00:02:19 +00:00
"abort": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes"
2020-08-05 00:02:19 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-08-05 00:02:19 +00:00
"invalid_auth": "Ugyldig godkjenning"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{device} ( {ip_address} )",
2020-05-20 00:03:49 +00:00
"step": {
"user": {
"data": {
2020-05-24 00:03:05 +00:00
"ip_address": "IP adresse",
"password": "Passord",
"username": "Brukernavn"
2020-05-20 00:03:49 +00:00
},
2020-07-30 00:03:25 +00:00
"description": "Gi n\u00f8dvendig informasjon nedenfor.",
2021-05-17 05:17:18 +00:00
"title": "Sett opp Gogogate2 eller ismartgate"
2020-05-20 00:03:49 +00:00
}
}
}
}