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

40 lines
1.5 KiB
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
2022-07-30 00:22:48 +00:00
"abort": {
2022-08-05 00:28:51 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"already_in_progress": "Konfigurationsfl\u00f6det p\u00e5g\u00e5r redan",
2022-08-02 00:27:42 +00:00
"ignore_ip6_link_local": "IPv6-l\u00e4nkens lokala adress st\u00f6ds inte.",
"no_devices_found": "Inga enheter hittades i n\u00e4tverket",
2022-08-05 00:28:51 +00:00
"not_supported": "Ansluten till AVM FRITZ!Box men den kan inte styra smarta hemenheter.",
2022-08-02 00:27:42 +00:00
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"invalid_auth": "Ogiltig autentisering"
2022-07-30 00:22:48 +00:00
},
2022-08-05 00:28:51 +00:00
"flow_title": "{name}",
2020-05-01 00:02:55 +00:00
"step": {
"confirm": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
},
"description": "Do vill du konfigurera {name}?"
},
2022-06-21 00:22:51 +00:00
"reauth_confirm": {
"data": {
2022-08-02 00:27:42 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-02 00:27:42 +00:00
},
"description": "Uppdatera din inloggningsinformation f\u00f6r {name} ."
2022-06-21 00:22:51 +00:00
},
2020-05-01 00:02:55 +00:00
"user": {
"data": {
"host": "V\u00e4rd eller IP-adress",
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
2022-08-05 00:28:51 +00:00
},
"description": "Ange din AVM FRITZ!Box-information."
2020-05-01 00:02:55 +00:00
}
}
}
}