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

31 lines
802 B
JSON
Raw Normal View History

2018-11-21 19:18:56 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Enheten er allerede konfigurert"
2020-02-26 00:31:47 +00:00
},
2018-11-21 19:18:56 +00:00
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Ugyldig godkjenning"
2018-11-21 19:18:56 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{ip}",
2018-11-21 19:18:56 +00:00
"step": {
"user": {
"data": {
"ip_address": "Vertsnavn eller IP-adresse",
2020-09-08 00:04:13 +00:00
"password": "Passord",
2020-10-15 00:03:50 +00:00
"port": "Port"
2018-11-21 19:18:56 +00:00
},
"title": "Fyll ut informasjonen din"
}
2020-04-15 16:51:07 +00:00
}
2020-10-30 00:02:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Standard sonekj\u00f8ringstid (i sekunder)"
},
"title": "Konfigurer RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}