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

39 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-27 00:14:02 +00:00
{
"config": {
"abort": {
2022-07-30 00:22:48 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
2022-08-06 00:24:46 +00:00
"not_intellifire_device": "Inte en IntelliFire-enhet.",
2022-07-30 00:22:48 +00:00
"reauth_successful": "Omautentiseringen lyckades"
2022-01-27 00:14:02 +00:00
},
"error": {
2022-07-30 00:22:48 +00:00
"api_error": "Inloggningen misslyckades",
"cannot_connect": "Det gick inte att ansluta.",
"iftapi_connect": "Fel vid anslutning till iftapi.net"
2022-06-21 00:22:51 +00:00
},
2022-08-06 00:24:46 +00:00
"flow_title": "{serial} ({host})",
2022-06-21 00:22:51 +00:00
"step": {
"api_config": {
"data": {
2022-07-30 00:22:48 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "E-postadress"
}
2022-07-30 00:22:48 +00:00
},
2022-08-06 00:24:46 +00:00
"dhcp_confirm": {
"description": "Vill du konfigurera {host}\nSerie: {serial}?"
},
"manual_device_entry": {
"data": {
"host": "V\u00e4rd (IP-adress)"
},
"description": "Lokal konfiguration"
},
2022-07-30 00:22:48 +00:00
"pick_device": {
2022-08-06 00:24:46 +00:00
"data": {
"host": "V\u00e4rd"
},
2022-07-30 00:22:48 +00:00
"description": "F\u00f6ljande IntelliFire-enheter uppt\u00e4cktes. V\u00e4lj vilken du vill konfigurera.",
"title": "Val av enhet"
2022-06-21 00:22:51 +00:00
}
2022-01-27 00:14:02 +00:00
}
}
}