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

36 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-08-05 00:28:51 +00:00
"abort": {
2022-08-06 00:24:46 +00:00
"already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad",
2022-08-05 00:28:51 +00:00
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
2022-08-06 00:24:46 +00:00
"reauth_successful": "\u00c5terautentisering lyckades",
2022-08-05 00:28:51 +00:00
"unknown": "Ov\u00e4ntat fel"
},
2022-08-06 00:24:46 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"flow_title": "{host}",
2022-06-23 00:20:13 +00:00
"step": {
2022-08-05 00:28:51 +00:00
"hassio_confirm": {
"description": "Vill du ansluta till till\u00e4gget {addon} ?"
},
2022-08-06 00:24:46 +00:00
"reauth_confirm": {
"data": {
"password": "L\u00f6senord"
},
"description": "Ange r\u00e4tt l\u00f6senord f\u00f6r v\u00e4rden: {host}"
},
2022-06-23 00:20:13 +00:00
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"host": "V\u00e4rd",
"name": "Namn",
"password": "L\u00f6senord",
"port": "Port"
2022-06-23 00:20:13 +00:00
}
}
}
}
}