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

20 lines
537 B
JSON
Raw Normal View History

2022-01-12 00:15:31 +00:00
{
"config": {
2022-01-23 00:13:53 +00:00
"abort": {
2022-01-31 00:14:28 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-01-23 00:13:53 +00:00
"already_in_progress": "De configuratiestroom is al aan de gang"
},
"error": {
"connection_error": "Kan geen verbinding maken"
},
2022-01-12 00:15:31 +00:00
"step": {
"user": {
2022-01-23 00:13:53 +00:00
"data": {
"host": "IP-adres"
},
2022-01-12 00:15:31 +00:00
"description": "Verbinden met omvormer",
"title": "GoodWe-omvormer"
}
}
}
}