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

18 lines
490 B
JSON
Raw Normal View History

2020-06-25 00:08:30 +00:00
{
"device_automation": {
"action_type": {
"set_humidity": "Loftfiichtegkeet setze fir {entity_name}",
"set_mode": "Modus \u00e4nnere fir {entity_name}",
"toggle": "{entity_name} \u00ebmschalten",
"turn_off": "{entity_name} ausschalten",
"turn_on": "{entity_name} uschalten"
}
},
"state": {
"_": {
"off": "Aus",
"on": "Un"
}
},
"title": "Loftbefiichter"
}