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

32 lines
906 B
JSON
Raw Normal View History

2018-09-10 11:44:27 +00:00
{
"config": {
2022-08-02 00:27:42 +00:00
"abort": {
"already_configured": "Platsen \u00e4r redan konfigurerad"
},
2018-09-10 11:44:27 +00:00
"error": {
"invalid_api_key": "Ogiltigt API-l\u00f6senord"
},
"step": {
"user": {
"data": {
"api_key": "OpenUV API-nyckel",
"elevation": "H\u00f6jd",
"latitude": "Latitud",
"longitude": "Longitud"
},
"title": "Fyll i dina uppgifter"
}
2020-04-15 16:51:07 +00:00
}
2022-08-02 00:27:42 +00:00
},
"options": {
"step": {
"init": {
"data": {
"from_window": "Startande UV-index f\u00f6r skyddsf\u00f6nstret",
"to_window": "Slutande UV-index f\u00f6r skyddsf\u00f6nstret"
},
"title": "Konfigurera OpenUV"
}
}
2020-04-16 20:00:10 +00:00
}
2018-09-10 11:44:27 +00:00
}