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

25 lines
883 B
JSON
Raw Normal View History

2019-04-09 15:34:20 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
2019-06-24 15:27:46 +00:00
"link_local_address": "Link local addresses are not supported",
2020-04-08 00:08:19 +00:00
"not_axis_device": "Uppt\u00e4ckte enhet som inte \u00e4r en Axis enhet"
2019-04-09 15:34:20 +00:00
},
"error": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
2020-11-11 11:10:09 +00:00
"already_in_progress": "Konfigurations fl\u00f6det f\u00f6r enheten p\u00e5g\u00e5r redan."
2019-04-09 15:34:20 +00:00
},
2020-02-07 00:31:50 +00:00
"flow_title": "Axisenhet: {name} ({host})",
2019-04-09 15:34:20 +00:00
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"password": "L\u00f6senord",
"port": "Port",
"username": "Anv\u00e4ndarnamn"
},
2019-05-23 20:32:35 +00:00
"title": "Konfigurera Axis-enhet"
2019-04-09 15:34:20 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-05-29 00:04:16 +00:00
}
2019-04-09 15:34:20 +00:00
}