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

31 lines
797 B
JSON
Raw Normal View History

2018-11-21 19:18:56 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
2021-02-27 00:05:45 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2020-05-01 00:02:55 +00:00
},
2021-02-24 00:04:14 +00:00
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{ip}",
2018-11-21 19:18:56 +00:00
"step": {
"user": {
"data": {
"ip_address": "Hostnaam of IP-adres",
"password": "Wachtwoord",
"port": "Poort"
},
"title": "Vul uw gegevens in"
}
2020-04-15 16:51:07 +00:00
}
2021-02-24 00:04:14 +00:00
},
"options": {
"step": {
"init": {
2021-03-26 00:04:15 +00:00
"data": {
"zone_run_time": "Standaardlooptijd van de zone (in seconden)"
},
2021-02-24 00:04:14 +00:00
"title": "Configureer RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}