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

19 lines
526 B
JSON
Raw Normal View History

2018-09-11 19:36:54 +00:00
{
"config": {
"error": {
2018-09-15 10:45:45 +00:00
"identifier_exists": "Co\u00f6rdinaten al geregistreerd",
2018-09-11 19:36:54 +00:00
"invalid_api_key": "Ongeldige API-sleutel"
},
"step": {
"user": {
"data": {
"api_key": "OpenUV API-Sleutel",
"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
}