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

20 lines
531 B
JSON
Raw Normal View History

2022-07-30 00:22:48 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
2022-07-30 00:22:48 +00:00
"error": {
2022-08-06 00:24:46 +00:00
"cannot_connect": "Det gick inte att ansluta.",
2022-07-30 00:22:48 +00:00
"invalid_system_id": "Ogiltigt Airzone System ID"
2022-08-06 00:24:46 +00:00
},
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"port": "Port"
},
"description": "St\u00e4ll in Airzone-integration."
}
2022-07-30 00:22:48 +00:00
}
}
}