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

17 lines
377 B
JSON
Raw Normal View History

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