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

22 lines
486 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"
}
}
}
2022-07-30 00:22:48 +00:00
},
"issues": {
"deprecated_yaml": {
"title": "De Simplepush YAML-configuratie wordt verwijderd"
}
2022-06-29 00:23:03 +00:00
}
}