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

32 lines
947 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Account is al geconfigureerd"
},
2021-02-24 00:04:14 +00:00
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
2020-09-27 00:06:49 +00:00
"step": {
2021-12-02 00:13:02 +00:00
"cloud": {
2020-09-27 00:06:49 +00:00
"data": {
2021-02-24 00:04:14 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
}
2021-12-02 00:13:02 +00:00
},
"local": {
"data": {
"ip_address": "IP-adres"
},
"description": "Lokaal IP-adres van het apparaat."
},
"user": {
"data": {
"connection_type": "Selecteer verbindingstype",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Selecteer verbindingstype. Lokaal vereist generatie 3 kachels"
2020-09-27 00:06:49 +00:00
}
}
}
}