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

23 lines
607 B
JSON
Raw Normal View History

2020-06-11 17:13:42 +00:00
{
"config": {
"abort": {
2022-05-19 00:26:11 +00:00
"single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig."
2020-06-11 17:13:42 +00:00
},
"step": {
"user": {
2020-11-11 11:10:09 +00:00
"description": "Vil du starte oppsettet?"
2020-06-11 17:13:42 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"manual": "Deaktiver automatisk oppdatering",
"scan_interval": "Oppdateringsfrekvens (minutter)",
"server_name": "Velg testserver"
}
}
}
}
}