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

17 lines
352 B
JSON
Raw Normal View History

2022-06-29 00:23:03 +00:00
{
"config": {
2022-07-08 00:27:47 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2022-07-01 00:27:03 +00:00
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
2022-06-29 00:23:03 +00:00
"step": {
"user": {
"data": {
"name": "Naam"
}
}
}
}
}