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

10 lines
290 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"device_automation": {
"condition_type": {
"is_closed": "{entity_name} is gesloten",
"is_closing": "{entity_name} wordt gesloten",
"is_open": "{entity_name} is open",
"is_opening": "{entity_name} wordt geopend"
}
}
}