1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/smhi/translations/fi.json
2020-05-29 00:04:16 +00:00

18 lines
441 B
JSON

{
"config": {
"error": {
"name_exists": "Nimi on jo olemassa",
"wrong_location": "Sijainti vain Ruotsi"
},
"step": {
"user": {
"data": {
"latitude": "Leveysaste",
"longitude": "Pituusaste",
"name": "Nimi"
},
"title": "Sijainti Ruotsissa"
}
}
}
}