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

31 lines
872 B
JSON
Raw Normal View History

2022-06-21 00:22:51 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig.",
"unknown": "Ov\u00e4ntat fel"
},
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"flow_title": "{name}",
2022-06-21 00:22:51 +00:00
"step": {
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-06 00:24:46 +00:00
},
"title": "Anslut till Canary"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ffmpeg_arguments": "Argument som skickas till ffmpeg f\u00f6r kameror",
"timeout": "Timeout f\u00f6r beg\u00e4ran (sekunder)"
2022-06-21 00:22:51 +00:00
}
}
}
}
}