core/homeassistant/components/fan/translations/lb.json

23 lines
579 B
JSON
Raw Normal View History

2019-11-09 00:32:20 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "{entity_name} ausschalten",
"turn_on": "{entity_name} uschalten"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-09 00:32:20 +00:00
"is_off": "{entity_name} ass aus",
"is_on": "{entity_name} ass un"
},
"trigger_type": {
"turned_off": "{entity_name} gouf ausgeschalt",
"turned_on": "{entity_name} gouf ugeschalt"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "Aus",
"on": "Un"
}
},
2020-04-16 20:00:10 +00:00
"title": "Ventilator"
2019-11-09 00:32:20 +00:00
}