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

32 lines
1016 B
JSON
Raw Normal View History

2021-05-07 00:04:03 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol",
"unknown": "Onverwachte fout"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2021-05-07 00:04:03 +00:00
"step": {
"authenticate": {
"data": {
"api_key": "API-sleutel"
},
"description": "Voer de API-sleutel in die u in uw configuratie heeft ingesteld voor {name}."
},
"user": {
"data": {
"api_key": "API-sleutel",
"host": "Host",
"port": "Poort"
},
"description": "Voer uw verbindingsgegevens in."
}
}
},
"title": "System Bridge"
}