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

20 lines
516 B
JSON

{
"config": {
"abort": {
"already_configured": "Dienst is al geconfigureerd"
},
"error": {
"invalid_key": "Ongeldige API-sleutel",
"no_devices": "Geen apparaten gevonden in account"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
"app_key": "Applicatiesleutel"
},
"title": "Vul uw gegevens in"
}
}
}
}