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

21 lines
565 B
JSON
Raw Normal View History

2020-09-23 00:05:01 +00:00
{
"config": {
2020-10-12 00:03:31 +00:00
"abort": {
"already_configured": "Asukoht on juba m\u00e4\u00e4ratud"
},
2020-10-10 00:05:05 +00:00
"error": {
"invalid_api_key": "Vigane API v\u00f5ti"
},
2020-09-23 00:05:01 +00:00
"step": {
"user": {
"data": {
2020-10-10 00:05:05 +00:00
"api_key": "API v\u00f5ti",
"elevation": "K\u00f5rgus merepinnast",
2020-09-23 00:05:01 +00:00
"latitude": "Laiuskraad",
"longitude": "Pikkuskraad"
2020-11-06 00:04:57 +00:00
},
"title": "Sisesta oma teave"
2020-09-23 00:05:01 +00:00
}
}
}
}