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

39 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-12 00:04:19 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Kunde inte ansluta"
},
2022-08-05 00:28:51 +00:00
"flow_title": "{name}",
2021-04-12 00:04:19 +00:00
"step": {
"gateway_entry": {
"data": {
2022-08-05 00:28:51 +00:00
"ip_address": "IP-adress",
2021-04-12 00:04:19 +00:00
"port": "Port"
2022-08-05 00:28:51 +00:00
},
"description": "Ange din ScreenLogic Gateway-information.",
"title": "ScreenLogic"
},
"gateway_select": {
"data": {
"selected_gateway": "Gateway"
},
"description": "F\u00f6ljande ScreenLogic-gateways uppt\u00e4cktes. V\u00e4lj en att konfigurera, eller v\u00e4lj att manuellt konfigurera en ScreenLogic-gateway.",
"title": "ScreenLogic"
2021-04-12 00:04:19 +00:00
}
}
2022-08-02 00:27:42 +00:00
},
"options": {
"step": {
"init": {
2022-08-05 00:28:51 +00:00
"data": {
"scan_interval": "Sekunder mellan skanningar"
},
"description": "Ange inst\u00e4llningar f\u00f6r {gateway_name}",
2022-08-02 00:27:42 +00:00
"title": "ScreenLogic"
}
}
2021-04-12 00:04:19 +00:00
}
}