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

31 lines
942 B
JSON
Raw Normal View History

2022-06-21 00:22:51 +00:00
{
"config": {
2022-08-02 00:27:42 +00:00
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"no_server_found": "Ingen LMS server hittades"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"no_server_found": "Kunde inte hitta servern automatiskt.",
"unknown": "Ov\u00e4ntat fel"
},
"flow_title": "{host}",
2022-06-21 00:22:51 +00:00
"step": {
"edit": {
"data": {
2022-08-02 00:27:42 +00:00
"host": "V\u00e4rd",
"password": "L\u00f6senord",
"port": "Port",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-02 00:27:42 +00:00
},
"title": "Redigera anslutningsinformation"
2022-06-23 00:20:13 +00:00
},
"user": {
"data": {
"host": "V\u00e4rd"
}
2022-06-21 00:22:51 +00:00
}
}
}
}