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

33 lines
1.2 KiB
JSON
Raw Normal View History

2020-12-04 00:05:42 +00:00
{
"config": {
2021-02-24 00:04:14 +00:00
"abort": {
"already_configured": "Service is al geconfigureerd",
"already_in_progress": "De configuratiestroom is al aan de gang",
"auth_new_token_not_granted_error": "Nieuw aangemaakte token is niet goedgekeurd in Hyperion UI",
"auth_new_token_not_work_error": "Verificatie met nieuw aangemaakt token mislukt",
"auth_required_error": "Kan niet bepalen of autorisatie vereist is",
"cannot_connect": "Kan geen verbinding maken",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_access_token": "Ongeldig toegangstoken"
},
2020-12-04 00:05:42 +00:00
"step": {
"auth": {
"data": {
"create_token": "Maak automatisch een nieuw token aan"
}
2021-02-24 00:04:14 +00:00
},
"create_token_external": {
"title": "Accepteer nieuwe token in Hyperion UI"
},
"user": {
"data": {
"host": "Host",
"port": "Poort"
}
2020-12-04 00:05:42 +00:00
}
}
}
}