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

28 lines
734 B
JSON
Raw Normal View History

2021-05-12 00:04:03 +00:00
{
"config": {
"abort": {
"no_plants": "Er zijn geen planten gevonden op dit account"
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"plant": {
"data": {
"plant_id": "Plant"
},
"title": "Kies uw plant"
},
"user": {
"data": {
"name": "Naam",
2021-05-18 00:12:13 +00:00
"password": "Wachtwoord",
2021-07-25 00:12:45 +00:00
"url": "URL",
2021-05-12 00:04:03 +00:00
"username": "Gebruikersnaam"
},
"title": "Vul uw Growatt gegevens in"
}
}
},
"title": "Growatt Server"
}