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

18 lines
405 B
JSON
Raw Normal View History

2021-08-05 00:34:46 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel"
}
}
}
}
}