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

56 lines
2.3 KiB
JSON
Raw Normal View History

2022-06-21 00:22:51 +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",
"ignore_ip6_link_local": "IPv6-l\u00e4nkens lokala adress st\u00f6ds inte.",
"reauth_successful": "\u00c5terautentisering lyckades"
2022-07-30 00:22:48 +00:00
},
2022-08-02 00:27:42 +00:00
"error": {
2022-08-05 00:28:51 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"already_in_progress": "Konfigurationsfl\u00f6det p\u00e5g\u00e5r redan",
"cannot_connect": "Det gick inte att ansluta.",
2022-08-06 00:24:46 +00:00
"invalid_auth": "Ogiltig autentisering",
"upnp_not_configured": "UPnP-inst\u00e4llningar saknas p\u00e5 enheten."
2022-08-02 00:27:42 +00:00
},
2022-08-05 00:28:51 +00:00
"flow_title": "{name}",
2022-06-21 00:22:51 +00:00
"step": {
"confirm": {
"data": {
2022-08-05 00:28:51 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-05 00:28:51 +00:00
},
"description": "Uppt\u00e4ckte FRITZ!Box: {name} \n\n St\u00e4ll in FRITZ!Box-verktyg f\u00f6r att styra ditt {name}",
"title": "St\u00e4ll in FRITZ!Box Tools"
2022-06-21 00:22:51 +00:00
},
"reauth_confirm": {
"data": {
2022-08-05 00:28:51 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-02 00:27:42 +00:00
},
2022-08-05 00:28:51 +00:00
"description": "Uppdatera FRITZ! Box Tools autentiseringsuppgifter f\u00f6r: {host}.\n\nFRITZ! Box Tools kan inte logga in p\u00e5 din FRITZ!Box.",
2022-08-02 00:27:42 +00:00
"title": "Uppdaterar FRITZ!Box Tools - referenser"
2022-06-21 00:22:51 +00:00
},
"user": {
"data": {
2022-08-02 00:27:42 +00:00
"host": "V\u00e4rd",
2022-08-05 00:28:51 +00:00
"password": "L\u00f6senord",
"port": "Port",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-05 00:28:51 +00:00
},
"description": "Konfigurera FRITZ!Box Tools f\u00f6r att styra din FRITZ!Box.\nMinimikrav: anv\u00e4ndarnamn och l\u00f6senord.",
"title": "St\u00e4ll in FRITZ!Box Tools"
2022-06-21 00:22:51 +00:00
}
}
2022-08-02 00:27:42 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-08-06 00:24:46 +00:00
"consider_home": "Sekunder att \u00f6verv\u00e4ga en enhet hemma",
"old_discovery": "Aktivera gammal uppt\u00e4cktsmetod"
2022-08-02 00:27:42 +00:00
}
}
}
2022-06-21 00:22:51 +00:00
}
}