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

25 lines
561 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord"
2020-12-24 00:03:44 +00:00
},
"title": "Tegel configureren"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Toon inactieve tegels"
},
"title": "Tegel configureren"
2020-11-07 00:04:02 +00:00
}
}
}
}