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

29 lines
683 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2021-02-24 00:04:14 +00:00
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
2020-11-07 00:04:02 +00:00
"step": {
"user": {
"data": {
2021-02-25 00:05:20 +00:00
"password": "Wachtwoord",
"username": "E-mail"
2020-12-24 00:03:44 +00:00
},
2021-07-09 00:09:30 +00:00
"title": "Configureer Tile"
2020-12-24 00:03:44 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Toon inactieve tegels"
},
2021-07-09 00:09:30 +00:00
"title": "Configureer Tile"
2020-11-07 00:04:02 +00:00
}
}
}
}