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

29 lines
716 B
JSON
Raw Normal View History

2020-06-06 00:03:33 +00:00
{
"config": {
"abort": {
"already_configured": "Denne Tile kontoen er allerede registrert."
},
"error": {
"invalid_credentials": "Ugyldige Tile registreringsinformasjon gitt."
},
"step": {
"user": {
2020-08-05 00:02:19 +00:00
"data": {
"password": "Passord",
"username": "E-post"
},
2020-06-06 00:03:33 +00:00
"title": "Konfigurer Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Vis inaktive Tiles"
},
"title": "Konfigurer Tile"
}
}
}
}