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

41 lines
1.5 KiB
JSON
Raw Normal View History

2021-05-11 00:04:41 +00:00
{
"config": {
"abort": {
2022-08-06 00:24:46 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
2022-06-23 00:20:13 +00:00
"device_unsupported": "Enheten st\u00f6ds ej",
2022-08-05 00:28:51 +00:00
"reauth_successful": "\u00c5terautentisering lyckades",
2022-06-23 00:20:13 +00:00
"reauth_unsuccessful": "\u00c5terautentiseringen misslyckades. Ta bort integrationen och konfigurera den igen."
2021-05-11 00:04:41 +00:00
},
"error": {
"cannot_connect": "Det gick inte att ansluta ",
2022-08-05 00:28:51 +00:00
"invalid_auth": "Ogiltig autentisering",
2021-05-11 00:04:41 +00:00
"unknown": "Ov\u00e4ntat fel"
},
2022-08-06 00:24:46 +00:00
"flow_title": "{host}",
2021-05-11 00:04:41 +00:00
"step": {
2022-08-06 00:24:46 +00:00
"confirm_discovery": {
"description": "Vill du st\u00e4lla in Nettigo Air Monitor p\u00e5 {host} ?"
},
2022-06-21 00:22:51 +00:00
"credentials": {
"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
},
"description": "Ange anv\u00e4ndarnamn och l\u00f6senord."
2022-06-21 00:22:51 +00:00
},
"reauth_confirm": {
"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
},
"description": "Ange r\u00e4tt anv\u00e4ndarnamn och l\u00f6senord f\u00f6r v\u00e4rden: {host}"
2022-06-21 00:22:51 +00:00
},
2021-05-11 00:04:41 +00:00
"user": {
"data": {
"host": "V\u00e4rd"
2022-08-06 00:24:46 +00:00
},
"description": "Konfigurera Nettigo Air Monitor integrationen."
2021-05-11 00:04:41 +00:00
}
}
}
}