core/homeassistant/components/smhi/translations/fi.json

18 lines
441 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2020-05-20 00:03:49 +00:00
"error": {
2020-05-29 00:04:16 +00:00
"name_exists": "Nimi on jo olemassa",
2020-05-20 00:03:49 +00:00
"wrong_location": "Sijainti vain Ruotsi"
},
2020-05-13 18:27:21 +00:00
"step": {
"user": {
"data": {
"latitude": "Leveysaste",
"longitude": "Pituusaste",
"name": "Nimi"
},
"title": "Sijainti Ruotsissa"
}
}
}
}