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

21 lines
545 B
JSON
Raw Normal View History

2018-09-11 19:36:54 +00:00
{
"config": {
2020-05-30 00:03:23 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Locatie is al geconfigureerd."
2020-05-30 00:03:23 +00:00
},
2018-09-11 19:36:54 +00:00
"error": {
"invalid_api_key": "Ongeldige API-sleutel"
},
"step": {
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"api_key": "API-sleutel",
2018-09-11 19:36:54 +00:00
"elevation": "Hoogte",
"latitude": "Breedtegraad",
"longitude": "Lengtegraad"
},
"title": "Vul uw gegevens in"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-09-11 19:36:54 +00:00
}