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

22 lines
486 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"name": "Naam"
}
}
}
},
"issues": {
"deprecated_yaml": {
"title": "De Simplepush YAML-configuratie wordt verwijderd"
}
}
}