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

47 lines
1.4 KiB
JSON
Raw Normal View History

2020-10-12 00:03:31 +00:00
{
2022-06-21 00:22:51 +00:00
"config": {
2022-08-02 00:27:42 +00:00
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
2022-06-23 00:20:13 +00:00
"error": {
2022-08-02 00:27:42 +00:00
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"no_results": "Inga resultat. F\u00f6rs\u00f6k med en annan station/adress"
2022-06-23 00:20:13 +00:00
},
2022-06-21 00:22:51 +00:00
"step": {
2022-08-05 00:28:51 +00:00
"station": {
"data": {
"station": "Station/adress"
},
"title": "Ange station/adress"
},
"station_select": {
"data": {
"station": "Station/adress"
},
"title": "V\u00e4lj station/adress"
},
2022-06-21 00:22:51 +00:00
"user": {
"data": {
2022-08-05 00:28:51 +00:00
"host": "V\u00e4rd",
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
2022-08-05 00:28:51 +00:00
},
"title": "Anslut till HVV API"
2022-06-21 00:22:51 +00:00
}
}
},
2020-10-12 00:03:31 +00:00
"options": {
"step": {
"init": {
"data": {
2022-08-05 00:28:51 +00:00
"filter": "V\u00e4lj linjer",
"offset": "Offset (minuter)",
2020-10-12 00:03:31 +00:00
"real_time": "Anv\u00e4nd realtidsdata"
2022-08-05 00:28:51 +00:00
},
"description": "\u00c4ndra alternativ f\u00f6r denna avg\u00e5ngssensor",
"title": "Alternativ"
2020-10-12 00:03:31 +00:00
}
}
}
}