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

26 lines
668 B
JSON
Raw Normal View History

2022-03-10 00:17:10 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken",
2022-04-29 00:22:21 +00:00
"invalid_system_id": "Ongeldige Airzone systeem ID"
2022-03-10 00:17:10 +00:00
},
"step": {
2022-11-26 00:22:30 +00:00
"discovered_connection": {
"data": {
"id": "Systeem ID",
"port": "Poort"
}
},
2022-03-10 00:17:10 +00:00
"user": {
"data": {
"host": "Host",
2022-11-26 00:22:30 +00:00
"id": "Systeem ID",
2022-03-10 00:17:10 +00:00
"port": "Poort"
2022-12-01 00:33:36 +00:00
}
2022-03-10 00:17:10 +00:00
}
}
}
}