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

23 lines
610 B
JSON
Raw Normal View History

2020-10-12 00:03:31 +00:00
{
2022-08-02 00:27:42 +00:00
"config": {
"abort": {
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig."
},
"step": {
"user": {
"description": "Vill du starta konfigurationen?"
}
}
},
2020-10-12 00:03:31 +00:00
"options": {
"step": {
"init": {
"data": {
2022-08-02 00:27:42 +00:00
"manual": "Inaktivera automatisk uppdatering",
"scan_interval": "Uppdateringsfrekvens (minuter)",
2020-10-12 00:03:31 +00:00
"server_name": "V\u00e4lj testserver"
}
}
}
}
}