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

31 lines
912 B
JSON
Raw Normal View History

2019-09-02 05:30:09 +00:00
{
2020-10-09 00:04:33 +00:00
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2021-02-25 00:05:20 +00:00
"already_in_progress": "De configuratiestroom is al aan de gang",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-10-09 00:04:33 +00:00
},
2020-11-07 00:04:02 +00:00
"error": {
"one": "Leeg",
"other": "Leeg"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{host}",
2020-10-09 00:04:33 +00:00
"step": {
2020-11-07 00:04:02 +00:00
"confirm": {
"description": "Wil je Arcam FMJ op `{host}` toevoegen aan Home Assistant?"
},
2020-10-09 00:04:33 +00:00
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2020-10-09 00:04:33 +00:00
"port": "Poort"
2020-11-07 00:04:02 +00:00
},
"description": "Voer de hostnaam of het IP-adres van het apparaat in."
2020-10-09 00:04:33 +00:00
}
}
},
2020-05-22 00:05:00 +00:00
"device_automation": {
"trigger_type": {
"turn_on": "{entity_name} is gevraagd in te schakelen"
}
2020-05-29 00:04:16 +00:00
}
2019-09-02 05:30:09 +00:00
}