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

37 lines
1.3 KiB
JSON
Raw Normal View History

2019-04-09 15:34:20 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
2022-05-06 00:22:16 +00:00
"link_local_address": "Lokala l\u00e4nkadresser st\u00f6ds inte",
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",
2022-08-02 00:27:42 +00:00
"already_in_progress": "Konfigurations fl\u00f6det f\u00f6r enheten p\u00e5g\u00e5r redan.",
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering"
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
}
2022-08-02 00:27:42 +00:00
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "V\u00e4lj streamprofil att anv\u00e4nda"
},
"title": "Konfigurera enhetens videostr\u00f6mningsalternativ"
}
}
2020-05-29 00:04:16 +00:00
}
2019-04-09 15:34:20 +00:00
}